MediaWiki:Monobook.css

From Second Life Wiki
Revision as of 18:03, 4 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-family:verdana, helvetica, sans-serif;
	font-size:11px;
    background-color: #ffffff;
	color:#546368;
	}
	
.body_community {
	margin : 0px;
    font-family:verdana, helvetica, sans-serif;
	font-size:11px;
    background-color: #d5e3ec;
	color:#546368;
	}
	
option.sl, input.sl, radio.sl, .S1 
{
	font-family:verdana, courier, courier new, sans-serif;
	font-size: 8pt;
	color: white;
	background-color: #4378a4;
	border-color:#bcbbbb;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}


submit.resident
{
	font-family:verdana, courier, courier new, sans-serif;
	font-size: 8pt;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select.resident
{
	font-family:verdana, courier, courier new, sans-serif;
	font-size: 8pt;
	color: white;
	background-color: #4378a4;
	border-color:#bcbbbb;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

textarea.resident
{
	font-family:verdana, courier, courier new, sans-serif;
	font-size: 10px;
	color:white;
	background-color: #4378a4;
	border-color:#bcbbbb;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

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.fansite {font-weight:bold;}

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

.headline {color:#346080; font-size:12px; font-weight:bold;}

.header {color:#346080; font-size:12px; font-weight:bold;}

.subheader {color:#346080; font-size:11px; font-weight:bold;}

.fineprint {color:#346080; font-size:10px;}

.topheader {color:#346080; font-size:13pt; font-weight:bold; font-family:verdana, helvetica, sans-serif;}

.super {font-size: 9px; vertical-align:super;}

.copyright {text-align: right; margin:0px 6px 0px 0px;	color:#666666; font-family:verdana, helvetica, sans-serif; font-size:x-small;
}



#MEDIA_NEWS {background-color:#e9f1f8;  background-position: top left;}
#SL_news	{
	background-image: url(/_img/backgrounds/bg_topfade.gif); 
	background-position: top; 
	background-repeat: repeat-x;
	text-align:left;
    font-family:verdana, helvetica, sans-serif;
	font-size:x-small;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 179px;
	height: 130px;
	overflow:auto;
}
#SL_news .row1 	{ background-color:#FFFFFF; padding: 5px 5px 5px 5px;}
#SL_news .row2 	{ background-color:#e9f1f8; padding: 0px;}
#SL_news a 		{ font-size:x-small;}


/* If we don't explicitly choose a size for H2, H3, Firefox and IE
   choose sizes that are very different.
 */
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 }

/* _COPIED_ "required" over from registration b/c other forms may have required fields */
.required
{
    font-size: 10px;
	color: #CC0000;
    background-color: #FFFFCC;
    font-weight: normal;
}

/* Known Issues format and display */
#known_issues {
	background-image: url(/_img/backgrounds/bg_topfade.gif);  	
	background-position: top left; 		
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	width: 650px;
	padding: 0px 3px 3px 8px;
}

#bug {
	border-bottom: 1px dashed #CCC;
	padding: 12px 0px;
}

.bugrepro{ 
	border: 1px solid #CCC;
    display: none;
	height: 300px;
	width: 600px;
	overflow: auto;
	padding: 3px;
} 

.whenupdated {
	text-align: center;
	font-weight: bold;
	font-size: large; 
	padding: 2px;
}

.key, .buglabel {
	padding: 0px 4px 0px 0px;
	font-weight: bold;
}

.versionlist{
	padding: 0px 8px 0px 0px;
	font-style: italic;
}

.bugsummary{
    font-weight: bold;
}