MediaWiki:Common.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 30: Řádek 30:
     color: #f90;
     color: #f90;
}
}
#mw-panel div.portal div.body ul li a:visited {
#mw-panel div.portal div.body ul li a:visited {
     color: #f90;
     color: #f90;
}
#mw-panel div.portal h5 {
    color: white;
}
}



Verze z 22. 11. 2010, 23:29

/* Zde uvedené CSS bude ovlivňovat všechny styly */
#mw-panel {
    top: 40px;
}

#p-logo {
    left: 1.25em;
    top: -38px;
    height: 40px;
    width: 196px;
}

#p-logo a {
    background-position: 100% 100%;
    height: 40px;
    width: 196px;
}

body
{
    background: #565555;
}

a:link
{
    color: #f90;
}

#mw-panel div.portal div.body ul li a {
    color: #f90;
}

#mw-panel div.portal div.body ul li a:visited {
    color: #f90;
}

#mw-panel div.portal h5 {
    color: white;
}

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

h1, h2
{
	color: #800000;
	font-family: Tahoma, sans-serif;
	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:solid;
	border-color:#FFE8C1;
	}
	
table#toc, table.toc
{
	width:auto;
	margin:3px;
	background-color:#FFE8C1;
	border-color:#FFB56A;
}

table.toc td
{
	border:none;
}

th
{
	margin: 0px;
	padding: 0px;
	background-color:#FFB56A;
	text-align:left;
	padding: 0px 4px 0px 4px;
}

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

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

td.leftCol
{
	font-weight:bold;
	background-color:#FFE8C1;
	width:20%;
}

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

</nowiki>