Array

MediaWiki:Common.css: diferenças entre revisões

(mod)
Sem resumo de edição
Linha 7: Linha 7:
width:100%;
width:100%;
margin-bottom:5px;
margin-bottom:5px;
border:3px solid #BBB;
border:0px solid #a3b0bf;
background:#ffffc0;
background:#009abf;
        color:#ffffff;
text-align:center;
text-align:center;
font-size:0.9em;
font-size:0.9em;
Linha 21: Linha 22:
width:100%;
width:100%;
border-bottom:1px solid #A88;
border-bottom:1px solid #A88;
background:#FBEAFF;
background:#d9e5b5;
font-size:0.9em;
font-size:0.9em;
}
}
Linha 27: Linha 28:
.headertemplate .header_backlink { text-align:left; }
.headertemplate .header_backlink { text-align:left; }
.headertemplate .header_forelink { text-align:right; }
.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;}


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

Revisão das 04h42min de 27 de maio de 2015

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

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

/* {{header}} */
table.headertemplate {
	width:100%;
	margin-bottom:5px;
	border:0px solid #a3b0bf;
	background:#009abf;
        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:#d9e5b5;
	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;} 

/* </source> */