MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus wiki.llyria.art
Zur Navigation springen Zur Suche springen
Zeile 44: Zeile 44:
 
     border-radius: 3px;
 
     border-radius: 3px;
 
     box-shadow: 1px 1px 3px rgba(30,15,0,0.5);
 
     box-shadow: 1px 1px 3px rgba(30,15,0,0.5);
 +
}
 +
 +
#mw-panel .portal-first {
 +
    background-image: none;
 +
    background-color: #fff;
 +
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
 +
    border-radius: 3px;
 
}
 
}
  
Zeile 63: Zeile 70:
  
 
.wikitable-mainpage {
 
.wikitable-mainpage {
     background-color: #f9f9f9;
+
     background-color: #f8f9fa;
 
     color: #202122;
 
     color: #202122;
 
     margin: 1em 0;
 
     margin: 1em 0;
Zeile 72: Zeile 79:
  
 
.wikitable-mainpage > * > tr > th {
 
.wikitable-mainpage > * > tr > th {
     background-color: #ddd;
+
     background-color: #a2a9b1;
 
     font-size: 1.2rem;
 
     font-size: 1.2rem;
 
}
 
}

Version vom 22. April 2021, 17:26 Uhr

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


body {
    background-image: url( /images/css/wiki-background.jpg); 
    background-color: #000000;
    font-family: 'Times New Roman', serif;
    font-size: 1.1rem;
}


/*** HEADER & LOGO ***/

.mw-wiki-logo {
    background-image: url( /images/css/wiki-llogo.png) !important;
}

#mw-head-base {
    background-color: rgba(255,255,255,0.7);
}


/*** BODY ***/


#mw-page-base {
    background-image: url( /images/css/wiki-background.jpg); 
}

.mw-body {
    border-top: 1px solid #666;
    border-left: none;
    border-bottom: 1px solid #666;
    border-right: none;
}

#bodyContent {
    max-width: 1200px;
    padding: 20px;
}

#mw-panel {
    background-color: rgba(255,255,255,0.7);
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(30,15,0,0.5);
}

#mw-panel .portal-first {
    background-image: none;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    border-radius: 3px;
}

.vector-menu-tabs li {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0.6));
}

.vector-menu-tabs {
    background-image: none;
}


.vector-menu-tabs a {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5) 0,#686868 100%);
}


/* MAIN PAGE */

.wikitable-mainpage {
    background-color: #f8f9fa;
    color: #202122;
    margin: 1em 0;
    border-collapse: collapse;
    border: 1px solid #666;
    width: 100%;
}

.wikitable-mainpage > * > tr > th {
    background-color: #a2a9b1;
    font-size: 1.2rem;
}

.wikitable-mainpage > * > tr > td {
    padding: 15px;
}


/*** FOOTER ***/

.mw-footer {
    background-color: rgba(255,255,255,0.7);
    box-shadow: 1px 1px 3px rgba(30,15,0,0.5);
    border-radius: 0px 0px 3px 3px;
}