Manual:CSS

Aus SAP Wiki ツ
Version vom 18. Juli 2021, 15:07 Uhr von M1ch3lde (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: body { background-color: #77b5d0; } #ca-talk { display:none!important; } #ca-history {…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

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

body {

background-color: #77b5d0;

}

  1. ca-talk { display:none!important; }
  2. ca-history { display:none!important; }
  3. ca-viewsource { display:none!important; }
  4. footer-info-lastmod { display:none!important; }
  5. footer-places-privacy { display:none!important; }
  6. ca-talk { display:none!important; }
  7. ca-history { display:none!important; }
  8. ca-viewsource { display:none!important; }
  9. lastmod { display:none!important; }
  10. privacy { display:none!important; }
  11. ca-info{ display:none!important; }

/*#mw-related-navigation { display:none!important; }*/

  1. site-tools { display:none!important; }
  2. p-pagemisc-label { display:none!important; }
  3. t-whatlinkshere { display:none!important; }
  4. t-recentchangeslinked { display:none!important; }
  5. t-info { display:none!important; }
  6. t-pagelog { display:none!important; }
  7. t-permalink { display:none!important; }
  8. t-print { display:none!important; }
  9. pt-watchlist { display:none!important; }

pre, .mw-code {

 border-radius: 5px;
 background-color: #f3f3f3;
 border: 1px solid #c1c1c1;
 font-size: 13px;

}

  1. toc ul, .toc ul {
   margin: 0em 0 0;
   list-style: none;

}

.toclevel-1 {

   margin-top: 1.00em;
   margin-bottom: 1.00em;

}

.toclevel-2 {

   margin-top: 0.20em;

}

.toclevel-3, tocsection-3 {

  margin-top: 1.00em;

}

.toclevel-4 {

   font-size:0.94em;

}

.toc .toctitle {

   direction: ltr;
   margin-bottom: 1.00em;

}

  1. mw-content h3 {
   font-size: 1.6em;
   border-bottom: solid 1px #6666;

}

  1. mw-content h4 {
   font-size: 1.10em;
   font-weight: bold;
   font-family: 'Calibri','Times New Roman',serif;

}

.mw-search-result-data {

   display:none!important;

}

.color-middle {

  background: #6fb6d4;

}

.color-left {

  background: #6fb6d4;

}

.color-right {

  background: #6fb6d4;

}

  1. mw-content-container {
  border-bottom:solid 4px #c1c1c1;

}

  1. mw-footer-container {
   border-top: solid 1px #6fb6d4;
   box-shadow: inset 0 7px 2px -4px rgba(0,0,0,0);
   background-color: #6fb6d4;

}

  1. p-logo-text a {
   font-family: 'calibri','Times New Roman',serif;
  1. p-logo-text a.long {
   line-height: 0.85;

}