MediaWiki:Common.css

Από DUTh EECE Wiki
Μετάβαση σε: πλοήγηση, αναζήτηση

Σημείωση: μετά την αποθήκευση, ίσως χρειαστεί να παρακάμψετε το χώρο προσωρινής αποθήκευσης του προγράμματος περιήγησής σας για να δείτε τις αλλαγές.

* Firefox / Safari: Κρατήστε Shift κάνοντας κλικ στο κουμπί Ανανέωση ή πατήστε Ctrl-F5 ή Ctrl-R ( ⌘-R σε Mac)
* Google Chrome: Πιέστε τα πλήκτρα Ctrl-Shift-R (⌘-Shift-R σε Mac)
* Internet Explorer: Κρατήστε Ctrl κάνοντας κλικ στην επιλογή Ανανέωση, ή πατήστε Ctrl-F5 
* Konqueror: Κάντε κλικ στο κουμπί  Ανανέωση ή  πιέστε το πλήκτρο F5
* Opera: Εκκαθαρίστε την προσωρινή μνήμη στο Εργαλεία → Προτιμήσεις
/** CSS τα οποία τοποθετούνται εδώ θα εφαρμοστούν σε όλα τα skins */

/* Font */
* {
    font-family: Verdana, Geneva, sans-serif;
}

/* Why should visited have different color? deecewiki is CONSTANTLY updated! */
a, a:visited {
    color: #105289 !important;
}

a.new, #quickbar a.new {
    color: #BA0000 !important;
}

/* Inline Search */
#inline-search {
    width: 300px;
    padding: 0.2em;
}

/* TOC limit only level-1 */
.toclimit ul li.toclevel-2 {
    display: none;
}

/* Don't break table headers */
th {
    white-space: nowrap;
}

/* Don't display media warning, everything here is safe :-) */
.mediaWarning {
    display: none;
}

/* View count is just stupid! */
#footer-info-viewcount {
    display: none;
}

/* Logo fixes */
body #mw-panel #p-logo {
    top: -135px !important;
}

body #mw-panel {
    top: 135px !important;
}

#p- {
    margin-top: 15px !important;
}

/* Copyright warning is kewl in wikipedia but suxz0r in deece */
#editpage-copywarn {
    display:none;
}

/* Main page fixes */
body.page-Αρχική_σελίδα h1.firstHeading {
    display: none !important;
}

body.page-Αρχική_σελίδα #contentSub {
    margin: 0px;
    padding: 0px;
}

/* ExaminoTable gia Programma Spoudwn */
table.examinoTable {
    display:inline-block;
    clear: none;
    margin: 0.4em;
    text-align: center;
    vertical-align: top;
}

table.examinoTable tr td {
    padding-left: 12px;
    padding-right: 12px;
}

/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
    margin-left: inherit;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}

.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}

.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}

.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}

.infobox.geography {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}

/* nmbox */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
    border: none; 
    /* @noflip */
    padding: 0.25em 0.9em;     /* 0.9em left/right */
    width: 100%;               /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                /* The left image cell */
    border: none; 
    /* @noflip */
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
    text-align: center; 
}
td.mbox-imageright {           /* The right image cell */
    border: none;
    /* @noflip */
    padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
    text-align: center; 
}
td.mbox-empty-cell {           /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
Προσωπικά εργαλεία
Περιοχές ονομάτων

Παραλλαγές
Ενέργειες
Πλοήγηση
Εξάμηνα
Εργαλεία
Εκτύπωση/εξαγωγή