55 lines
965 B
CSS
55 lines
965 B
CSS
body {
|
|
width:100%;
|
|
height:100%;
|
|
background-color: white;
|
|
color: #424242;
|
|
font-family:'YanoneKaffeesatzLight',Verdana,Tahoma,Arial;
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
#wrap{
|
|
display: block;
|
|
position: absolute;
|
|
width:900px;
|
|
height: 262px;
|
|
overflow:hidden;
|
|
text-align: center;
|
|
margin: auto;
|
|
top: 0; left: 0; bottom: 0; right: 0;
|
|
}
|
|
#left{
|
|
display:inline-block;
|
|
background-image:url(../images/chromelogo.png);
|
|
background-repeat:no-repeat;
|
|
width:246px;
|
|
height:262px;
|
|
float: left;
|
|
}
|
|
.firefox{
|
|
font-size: 11pt;
|
|
color: #c8c8c8;
|
|
}
|
|
#middle{
|
|
display:inline-block;
|
|
background-image:url(../images/chromepointer.png);
|
|
background-repeat:no-repeat;
|
|
width:53px;
|
|
height:262px;
|
|
float: left;
|
|
}
|
|
#text{
|
|
display:inline-block;
|
|
font-size: 18pt;
|
|
width: 560px;
|
|
vertical-align:middle;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
a {
|
|
color: #087dba;
|
|
text-decoration:none;
|
|
}
|
|
|
|
|
|
|