MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FürthWiki
Zur Navigation springen Zur Suche springen
K (Verbessert die Positions des "Sterns" für die Beobachtungsliste.)
K (Padding auf Hauptseite vergrößert)
Zeile 2: Zeile 2:
  
 
div#startseite_links {
 
div#startseite_links {
 +
    box-sizing: border-box;
 
     float: left;
 
     float: left;
 
     text-align: left;
 
     text-align: left;
     margin-right: 0.25%;
+
     padding-right: 7.5px;
     width: 49.75%;
+
     width: 50%;
 +
    margin: 0;
 
}
 
}
 
div#startseite_rechts {
 
div#startseite_rechts {
     /*background-color: #F9F9F9;*/
+
     box-sizing: border-box;
 
     float: right;
 
     float: right;
 
     text-align: left;
 
     text-align: left;
     margin-left: 0.25%;
+
     padding-left: 7.5px;
     width: 49.75%;
+
     width: 50%;
 +
    margin: 0;
 
}
 
}
 
div#startseite_oben {
 
div#startseite_oben {
Zeile 31: Zeile 34:
 
     margin-bottom: 1%;
 
     margin-bottom: 1%;
 
     padding: 1px;
 
     padding: 1px;
 +
}
 +
div#Inhalt_Box > p {
 +
    padding: 0px 5px;
 
}
 
}
 
div#Ueberschrift_Box {
 
div#Ueberschrift_Box {

Version vom 19. August 2017, 20:45 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

div#startseite_links {
    box-sizing: border-box;
    float: left;
    text-align: left;
    padding-right: 7.5px;
    width: 50%;
    margin: 0;
}
div#startseite_rechts {
    box-sizing: border-box;
    float: right;
    text-align: left;
    padding-left: 7.5px;
    width: 50%;
    margin: 0;
}
div#startseite_oben {
    border: 1px solid #AAAAAA;
    margin-bottom: 4px;
    padding: 1px 2px 3px 2px;
    text-align: center;
}
div#startseite_interlink {
    font-size: 0.9em;
    font-style: italic;
    margin-right: 4px;
    text-align: right;
}
div#Inhalt_Box {
    background: #F3F3F3;
    border: 1px solid #AAAAAA;
    margin-bottom: 1%;
    padding: 1px;
}
div#Inhalt_Box > p {
    padding: 0px 5px;
}
div#Ueberschrift_Box {
    background-attachment: scroll;
    border-bottom: 1px solid #AAAAAA;
    height: 29px;
    padding: 0px 1px 0px 1px;
    text-align: left;
    font-family: serif;
    font-variant: small-caps;
}
div#Ueberschrift_Box > .floatleft {
    margin: 0px 5px 0px 0px;
}
div#Ueberschrift_Startseite {
    background-attachment: scroll;
    background-color: #5E9A4E; /* #4E8A3E; */
    border: 1px solid #AAAAAA;
    height: 26px;
    padding: 1px;
    text-align: center;
}
div#Ueberschrift_Light {
    background-attachment: scroll;
    background-color: #8FCB7F;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border: 1px solid #AAAAAA;
    padding: 1px;
    text-align: center;
}

/* Die folgenden Styles sind für die Formatierung des Skins ohne es anzutasten! */
a {
    color: #008800;
}
a:visited {
    color: #006600;
}
a:hover {
    color: #FF4B33;
}
.mw-body a.external {
    color: #008800;
}
.mw-body a.external:visited {
    color: #006600;
}
#mw-panel.collapsible-nav .portal.collapsed h5 a {
    color: #4D4D4D;
}
.mw-datatable th {
    background-color: #F3F3F3;
}
fieldset {
    border: 1px solid #008800;
}
img.thumbborder {
    width: auto;
    height: 150px;
}


/**
 Fixes the attribution in the OpenLayer maps.
 */
.olControlAttribution {
  bottom: 1em;
}

/**
 Collabsable sidebar menu.
 */
#mw-panel.collapsible-nav .portal.first {
  margin-left: 1.3em;
}
#mw-panel.collapsible-nav .portal.collapsed h3 a {
  color: #008800 !important;
}

/**
 Tabs-tabbox
 */
.tabs-tabbox > .tabs-container {
  padding: 6px !important;
  -webkit-box-shadow: 3px 3px 15px -5px black;
  -moz-box-shadow: 3px 3px 15px -5px black;
  box-shadow: 3px 3px 15px -5px black;
}

/**
 Verbessert die Positions des "Sterns" für die Beobachtungsliste.
 */
#ca-unwatch.icon a, #ca-watch.icon a {
    background-position: 5px 70%;
}