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

Izvor: Sandžakpedija
Idi na navigaciju Idi na pretragu
Red 1: Red 1:
.infobox{
+
.infobox_vlastito_ime{
 
     background: #eee;
 
     background: #eee;
 
     border: 1px solid #aaa;
 
     border: 1px solid #aaa;
Red 7: Red 7:
 
     width: 400px;
 
     width: 400px;
 
}
 
}
.infobox-title {
+
.infobox_vlastito_ime-title {
 
     font-size: 2em;
 
     font-size: 2em;
 
     text-align: center;
 
     text-align: center;
 
}
 
}
.infobox-image {
+
.infobox_vlastito_ime-image {
 
     text-align: center;
 
     text-align: center;
 
}
 
}
  
.infobox th {
+
.infobox_vlastito_ime th {
 
     text-align: right;
 
     text-align: right;
 
     vertical-align: top;
 
     vertical-align: top;
 
     width: 120px;
 
     width: 120px;
 
}
 
}
.infobox td {
+
.infobox_vlastito_ime td {
 
     vertical-align: top;
 
     vertical-align: top;
 
}
 
}

Verzija na dan 1 novembar 2019 u 18:12

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

.infobox_vlastito_ime th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox_vlastito_ime td {
    vertical-align: top;
}