intro-8bit/data/style.css
2010-11-26 17:25:50 +01:00

73 lines
877 B
CSS

@font-face {
font-family: "8bit";
src: url("8bit_wonder.woff");
}
body {
background: #000 url("monitor-1024.jpg") no-repeat;
color: white;
}
a {
color: white;
text-decoration: none;
}
.ebit {
font-family: "8bit";
font-size: 27px;
}
.ebit2 {
font-family: "8bit";
font-size: 54px;
}
.ebit3 {
font-family: "8bit";
font-size: 81px;
}
.center {
text-align: center;
}
img {
border: none;
}
#screen {
background: #000;
position: absolute;
width: 960px;
height: 720px;
/* monitor-1280 */
/*
left: 168px;
top: 96px;
*/
/* monitor-1024 */
left: 40px;
top: 22px;
}
#logo {
background: #000 url("logo.png");
width: 160px;
height: 36px;
}
#scroller {
position: absolute;
left: 800px;
top: 20px;
height: 650px;
overflow: hidden;
text-align: center;
}
#scroller div {
color: #000;
top: 0px;
position: relative;
}