Διαφορά μεταξύ των αναθεωρήσεων του "MediaWiki:Common.css"
Dx4 (Συζήτηση | συνεισφορές) |
Dx4 (Συζήτηση | συνεισφορές) |
||
Γραμμή 33: | Γραμμή 33: | ||
text-align: center; | text-align: center; | ||
padding:0.5em; | padding:0.5em; | ||
+ | } | ||
+ | table.prettytable th { | ||
+ | background: #26130b; | ||
+ | color: #f0d9a2; | ||
+ | border: 1px; | ||
} | } |
Αναθεώρηση της 19:48, 28 Απριλίου 2020
/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */
body{
background: url(/images/6/65/Background_Idra.jpg) no-repeat fixed center top #000;
background-size: cover;
}
/* Christmas bg start
.christmasbgtable {
background: url(/images/4/47/Boxesheaderbackgroundxmas.png) no-repeat !important;
background-size: 100% 100% !important;
}
.boxesheaderbackground {
background: url(/images/4/47/Boxesheaderbackgroundxmas.png) repeat 0em 0em;
}
Christmas bg ends */
/* Tables */
table.prettytable {
border-color: blue;
border: 1px solid #26130b;
background: transparent;
border-bottom-right-radius: 10px;
box-shadow: 2px 2px 5px #000000;
font-size: 0.9em;
border-collapse: collapse;
text-align: center;
}
table.prettytable td {
border-color: blue;
border: 1px solid #26130b;
background: transparent;
text-align: center;
padding:0.5em;
}
table.prettytable th {
background: #26130b;
color: #f0d9a2;
border: 1px;
}