Zuletzt bearbeitet vor einem Tag
von Margit Link-Rodrigue

MediaWiki:Common.css: Unterschied zwischen den Versionen

Margit Link-Rodrigue (Diskussion | Beiträge)
Der Seiteninhalt wurde durch einen anderen Text ersetzt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: WCAG 1.4.3 discernable links: .mw-body-content a:not([class*='oo-ui-']), [class^='mw-content-'] a:not([class*='oo-ui-']) {text-decoration:underline dotted; text-underline-offset:4px;text-decoration-thickness: 1px; text-decoration-color:grey} BS5: Softwarekatalog: table.casablanca.swc tbody tr, table.casablanca.swc th { color:#333 } table.casabla…“
Markierung: Ersetzt
Margit Link-Rodrigue (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:
/*WCAG 1.4.3 discernable links*/
/*WCAG 1.4.3 discernable links*/
.mw-body-content a:not([class*='oo-ui-']), [class^='mw-content-'] a:not([class*='oo-ui-']) {text-decoration:underline dotted; text-underline-offset:4px;text-decoration-thickness: 1px; text-decoration-color:grey}
.mw-body-content a:not([class*='oo-ui-']), [class^='mw-content-'] a:not([class*='oo-ui-']) {text-decoration:underline dotted; text-underline-offset:4px;text-decoration-thickness: 1px; text-decoration-color:grey}
/* BS5 */
/*Main Page banner */
#mpbanner {margin-top:-55px;}
h1#mpbanner-byline {font-size:1.8em; color:#3e5389;line-height: 1em; padding-top: 20px;}
#mpbanner-title {font-size:3.4rem; color:#4b80eb; line-height:1.2em; font-weight: 900;letter-spacing: 1px; display:block}
#mpbsv {color:#4666cd}
 
 
/*Hompeage BS5*/
 
 
#startpage.mpbs5 .sectionflexcontainer>div h2 {padding:20px 15px 5px 15px}
 
 
/*Softwarekatalog*/
/*Softwarekatalog*/
  table.casablanca.swc tbody tr, table.casablanca.swc th {
  table.casablanca.swc tbody tr, table.casablanca.swc th {

Version vom 29. Juli 2025, 09:10 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*WCAG 1.4.3 discernable links*/
.mw-body-content a:not([class*='oo-ui-']), [class^='mw-content-'] a:not([class*='oo-ui-']) {text-decoration:underline dotted; text-underline-offset:4px;text-decoration-thickness: 1px; text-decoration-color:grey}
 
 /*Main Page banner */
#mpbanner {margin-top:-55px;}
h1#mpbanner-byline {font-size:1.8em; color:#3e5389;line-height: 1em; padding-top: 20px;}
#mpbanner-title {font-size:3.4rem; color:#4b80eb; line-height:1.2em; font-weight: 900;letter-spacing: 1px; display:block}
#mpbsv {color:#4666cd}


/*Hompeage BS5*/


#startpage.mpbs5 .sectionflexcontainer>div h2 {padding:20px 15px 5px 15px}


/*Softwarekatalog*/
 table.casablanca.swc tbody tr, table.casablanca.swc th {
    color:#333
}
 table.casablanca.swc thead tr, table.casablanca tbody th.swc {
    background:#e9e9ee
}
a.pdfcreator-export {
    background: #efefef;
    padding: 10px;
    border-radius: 6px;
    float: right;
    font-weight: bold;
}

a.pdfcreator-export:before {
    font-family: 'bootstrap-icons';
    content: '\F1B9';
    vertical-align: -0.3em;
    padding-right: 0.5em;
}