Skip to content

Instantly share code, notes, and snippets.

@Pafuxu
Created April 16, 2009 03:51
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 Pafuxu/96202 to your computer and use it in GitHub Desktop.
Save Pafuxu/96202 to your computer and use it in GitHub Desktop.
/*custom styles*/
.entry-content,
.comment {
font: normal normal normal 13px/1.8 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
.entry-content p,
.comment p {
margin-bottom: 1.5em;
}
.entry-content ul, .entry-content ol {
margin-bottom: 1.5em;
}
#get_recent_comments_wrap {
line-height: 1.3;
}
pre:not([class]) {
clear: both;
width: 95%;
background-color: #f0f8ff;
border: 1px solid #d6e0de;
margin: 1.5em 0;
padding: 0.5em 0.8em;
font-size: 95%;
line-height: 1.2;
white-space: pre;
}
pre code {
white-space: pre-wrap;
}
blockquote {
clear: both;
width: 95%;
border-left: 3px solid #fbd57f;
margin: 1.5em 0;
padding: 0 1em;
}
.entry-content img,
.entry-content object {
display: block;
float: none ! important;
max-width: 100% ! important;
margin: 0 auto 15px ! important;
}
img[class="wp-smiley"] {
display: inline;
margin: 0 ! important;
}
img[alt*="hCard"],
img[alt*="hCal"] {
display: inline;
margin: 0 10px 0 0 ! important;
vertical-align: bottom;
}
img[src*="icn-"] ,
img[src*="capt-"] ,
img[src*="snap-"] {
display: inline;
margin: 0 0 0 15px ! important;
}
.box-shadow,
.boxShadow {
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
}
textarea {
width: 95% ! important;
font-size: 13px;
line-height: 1.5;
}
.simple-table {
font-size: 12px;
background: #fff;
margin: 15px auto;
width: 95%;
border-collapse: collapse;
text-align: left;
}
.simple-table caption,
.simple-table th {
font-size: 14px;
color: #039;
padding: 10px 8px;
border-bottom: 2px solid #6678b1;
}
.simple-table caption {
font-weight: bold;
color: black;
display: table-caption;
}
.simple-table td {
border-bottom: 1px solid #ccc;
color: #669;
padding: 6px 8px;
}
.simple-table tbody tr:hover td {
color: #009;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment