MediaWiki:Monobook.css: Porovnání verzí

Z asap
Skočit na navigaciSkočit na vyhledávání
asap>Tvavrda
Bez shrnutí editace
asap>Tvavrda
Bez shrnutí editace
Řádek 40: Řádek 40:
width:700px;
width:700px;
margin-bottom:20px;
margin-bottom:20px;
border-style: none;
}
}
Řádek 80: Řádek 80:
border-style: none;
border-style: none;
border-bottom-style: solid;
border-bottom-style: solid;
border-color:#FFD375;
margin: 0px;
margin: 0px;
padding: 4px 4px 4px 4px;
padding: 4px 4px 4px 4px;

Verze z 22. 4. 2009, 16:06

/* Zde uvedené CSS bude ovlivňovat pouze styl „Monobook“ */ body { background: #ffffff; font-family: Tahoma;font-size:8pt; } <nowiki>
body
{
	background: #ffffff;
	font-family: Tahoma;
	font-size: small;
}

h1, h2, h3, h4, h5, h6, h7
{
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: medium; 
	font-style: normal;
	font-weight:bold;
	border-bottom-style:none;
}

h1
{
	color: #800000;
	font-family: Tahoma, sans-serif;
	font-size: large;
	margin-top:50;
	font-weight:normal;
	border-bottom-style:solid;
}

p
{
	margin-top:0;
}

table
{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	font-size:10pt; 
	width:700px;
	margin-bottom:20px;
	border-style: none;
	}
	
table.toc
{
	width:auto;
	margin:3px;
}

th
{
	margin: 0px;
	padding: 0px;
	background-color:#FFB56A;
}

th, td
{
	border-color:#FFD375;
	border-left-style: none;
	border-right-style: none;
}

tr
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

td.test
{
	font-weight:bold;
	background-color:#FFD375;
}

td
{
	border-width: 1px;
	border-style: none;
	border-bottom-style: solid;
	margin: 0px;
	padding: 4px 4px 4px 4px;
	vertical-align:text-top;
}

</nowiki>