MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Scriptorium
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
| Zeile 33: | Zeile 33: | ||
background: transparent; | background: transparent; | ||
border: solid 1px #c8ccd1; | border: solid 1px #c8ccd1; | ||
| − | background-image: url(/forum/wiki/images/Design_Franken/ | + | background-image: url(/forum/wiki/images/Design_Franken/Hintergrund_Pergament_dunkel.png); |
background-repeat: repeat; | background-repeat: repeat; | ||
} | } | ||
Version vom 11. Mai 2021, 21:19 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body {
background-image: url(/forum/wiki/images/Design_Franken/Hintergrund_Pergament.png);
background-repeat: repeat;
background-position: center 10em;
}
#mw-content-container {
background: transparent;
border-bottom: solid 4px transparent;
}
#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 1px #c8ccd1;
background-image: url(/forum/wiki/images/Design_Franken/Hintergrund_Pergament_dunkel.png);
background-repeat: repeat;
}