corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/downloadTexture/css/fonts.css
@@ -0,0 +1,11 @@
@font-face {
font-family: Computer Modern Typewriter;
src: url('/lib/tpl/was/fonts/CMUTypewriter-Regular.eot?#iefix') format('embedded-opentype'),
url('/lib/tpl/was/fonts/CMUTypewriter-Regular.woff') format('woff'),
url('/lib/tpl/was/fonts/CMUTypewriter-Regular.ttf') format('truetype'),
url('/lib/tpl/was/fonts/CMUTypewriter-Regular.svg#CMUTypewriter-Regular') format('svg');
font-weight: 500;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-1D703;
}
/downloadTexture/css/style.css
@@ -0,0 +1,21 @@
* {
font-size: 11pt;
font-family: Computer Modern Typewriter;
}
textarea {
width: 600px;
/* height: 120px; */
resize: none;
border: 1px solid #cccccc;
-webkit-border-radius: 1px 1px 1px 1px;
border-radius: 1px 1px 1px 1px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
padding: 1em;
background-image: url(bg.gif);
background-position: bottom right;
background-repeat: no-repeat;
-webkit-box-shadow:inset 1px 1px 10px 2px #FFF2A1;
box-shadow:inset 1px 1px 10px 2px #FFF2A1;
}