Aktionen

MediaWiki

Foreground.css: Unterschied zwischen den Versionen

Aus TCG 1874

 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
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");
 +
}
 +
#content {
 +
    padding: 1rem 2rem;
 
}
 
}
 
#page-content {
 
#page-content {
Zeile 7: Zeile 10:
 
}
 
}
 
#content {
 
#content {
     padding: 1rem 2rem;
+
     padding: 2rem;
 
}
 
}
 
#page-content > .row > .large-12 {
 
#page-content > .row > .large-12 {
 
     background: #ffffff88;
 
     background: #ffffff88;
 +
}
 +
.mw-indicators{
 +
    margin:5px;
 +
}
 +
.timeTable th{
 +
    font-weight: bold;
 +
}
 +
.timeTable th, .timeTable td {
 +
    padding: 0.4rem;
 +
    border-bottom: 1px solid lightgrey;
 +
}
 +
div.space {
 +
    margin-bottom: 4rem;
 +
    clear: both;
 +
    content: ' ';
 
}
 
}

Aktuelle Version vom 26. Mai 2021, 17:42 Uhr

body {
    background: rgb(0 117 11 / 10%);
    background-image: url("skins/Foreground/assets/stylesheets/Background.gif");
}
#content {
    padding: 1rem 2rem;
}
#page-content {
	margin-top: 0;
}
#content {
    padding: 2rem;
}
#page-content > .row > .large-12 {
    background: #ffffff88;
}
.mw-indicators{
    margin:5px;
}
.timeTable th{
    font-weight: bold;
}
.timeTable th, .timeTable td {
    padding: 0.4rem;
    border-bottom: 1px solid lightgrey;
}
div.space {
    margin-bottom: 4rem;
    clear: both;
    content: ' ';
}