Created
March 1, 2009 21:33
-
-
Save sintaxi/72482 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body{ | |
margin:0; | |
font-family:Helvetica, Arial; | |
font-size:84%; | |
} | |
a{ | |
color:#24F; | |
font-weight:bold; | |
} | |
#head{ | |
padding:0; | |
background:#ccc; | |
overflow:auto; | |
--padding-bottom:5px; | |
} | |
.wrap{ | |
padding:10px; | |
} | |
.wrap.support{ | |
padding-bottom:0px; | |
margin:0; | |
} | |
h1{ | |
padding:5px 0px; | |
font-size:1.2em; | |
color:#222; | |
} | |
h1.title{ | |
font-size:2em; | |
margin:0; | |
margin-bottom:5px; | |
text-align:center; | |
background:#aaa; | |
} | |
h1.title a{ | |
text-decoration:none; | |
color:#333; | |
} | |
h3{ | |
font-size:1.2em; | |
color:#222; | |
} | |
h2{ | |
font-size:1.2em; | |
border-bottom:1px solid #aaa; | |
} | |
table{ | |
width:100%; | |
} | |
#nav{ | |
font-family:Arial; | |
background:#333; | |
width:100%; | |
font-size:100%; | |
line-height:normal; | |
width:320px; | |
} | |
#nav ul{ | |
margin:0; | |
padding:0; | |
list-style:none; | |
} | |
#nav li{ | |
float:left; | |
margin:0; | |
margin-left:5px; | |
margin-bottom:5px; | |
padding:0; | |
width:101px; | |
} | |
#nav a{ | |
display:block; | |
padding:6px 12px; | |
text-decoration:none; | |
color:#555; | |
text-align:center; | |
background:#b8b8b8; | |
-webkit-border-radius: 5px; | |
-moz-border-radius: 5px; | |
border-radius: 5px; | |
} | |
#nav .selected a{ | |
color:#ddd; | |
background:#555; | |
-webkit-border-radius: 5px; | |
-moz-border-radius: 5px; | |
border-radius: 5px; | |
} | |
#nav li.wiki_link{ | |
display:none; | |
} | |
#nav li.wide_left{ | |
margin-left:55px; | |
} | |
table.support{ | |
width:100%; | |
border:1px solid #aaa; | |
border-width:0 1px 1px 0; | |
margin:0; | |
} | |
table.support th{ | |
background:#333; | |
color:#fff; | |
text-transform:uppercase; | |
font-size:10px; | |
padding:5px 3px; | |
font-weight:300; | |
border-right:1px solid #666; | |
} | |
table.support th.upperleft{ | |
background-color:transparent; | |
} | |
table.support tr.odd td{ | |
background-color:#f1f5fa; | |
} | |
table.support td{ | |
width:25%; | |
text-align:center; | |
padding:5px 3px; | |
margin:0; | |
border-right:1px solid #d9d9d9; | |
border-top:1px solid #d9d9d9; | |
background-color:#fff; | |
} | |
h2.support{ | |
padding:5px 0 3px; | |
background:#f8f8f8; | |
border-bottom:2px solid #ddd; | |
} | |
table.support td.device, table.support tr.odd td.device{ | |
text-align:right; | |
padding-right:5px; | |
background-color:#ccc; | |
border-left:1px solid #aaa; | |
border-right:1px solid #aaa; | |
text-transform:uppercase; | |
font-weight:300; | |
font-size:10px; | |
} | |
table.support tr.top td.device{ | |
border-top:1px solid #aaa; | |
} | |
ul#apps li.app h4{ | |
font-size:1.4em; | |
} | |
ul#apps{ | |
list-style-type:none; | |
margin:0; | |
padding:0; | |
} | |
ul#apps li.app{ | |
margin-bottom:20px; | |
} | |
ul#apps li.app img{ | |
width:100px; | |
height:100px; | |
float:left; | |
margin-right:10px; | |
margin-bottom:2px; | |
} | |
ul#apps li.app h4{ | |
margin:0; | |
margin-bottom:-5px; | |
font-size:1.5em; | |
color:#246; | |
} | |
ul#apps li.app h4 span{ | |
display:block; | |
margin:0; | |
margin-left:10px; | |
font-size:.6em; | |
color:#999; | |
} | |
ul#apps li.app p{ | |
color:#333; | |
font-size:.9em; | |
} | |
ul#apps li.app .info{ | |
float:left; | |
margin-left:150px; | |
} | |
.blurb{ | |
background:#ffa; | |
padding:2px 10px; | |
color:#246; | |
border:1px solid #ffd324; | |
} | |
#foot{ | |
background:#aaa; | |
} | |
#foot h4{ | |
text-align:center; | |
} | |
#foot h4 a{ | |
color:#234; | |
} | |
form#group{ | |
background:#fff; | |
padding:15px 0 15px 15px; | |
border:1px solid:#111; | |
-webkit-border-radius: 5px; | |
-moz-border-radius: 5px; | |
border-radius: 5px; | |
} | |
form#group img{ | |
margin:0 auto; | |
padding:0px; | |
margin-left:69px; | |
} | |
form label{ | |
display:none; | |
} | |
form input[type='text']{ | |
width:180px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment