Sage Community Wiki
Advertisement
/* --                    Sage "Firefox" Stylesheet by CSB                   -- */
/* -- based on "Mozilla" by Brian Donovan, http://wirusy.room-303.com/Sage/ -- */

html
{
   background: -moz-Dialog;
}

body
{
  width: 90%;
  margin: 30px auto;
}

*
{
	font-family: verdana, sans-serif;
}

p
{
	color: #000;
	width: 100%
}

.item-desc img
{
	border: 0px solid #ddd;
	height: auto; 
	max-width: 98%;
}

#rss-header
{
	background: #E4ECEC !important;
	margin: 0 0 32px 0;
	-moz-border-radius: 10px;
	border: 1px solid #A7A6AA;
	padding: 10px;
}

#rss-header a, #rss-header p
{
	text-decoration: none;
	font-weight: bold;
	margin: 0;
}

#rss-header a
{
	color: #D64203;
}

#rss-header p
{
	color: #405A5A;
	font-size: 90%;
	padding-left: 80px;
	padding-right: 20px;
	width: auto;
}

h1
{
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	padding-left: 30px;
}

/* h1:before
{
	content: "Newsfeed: ";
	color: #ccc;
} */

h2.item-title
{
	border-bottom: 1px solid #ddd;
	color: #000; 
	display: block;
	font-family: arial, verdana, sans-serif; 
	font-size: 18px;
	font-weight: normal;
	min-height: 1.3em;
	padding: 0px 2.3em 0px 0px;
}

h2.item-title a
{
	color: #000;
	text-decoration: none;
}

h2.item-title a:visited
{
	color: #676767;
	text-decoration: none;
}

h2.item-title a:visited:after
{
	color: #676767;
	content: url("chrome://browser/skin/feedview/check.png");
	padding-left: 1em;
	/* font-size: 12px; */
}

div.item
{
	background: White;
	border: 0; 
	border: 1px solid #A7A6AA;
	-moz-border-radius: 10px;  
	color: #333;
	font-size: 12px;
	margin-bottom: 25px;
	padding: 0px 10px 15px 20px;
	position: relative;
}

.item-pubDate
{
	background: #FAF4C8;
	border: 1px solid #A7A6AA;
	color : #777;
	float: right;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.1em;
	padding: 3px 5px 4px 5px;
	position: absolute;
	right: 1.5em;
	text-align: center;
	top: -1em;
	width: 15em;
}

.item-technorati
{
	margin: 0px;
	text-align: right;
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	right: 2.1em;
	top: 1.8em;
}

.item-ordinal
{
	color: #676767;
}


/* -- small adfilter, optional -- */

a:link[HREF*="googleadservices"], a:link[HREF*="ads_by_google"] 
{
display: none !important;
}

img[SRC*="feedburner.com/~a"], img[SRC*="feedster"]
{
display: none !important;
}
Advertisement