MediaWiki:Monobook.css

From Second Life Wiki
Revision as of 12:56, 5 January 2007 by Jose Linden (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* GLOBAL STYLES: text, links, form elements, etc */ 

body {
    margin : 0px;
    font-size: 62.0%;
    font-family:verdana, helvetica, sans-serif;
    background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
    background-color: #ffffff;
    color:#546368;
}

a 		{color:#4378a4;	text-decoration:underline;}
a:active 	{color:#50607C;	text-decoration:underline;}
a:hover 	{color:#ff7900;text-decoration:underline;}

a.promolink 		{color:#4378a4;	text-decoration:none;}
a.promolink:active 	{color:#50607C;	text-decoration:none;}
a.promolink:hover 	{color:#ff7900;text-decoration:none;}

a img 		{border: 0px #FFFFFF none;}
a:active img	{border: 0px #FFFFFF none;}
a:hover img	{border: 0px #FFFFFF none;}

a.nodec {text-decoration:none}
a.nodec:hover {text-decoration:none}

/* If we don't explicitly choose a size for H2, H3, Firefox and IE
   choose sizes that are very different.
 */
h1 { font-family: Arial, Helvetica, Sans-Serif; font-weight:bold; color: #546368;}
h2 { font-size: 18px; }
h3 { font-size: 14px; padding:0px; margin: 12px 0 8px 0 }

/* table cells */
td.heading { border-bottom: 1px dotted black }
td.title { font-weight: bold }
td.right { text-align: right }
td.center { text-align: center }
td.ledger-shade { background-color: #dddddd }
           
/**********************************/

#content {
    font-family:verdana, helvetica, sans-serif;
    color:#546368;
    margin: 2.8em 0 0 12.2em; 
    padding: 0 1em 1.5em 1em;	 
    background: white;	 
    border: 1px solid #aaa;	 
    border-right: none;	 
    line-height: 1.5em;	 
    position: relative;	 
    z-index: 2;
}

#column-one {
    background-color: #ffffff;
    padding-top: 160px;
}

/*******************  MARKER  *************************/

.portlet {
	border: none;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	width: 11.6em;
	overflow: hidden;
}
.portlet h4 {
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h5 {
        margin-left:5px;
        font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #546368;
	background-color:#ffffff;
	padding: 3px 5px 0px 5px;
	height: 1em;
	text-transform: uppercase;
	white-space: nowrap;
}
.portlet h6 {
	background: #ffae2e;
	border: 1px dotted #2f6fab;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	text-transform: lowercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}
.pBody {
	padding: 0 .8em .3em 1em;
	font-size: 11px;
        border:1px solid white;
	background-color:#ffffff;
	color:#eeeeee;
	text-decoration: none; 
}

.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}
.portlet ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(bullet.gif);
	font-size: 95%;
}
.portlet li {
	padding: 0;
	margin: 0;
}

.portlet a 		{color:#4378a4; text-decoration:underline;}
.portlet a:active 	{color: #50607C; text-decoration:underline;}
.portlet a:hover 	{color:#ff7900;text-decoration:underline;}

#p-personal {
	width: 500px;
	white-space: nowrap;
	padding: 5px 5px 5px 5px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	border: 1px solid #ccc;
	overflow: visible;
	line-height: 1.2em;
}