MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus KiwiThek
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
+
/**
 +
* MediaWiki:Common.css
 +
*/
 +
@import url('https://fonts.googleapis.com/css?family=ABeeZee&display=swap');
  
 +
body,
 +
html,
 +
.mw-body h1,
 +
.mw-body-content h2,
 +
.mw-body-content h3,
 +
.mw-body-content h3,
 +
.mw-body-content h4,
 +
.mw-body-content h5,
 +
.mw-body-content h6 {
 +
    font-family: 'ABeeZee', sans-serif !important;
 +
}
  
/* CSS-Code um left sidebar und top navigation entsprechen zu gestalten!*/
+
html {
#filehistory {display: none} /* Hides the "File history" header */
+
    background-color: #ffec8b;
#metadata {display: none} /* Hides the "Metadata" header */
 
#mw_metadata {display: none} /* Hides the Metadata graph */
 
#filetoc { display: none; } /* Hides the table of contents for an image */
 
#t-permalink {display:none}
 
#t-specialpages {display:none}
 
 
 
/*für den anmelden button*/
 
#pt-anonlogin {font-size: 15px; font-weight: bold}
 
 
 
/*damit die indexpics nicht in den text rein fließen!!*/
 
#bodyContent h2 {
 
clear: right;
 
 
}
 
}
  
 
body {
 
body {
font-family:Verdana,sans-serif;
+
    height: auto;
 +
    font-size: 18px;
 
}
 
}
  
div#globalWrapper {
+
pre, textarea {
margin: 0 auto;
+
    font-family: monospace, monospace;
position: relative;
 
width: 999px;
 
 
}
 
}
  
div#content {
+
@media (max-width: 1199px) {
padding-right:0;
+
    #content {
}
+
        margin-left: calc(11em + 15px); /* #mw-panel padding */
 +
    }
  
.pBody {
+
    #left-navigation {
background-color: #FFF79C;
+
        margin-left: calc(11em + 15px);
 +
    }
 
}
 
}
  
span.titel{
+
@media (min-width: 1200px) {
display: block;
+
    body {
line-height:1.2em;
+
        background-color: #ffec8b;
margin-bottom:-14px;
+
    }
font-size:188%;
 
border-bottom:1px solid #AAAAAA;
 
}
 
  
div.catlink{
+
    #mw-head-base {
border:1px solid #AAAAAA;
+
        display: none;
}
+
    }
  
 +
    #mw-page-base {
 +
        max-width: 1200px;
 +
        margin: 0 auto;
 +
    }
  
 +
    #mw-head {
 +
        box-sizing: border-box;
 +
        max-width: calc(1200px + 3px);
 +
        margin: 0 auto;
 +
        right: auto;
 +
    }
  
/*Entfernen von toolbar buttons*/
+
    #content {
 +
        position: relative;
 +
        box-sizing: border-box;
 +
        max-width: calc(1200px - 10em - 27px); /* 27px body padding, 24px sidebar padding/margin */
 +
        margin-left: calc(50% + 10em - 1200px / 2 + 24px + 3px); /* 1px body border */
 +
    }
  
#mw-editbutton-link{
+
    #mw-navigation > * {
display:none;
+
        /*background-color: #f6f6f6;*/
}
+
        position: absolute;
 +
        --content-left-part: calc(1200px / 2 - 10em + 27px); /* 27px body padding */
 +
        margin-left: calc(50% - 10em - var(--content-left-part) + 24px);
 +
    }
  
#mw-editbutton-signature{
+
    #left-navigation {
display:none;
+
        margin-left: calc(11em + 12px);
}
+
    }
  
#mw-editbutton-image{
+
    #mw-panel, #footer {
display:none;
+
        background-color: #f6f6f6;
}
+
    }
  
#mw-editbutton-media{
+
    #footer {
display:none;
+
        margin-left: calc(50% + 10em - 1200px / 2 + 24px + 3px); /* 1px body border */
 +
        box-sizing: border-box;
 +
        max-width: calc(1200px - 10em - 27px);
 +
    }
 
}
 
}
  
