Skip to content

Commit

Permalink
Your guess is as good as mine :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fields committed Feb 27, 2012
1 parent 346fa41 commit 2aa3df3
Showing 1 changed file with 46 additions and 40 deletions.
86 changes: 46 additions & 40 deletions style.css
Expand Up @@ -211,7 +211,6 @@ table,
ul, ul,
.embed, .embed,
.entry-content div { .entry-content div {

font-size: 1em; font-size: 1em;
line-height: 1.5em; line-height: 1.5em;
margin: 1.5em 0; margin: 1.5em 0;
Expand Down Expand Up @@ -291,7 +290,7 @@ blockquote blockquote:last-child {
-------------------------------------------------------------- */ -------------------------------------------------------------- */


table { table {
border: .1em solid #555; border: 1px solid #555;
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
} }
Expand All @@ -304,7 +303,7 @@ th {
color: #fff; color: #fff;
} }
td { td {
border: .1em solid #777; border: 1px solid #777;
} }




Expand Down Expand Up @@ -495,6 +494,7 @@ ul.form-errors li.form-error-message {
padding: 0 1em 1em; padding: 0 1em 1em;
} }
#header { #header {
background: #fff;
margin: 0; margin: 0;
min-height: 100px; min-height: 100px;
padding: 1em; padding: 1em;
Expand All @@ -521,20 +521,23 @@ ul.form-errors li.form-error-message {
text-align: center; text-align: center;
} }
#page { #page {
background: #fff;
clear: both; clear: both;
color: #666; color: #666;
position: relative; position: relative;
margin: 1.5em 0 0; margin: 1.5em 0 0;
padding: 0; padding: 0;
/*
-moz-box-shadow: 0 0 .75em rgba( 0, 0, 0, 0.4 ); -moz-box-shadow: 0 0 .75em rgba( 0, 0, 0, 0.4 );
-webkit-box-shadow: 0 0 .75em rgba( 0, 0, 0, 0.4 ); -webkit-box-shadow: 0 0 .75em rgba( 0, 0, 0, 0.4 );
box-shadow: 0 0 .75em rgba( 0, 0, 0, 0.4 ); box-shadow: 0 0 .75em rgba( 0, 0, 0, 0.4 );
*/
z-index: 1; z-index: 1;
} }
#content { #content {
padding: 1.5em 6em; background: #fff;
margin: 0;
overflow: hidden; overflow: hidden;
padding: 0 6em 1.5em;
} }




Expand Down Expand Up @@ -680,60 +683,69 @@ ul.form-errors li.form-error-message {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
} }
#featured-posts {
background: #fff;
}
#intro-list { #intro-list {
background: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 0 0 40% 40% / 0 0 15% 15%;
border-top-width: 0; border-top-width: 0;
-moz-border-radius-bottomright: .5em;
-webkit-border-bottom-right-radius: .5em;
border-bottom-right-radius: .5em;
-moz-border-radius-bottomleft: .5em;
-webkit-border-bottom-left-radius: .5em;
border-bottom-left-radius: .5em;
list-style-type: none; list-style-type: none;
margin: 0 3em; margin: 0 3em;
padding: .5em; padding: .5em 1.5em 2em;
}
#intro-list li {
border-top: 1px dotted #ccc;
line-height: 2.2em;
}
#intro-list li:first-child {
border-top: none;
} }




/* =All Entries /* =All Entries
-------------------------------------------------------------- */ -------------------------------------------------------------- */


.entry {
background: #fff;
}
.entry-content img { .entry-content img {
max-width:860px; max-width: 860px;
height:auto; height: auto;
} }
.entry .footer { .entry .footer {
border-top:1px dotted #ccc; border-top: 1px dotted #ccc;
margin-top:2.5em; margin-top: 2.5em;
padding-top:1em; padding-top: 1em;
font-size:.9em; font-size: .9em;
text-align:center; text-align: center;
} }
.entry .footer a { .entry .footer a {
color:#999; color: #999;
} }
.entry pre { .entry pre {
padding:5%; padding: 5%;
width:90%; width: 90%;
overflow:auto; overflow: auto;
} }
.entry .attachment-ghostbird_detail { .entry .attachment-ghostbird_detail {
margin-right:10px; margin-right: 10px;
} }
.entry .bullet { .entry .bullet {
border-color:#ccc; border-color: #ccc;
} }
.entry .attachment { .entry .attachment {
text-align:center; text-align: center;
} }
/* Featured image. */ /* Featured image. */
.entry .featured-image { .entry .featured-image {
float:right; float: right;
margin:0 0 1em 1em; margin: 0 0 1em 1em;
padding:10px 12px 8px 10px; padding: 10px 12px 8px 10px;
border:.1em solid #ccc; border: .1em solid #ccc;
background-color:#fff; background-color: #fff;
text-align:center; text-align: center;
} }
/* Meta. */ /* Meta. */
.meta { .meta {
Expand All @@ -753,10 +765,6 @@ ul.form-errors li.form-error-message {
/* =Entries in Blog View /* =Entries in Blog View
-------------------------------------------------------------- */ -------------------------------------------------------------- */


#blog {
overflow: hidden;
padding: 1.5em 0;
}
#blog .entry { #blog .entry {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
margin: 0; margin: 0;
Expand Down Expand Up @@ -952,6 +960,7 @@ ul.form-errors li.form-error-message {
-------------------------------------------------------------- */ -------------------------------------------------------------- */


#page-footer { #page-footer {
background: #fff;
clear: both; clear: both;
} }
.nav-paged { .nav-paged {
Expand Down Expand Up @@ -1030,7 +1039,6 @@ ul.form-errors li.form-error-message {
font-style: italic; font-style: italic;
line-height: 2em; line-height: 2em;
} }

.widget_calendar { .widget_calendar {
border-color: #ccc; border-color: #ccc;
} }
Expand Down Expand Up @@ -1245,8 +1253,6 @@ li.cws-imp-plugin {
list-style-type: none; list-style-type: none;
} }


img.forced-dimensions {}



/* =Gallery Shortcode /* =Gallery Shortcode
-------------------------------------------------------------- */ -------------------------------------------------------------- */
Expand All @@ -1272,8 +1278,8 @@ img.forced-dimensions {}
-------------------------------------------------------------- */ -------------------------------------------------------------- */


.post-archive { .post-archive {
width: 100%;
border-width: 0; border-width: 0;
border-collapse: collapse;
} }
.post-archive thead { .post-archive thead {
display: none; display: none;
Expand Down

0 comments on commit 2aa3df3

Please sign in to comment.