Aktionen

MediaWiki

Foreground.css: Unterschied zwischen den Versionen

Aus TCG 1874

(Die Seite wurde neu angelegt: „body { background: rgb(0 117 11 / 10%); background-image: url("skins/Foreground/assets/stylesheets/Background.gif"); }“)
 
Zeile 2: Zeile 2:
 
     background: rgb(0 117 11 / 10%);
 
     background: rgb(0 117 11 / 10%);
 
     background-image: url("skins/Foreground/assets/stylesheets/Background.gif");
 
     background-image: url("skins/Foreground/assets/stylesheets/Background.gif");
 +
}
 +
#page-content {
 +
margin-top: 0;
 +
}
 +
#content {
 +
    padding: 1rem 2rem;
 +
}
 +
#page-content > .row > .large-12 {
 +
    background: #ffffff88;
 
}
 
}

Version vom 30. April 2021, 20:11 Uhr

body {
    background: rgb(0 117 11 / 10%);
    background-image: url("skins/Foreground/assets/stylesheets/Background.gif");
}
#page-content {
	margin-top: 0;
}
#content {
    padding: 1rem 2rem;
}
#page-content > .row > .large-12 {
    background: #ffffff88;
}