#mw-editbutton-math{
+
#mw-panel {
display:none;
+
    font-size: 20px;
 +
    background-image: -webkit-linear-gradient(top, #ffffff 2.5em, #f6f6f6 5em);
 +
    background-image: -moz-linear-gradient(top, #ffffff 2.5em, #f6f6f6 5em);
 +
    background-image: linear-gradient(#ffffff 2.5em, #f6f6f6 5em);
 
}
 
}
  
#mw-editbutton-nowiki{
+
.box {
display:none;
+
    border: 1px solid lightgrey;
 +
    box-shadow: 0px 0px 3px lightgrey;
 +
    padding: 0px 15px 10px 15px;
 
}
 
}
  
#mw-editbutton-headline{
+
.box::after {
display:none;
+
    content: '';
 +
    display: block;
 +
    clear: both;
 
}
 
}
  
#mw-editbutton-hr{
+
.box .mw-pt-languages {
display:none;
+
    display: none;
 
}
 
}
  
/*external links css*/
+
#mw-content-text[lang="de-easy"] {
 
+
    font-size: 20px;
#bodyContent a.external,
 
#bodyContent a[href ^="gopher://"] {
 
padding-right:28px;
 
        padding-top: 3px;
 
        padding-bottom: 3px;
 
 
}
 
}
  
#bodyContent a.external {
+
li#footer-poweredbyico > a:not(:last-child) {
        padding-right:28px;
+
    margin-right: 1em;
        padding-top: 3px;
 
        padding-bottom: 3px;
 
 
}
 
}
  
div.intern{
+
li#footer-poweredbyico > a img {
padding-right: 10px;
+
    height: auto;
 
}
 
}
  
div.intern a {
+
#bodyContent p {
padding-right: 20px;
+
    margin-top: 1em;
 +
    margin-bottom: 1em;
 +
    max-width: 600px;
 
}
 
}
  
ul div.intern {
+
#bodyContent table {
float:none;
+
    max-width: 600px;
 
}
 
}
  
/*Verlinkung des Ankerbilds*/
+
#bodyContent table tr:nth-child(even) {
 
+
    background-color: #ffffff;
.imagelink_anker {
 
width: 22px;
 
 
}
 
}
  
.imagelink_anker a{
+
/**
  width:22px;
+
* Hide Discussion Tab
  height:24px;
+
*/
  display:block;
+
li#ca-talk {
  text-decoration:none;
+
    display: none;
  background-image: url("http://kiwithek.kidsweb.at/images/Anker.png")
 
}
 
 
 
/*Für die Portalseite, damit Bilder verlinkt werden können*/
 
 
 
.imagelink_wienportal a {
 
  width:400px;
 
  height:250px;
 
  display:block;
 
  text-decoration:none;
 
  background-image: url("http://kiwithek.kidsweb.at/images/Wien.png")
 
}
 
 
 
.imagelink_sportportal a {
 
  width:400px;
 
  height:250px;
 
  display:block;
 
  text-decoration:none;
 
  background-image: url("http://kiwithek.kidsweb.at/images/Startbild_sport.png")
 
}
 
 
 
.imagelink_kulturportal a {
 
  width:400px;
 
  height:250px;
 
  display:block;
 
  text-decoration:none;
 
  background-image: url("http://kiwithek.kidsweb.at/images/Startbild_kunst_kultur.png")
 
}
 
 
 
/*Klasse für die kidswiki icons*/
 
.icon {
 
border-bottom: 1px solid #AAAAAA;
 
margin-bottom:6px;
 
padding-bottom:8px;
 
}
 
 
 
.icon h2{
 
border-bottom: none;
 
font-size: 250%;
 
padding-top: 0.4em;
 
padding-bottom: 0;
 
margin-left:55px;
 
}
 
 
 
.icon .editsection{
 
display: none;
 
}
 
 
 
