Created
December 2, 2009 20:07
-
-
Save carmelyne/247513 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
/* note: space it; dont tab it pls */ | |
body { | |
text-align:center; | |
margin-top: 10px; | |
background: #333333; | |
font: 76% Verdana, Arial, Helvetica, sans-serif; | |
min-width: 1000px; | |
} | |
#frame { | |
margin: 0 auto; | |
text-align:left; | |
} | |
#subframe1 { | |
width:233px; | |
float:left; | |
} | |
#header { | |
padding-top: 20px; | |
text-align: center; | |
} | |
#subframe2 { | |
width: 757px; | |
float:left; | |
background: #FAF8EF url(http://www.devchix.com/wp-content/themes/devchix/img/frame_bg.jpg) repeat right top; | |
} | |
#maincontent { | |
margin-top: 0px; | |
overflow: visible; | |
padding-top: 45px; | |
min-height: 1500px; | |
background: url(http://www.devchix.com/wp-content/themes/devchix/img/content_bg.jpg) no-repeat right top; | |
} | |
#maincontent li { | |
width: 500px; | |
} | |
#bottomclear { | |
height: 23px; | |
/* background: url(http://www.devchix.com/wp-content/themes/devchix/img/bottom_bg.jpg) no-repeat 233px 0; TODO: fix so that on short pages the bottom shadow still looks right -- Victoria */ | |
clear:both; | |
} | |
#subframe2 p,#subframe2 h1,#subframe2 h2,#subframe2 h3,#subframe2 small,#subframe2 cite, #subframe2 pre { | |
margin:0px 10px 10px 20px; | |
width: 675px; | |
} | |
#subframe2 blockquote p { width:600px; } | |
h1,h2 { | |
font-size:14px; | |
padding-top:10px; | |
} | |
p { | |
line-height: 1.7em; | |
font-size: small; | |
color: #333333; | |
margin-bottom: 15px; | |
} | |
form { | |
margin: 0px; | |
padding: 0px; | |
} | |
.entry { | |
margin-top: 15px; | |
color: #333333; | |
} | |
.postmetadata { | |
font-size: x-small; | |
padding-bottom: 15px; | |
background: url(http://www.devchix.com/wp-content/themes/devchix/img/comment_bottombg.gif) repeat-x left bottom; | |
color: #a76b2e; | |
margin-top: 10px; | |
padding-top: 8px; | |
} | |
.post a, #recentposts a, .navigation a { | |
color: #a76b2e; | |
} | |
.navigation a { | |
font-size: small; | |
} | |
#recentposts a:hover { | |
color: #3399CC; | |
text-decoration: none; | |
} | |
.post h1 a { | |
color: #3177C1; | |
font: x-large "Times New Roman", Times, serif; | |
text-decoration: none; | |
padding: 3px; | |
display: block; | |
} | |
pre { | |
width: 400px; | |
background: #EBDCAF; | |
border: 1px dotted #797979; | |
font-size: 12px; | |
padding: 4px; | |
overflow: auto; | |
} | |
#sidenav{ | |
overflow: visible; | |
min-height: 500px; | |
margin-left: 10px; | |
} | |
#sidenav h2 { | |
color: #98e3fc; | |
font-size: 12px; | |
padding-top: 10px; | |
width: 180px; | |
overflow: hidden; | |
} | |
#sidenav li { | |
color: #c6fb87; | |
} | |
#sidenav ul ul { | |
margin: 0px 0px 0px 15px; | |
padding: 0px; | |
} | |
#sidenav li li { | |
margin: 0px; | |
padding: 0px; | |
} | |
#sidenav li a { | |
color: #c6fb87; | |
text-decoration: none; | |
} | |
#sidenav li li a { | |
color: #84E907; | |
text-decoration: none; | |
} | |
#sidenav li a:hover, #sidenav li li a:hover { | |
color: #649EDA; | |
text-decoration: underline; | |
} | |
#sidenav .affiliated { | |
font-size:8px; | |
color:#edeadb; | |
margin:20px 0 0; | |
} | |
#sidenav .affiliated img { | |
display:block; | |
margin-top:3px; | |
} | |
#header input.searchinput { | |
height: 25px; | |
width: 125px; | |
border-style: none; | |
color: #FFFFFF; | |
padding-top: 0px; | |
background: #222222; | |
margin-left: 20px; | |
float: left; | |
} | |
#header input.searchbutton { | |
float: left; | |
margin-top: -7px; | |
} | |
.searchbox { | |
background: url(http://www.devchix.com/wp-content/themes/devchix/img/searchbox.gif) no-repeat center top; | |
width: 185px; | |
margin-left: 17px; | |
margin-top: 10px; | |
margin-bottom: 10px; | |
padding: 10px 0px 0px; | |
height: 40px; | |
} | |
.divider1 { | |
margin-top: 15px; | |
} | |
.commentstag { | |
color: #97db72; | |
font: large "Times New Roman", Times, serif; | |
} | |
#comments { | |
padding-bottom: 15px; | |
padding-left: 10px; | |
border-top: 1px dotted #CAECB7; | |
margin-right: 15px; | |
} | |
cite { | |
font-weight: bold; | |
} | |
ol.commentlist { | |
margin: 0px; | |
padding: 0px; | |
width: 485px; | |
} | |
li.alt, li.alt2 { | |
list-style: none; | |
background: url(http://www.devchix.com/wp-content/themes/devchix/img/commentbubble.gif) no-repeat left top; | |
padding-top: 8px; | |
padding-left: 15px; | |
margin-top: 10px; | |
padding-right: 15px; | |
} | |
li.alt a, li.alt2 a { | |
color: #6699CC; | |
} | |
a.commentdate { | |
color: #666666; | |
padding-bottom: 8px; | |
text-decoration: none; | |
} | |
a.commentdate:hover { | |
text-decoration: underline; | |
} | |
#respond { | |
font: large "Times New Roman", Times, serif; | |
color: #ff9933; | |
margin-top: 30px; | |
border-top: 1px dotted #ff9933; | |
padding-top: 15px; | |
width: 460px; | |
} | |
#footer { | |
background: #333333; | |
margin-left: 233px; | |
} | |
#footer p { | |
color:#9FC671; | |
font-size:10px; | |
} | |
#footer a { | |
color: #72bed7; | |
} | |
#links, .blogroll { | |
float: left; | |
width: 160px; | |
margin-right: 15px; | |
background: url(http://www.devchix.com/wp-content/themes/devchix/img/vertical_line.gif) repeat-y right top; | |
min-height: 158px; | |
overflow: visible; | |
} | |
#blogroll {} | |
#blogroll h2 {} | |
#links ul, #links li, #links h2 , #blogroll ul, #blogroll li { | |
margin: 0px; | |
padding: 0px; | |
color: #9fc671; | |
list-style: none; | |
line-height: 1.4em; | |
} | |
#archives { | |
float: left; | |
width: 130px; | |
margin-right: 10px; | |
background: url(http://www.devchix.com/wp-content/themes/devchix/img/vertical_line.gif) repeat-y right top; | |
min-height: 158px; | |
overflow: visible; | |
} | |
#archives ul, #archives li, #archives h2 { | |
margin: 0px; | |
padding: 0px; | |
color: #9fc671; | |
list-style: none; | |
line-height: 1.4em; | |
} | |
#recentposts { | |
width: 400px; | |
padding: 0px; | |
} | |
#recentposts p { | |
color: #3E78B5; | |
font-family: "Times New Roman", Times, serif; | |
font-size: medium; | |
} | |
.recentpostul { | |
font-size: small; | |
padding-bottom: 25px; | |
background: url(http://www.devchix.com/wp-content/themes/devchix/img/comment_bottombg.gif) repeat-x left bottom; | |
color: #FF9933; | |
} | |
.post h1 a:hover { | |
color: #FFFFFF; | |
font: x-large "Times New Roman", Times, serif; | |
text-decoration: none; | |
background: #3177C1; | |
padding: 3px; | |
display: block; | |
} | |
.singlemetadata { | |
font-size: x-small; | |
padding-bottom: 15px; | |
background: url(http://www.devchix.com/wp-content/themes/devchix/img/comment_bottombg.gif) repeat-x left bottom; | |
color: #333333; | |
margin-top: 35px; | |
text-align: left; | |
} | |
.sidebarpost { | |
text-transform: none; | |
margin-right: 10px; | |
} | |
#sidebarposts li a { | |
text-transform: none; | |
line-height: 1.0em; | |
margin-bottom: 15px; | |
} | |
.navigation li { | |
display: inline; | |
list-style: none; | |
margin-right: 20px; | |
} | |
.navigation ul { | |
padding: 0px; | |
margin-left: 20px; | |
} | |
#sidebarposts li { | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
ol li { | |
margin-top: 5px; | |
margin-bottom: 8px; | |
line-height: 1.3em; | |
} | |
div.codeblock { | |
padding: 5px; | |
margin-bottom:10px; | |
border: 1px solid #CCC; | |
width: auto; | |
background-color: #EEE; | |
} | |
.synComment { color: #0000FF } | |
.synConstant { color: #0000FF } | |
.synIdentifier { color: #008B8B } | |
.synStatement { color: #A52A2A ; font-weight: bold } | |
.synPreProc { color: #A020F0 } | |
.synType { color: #2E8B57 ; font-weight: bold } | |
.synSpecial { color: #6A5ACD } | |
.synUnderlined { color: #000000 ; text-decoration: underline } | |
.synError { color: #FFFFFF ; background: #FF0000 none } | |
.synTodo { color: #0000FF ; background: #FFFF00 none } | |
/* Coderay CSS*/ | |
.CodeRay { | |
background-color: #F7FBEF; | |
border: 1px solid #D6EBAD; | |
font-family: 'Courier New', 'Terminal', monospace; | |
color: #100; | |
margin-bottom: 1em; | |
} | |
.CodeRay pre { margin: 0px; font-size: 12px } | |
div.CodeRay { } | |
span.CodeRay { white-space: pre; border: 0px; padding: 2px } | |
table.CodeRay { border-collapse: collapse; width: 100%; padding: 2px } | |
table.CodeRay td { padding: 2px 4px; vertical-align: top } | |
.CodeRay .line_numbers, .CodeRay .no { | |
background-color: #D6EBAD; | |
color: gray; | |
text-align: right; | |
} | |
.CodeRay .line_numbers tt { font-weight: bold } | |
.CodeRay .no { padding: 0px 4px } | |
.CodeRay .code { width: 100% } | |
ol.CodeRay { font-size: 10pt } | |
ol.CodeRay li { white-space: pre } | |
.CodeRay .code pre { overflow: auto } | |
.af { color:#00C } | |
.an { color:#007 } | |
.av { color:#700 } | |
.aw { color:#C00 } | |
.bi { color:#509; font-weight:bold } | |
.c { color:#888 } | |
.ch { color:#04D } | |
.ch .k { color:#04D } | |
.ch .dl { color:#039 } | |
.cl { color:#B06; font-weight:bold } | |
.co { color:#036; font-weight:bold } | |
.cr { color:#0A0 } | |
.cv { color:#369 } | |
.df { color:#099; font-weight:bold } | |
.di { color:#088; font-weight:bold } | |
.dl { color:black } | |
.do { color:#970 } | |
.ds { color:#D42; font-weight:bold } | |
.e { color:#666; font-weight:bold } | |
.en { color:#800; font-weight:bold } | |
.er { color:#F00; background-color:#FAA } | |
.ex { color:#F00; font-weight:bold } | |
.fl { color:#60E; font-weight:bold } | |
.fu { color:#06B; font-weight:bold } | |
.gv { color:#d70; font-weight:bold } | |
.hx { color:#058; font-weight:bold } | |
.i { color:#00D; font-weight:bold } | |
.ic { color:#B44; font-weight:bold } | |
.il { background: #eee } | |
.il .il { background: #ddd } | |
.il .il .il { background: #ccc } | |
.il .dl { font-weight: bold ! important; color: #888 ! important } | |
.in { color:#B2B; font-weight:bold } | |
.iv { color:#33B } | |
.la { color:#970; font-weight:bold } | |
.lv { color:#963 } | |
.oc { color:#40E; font-weight:bold } | |
.on { color:#000; font-weight:bold } | |
.op { } | |
.pc { color:#038; font-weight:bold } | |
.pd { color:#369; font-weight:bold } | |
.pp { color:#579 } | |
.pt { color:#339; font-weight:bold } | |
.r { color:#080; font-weight:bold } | |
.rx { background-color:#fff0ff } | |
.rx .k { color:#808 } | |
.rx .dl { color:#404 } | |
.rx .mod { color:#C2C } | |
.rx .fu { color:#404; font-weight: bold } | |
.s { background-color:#fff0f0 } | |
.s .s { background-color:#ffe0e0 } | |
.s .s .s { background-color:#ffd0d0 } | |
.s .k { color:#D20 } | |
.s .dl { color:#710 } | |
.sh { background-color:#f0fff0 } | |
.sh .k { color:#2B2 } | |
.sh .dl { color:#161 } | |
.sy { color:#A60 } | |
.sy .k { color:#A60 } | |
.sy .dl { color:#630 } | |
.ta { color:#070 } | |
.tf { color:#070; font-weight:bold } | |
.ts { color:#D70; font-weight:bold } | |
.ty { color:#339; font-weight:bold } | |
.v { color:#036 } | |
.xt { color:#444 } | |
ol li blockquote {color: #d4ffe1; font-size: 10px; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 5px; background-color: #2B78C8; margin-left: -25px; width: 470px; overflow: auto;} | |
#about-top { | |
background:url(http://www.devchix.com/wp-content/themes/devchix/img/about.gif) no-repeat bottom right; | |
margin:1em auto; | |
padding-bottom:35px; | |
text-align:left; | |
width:185px; | |
} | |
#about-top h2 { | |
background:url(http://www.devchix.com/wp-content/themes/devchix/img/about.gif) no-repeat top; | |
color:#9fc671; | |
padding-top:.8em; | |
} | |
#about-top h2,#about-top p { | |
font-size:x-small; | |
margin:0; | |
padding-right:.8em; | |
padding-left:.8em; | |
} | |
#about-top p { background:#1d262b; color:#6d8b95; } | |
#about-top a { color:#9fc671; } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment