Separated out CSS files, and updated some of them
This commit is contained in:
57
css/wordpress.css
Normal file
57
css/wordpress.css
Normal file
@ -0,0 +1,57 @@
|
||||
/**
|
||||
* Styles for Wordpress
|
||||
*/
|
||||
|
||||
#sidebar ul {
|
||||
padding: 0px;
|
||||
}
|
||||
#sidebar li {
|
||||
list-style-type: none;
|
||||
}
|
||||
.post {
|
||||
margin: 0 0 3em 0;
|
||||
}
|
||||
.post h2 {
|
||||
margin: 1em 0 0 0;
|
||||
}
|
||||
.post h2 a{
|
||||
color: #001;
|
||||
}
|
||||
.post h2 a:hover{
|
||||
color: #556;
|
||||
}
|
||||
|
||||
/* Wordpress Captions */
|
||||
.aligncenter,
|
||||
div.aligncenter {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.wp-caption {
|
||||
border: 1px solid #ddd;
|
||||
text-align: center;
|
||||
background-color: #f3f3f3;
|
||||
padding-top: 4px;
|
||||
margin: 10px;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.wp-caption img {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
.wp-caption p.wp-caption-text {
|
||||
font-size: 11px;
|
||||
line-height: 17px;
|
||||
padding: 0 4px 5px;
|
||||
margin: 0;
|
||||
}
|
||||
/* End captions */
|
||||
|
Reference in New Issue
Block a user