.icon img{
 
float:left;
 
}
 
 
 
 
 
.imagelink_naturportal a {
 
  width:400px;
 
  height:250px;
 
  display:block;
 
  text-decoration:none;
 
  background-image: url("http://kiwithek.kidsweb.at/images/Startbild_natur_geschiochte_tage.png")
 
}
 
 
 
 
 
/*2SpaltenLayout divs*/
 
 
 
div.right {
 
float:right;
 
width:49%;
 
}
 
 
 
div.left {
 
clear: left;
 
float:left;
 
width:49%;
 
 
}
 
}
  
div.cleardiv {
+
ns-2 li#ca-talk,
clear:both;
+
ns-3 li#ca-talk {
display:block;
+
    display: block;
font-size:0;
 
height:0;
 
 
}
 
}
  
/*3SpaltenLayout divs*/
+
/**
div.linkeSpalte {
+
* Portal Icons Frontpage
float:left;
+
*/
width:32%;
+
.portale {
 +
    text-align: center;
 
}
 
}
  
div.mitteSpalte {
+
.portale > span {
float:left;
+
    white-space: nowrap;
margin-left:7px;
 
width: 33%;
 
 
}
 
}
  
div.rechteSpalte {
+
/**
float:left;
+
* Hide Registration Link
margin-left:7px;
+
*/
width:33%;
+
#pt-createaccount {
 +
    display: none;
 
}
 
}
  
  
/*Logo und gesamte recht navigation besser positionieren*/
+
/**
 
+
* Language Selector
#p-logo {
+
*/
padding-top: 19px;
+
.wibs-language-selector {
 +
    background-color: #f8f9fa;
 +
    display: table;
 +
    border: 1px solid #a2a9b1;
 +
    box-sizing: border-box;
 +
    line-height: 1.2;
 +
    width: 100%;
 +
    clear: both;
 +
    overflow: auto;
 
}
 
}
  
#p-search {
+
.wibs-language-selector-label {
padding-top: 19px;
+
    background-color: #eaecf0;
 +
    display: table-cell;
 +
    /* Given `white-space: nowrap` above, label never shrinks underneath textual content. */
 +
    width: 1%;
 +
    padding: 0.5em;
 +
    font-weight: bold;
 +
    white-space: nowrap;
 
}
 
}
  
#p-search h5 label {
+
.wibs-language-selector-list {
font-weight:bold;
+
    display: flex;
font-size: 140%;
 
 
}
 
}
  
#p-Navigation {
+
.wibs-language-selector-language {
padding-top: 5px;
+
    padding-left: 5px;
}
+
    padding-right: 5px;
 
 
#p-tb {
 
padding-top: 5px;
 
}
 
 
 
/*Damit erster Buchstabe groß geschrieben ist bei Suche, Navigation, Werkzeuge*/
 
 
 
.portlet h5 {
 
text-transform: none;
 
}
 
 
 
/*für die Table in der Hilfe*/
 
 
 
.prettytable {
 
background:#F9F9F9 none repeat scroll 0 0;
 
border:1px solid #AAAAAA;
 
border-collapse:collapse;
 
empty-cells:show;
 
margin:1em 1em 1em 0;
 
}
 
.prettytable td {
 
border:1px solid #AAAAAA;
 
padding:0.3em;
 
}
 
.hintergrundfarbe8 {
 
background-color:#FFEBAD;
 
}
 
 
 
/*für die wiki tabellen*/
 
 
 
.wikitable{
 
border-spacing: 5px;
 
}
 
.wikitable td{
 
padding-right: 15px;
 
padding-bottom: 5px;
 
}
 
 
 
.steckbrief{
 
border-spacing: 5px;
 
border: 1px solid #AAAAAA;
 
}
 
 
 
.steckbrief td{
 
padding-right: 15px;
 
padding-bottom: 5px;
 
}
 
 
 
/*Für den Content rechts vom Index*/
 
 
 
