/b2evolution/firebug/rsc/css/item.css
CSS | 46 lines | 25 code | 4 blank | 17 comment | 0 complexity | bb4959e6f3c9e3a9cd5795fbbef18ca8 MD5 | raw file
1@charset "UTF-8"; 2/** 3 * These are the styles that are used INSIDE of a blog item/post. 4 * 5 * The skin should include this into its design, 6 * but this should ALSO be included in the backoffice when viewing/editing posts. 7 */ 8 9/* -------------------------------- b2evolution Stylesheet Imports --------------------------------- */ 10@import url("../../../../rsc/css/item_base.css"); /* Import default blog elements styles */ 11/* -------------------------------- b2evolution Stylesheet Imports --------------------------------- */ 12 13/* 14Theme Name: firebug 15Theme URI: http://www.blogohblog.com 16Description: The "Firebug" WordPress theme has been built by <a href="http://www.blogohblog.com" title="Free WordPress Themes">Blog Oh! Blog</a> and comes under a Creative Commons License. This is a free theme and can be obtained by going to :- <a href="http://www.blogohblog.com/wordpress-theme-firebug" title="Free WordPress Themes">Firebug Theme</a> 17Version: 1.0 18Author: Jai Nischal Verma 19Author URI: http://www.blogohblog.com 20*/ 21 22/*+++++++ MISC +++++++*/ 23acronym, abbr, span.caps { cursor: help; } 24acronym, abbr { border-bottom: 1px dashed #999; } 25blockquote { margin: 15px 30px 15px 10px; padding-left: 20px; border: 0; border-left: 1px solid #ddd; background-color: transparent; } 26blockquote cite { margin: 5px 0 0; display: block; } 27.center { text-align: center; } 28a img { border: none; } 29pre {border: solid 1px #9a9a9a;color: blue;margin: 10px;padding:10px;background: #f3f2ed} 30code {font-size:1.0em; color: #888; } 31.clear { clear:both; } 32.space { clear:both; height:20px; width:580px;} 33img { border:none; } 34img.centered { display: block; margin-left: auto; margin-right: auto; } 35img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; } 36img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; } 37.alignright { float: right; } 38.alignleft { float: left } 39html>body #content ul { padding: 0 0 0 30px; padding-left: 10px; } 40html>body #content li { margin: 7px 0 8px 10px; } 41#content ul li:before { content: "\00BB \0020"; } 42#content ol { padding:0; margin:0;} 43 44del { 45 text-decoration: line-through; 46}