AllGFItems Wiki
Tag: sourceedit
 
(No difference)

Latest revision as of 02:36, 30 April 2017

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}


.table {
	width: 40%;
	margin: 0 auto;
	background: #222222;
	border-radius: 7pxpx;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-collapse: separate;
	border-spacing: 2px;
	text-align: center;
}
.table td, .table tr {
	border-radius: 3.5px;
	-moz-border-radius: 3.5px;
	-webkit-border-radius: 3.5px;
}
.table th {
	background-color: #4372aa;
}
.table tr {
	background-color: #333333;
	color: #ffffff;
}
.table tr:not(:first-child) th {
    background-color: #000;
}
.table tr:first-child th {
    background-color: #4372aa;
	color: #333333;
}