Array

MediaWiki:Common.css: Difference between revisions

(mod)
(mod)
Line 36: Line 36:
.headertemplate a:active {color: #FFFFFF;}
.headertemplate a:active {color: #FFFFFF;}
.headertemplate a:focus {color: #FFFFFF;}  
.headertemplate a:focus {color: #FFFFFF;}  
.header_notes a:link {color: #FFFFFF;}
.header_notes a:visited {color: #FFFF00;}
.header_notes a:hover {color: #FFFFFF;}
.header_notes a:active {color: #FFFFFF;}
.header_notes a:focus {color: #FFFFFF;}


/* </source> */
/* </source> */

Revision as of 20:12, 26 March 2012

/* CSS placed here will be applied to all skins */

/* <source lang="css"> */

/* {{header}} */
table.headertemplate {
	width:100%;
	margin-bottom:5px;
	border:1px solid #a3b0bf;
	background:#7b98c7;
        color:#ffffff;
	text-align:center;
	font-size:0.9em;
}
.headertemplate .header_backlink,
.headertemplate .header_forelink {
	width:20%;
	font-size:0.9em;
	line-height:normal;
}
.header_notes {
	width:100%;
	border-bottom:1px solid #A88;
	background:#7b98c7;
        color:#ffffff;
	font-size:0.9em;
}
.headertemplate .header_title { width: 60%; }
.headertemplate .header_backlink { text-align:left; }
.headertemplate .header_forelink { text-align:right; }

/* white links for dark background tables */
.headertemplate a:link {color: #FFFFFF;}
.headertemplate a:visited {color: #FFFF00;}
.headertemplate a:hover {color: #FFFFFF;}
.headertemplate a:active {color: #FFFFFF;}
.headertemplate a:focus {color: #FFFFFF;} 
.header_notes a:link {color: #FFFFFF;}
.header_notes a:visited {color: #FFFF00;}
.header_notes a:hover {color: #FFFFFF;}
.header_notes a:active {color: #FFFFFF;}
.header_notes a:focus {color: #FFFFFF;} 

/* </source> */