Διαφορά μεταξύ των αναθεωρήσεων του "MediaWiki:Common.css"
Dx4 (Συζήτηση | συνεισφορές) |
Dx4 (Συζήτηση | συνεισφορές) |
||
Γραμμή 38: | Γραμμή 38: | ||
color: #f0d9a2; | color: #f0d9a2; | ||
border: 1px; | border: 1px; | ||
+ | } | ||
+ | |||
+ | div.note{ | ||
+ | width: 150px; | ||
+ | border: 1px solid #0b1e26; | ||
+ | border-top-left-radius: 10px; | ||
+ | border-top-right-radius: 10px; | ||
+ | border-bottom-left-radius: 10px; | ||
+ | border-bottom-right-radius: 10px; | ||
+ | box-shadow: 2px 2px 5px #000000; | ||
+ | background: #0b1e26; | ||
+ | color: #dadada; | ||
+ | font-weight: bold; | ||
+ | padding: 5px; | ||
} | } |
Αναθεώρηση της 19:53, 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;
}
div.note{
width: 150px;
border: 1px solid #0b1e26;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
box-shadow: 2px 2px 5px #000000;
background: #0b1e26;
color: #dadada;
font-weight: bold;
padding: 5px;
}