MediaWiki:Vector.css

Από τη Βικιπαίδεια, την ελεύθερη εγκυκλοπαίδεια

Μετά την αποθήκευση πρέπει να καθαρίσετε την κρυφή μνήμη (cache) του browser σας για να δείτε τις αλλαγές: Σε Chrome, Firefox, Safari, Internet Explorer και Edge: Κρατήστε πατημένο το Shift και κάντε κλικ στο κουμπί Ανανέωση στην μπάρα εργαλείων.

/* CSS placed here will affect users of the Vector skin */
/* <source lang="css"> */

#coordinates {  
 position: absolute;
 top: -1em;
 right: 0em;
 float: right;
 margin: 0.0em;
 padding: 0.0em;
 line-height: 1.5em;
 text-align: right;
 text-indent: 0;
 font-size: 85%;
 text-transform: none;
 white-space: nowrap;
}
 
/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */
div.topicon {
 position: absolute; 
 top: -3em;
 margin-right: -10px;
 display: block !important;
}
 
/* Display "From Wikipedia, the free encyclopedia" */
body.ns-0 #siteSub,
body.ns-1 #siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}
 
body.ns-0 div.topicon,
body.ns-1 div.topicon {
 top: -2em;
}
 
body.ns-0 #coordinates,
body.ns-1 #coordinates {
 top: 0em;
}
 
/* Bullets for Good and Featured interwiki links */
/* {{tl|Link FA}} */
li.GA {
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/4/42/Monobook-bullet-ga.png);
}
li.FA {
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png);
}



 
#disambig {
    border-top: 3px double #cccccc; 
    border-bottom: 3px double #cccccc;
}

/* Να μην εμφανίζονται μερικά στοιχεία στην Κύρια Πύλη*/

body.page-Πύλη_Κύρια #deleteconfirm,
body.page-Πύλη_Κύρια #t-cite,
body.page-Πύλη_Κύρια #footer-info-lastmod,
body.page-Πύλη_Κύρια #siteSub,
body.page-Πύλη_Κύρια #contentSub,
body.page-Πύλη_Κύρια h1.firstHeading {
  display: none !important;
}
 
body.page-Πύλη_Κύρια #mp-topbanner {
  margin-top: 0 !important;
}

/* </source> */