Razlika između izmjena na stranici "MediaWiki:Common.css"

Izvor: Sandžakpedija
Idi na navigaciju Idi na pretragu
(Nova stranica: .infobox vlastito ime{ background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; } .infobox vlastito ime-titl...)
 
Red 1: Red 1:
.infobox vlastito ime{
+
.infobox{
 
     background: #eee;
 
     background: #eee;
 
     border: 1px solid #aaa;
 
     border: 1px solid #aaa;
Red 7: Red 7:
 
     width: 400px;
 
     width: 400px;
 
}
 
}
.infobox vlastito ime-title {
+
.infobox-title {
 
     font-size: 2em;
 
     font-size: 2em;
 
     text-align: center;
 
     text-align: center;
 
}
 
}
.infobox vlastito ime-image {
+
.infobox-image {
 
     text-align: center;
 
     text-align: center;
 
}
 
}
.infobox vlastito ime th {
+
.infobox th {
 
     text-align: right;
 
     text-align: right;
 
     vertical-align: top;
 
     vertical-align: top;
 
     width: 120px;
 
     width: 120px;
 
}
 
}
.infobox vlastito ime td {
+
.infobox td {
 
     vertical-align: top;
 
     vertical-align: top;
 
}
 
}

Verzija na dan 1 novembar 2019 u 18:02

.infobox{
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}