Skip to content

Instantly share code, notes, and snippets.

@fonkadelic
Created June 9, 2011 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fonkadelic/1016292 to your computer and use it in GitHub Desktop.
Save fonkadelic/1016292 to your computer and use it in GitHub Desktop.
zwitscher main style
* {
margin: 0; padding: 0;
}
body {
background: #8ec1da;
font:13px/1.5 Helvetica Neue,Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
color: #444;
}
a {
color: #444;
}
#wrapper, #footer {
width: 920px;
margin: 0 auto;
}
#header {
width: 920px;
height: 70px;
margin: 10px 0 20px 0;
color: #fff;
background: url('http://dl.dropbox.com/u/2357220/zwitscher_logo.png') no-repeat;
text-indent: -9999px;
}
#container {
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
background: #fff;
}
#container > * {
padding: 0 10px;
}
#container h2 {
height: 40px;
padding: 20px 0 0 10px;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-bottom: 1px solid #e6e6e6;
background: #f5f5f5;
font-size: 18px;
text-shadow: 0 1px 0 #fff;
color: #999;
}
#container ul {
list-style: none;
padding: 0;
}
#container ul li {
border-bottom: 1px solid #e6e6e6;
padding: 20px 10px;
}
#container form {
padding: 20px 10px;
width: 500px;
}
#container form div {
margin-bottom: 10px;
}
#container .subnav {
padding: 10px;
background: #f5f5f5;
font-weight: bold;
}
#footer {
margin-top: 5px;
color: #fff;
}
#footer a {
color: #fff;
}
#notice {
background: #fff;
padding: 10px;
border: 5px solid #ddd;
position: fixed;
top: 50%; left: 50%;
z-index: 99999;
font-size: 18px;
font-weight: bold;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment