MediaWiki:Monobook corrs.css: Unterschied zwischen den Versionen

Aus CorrsWiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: -----------------------------------------------------------------------------: Änderungen am Monobook-Skin: /* --> Skinübergreifende Anpassung...)
 
 
(18 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
  /*-----------------------------------------------------------------------------*/
+
  /** Kleinschreibung nicht erzwingen */
/* Änderungen am Monobook-Skin              */
+
/* --> Skinübergreifende Anpassungen befinden sich in [[MediaWiki:Common.css|Common.css]]              */
+
/*-----------------------------------------------------------------------------*/
+
 
+
/* Änderungen in Fett markieren */
+
+
span.diffchange {
+
        font-weight: bold;
+
}
+
 
+
/* Links nicht unterstreichen */
+
+
a {
+
        text-decoration: none;
+
}
+
 
+
/* Großbuchstaben in den Navigationsbereichen */
+
+
 
  .portlet h5,
 
  .portlet h5,
 
  .portlet h6,
 
  .portlet h6,
 
  #p-personal ul,
 
  #p-personal ul,
 
  #p-cactions li a {
 
  #p-cactions li a {
text-transform: none;
+
text-transform: none;
  }
+
  }  
  
  /* Fetter Bearbeiten-Link */
+
#page {
   
+
  /* background: #acbfd9; */
  #ca-edit a {
+
  text-align: left;
font-weight: bold !important;
+
  margin: 0 auto;
 +
margin-top: 10px;
 +
padding: 0px 0 10px;
 +
position: relative;
 +
/* The entire template's width is set in this class. */
 +
width: 980px;
 +
_width: 940px;
 +
border: 1px solid #000;
 
  }
 
  }
  
  /* Vermeide hässliche weiße Ränder bei Float-Objekten auf nicht-weißen Hintergründen. */
+
  #header {
   
+
  padding: 0;
  div.thumb {
+
  margin: 0;
border: none;
+
  position: relative;
  }
+
  height: 130px;
  div.tright {
+
background: black url(http://de.corrswiki.org/skins/monobook_corrs/kopfgrafik2007.jpg);
border: none;
+
  background-repeat: no-repeat;
margin: 0.5em 0 0.8em 1.4em;
+
margin-bottom: 10px;
  }
+
div.tleft {
+
border: none;
+
margin: 0.5em 1.4em 0.8em 0;
+
 
  }
 
  }
  
  /* fromWikipedia */
+
#column-one {
   
+
  /* padding-top: 140px; */
  #fromWikipedia {
+
  padding-top: 24px;
font-size: x-small;
+
  padding-left: 10px;
 
  }
 
  }
  
  /* Make all non-namespace pages have a light blue content area. This is done by
+
  #content {
setting the background color for all #content areas to light blue and then
+
margin-right: 10px;
overriding it for any #content enclosed in a .ns-0 (main namespace). I then
+
margin-left: 200px;
do the same for the "tab" background colors. --Lupo */
+
  border-right: 1px solid #aaa;
   
+
  color: #444;
#content,
+
#mytabs li.selected a,
+
#p-cactions li.selected a {
+
background-color: #F3F3FF; /* ein leichtes blau */
+
  }
+
.ns-0 #content {
+
background-color: white;
+
 
  }
 
  }
  
  /* Siehe Diskussionsseite == Hintergrundfarben ==
+
  #column-content {
  .ns--1 table,
+
  margin-right: 10px;
  .ns-2 table,
+
  margin-left: 200px;
  .ns-4 table,
+
  border-right: 1px solid #aaa;
  .ns--1 form {
+
  color: #444;
background: inherit;
+
float: right;
 
  }
 
  }
*/
 
  
/* Kategorien etwas schöner darstellen */
+
  #p-cactions {
+
margin-top: 140px;
  #catlinks {
+
  margin-left: 20px;
border: 0px;
+
border-top: 2px dotted #aaaaaa;
+
  }
+
 
+
  /* Tabellenüberschriften (mit |+) größer und fett */
+
+
caption {
+
font-size: 105%;
+
font-weight: bold;
+
 
  }
 
  }
  
/* Wikipedia:Externhinweis|Externhinweis */
+
  #p-personal {
+
  margin-top: 140px;
  #externHinweis {
+
font-size: x-small;
+
text-align: center;
+
padding: 5px;
+
  }
+
+
.NavToggle {
+
        font-size: x-small;
+
        float:right;
+
 
  }
 
  }
  
/* die folgenden drei Abschnitte müssen auch in den Skins Amethyst.css, Monobook.css und Nostalgia.css synchron angepasst werden. */
+
  #p-logo {
 
+
  margin: 0;
/* Formatierung betrifft Vorlagen: Geokoordinate, Koordinate2 & Koordinate3 */
+
width: 980px;
+
display: none;
  #coordinates {   
+
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
+
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
+
 
  }
 
  }
  
  /* kleines Globus-Symbol neben der Geookordinate anzeigen */
+
  h1, h2, h3, h4, h5 {
+
  color: #006600;
  #coordinates a[href ^="http://"] {
+
    background: url(http://upload.wikimedia.org/wikipedia/de/d/d4/Gnome-globe.png) center right no-repeat; padding-right: 18px !important;
+
 
  }
 
  }
  
/* für Vorlage:ISSN-Link damit ohne Globus-Symbol */
+
  #footer {
+
  border-top: 1px solid red;
  #issnlink {   
+
  border-bottom: 1px solid red;
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
+
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
+
}
+
 
+
/* für Vorlage:Editcount */
+
+
#editcount { 
+
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
+
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
+
  }
+
 
+
/* Formatierung für Abkürzungen (experimentell) */
+
+
#shortcut { 
+
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
+
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
+
}
+
 
+
/* Links im Portal:Punk */
+
+
#punk a {
+
        color: red
+
}
+
#punk a.new {
+
        color: #FF8000
+
 
  }
 
  }
  
/* irische Farben für Links */
+
/* irische Farben für Links */
  
 
  a, a:visited, a:active {
 
  a, a:visited, a:active {
Zeile 156: Zeile 85:
 
  }
 
  }
  
body {
 
        background-color: #006600;
 
        background-image: none;
 
        font-size: 10px;
 
  font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
 
}
 
  
 
  #p-personal li a {
 
  #p-personal li a {
Zeile 214: Zeile 137:
 
         background-color: #ff9600;
 
         background-color: #ff9600;
 
         color: white;
 
         color: white;
}
 
 
h1, h2, h3, h4, h5, h6 {
 
        font-family: Georgia,Tahoma,Verdana,Serif;
 
        font-variant: small-caps;
 
 
  }
 
  }
  

Aktuelle Version vom 3. August 2008, 16:39 Uhr

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

 #page {
 /* background: #acbfd9; */
 text-align: left;
 margin: 0 auto;
 margin-top: 10px;
 padding: 0px 0 10px;
 position: relative;
 /* The entire template's width is set in this class. */
 width: 980px;
 _width: 940px;
 border: 1px solid #000;
 }

 #header {
 padding: 0;
 margin: 0;
 position: relative;
 height: 130px;
 background: black url(http://de.corrswiki.org/skins/monobook_corrs/kopfgrafik2007.jpg);
 background-repeat: no-repeat;
 margin-bottom: 10px;
 }

 #column-one {
 /* padding-top: 140px; */
 padding-top: 24px;
 padding-left: 10px;
 }

 #content {
 margin-right: 10px;
 margin-left: 200px;
 border-right: 1px solid #aaa;
 color: #444;
 }

 #column-content {
 margin-right: 10px;
 margin-left: 200px;
 border-right: 1px solid #aaa;
 color: #444;
float: right;
 }

 #p-cactions {
 margin-top: 140px;
 margin-left: 20px;
 }

 #p-personal {
 margin-top: 140px;
 }

 #p-logo {
 margin: 0;
 width: 980px;
 display: none;
 }

 h1, h2, h3, h4, h5 {
 color: #006600;
 }

 #footer {
 border-top: 1px solid red;
 border-bottom: 1px solid red;
 }

/* irische Farben für Links */

 a, a:visited, a:active {
         color: #008000;
 }

 a:hover {
         color: #FF9600;
 }


 #p-personal li a {
 	 color: #FF9600;
         font-weight: bold;
         font-size: 9px;
 }

 #p-personal li a:hover { 
         color: #FF9600;
         text-decoration: underline;
         background-color: #006600;
 }
 
 #p-personal li.active  {
	 background-color: #006600;
 }

 #p-cactions li {
	background-color: #ff9600;
 }

 #p-cactions li.selected {
	border-color: #fabd23;
	padding: 0 0 .2em 0;
 }

 #p-cactions li a {
	background-color: #ff9600;
        color: #006600;
        font-size: 10px;
        font-weight: bold;
 }

 #p-cactions li.selected a { 
        font-weight: bold;
        background-color: #ff9600;
        text-color: white;
 }

 #p-cactions .new a {
         color: red;
	}
 
 #p-cactions li a:hover {
	background-color: #ff9600;
        text-decoration: underline;
 }

 .ns-0 #mytabs li.selected a,
 .ns-0 #p-cactions li.selected a {
        background-color: #ff9600;
        color: white;
 }

 .portlet h5 {
        color: #ff9600;
        font-size: 1.1em;
 }