div .indexpic {
 
float:right;
 
padding-top:20px;
 
width:50%;
 
}
 
 
 
/*CSS für die Hauptseite!*/
 
 
 
.orange {
 
color: orange;
 
}
 
 
 
.page-KiwiThek_Hauptseite h2{
 
border-bottom: none;
 
font-size: 250%;
 
padding-top: 0.2em;
 
padding-bottom: 0;
 
}
 
 
 
.page-Hauptseite h2 {
 
border-bottom: none;
 
font-size: 250%;
 
padding-top: 0.2em;
 
padding-bottom: 0;
 
}
 
.page-KiwiThek_Hauptseite .editsection{
 
display: none;
 
}
 
 
 
.page-Hauptseite .editsection{
 
display: none;
 
}
 
 
 
.page-KiwiThek_Hauptseite table.toc{
 
display:none;
 
}
 
 
 
.page-Hauptseite table.toc{
 
display:none;
 
}
 
 
 
/*Anders übernimmt er bei h3 den margin-bottom: 0 leider nicht*/
 
#bodyContent div.hauptseite-artikel h3{
 
margin-bottom: 0;
 
}
 
 
 
.hauptseite-artikel h3 {
 
font-weight: normal;
 
font-size: 116%;
 
border-bottom:1px solid steelBlue;
 
padding-bottom: 0.2em;
 
padding-top: 0.2em;
 
padding-left: 0.4em;
 
height: 50px;
 
}
 
 
 
.hauptseite-artikel {
 
border:1px solid steelBlue;
 
float:left;
 
margin-bottom: 10px;
 
margin-right: 10px;
 
width: 48.2%;
 
}
 
 
 
.hauptseite-artikel a{
 
float:left;
 
}
 
 
 
.hauptseite-artikel p{
 
margin:2px;
 
padding-left:55px;
 
}
 
 
 
.hauptseite-artikel p.naturtext{
 
margin-top: -4px;
 
padding-left: 0;
 
float:left;
 
margin-bottom: -4px;
 
}
 
 
 
 
 
.hauptseite-artikel p.naturtext a{
 
margin:0 13px;
 
font-size: 12px;
 
}
 
 
 
.hauptseite-artikel div.natur{
 
line-height: 1.3;
 
padding-left: 0;
 
float:left;
 
margin:-2px 14px 0px;
 
}
 
 
 
.hauptseite-artikel div.natur a{
 
clear:left;
 
font-size:12px;
 
}
 
 
 
table.gallery{
 
margin: auto;
 
}
 
 
 
li#ca-viewsource {
 
display:none;
 
}
 
 
 
li#ca-history {
 
display:none;
 
}
 
 
 
li#ca-talk {
 
display:none;
 
}
 
 
 
li#pt-anontalk {
 
display:none;
 
}
 
 
 
li#pt-mytalk {
 
display:none;
 
}
 
 
 
/*Damit für User der Ignorieren Button nicht erstichtlich ist, wenn Files über 200 KB hochgeladen werden wollen*/
 
#wpUpload {
 
display: none;
 
}
 
 
 
/*IE6 Hacks*/
 
 
 
 
 
* html .hauptseite-artikel div.IENatur h3 span.mw-headline{
 
float:left;
 
margin: 3px -2px 0px -12px;
 
}
 
 
 
* html .hauptseite-artikel div.IENatur h3{
 
padding: 0;
 
margin: -16px 0px 0px;
 
}
 
 
 
/*Damit der schwarze Strich nicht mitten im Bild erscheint*/
 
 
 
* html #globalWrapper a {
 
text-decoration:none;
 
 
}
 
}

Version vom 20. Dezember 2019, 12:15 Uhr

/**
 * MediaWiki:Common.css
 */
@import url('https://fonts.googleapis.com/css?family=ABeeZee&display=swap');

