MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus GaretienWiki
Zur Navigation springen Zur Suche springen
VolkoV (D | B)
K
VolkoV (D | B)
K
Zeile 1: Zeile 1:
/** Kleinschreibung nicht erzwingen */
 
.portlet h5,
 
.portlet h6,
 
#p-personal ul,
 
#p-cactions li a {
 
text-transform: none;
 
}
 
 
 
body { background-color:#ffe884;background-image:url(/images/Kartebg.png);background-repeat:repeat; }
 
body { background-color:#ffe884;background-image:url(/images/Kartebg.png);background-repeat:repeat; }
  
Zeile 79: Zeile 71:
 
font-size: 90%;
 
font-size: 90%;
 
border: 0px solid transparent;
 
border: 0px solid transparent;
 +
}
 +
 +
/** Kleinschreibung nicht erzwingen */
 +
.portlet h5,
 +
.portlet h6,
 +
#p-personal ul,
 +
#p-cactions li a {
 +
text-transform: none;
 
}
 
}
  

Version vom 11. April 2007, 11:34 Uhr

body { background-color:#ffe884;background-image:url(/images/Kartebg.png);background-repeat:repeat; }

div {
	background-color: transparent;
}

div.thumb div {
	border: 1px solid #ccc;
	padding: 0px;
	background-color: transparent;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}

div.thumb {
        border: none;
}
div.tright {
        border: none;
        margin: 0.5em 0 0.8em 1.4em;
}
div.tleft {
        border: none;
        margin: 0.5em 1.4em 0.8em 0;
}

#p-cactions li {
	display: inline;
	border: 1px solid #aaa;
	border-bottom: none;
	padding: 0 0 .1em 0;
	margin: 0 .3em 0 0;
	overflow: visible;
	background-color: transparent;
}
#p-cactions li.selected {
        background-image:url(/images/Textbg.png);
	border-color: #aaa;
	padding: 0 0 .2em 0;
	font-weight: bold;
}
#p-cactions li a {
	background-color: transparent;
	color: #002bb8;
	border: none;
	padding: 0 .8em .3em;
	text-decoration: none;
	text-transform: lowercase;
	position: relative;
	z-index: 0;
	margin: 0;
}
#p-cactions li.selected a {
	z-index: 3;
		background-color: transparent;
	padding: 0 1em .2em!important;
}
#p-cactions .new a {
	color: #ba0000;
}
#p-cactions li a:hover {
	z-index: 3;
	text-decoration: none;
	background-image:url(/images/Textbg.png);
}

#footer {
	background-color: transparent;
	text-align: center;
	font-size: 90%;
	border: 0px solid transparent;
}

/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}


div.pBody ,#content { background-image:url(/images/Textbg.png);background-repeat:repeat; }
td,table,th,tr,.floatleft,.floatright{background-color:transparent; }

div.meisterinfo {
color:white;
padding-left:5px;
border-left:5px solid black;
}

div.meisterinfo a{
color:white;
}

div.meisterinfo a:visited{
color:white;
}

td#zeitlinks{
background:url(/images/Zeitlinks.png);
width:28px;
}

td#zeitmitte{
background:url(/images/Zeit.png);
}

td#zeitrechts{
background:url(/images/Zeitrechts.png);
width:28px;
}

td#zeitlinksgross{
background:url(/images/ZeitlinksGroß.png);
width:28px;
}

#zeitmittegross{
background:url(/images/ZeitGroß.png);
}

td#zeitrechtsgross{
background:url(/images/ZeitrechtsGroß.png);
width:28px;
}

td#geschlo{
background:url(/images/Gesch_l_o.png);
width:28px;
}

td#geschlm{
background:url(/images/Gesch_l_m.png) repeat-y;
width:28px;
}

td#geschlu{
background:url(/images/Gesch_l_u.png);
width:28px;
}

td#geschro{
background:url(/images/Gesch_r_o.png);
width:28px;
}

td#geschrm{
background:url(/images/Gesch_r_m.png) repeat-y;
width:28px;
}

td#geschru{
background:url(/images/Gesch_r_u.png);
width:28px;
}



td#geschmo{
background:url(/images/Gesch_m_o.png) repeat-x;
}

td#geschmm{
background-color:#EDDC9A;
}

td#geschmu{
background:url(/images/Gesch_m_u.png) repeat-x;
}