Διαφορά μεταξύ των αναθεωρήσεων του "MediaWiki:Common.css"
Dx4 (Συζήτηση | συνεισφορές) |
Dx4 (Συζήτηση | συνεισφορές) |
||
(90 ενδιάμεσες εκδόσεις από 4 χρήστες δεν εμφανίζονται) | |||
Γραμμή 1: | Γραμμή 1: | ||
/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */ | /* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */ | ||
− | body{ | + | 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; | ||
} | } | ||
− | div | + | |
− | width: | + | .boxesheaderbackground { |
− | + | background: url(/images/4/47/Boxesheaderbackgroundxmas.png) repeat 0em 0em; | |
− | left: | + | } |
+ | Christmas bg ends */ | ||
+ | |||
+ | /* Tables */ | ||
+ | table.prettytable { | ||
+ | margin: auto; | ||
+ | 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 { | ||
+ | vertical-align: top; | ||
+ | border-color: blue; | ||
+ | border: 1px solid #26130b; | ||
+ | background: transparent; | ||
+ | text-align: center; | ||
+ | padding:0.5em; | ||
+ | } | ||
+ | table.prettytable td td { | ||
+ | vertical-align: unset; | ||
+ | border-color: unset; | ||
+ | border: unset; | ||
+ | background: unset; | ||
+ | text-align: unset; | ||
+ | padding:unset; | ||
+ | } | ||
+ | table.prettytable th { | ||
+ | background: #26130b; | ||
+ | color: #f0d9a2; | ||
+ | border: 1px; | ||
+ | } | ||
+ | |||
+ | div.note{ | ||
+ | margin: auto; | ||
+ | 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; | ||
} | } |
Τελευταία αναθεώρηση της 13:04, 14 Μαΐου 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 {
margin: auto;
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 {
vertical-align: top;
border-color: blue;
border: 1px solid #26130b;
background: transparent;
text-align: center;
padding:0.5em;
}
table.prettytable td td {
vertical-align: unset;
border-color: unset;
border: unset;
background: unset;
text-align: unset;
padding:unset;
}
table.prettytable th {
background: #26130b;
color: #f0d9a2;
border: 1px;
}
div.note{
margin: auto;
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;
}