body,
html,
.mw-body h1,
.mw-body-content h2,
.mw-body-content h3,
.mw-body-content h3,
.mw-body-content h4,
.mw-body-content h5,
.mw-body-content h6 {
    font-family: 'ABeeZee', sans-serif !important;
}

html {
    background-color: #ffec8b;
}

body {
    height: auto;
    font-size: 18px;
}

pre, textarea {
    font-family: monospace, monospace;
}

@media (max-width: 1199px) {
    #content {
        margin-left: calc(11em + 15px); /* #mw-panel padding */
    }

    #left-navigation {
        margin-left: calc(11em + 15px);
    }
}

@media (min-width: 1200px) {
    body {
        background-color: #ffec8b;
    }

    #mw-head-base {
        display: none;
    }

    #mw-page-base {
        max-width: 1200px;
        margin: 0 auto;
    }

    #mw-head {
        box-sizing: border-box;
        max-width: calc(1200px + 3px);
        margin: 0 auto;
        right: auto;
    }

    #content {
        position: relative;
        box-sizing: border-box;
        max-width: calc(1200px - 10em - 27px); /* 27px body padding, 24px sidebar padding/margin */
        margin-left: calc(50% + 10em - 1200px / 2 + 24px + 3px); /* 1px body border */
    }

    #mw-navigation > * {
        /*background-color: #f6f6f6;*/
        position: absolute;
        --content-left-part: calc(1200px / 2 - 10em + 27px); /* 27px body padding */
        margin-left: calc(50% - 10em - var(--content-left-part) + 24px);
    }

    #left-navigation {
        margin-left: calc(11em + 12px);
    }

    #mw-panel, #footer {
        background-color: #f6f6f6;
    }

    #footer {
        margin-left: calc(50% + 10em - 1200px / 2 + 24px + 3px); /* 1px body border */
        box-sizing: border-box;
        max-width: calc(1200px - 10em - 27px);
    }
}

#mw-panel {
    font-size: 20px;
    background-image: -webkit-linear-gradient(top, #ffffff 2.5em, #f6f6f6 5em);
    background-image: -moz-linear-gradient(top, #ffffff 2.5em, #f6f6f6 5em);
    background-image: linear-gradient(#ffffff 2.5em, #f6f6f6 5em);
}

.box {
    border: 1px solid lightgrey;
    box-shadow: 0px 0px 3px lightgrey;
    padding: 0px 15px 10px 15px;
}

.box::after {
    content: '';
    display: block;
    clear: both;
}

.box .mw-pt-languages {
    display: none;
}

#mw-content-text[lang="de-easy"] {
    font-size: 20px;
}

li#footer-poweredbyico > a:not(:last-child) {
    margin-right: 1em;
}

li#footer-poweredbyico > a img {
    height: auto;
}

#bodyContent p {
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 600px;
}

#bodyContent table {
    max-width: 600px;
}

#bodyContent table tr:nth-child(even) {
    background-color: #ffffff;
}

/**
 * Hide Discussion Tab
 */
li#ca-talk {
    display: none;
}

ns-2 li#ca-talk,
ns-3 li#ca-talk {
    display: block;
}

/**
 * Portal Icons Frontpage
 */
.portale {
    text-align: center;
}

.portale > span {
    white-space: nowrap;
}

/**
 * Hide Registration Link
 */
#pt-createaccount {
    display: none;
}


/**
 * Language Selector
 */
.wibs-language-selector {
    background-color: #f8f9fa;
    display: table;
    border: 1px solid #a2a9b1;
    box-sizing: border-box;
    line-height: 1.2;
    width: 100%;
    clear: both;
    overflow: auto;
}

.wibs-language-selector-label {
    background-color: #eaecf0;
    display: table-cell;
    /* Given `white-space: nowrap` above, label never shrinks underneath textual content. */
    width: 1%;
    padding: 0.5em;
    font-weight: bold;
    white-space: nowrap;
}

.wibs-language-selector-list {
    display: flex;
}

.wibs-language-selector-language {
    padding-left: 5px;
    padding-right: 5px;
}