Διαφορά μεταξύ των αναθεωρήσεων του "MediaWiki:Common.css"

Γραμμή 19: Γραμμή 19:
 
table.prettytable {
 
table.prettytable {
 
     margin: auto;
 
     margin: auto;
 +
    vertical-align: top;
 
     border-color: blue;
 
     border-color: blue;
 
     border: 1px solid #26130b;
 
     border: 1px solid #26130b;

Αναθεώρηση της 11:51, 3 Μαΐου 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;
    vertical-align: top;
    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{
    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;
}