Files
socket.io/css/main.css
Guillermo Rauch 916ddb1a16 Pages updated
2011-06-21 09:40:35 -03:00

288 lines
5.8 KiB
CSS

@font-face {
font-family: 'ChunkFiveRegular';
src: url('../fonts/Chunkfive-webfont.eot');
src: local('☺'), url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg#webfont4CzPTNtF') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OFLSortsMillGoudyRegular';
src: url('../fonts/OFLGoudyStM-webfont.eot');
src: local('☺'), url('../fonts/OFLGoudyStM-webfont.woff') format('woff'), url('../fonts/OFLGoudyStM-webfont.ttf') format('truetype'), url('../fonts/OFLGoudyStM-webfont.svg#webfontbdeuPKEQ') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OFLSortsMillGoudyItalic';
src: url('../fonts/OFLGoudyStM-Italic-webfont.eot');
src: local('☺'), url('../fonts/OFLGoudyStM-Italic-webfont.woff') format('woff'), url('../fonts/OFLGoudyStM-Italic-webfont.ttf') format('truetype'), url('../fonts/OFLGoudyStM-Italic-webfont.svg#webfont0v2kTw9u') format('svg');
font-weight: normal;
font-style: normal;
}
body {
background: url('../images/pattern.png');
color: #fff;
font: 13px "Lucida Grande", Verdana;
padding-left: 0;
margin-left: 0;}
#wrap {
background: url('../images/sprite.png') no-repeat 0 0;}
#header {
position: relative;
padding-top: 50px;
height: 200px;}
#header .subtext {
font: 30px "OFLSortsMillGoudyItalic";
text-shadow: 0 1px 0 #000;
left: 50px;
top: 58px;
position: absolute;
z-index: 5;}
#header .logo {
display: block;
width: 368px;
height: 108px;
top: 78px;
left: 85px;
z-index: 4;
position: absolute;
text-indent: -5000em;
-webkit-transition: 500ms opacity;}
#header .logo:hover {
opacity: 0.9;}
#header .download {
color: #4a6715;
width: 86px;
height: 124px;
background: url('../images/ribbon.png');
display: block;
text-decoration: none;
text-align: center;
position: absolute;
padding-top: 23px;
top: 71px;
left: 475px;
-webkit-transition: 500ms opacity;}
#header .download:active {
margin-left: 5px;
margin-top: 5px;}
#header .download:hover {
opacity: 0.9;}
#header .download .version {
font: 48px "OFLSortsMillGoudyItalic";}
#header .download .number {
font: 48px "ChunkFiveRegular";
text-shadow: 0 1px 0 #fff;}
#content {
text-shadow: 0 1px 0 #000;
width: 830px;}
#content p {
line-height: 25px;}
#content .title {
font: 23px Georgia;
color: #000;
text-shadow: 0 0 0 rgba(0,0,0,0);}
#content .section {
padding-left: 50px;
border-bottom: 1px solid #292936;
border-top: 1px solid #2993bf;
padding-top: 40px;
padding-right: 10px;
padding-bottom: 30px;}
#content > .section:first-child {
padding-top: 20px;
border-top-width: 0;}
#content .subtitle {
margin-top: 10px;
font-size: 15px;
font-family: Georgia;
color: #222;
text-shadow: none;}
#content a {
color: #E2E7D7;
text-shadow: none;
text-decoration: none;
border-bottom: 1px dotted #E2E7D7;}
#content a:hover {
border-bottom-style: solid;}
#content b {
color: #F7FDCF;}
#content pre {
background: #000;
background: rgba(0,0,0,0.3);
text-shadow: none;
font-family: Monaco;
border: none;
padding: 15px;}
#content pre .pun, pre .pln {
color: #eee;}
#content pre .kwd {
color: #eee;}
#content pre .typ {
color: #eee;}
#content pre .str {
color: #AABF73;}
#content pre .atv {
color: #AABF73;}
#content pre .com {
color: #999;}
#content pre .tag {
color: #eee;}
#content pre .atn {
color: #eee;}
#content pre .lit {
color: #AABF73;}
#content ul {
padding: 0;
margin: 10px 0 20px;
border-top: 1px solid #2993bf;}
#content ul li {
list-style-type: none;
padding: 10px 0 10px;
border-bottom: 1px solid #2993bf;}
#content ul li a {
color: #ccc;
border-bottom-color: #ccc;}
#content ul li span {
display: block;
font-size: 11px;
margin-top: 5px;}
#google-subscribe-link {
border-bottom-width: 0 !important; }
#google-subscribe-input {
opacity: 0.8; }
#google-subscribe-input.focus {
opacity: 1; }
#google-members-count {
position: relative;
left: 10px;
bottom: 11px;
color: #eee;
font-size: 11px; }
/* menu */
ul#menu {
margin: 0;
padding: 0;
border-width: 0;
}
ul#menu li {
list-style-type: none;
display: inline-block;
border-width: 0;
padding: 0;
}
ul#menu li a {
display: inline-block;
text-decoration: none;
border-width: 0;
padding: 8px 15px;
font: bold 14px Lucida Grande, Verdana;
text-transform: uppercase;
text-shadow: 0 1px 0 rgba(0,0,0,.6);
}
ul#menu li.current {
background: #88b026;
border-bottom: 5px solid #145570;
}
ul#menu li.current a {
color: #4a6715;
font-weight: bold;
border-bottom: 1px solid rgba(255,255,255,.4);
text-shadow: 0 1px 0 rgba(255,255,255,.6);
}
/* home */
.example {
overflow: hidden;
}
.example-left {
float: left;
width: 375px;
}
.example-right {
float: right;
width: 375px;
}
.example-left-long {
width: 770px;
}
.example p.title {
font: bold 14px Lucida Grande, Verdana !important;
text-shadow: 0 1px 0 rgba(255,255,255,.3) !important;
text-transform: uppercase !important;
}
.example pre {
font-size: 12px;
height: 100%;
}
.subtitle {
font-size: 18px !important;
}
.subtitle.small {
font-size: 14px !important;
}
.blogpost p {
line-height: 18px !important;
}
.blogpost ol li {
margin-bottom: 10px;
}
.blogpost ol {
margin-bottom: 20px;
}
.blogpost pre {
margin-bottom: 30px;
}
#content .blogpost .subtitle {
margin-bottom: 20px !important;
}
.page {
display: none;
}
.page-active {
display: block;
}
#section-announcement {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
#footer {
text-align: center;
width: 800px;}
#footer a {
color: #E2E7D7;
text-shadow: none;
text-decoration: none;
border-bottom: 1px dotted #E2E7D7;}
#footer a:hover {
border-bottom-style: solid;}