Διαφορά μεταξύ των αναθεωρήσεων του "MediaWiki:Common.css"
Dx4 (Συζήτηση | συνεισφορές) |
Dx4 (Συζήτηση | συνεισφορές) |
||
Γραμμή 42: | Γραμμή 42: | ||
background: unset; | background: unset; | ||
text-align: unset; | text-align: unset; | ||
− | padding: | + | padding:unset; |
} | } | ||
table.prettytable th { | table.prettytable th { |
Τελευταία αναθεώρηση της 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;
}