MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus HüPedia

K (1 Version importiert: Erstimport der Inhaltsstruktur)
(änd)
 
Zeile 119: Zeile 119:
 
table.dateibox th {
 
table.dateibox th {
 
     padding: 5px 12px;
 
     padding: 5px 12px;
     border-bottom: 1px solid #e30613;
+
     border-bottom: 1px solid #007abd;
     border-right: 1px solid #e30613;
+
     border-right: 1px solid #007abd;
 
}
 
}
  
 
table.dateibox th {
 
table.dateibox th {
     background: #fce6e7;
+
     background: #e5f1f8;
 
     color: #000;
 
     color: #000;
 
     text-align: left;
 
     text-align: left;
Zeile 132: Zeile 132:
 
table.dateibox tr th:first-child,
 
table.dateibox tr th:first-child,
 
table.dateibox tr td:first-child {
 
table.dateibox tr td:first-child {
     border-left: 1px solid #e30613;
+
     border-left: 1px solid #007abd;
 
}
 
}
  
 
table.dateibox tr:first-child th,
 
table.dateibox tr:first-child th,
 
table.dateibox tr:first-child td {
 
table.dateibox tr:first-child td {
     border-top: 1px solid #e30613;
+
     border-top: 1px solid #007abd;
 
}
 
}
  

Aktuelle Version vom 25. November 2019, 19:35 Uhr

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

/* Hochladelink unterdrücken */
#t-upload {
    display: none;
}

/* Hauptseite */

/* Seitentitle "Hauptseite" entfernen */
.page-Hauptseite .firstHeading {
    display: none;
}

/* Linie unter dem Seitentitel entfernen */
div#content h1#firstHeading.firstHeading {
	border: none;
}

.hauptseite_links {
    float: left;
    text-align: left;
    margin-top: -2.5em;
    margin-right: 0.5%;
    width: 59.5%;
}
.hauptseite_rechts {
    float: right;
    text-align: left;
    margin-top: -2.5em;
    margin-left: 0.5%;
    width: 39.5%;
}

/* .hauptseite_links_links und .hauptseite_links_rechts */
/* SECTIONS */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/* COLUMNS */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}
.col:first-child {
    margin-left: 0;
}

/* GROUPING */
.group:before,
.group:after {
    content:"";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/* GRID OF TWO */
.span_2_of_2 {
    width: 100%;
}
.span_1_of_2 {
    width: 49.2%;
    min-width: 350px;
}

/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col { 
        margin: 1% 0 1% 0%;
    }
}
@media only screen and (max-width: 480px) {
    .span_2_of_2,
    .span_1_of_2 {
        width: 100%;
    }
}


/* Bilder */

/* Sich an die Fenstergrößte anpassende Dateidarstellungen - zentriert und maximal 700 px weit */
.Bild100 img {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    height: 100%;
}

/* Sich an die Fenstergrößte anpassende Dateidarstellungen */
.Banner img {
    width: 100%;
    height: 100%;
}


/* Tabelle Datei */
table.dateibox {
    width: 760px;
    max-width: 90%;
    border-radius: 5px;
    padding: 0.2em;
    margin: 1em 0 0 0;
    border-spacing: 0;
    border-collapse: separate;
}

table.dateibox td,
table.dateibox th {
    padding: 5px 12px;
    border-bottom: 1px solid #007abd;
    border-right: 1px solid #007abd;
}

table.dateibox th {
    background: #e5f1f8;
    color: #000;
    text-align: left;
    vertical-align: top;
}

table.dateibox tr th:first-child,
table.dateibox tr td:first-child {
    border-left: 1px solid #007abd;
}

table.dateibox tr:first-child th,
table.dateibox tr:first-child td {
    border-top: 1px solid #007abd;
}

table.dateibox tr:first-child th:first-child,
table.dateibox tr:first-child td:first-child {
    border-top-left-radius: 5px;
}

table.dateibox tr:first-child th:last-child,
table.dateibox tr:first-child td:last-child {
    border-top-right-radius: 5px;
}

table.dateibox tr:last-child th:first-child,
table.dateibox tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

table.dateibox tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}


/** JSBreadCrumbs
 * Krumen aufhübschen
 */
.jsbc-breadcrumbs {
    background: none;
    border: none;
    left: -15px;
}

/* Hauptseite */
.page-Hauptseite .jsbc-breadcrumbs {
    display: none;
}

/** 
 * Semantic MediaWiki
 */

/* Spezialattribute */
.smwbuiltin a,
.smwbuiltin a.new {
    color: #ff8000;
}

/**
 * Semantic Result Formats
 */

/* Format "gallery" */
div.gallerytext {
    text-align: left;
}
div div.srf-gallery-slideshow.hauptseite_bild_zufall {
    width: 100%;
    height: 100%;
}

/** 
 * Page Forms
 */

/* Selektionsfelder aufhübschen */
#pfForm select.monthInput,
#pfForm select.ampmInput {
    background: #fff none repeat scroll 0 0;
}

#pfForm .createboxInput,
#pfForm .mandatoryField,
#pfForm textarea {
    background: #fff none repeat scroll 0 0;
}

/* Dateihochladefeld verbergen */
#pfForm .hidecreateboxInput {
    display: none;
}

/** 
 * WikiEditor
 */
div.wikiEditor-ui-text textarea#pf_free_text.wikieditor.createboxInput.autoGrow {
    width: 100% !important;
}
Cookies helfen uns bei der Bereitstellung von HüPedia. Durch die Nutzung von HüPedia erklärst du dich damit einverstanden, dass wir Cookies speichern.