Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #content {
- background: #333;
- }
- #content p,
- #content a,
- #content .entry-title,
- #content .block-heading,
- #content .comment-reply-title{
- color: #fff;
- }
- #content input,
- #content textarea,
- #content select{
- background: #333;
- color: #fff;
- border: 1px solid #444;
- }
- #content select{
- width: 100%;
- }
- #content .post-comments input {
- display:block;
- margin-bottom:14px;
- width: 50%;
- }
- #content .post-comments textarea {
- width: 100%;
- height:130px;
- margin-bottom:20px;
- }
- #content .post-comments input[type=submit] {
- width:auto;
- background: -webkit-linear-gradient(#494949, #393939);
- background: -o-linear-gradient(#494949, #393939);
- background: -moz-linear-gradient(#494949, #393939);
- background: linear-gradient(#494949, #393939);
- }
- #content .post,
- #content .widget ul li {
- border-bottom: 1px solid #444;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement