MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Harvestopia
Wechseln zu: Navigation, Suche
 
(111 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/*Background*/
 
/*Background*/
 
body {
 
body {
background:#d4edfc;
+
background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat;
 +
        background-position:-250px 0px;
 +
       
 
}
 
}
 +
  
  
 
#mw-head {
 
#mw-head {
background:#d4edfc;
+
background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat;
 +
        background-position:-250px 0px;
 +
 
 
}
 
}
  
div#content .noprint {
+
/*Logo  */
background:#f0f5de;
+
 
margin-top:50px;
+
#p-logo a {
padding:50px 25px 50px 25px;
+
 +
    background-position: center center;
 +
    background-repeat: no-repeat;
 +
    display: block;
 +
    height: 160px;
 +
    text-decoration: none;
 +
    width: 10em;
 
}
 
}
  
/*Rahmen Inhaltsverzeichnis*/
+
div#footer ul li {
#toc, .toc {background:#d4edfc;
+
color: #ffffff;
border:6px outset #d4edfc;
+
font-size: 0.9em;
-moz-border-radius:4px;
+
margin: 0;
 +
padding: 0.5em 0;
 
}
 
}
  
/*Navigation*//*-moz-linear-gradient(top, #d4edfc, #90bacc)*/
+
div#footer ul li a {
div#mw-panel div.portal div.body ul li a {
+
color: #ffffff;
 +
text-decoration: bold;
 +
}
  
display: block;
+
/*Content*/
padding: 5px 5px 5px 5px;
 
/*border-left: 16px solid #6f93a7;
 
border-right: 5px solid #6f93a7;
 
border-top: 1px solid #6f93a7;
 
border-bottom: 1px solid #6f93a7;*/
 
background: url(http://192.168.30.4/trampeltier_wiki/images/8/8d/Navigationsbalken129x25.jpg);
 
/*-moz-border-radius:4px;*/
 
color: #000;
 
text-decoration: none;
 
width: 85%;
 
  
 +
div#content  {
 +
background:#f1f1d0;
 +
margin-top:0px;
 +
padding:25px 25px 25px 25px;
 
}
 
}
 +
/*Tabs*/
  
/*
+
div.vectorTabs li.selected {
* Dynamic menus
+
    background:#f1f1d0;
*/
 
.dmenu { width: 180px }
 
 
.dmenu, .dmenu ul { /* all lists */
 
padding: 0;
 
margin: 0;
 
list-style: none;
 
 
}
 
}
.dmenu .selflink { font-weight: normal; }
+
 
+
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
.dmenu li { /* all list items */
+
    background:#f1f1d0;
position: relative;
 
float: left;
 
width: 172px;
 
padding: 4px;
 
z-index: 100;
 
 
}
 
}
+
 
.dmenu li,
+
div.vectorTabs re.selected {
.dmenu li.even a,
+
    background:#f1f1d0;
.dmenu li.odd a,
 
.dmenu li li,
 
.dmenu li li a,
 
.dmenu li li li,
 
.dmenu li li li a {
 
color : black;
 
 
}
 
}
+
 
.dmenu li li { margin: 0; }
+
div.vectorTabs re.selected a, div.vectorTabs re.selected a:visited {
+
    background:#f1f1d0;
.dmenu li ul { /* second-level lists */
 
position: absolute;
 
left: -999em;
 
z-index: 101;
 
border: 1px solid #ccc;
 
 
}
 
}
+
 
.dmenu li ul ul { /* third-and-above-level lists */
+
div.vectorTabs li a {
position: absolute;
+
    background-image: (images/8/8d/Navigationsbalken129x25.jpg) ;
left: -999em;
+
    background-position: right bottom;
margin: 0 0 0 0;
+
    background-repeat: no-repeat;
z-index: 102;
+
    color: #a55858;
 +
    cursor: pointer;
 +
    display: inline-block;
 +
    font-size: 0.8em;
 +
    height: 25px;
 +
    padding-left: 0.8em;
 +
    padding-right: 0.8em;
 
}
 
}
+
 
.dmenu li.odd .submenu {
+
/*vetor menu*/
width: 12px;
+
 
height: 15px;
+
 
float: right;
+
div.vectorMenu h3 span {
background: url(/common/images/rarr-lt.png) 0 3px no-repeat;
+
    color: #ffffff;
 +
    cursor: pointer;
 +
    display: inline-block;
 +
    font-size: 0.8em;
 +
    height: 25px;
 +
    padding-left: 0.8em;
 +
    padding-right: 0.8em;
 +
 
 
}
 
}
.dmenu li.even .submenu {
+
 
width: 12px;
+
div#mw-head div.vectorMenu h3 {
height: 15px;
+
background:none;
float: right;
 
background: url(/common/images/rarr-dk.png) 0 3px no-repeat;
 
 
}
 
}
.dmenu li.odd {
+
 
        background: #E9EDF4;
+
#mw-page-base {
        border: 2px solid #E9EDF4;
+
background:none;
 
}
 
}
.dmenu li.even {
+
 
        background: #D0D8E8;
+
/*Rahmen Inhaltsverzeichnis*/
        border: 2px solid #D0D8E8;
+
 
 +
#toc, .toc {
 +
    background: none repeat scroll 0 0 #f9eddc;
 +
    border: 3px outset #bd7004;
 +
    border-radius: 3px 3px 3px 3px;
 +
  -moz-border-radius:3px;
 
}
 
}
+
 
.dmenu li:hover, .dmenu li.sfhover {
+
/*Navigation*//*-moz-linear-gradient(top, #d4edfc, #90bacc)*/
        border: 2px solid #385D8A;
+
 
 +
div#mw-panel div.portal div.body ul li a {
 +
 
 +
display: block;
 +
padding: 5px 5px 5px 5px;
 +
/*border-left: 16px solid #bd7004;
 +
border-right: 5px solid #bd7004;
 +
border-top: 1px solid #bd7004;
 +
border-bottom: 1px solid #bd7004;*/
 +
background: url(images/8/8d/Navigationsbalken129x25.jpg) no-repeat;
 +
/*-moz-border-radius:4px;*/
 +
color: #000;
 +
text-decoration: none;
 +
width: 119px;
 +
 
 
}
 
}
+
 
.dmenu li:hover ul ul,
+
div#mw-panel div.portal h5 {
.dmenu li:hover ul ul ul,
+
    border: medium none;
.dmenu li.sfhover ul ul,
+
    color: #FFFFFF;
.dmenu li.sfhover ul ul ul {
+
    cursor: default;
left: -999em;
+
    font-size: 0.95em;
 +
    font-weight: bold;
 +
    padding: 0 0.25em 0.25em 1.75em;
 
}
 
}
+
div#mw-panel div.portal h3 {
.dmenu li:hover ul,
+
border: medium none;
.dmenu li li:hover ul,
+
color: #ffffff;
.dmenu li li li:hover ul,
+
cursor: default;
.dmenu li.sfhover ul,
+
font-size: 1em;
.dmenu li li.sfhover ul,
+
font-weight: bold;
.dmenu li li li.sfhover ul { /* lists nested under hovered list items */
+
margin: 0px;
left: 182px;
+
padding: 0.25em 0 0.25em 0.25em;
top: -3px;
 
 
}
 
}
  
div#mw-panel div.portal div.body ul li a:hover {
+
div#mw-panel div.portal div.body ul li {
background:url(http://192.168.30.4/trampeltier_wiki/images/1/15/Navigationsbalken129x25hover.jpg);
+
font-size: 0.75em;
color:#000;
+
line-height: 1.125em;
 +
margin-left: -10px;
 +
padding: 2px;
 +
word-wrap: break-word;
 
}
 
}
  
 
+
/*Tabellen*/
  
 
table.wikitable {
 
table.wikitable {
   background:#d9e6b1;
+
   background:#A07841;
 
   font:left;
 
   font:left;
 
   text-align:center;
 
   text-align:center;
 
   -moz-border-radius:4px;
 
   -moz-border-radius:4px;
 +
}
 +
 +
table.wikitable tr:nth-child(odd){
 +
background: #f1f1d0;
 +
}
 +
table.wikitable tr:nth-child(even){
 +
background: #e0e0bf;
 
}
 
}

Aktuelle Version vom 27. März 2015, 17:08 Uhr

/*Background*/
body {
	background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat;
        background-position:-250px 0px;
        
}



#mw-head {
	background:url(images/custom/fg_background01.jpg) #65c0dd no-repeat;
        background-position:-250px 0px;

}

/*Logo  */

#p-logo a {
 
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 160px;
    text-decoration: none;
    width: 10em;
}

div#footer ul li {
color: #ffffff;
font-size: 0.9em;
margin: 0;
padding: 0.5em 0;
}

div#footer ul li a {
color: #ffffff;
text-decoration: bold;
}

/*Content*/

div#content  {
	background:#f1f1d0;
	margin-top:0px;
	padding:25px 25px 25px 25px;
}
/*Tabs*/

div.vectorTabs li.selected {
    background:#f1f1d0;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
    background:#f1f1d0;
}

div.vectorTabs re.selected {
    background:#f1f1d0;
}

div.vectorTabs re.selected a, div.vectorTabs re.selected a:visited {
    background:#f1f1d0;
}

div.vectorTabs li a {
    background-image: (images/8/8d/Navigationsbalken129x25.jpg) ;
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #a55858;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    height: 25px;
    padding-left: 0.8em;
    padding-right: 0.8em;
}

/*vetor menu*/


div.vectorMenu h3 span {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    height: 25px;
    padding-left: 0.8em;
    padding-right: 0.8em;

}

div#mw-head div.vectorMenu h3 {
background:none;
}

#mw-page-base {
background:none;
}

/*Rahmen Inhaltsverzeichnis*/

#toc, .toc {
    background: none repeat scroll 0 0 #f9eddc;
    border: 3px outset #bd7004;
    border-radius: 3px 3px 3px 3px;
   -moz-border-radius:3px;
}

/*Navigation*//*-moz-linear-gradient(top, #d4edfc, #90bacc)*/

div#mw-panel div.portal div.body ul li a {

	display: block;
	padding: 5px 5px 5px 5px;
	/*border-left: 16px solid #bd7004;
	border-right: 5px solid #bd7004;
	border-top: 1px solid #bd7004;
	border-bottom: 1px solid #bd7004;*/
	background: url(images/8/8d/Navigationsbalken129x25.jpg) no-repeat;
	/*-moz-border-radius:4px;*/
	color: #000;
	text-decoration: none;
	width: 119px;

}

div#mw-panel div.portal h5 {
    border: medium none;
    color: #FFFFFF;
    cursor: default;
    font-size: 0.95em;
    font-weight: bold;
    padding: 0 0.25em 0.25em 1.75em;
}
div#mw-panel div.portal h3 {
border: medium none;
color: #ffffff;
cursor: default;
font-size: 1em;
font-weight: bold;
margin: 0px;
padding: 0.25em 0 0.25em 0.25em;
}

div#mw-panel div.portal div.body ul li {
font-size: 0.75em;
line-height: 1.125em;
margin-left: -10px;
padding: 2px;
word-wrap: break-word;
}

/*Tabellen*/

table.wikitable {
  background:#A07841;
  font:left;
  text-align:center;
  -moz-border-radius:4px;
}

table.wikitable tr:nth-child(odd){ 
		background: #f1f1d0; 
}
table.wikitable tr:nth-child(even){ 
		background: #e0e0bf; 
}