corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/renderAvatarsMap/css/fonts.css
@@ -0,0 +1,11 @@
@font-face {
font-family: Computer Modern Typewriter;
src: url('/fonts/CMUTypewriter-Regular.eot?#iefix') format('embedded-opentype'),
url('/fonts/CMUTypewriter-Regular.woff') format('woff'),
url('/fonts/CMUTypewriter-Regular.ttf') format('truetype'),
url('/fonts/CMUTypewriter-Regular.svg#CMUTypewriter-Regular') format('svg');
font-weight: 500;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-1D703;
}
/renderAvatarsMap/css/style.css
@@ -0,0 +1,22 @@
body {
color: #fff;
font-family: Computer Modern Typewriter;
font-size:13px;
text-align:center;
font-weight: bold;
 
background-color: #fff;
margin: 0px;
overflow: hidden;
}
 
#info {
color:#fff;
position: absolute;
top: 0px; width: 100%;
padding: 5px;
}
 
a {
color: #4bbeff;
}