MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Scriptorium
Zeile 11: Zeile 11:
 
a {text-decoration: none;color: #0f47b9;}
 
a {text-decoration: none;color: #0f47b9;}
 
a:hover, a:visited {color: #2969e8;}
 
a:hover, a:visited {color: #2969e8;}
 +
.mw-body .toctitle {border-bottom: solid 5px transparent;}
  
 
body {
 
body {

Version vom 13. Mai 2021, 15:46 Uhr

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

@font-face {
  font-family: GoudyMedieval-Alternate;
  font-weight: normal;
  font-style: normal;
  src: url(http://www.neu.koenigreich-jerusalem.net/forum/wiki/images/Design_Franken/GoudyMedieval-Alternate.eot);
  src: url(http://www.neu.koenigreich-jerusalem.net/forum/wiki/images/Design_Franken/GoudyMedieval-Alternate.ttf) format('truetype');
}

a {text-decoration: none;color: #0f47b9;}
a:hover, a:visited {color: #2969e8;}
.mw-body .toctitle {border-bottom: solid 5px transparent;}

body {
    background-image: url(/forum/wiki/images/Design_Franken/Rand_wiki.png), url(/forum/wiki/images/Design_Franken/Hintergrund_Pergament.png);
    background-repeat: repeat-y, repeat;
    background-size: 100%, auto;
}
.mw-wiki-logo {
    background-image: url(/forum/wiki/images/Design_Franken/Geschichte.png);
    background-size: 11vw;
}

.mw-wiki-logo.fallback {
    width: 11vw;
    height: 11vw;
    margin-left: 1.5vw;
}

#mw-content-container {
    background: transparent;
    border-bottom: solid 4px transparent;
}
.ts-inner {
    max-width: none;
    margin: 0vw 3.24vw;
}
#mw-content-block {
    background-image: url(/forum/wiki/images/Design_Franken/Ranken_oben.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
#mw-site-navigation {padding-top: 4vw;}
#mw-related-navigation {padding-top: 12vw;}
#mw-content {
background: transparent;
border: solid transparent;
}
#mw-related-navigation .sidebar-chunk, #mw-site-navigation .sidebar-chunk, .toc {
border: 0.3vw solid transparent;
    background-image: url(/images/Franken/container_oben.png), url(/images/Franken/container_oben.png), url(/images/Franken/container_seite.png), url(/images/Franken/container_seite.png), url(/images/Franken/Hintergrund_Pergament_dunkel.png);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y, repeat;
    background-origin: border-box;
    background-size: 9vw, 9vw, 0.3vw, 0.3vw, auto;
}

.mw-body h1.firstHeading {
    margin: 0.25em 0 0.5em;
    border-bottom: solid 1px transparent;
    font-family: GoudyMedieval-Alternate;
    font-size: 3vw;
}



/*Header*/
#mw-header-container {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    background: transparent;
    color: #aa8318;
    padding: 0.5em 0 0;
    min-height: 3.125em;
    box-sizing: border-box;
    background-image: url(/forum/wiki/images/Design_Franken/Kopfzeile_3.png);
    background-size: 100%;
    height: 3.2vw;
}
.color-middle {display: none;}
.color-left {display: none;}
.color-right {display: none;}
#p-logo-text a {color: #aa8318;}

#simpleSearch {
    background: transparent;
    border: solid 2px #333;
    background-image: url(/forum/wiki/images/Design_Franken/Hintergrund_Pergament_dunkel.png);
    background-repeat: repeat;
}