Skip to content

Instantly share code, notes, and snippets.

@chasereeves
Created February 2, 2011 05:10
Show Gist options
  • Save chasereeves/807269 to your computer and use it in GitHub Desktop.
Save chasereeves/807269 to your computer and use it in GitHub Desktop.
All the basic thesis CSS
/* LAYOUT SIDEBAR HEADER/NAV FEATURE BOX TYPOGRAPHY/LINKS FOOTER GLOBAL*/
/* =========================== LAYOUT =========================== */
.custom #header {
}
.custom .full_width .page {
}
.custom #content {
}
.custom #sidebars {
}
.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page {
}
.custom .no_sidebars #content {
width:100%;
}
.custom .no_sidebars .post_box {
margin-right:0;
}
/* =========================== SIDEBAR =========================== */
.custom .sidebar ul.sidebar_list {
}
.custom #sidebars {
}
/* =========================== HEADER & NAV =========================== */
.custom ul.menu {
border:0;
}
.custom ul.menu li {
}
.custom .menu a {
border:0;
}
.custom .menu a, .custom .menu .current ul a, .custom .menu .current-cat ul a, .custom .menu .current-menu-item ul a {
background-color:transparent;
}
.custom .menu a:hover {
}
.custom .menu .current a, .custom .menu .current a:hover, .custom .menu .current-cat a, .custom .menu .current-cat a:hover, .custom .menu .current-menu-item a, .custom .menu .current-menu-item a:hover {
background:transparent;
}
/* =========================== FEATURE BOX =========================== */
/* =========================== TYPOGRAPHY & LINKS =========================== */
body.custom {
}
a:hover {
text-decoration:underline;
}
/* =========================== FOOTER =========================== */
.custom #footer_area .page {
background-color:transparent;
}
.custom #footer {
}
.custom #footer a {
border:0;
text-decoration:0;
}
.custom #footer a:hover {
text-decoration:none;
}
#footer .alignleft {
margin: 4px 1.571em 1.571em 0;
}
/* =========================== GLOBAL ELEMENTS =========================== */
.clearfix { clear:both; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.custom .alignleft { margin: 0 12px 12px 0; }
.custom .alignright { margin: 0 0 12px 12px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment