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 1: Řádek 1:
/* Zde uvedené CSS bude ovlivňovat pouze styl „Monobook“ */ body { background: #ffffff; font-family: Tahoma;font-size:8pt; } <nowiki>
/* 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:8pt; }  
body
{
background: #ffffff;
font-family: Tahoma;
font-size:8pt;
}


h1, h2, h3, h4, h5, h6, h7 { color: #000000; font-family: Tahoma, sans-serif; font-size: 8pt; }  
h1, h2, h3, h4, h5, h6, h7
{
color: #000000;
font-family: Tahoma, sans-serif;
font-size: 8pt;  
}


h1, h2 { color: #800000; font-family: Tahoma, sans-serif; font-size: 12pt; margin-top:50; }  
h1, h2
{
color: #800000;
font-family: Tahoma, sans-serif;
font-size: 12pt;
margin-top:50;
}


h2 { font-size: 10pt; }  
h2
{
font-size: 10pt;
}


p { margin-top:0; }  
p
{
margin-top:0;
}


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


table { border-collapse: collapse; margin: 0px; padding: 0px; font-size:10pt; width:700px; margin-bottom:20px }  
th
{
margin: 0px;
padding: 0px;
background-color:#FFB56A;
}


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


tr { margin: 0px; padding: 0px 0px 0px 0px; }  
td
{
border-width: 1px;
border-style: none;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
margin: 0px;
padding: 2px 2px 2px 2px;
}


td { border-width: 1px; border-style: none; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; margin: 0px; padding: 2px 2px 2px 2px; }
table.title
 
{
table.title { margin-top: 15; margin-bottom: 5; }
margin-top: 15;
margin-bottom: 5;
}
</nowiki>
</nowiki>

Verze z 22. 4. 2009, 09:35

/* 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:8pt;
}

h1, h2, h3, h4, h5, h6, h7
{
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 8pt; 
}

h1, h2
{
	color: #800000;
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	margin-top:50;
}

h2
{
	font-size: 10pt;
}

p
{
	margin-top:0;
}

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

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

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

td
{
	border-width: 1px;
	border-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	padding: 2px 2px 2px 2px;
}

table.title
{
	margin-top: 15;
	margin-bottom: 5;
}
</nowiki>