Aktionen

MediaWiki

Foreground.css: Unterschied zwischen den Versionen

Aus TCG 1874

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 {
 
#content {

Version vom 30. April 2021, 19:12 Uhr

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