123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- body {
- width:100%;
- height:100%;
- background-color: white;
- color: #424242;
- font-family:Helvetica,'YanoneKaffeesatzLight',Verdana,Tahoma,Arial;
- font-size: 28px;
- margin:0;
- padding:0;
- }
- #wrap{
- display: block;
- position: absolute;
- width:900px;
- height: 345px;
- overflow:hidden;
- text-align: center;
- margin: auto;
- top: 0; left: 0; bottom: 0; right: 0;
- }
- .firefox{
- font-size: 11pt;
- color: #c8c8c8;
- width: 468px;
- text-align: center;
- margin: 30px auto 0px auto;
- padding-left: 15px;
- }
- #text{
- display:inline-block;
- font-size: 28px;
- width: 568px;
- vertical-align:middle;
- padding-top: 25px;
- }
-
- a {
- color: #087dba;
- text-decoration:none;
- }
-
- .browser {
- width: 138px;
- height: 163px;
- margin-top: 5px;
- background-color: #e8e8e8;
- border: 1px solid #cfcfcf;
- border-radius: 10px;
- }
-
- .browser_wrapper
- {
- width: 138px;
- height: 188px;
- vertical-align: middle;
- color: #929391;
- font-size: 20px;
- float: left;
- margin-left: 15px;
- }
-
- .supported_browsers
- {
- margin: 0px auto 0px auto;
- width: 460px;
- }
-
- .clear
- {
- clear: both;
- }
-
- .button
- {
- background-color: #62c82a;
- border: 1px solid #3c8117;
- border-radius: 10px;
- color: #FFFFFF;
- font-size: 12px;
- text-align: center;
- width: 115px;
- height: 26px;
- padding-top: 13px;
- margin: 15px auto 0px auto;
- }
-
- .logo
- {
- margin: 20px auto 0px auto;
- }
-
- #chrome_logo
- {
- width: 78px;
- height: 78px;
- background-image: url('/images/chrome.png');
- }
- #chromium_logo
- {
- width: 77px;
- height: 79px;
- background-image: url('/images/chromium.png');
- }
- #opera_logo
- {
- width: 73px;
- height: 78px;
- background-image: url('/images/opera.png');
- }
-
-
|