MediaWiki:Monobook.css

Ón Vicífhoclóir, an foclóir ábhair shaor.

Tugtar faoi deara: Tar éis duit athruithe a shábháil, caithfear gabháil thar thaisce do bhrabhsálaí chun iad a fheiceáil. Internet Explorer: cliceáil ar an gcnaipe AthnuaighAthlódáil, agus an eochair Ctrl á bhrú agat. Firefox: cliceáil ar Athlódáil, agus an eochair Iomlaoid á bhrú agat (nó brúigh Ctrl-Iomlaoid-R). Opera: caithfear d'úsáideoirí a dtaiscí a ghlanadh trí Uirlisí→Sainroghanna. Ní mór d'úsáideoirí KonquerorSafari ach cliceáil ar an gcnaipe Athlódáil.

/* 

==CSS for Monobook skin only==

'''Notice to Administrators!'''

Any changes to [[Mediawiki:Monobook.css|Monobook.css]] or [[MediaWiki:Common.css|Common.css]] should be first proposed to [[Wikipedia:Village Pump]].  

Furthermore, changes should probably be made in 
[[MediaWiki:Common.css]] rather than this page, unless there is no effect in 
[[MediaWiki:Common.css]].  

Testing can be done on your own user Monobook.css.  
(In [[Mozilla]] and [[Opera (web browser)|Opera]], you can also test style changes dynamically with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles] bookmarklet from squarefree.com.  It pops up a window for adding style rules, and updates the page as you type.)

Always check with the [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fen.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DMediaWiki%3AMonobook.css%26action%3Draw%26ctype%3Dtext%2Fcss&usermedium=all W3C CSS Validation Service] after any changes.

Thank you. 
{{interwiki-all}}

<pre><nowiki>*/
 
/* Don't display some stuff on the main page */
body.page-Príomhleathanach #t-cite,
body.page-Príomhleathanach #lastmod, 
body.page-Príomhleathanach #siteSub, 
body.page-Príomhleathanach #contentSub, 
body.page-Príomhleathanach h1.firstHeading {
    display: none !important;
}

/* div containing the site notice table
   see /w/skins/MonoBook/main.css */

#siteNotice {
    margin-top: 0.5em; 
    font-style: italic;
}

/* the actual site notice table */

#mw-dismissable-notice {
    background: transparent;
}


/* Donations link to be uncommented during fundraising drives  */
/*
#fundraising {
 text-align: center;
 border: 1px solid gray;
 padding: 5px;
}
*/

/* NOTE that this is duplicated below in styles from French Wikipedia */
/****************************/
/* BEGIN LIGHT BLUE SECTION */
/****************************/
/* Make all non-namespace pages have a light blue content area. This is done by
   setting the background color for all #content areas to light blue and then
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
   do the same for the "tab" background colors. --Lupo */

#content {
    background: #F8FCFF; /* a light blue */
}

#content div.thumb {
    border-color: #F8FCFF;
}

.ns-0 * #content {
    background: white;
}

#mytabs li {
    background: #F8FCFF;
}

.ns-0 * #mytabs li {
    background: white;
}

#mytabs li a {
    background-color: #F8FCFF;
}

.ns-0 * #mytabs li a {
    background-color: white;
}

#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
    background-color: #F8FCFF;
}

.ns-0 * #p-cactions li a {
    background-color: #fbfbfb;
}

.ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
    background-color: white;
}

.ns-0 * #content div.thumb {
    border-color: white;
}

/**************************/
/* END LIGHT BLUE SECTION */
/**************************/

/* block quotations */
#content blockquote {
    font-size: 93.75%; /* equivalent of 15px in 16px default */
    margin: 1em 1.6em; /* same indent as an unordered list */
}
#content blockquote p {
    line-height:inherit;
}

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}

#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }

/* Display "User $1, you are already logged in!"
   ([[MediaWiki:Alreadyloggedin]]) in red and bold */
div.alreadyloggedin { color: red; font-weight: bold; }

@media print {
    /* Do not print edit link in templates using Template:Ed
       Do not print certain classes that shouldn't appear on paper */
    .editlink, .noprint, .metadata, .dablink { display: none }
    #content { background: #fff; } /* white background on print */
}

#pt-login {
  font-weight: bold;
  font-size: 110%;
}

form#userlogin {
  float: left;
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}

form#userlogin table {
  float: left;
  background-color: #ffffe6;
  color: #000;
}

p.error {
  font-weight: bold;
}

/* Class styles */

/* .toccolours added here because version in 
   monobook/main.css wasn't being used by the print style */
.toccolours { 
   border:1px solid #aaa;
   background-color:#f9f9f9;
   padding:5px;
   font-size: 95%;
}

/* Remove padding from external links displayed without icon */
#bodyContent .plainlinks a {padding: 0 !important}


#p-nav h5 {
   display: none;
}

.portlet a {
   text-decoration: none;
}

.portlet a:hover {
   text-decoration: underline;
}

#p-nav .pBody {
   padding-right: 0;
}

#p-nav a {
   display: block;
   width: 100%;
}

/* Special characters list below edit window works better without underlining */
#editpage-specialchars a { text-decoration: none; }
#editpage-specialchars a:hover { text-decoration: underline; }

/* If you don't want to see special characters list at all,
   put the following line in your User:You/monobook.css file
  (and remove the slash-asterisk comments) */
/* #editpage-specialchars { display: none; } */

/* Makes the background of a framed image white instead of gray. */
/* Only visible with transparent images. */
/* See #Framed_image_background_color */
div.thumb div a img {
    background-color:#fff;
}

/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */

div.topicon {
  position:absolute; 
  z-index:100; 
  top:10px;
  display: block !important;
}

/* try adding here, this had no effect in [[MediaWiki:Common.css]] */
.plainlinksneverexpand a.external.text:after {
 display: none !important
}

#coordinates {  
 position:absolute;
 z-index:1;
 border:none;
 background:none;
 right:30px;
 top:3.7em;
 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;
}

.portlet li {
  list-style-image: url("//upload.wikimedia.org/wikipedia/commons/1/18/Monobook-bullet.png");
}

li.FA {
  list-style-image: url("//upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");
}

.mw-plusminus-pos {
  color: #006400;
}

.mw-plusminus-neg {
  color: #8B0000;
}

/* Infobox template style */

.infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   color: black;
}

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

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
   border-top: 1px solid #aaa;
   border-right: 1px solid #aaa;
}

.gallerybox .thumb img {
  background: #F9F9F9;
}

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

/* Remove white border from thumbnails */
div.thumb {
   border: none;
}

div.tright {
   border: none;
   margin: 0.5em 0 0.8em 1.4em;
}

div.tleft {
   border: none;
   margin: 0.5em 1.4em 0.8em 0;
}

form#deleteconfirm table {
   background-color:transparent;
}

=== Espaces de nommage ===
<pre>
Récapitulatif des espaces de nommage :

(Les nombre impairs représentent les espaces de discussion)

 '0': 'Article', '1' : 'Discuter'
 '2': 'Utilisateur', '3' : 'Discussion Utilisateur'
 '4': 'Wiktionnaire', '4' : 'Discussion Wiktionnaire'
 '6': 'Image', '5' : 'Discussion Image'
 '8': 'MediaWiki', '9' : 'Discussion MediaWiki'
 '10':   'Modèle', '10' : 'Discussion Modèle'
 '12':   'Aide', '13' : 'Discussion Aide'
 '14':   'Catégorie' '15' : 'Discussion Catégorie'
 '100':   'Annexe' '101' : 'Discussion Annexe'
 '102':   'Transwiki' '103' : 'Discussion Transwiki'
 '104':   'Portail' '105' : 'Discussion Portail'
</pre>

/* Perhaps these colours should be worked into a site-wide colour palette? */

==== Couleurs de fond ====
<pre> */
/* Couleur par défaut */
#content,
#p-cactions li,
#p-cactions li a,
#mytabs li,
#mytabs li a { background : #F8FCFF; }  /* bleu ciel */

/* Couleur de fond des articles */
.ns-0 * #content,
.ns-0 * #p-cactions li,
.ns-0 * #p-cactions li a, 
.ns-0 * #mytabs li,
.ns-0 * #mytabs li a { background : white; }

/* Couleur de fond des pages de discussion des articles */
.ns-1 * #content,
.ns-1 * #p-cactions li,
.ns-1 * #p-cactions li a, 
.ns-1 * #mytabs li,
.ns-1 * #mytabs li a { background : #FFFFEE; } /* jaune */

/* Couleur de fond des pages Utilisateur */
.ns-2 * #content,
.ns-2 * #p-cactions li,
.ns-2 * #p-cactions li a,
.ns-2 * #mytabs li,
.ns-2 * #mytabs li a { background : white; } /* blanc */

/* Couleur de fond des pages de discussion Utilisateur */
.ns-3 * #content,
.ns-3 * #p-cactions li,
.ns-3 * #p-cactions li a,
.ns-3 * #mytabs li,
.ns-3 * #mytabs li a { background : #FFFFEE; } /* jaune */

/* Couleur de fond des pages Wikipédia  */
.ns-4 * #content,
.ns-4 * #p-cactions li,
.ns-4 * #p-cactions li a,
.ns-4 * #mytabs li,
.ns-4 * #mytabs li a { background : #F4F4F4; } /* gris */

/* Couleur de fond des pages de discussion Wikipédia */
.ns-5 * #content,
.ns-5 * #p-cactions li,
.ns-5 * #p-cactions li a,
.ns-5 * #mytabs li,
.ns-5 * #mytabs li a { background : #FFFFEE; } /* jaune */

/* Couleur de fond des pages Image */
.ns-6 * #content,
.ns-6 * #p-cactions li,
.ns-6 * #p-cactions li a,
.ns-6 * #mytabs li,
.ns-6 * #mytabs li a { background : white; } /* blanc */

/* Couleur de fond des pages de discussion Image */
.ns-7 * #content,
.ns-7 * #p-cactions li,
.ns-7 * #p-cactions li a,
.ns-7 * #mytabs li,
.ns-7 * #mytabs li a { background : #FFFFEE; } /* jaune */

/* Couleur de fond des pages MediaWiki  */
.ns-8 * #content,
.ns-8 * #p-cactions li,
.ns-8 * #p-cactions li a,
.ns-8 * #mytabs li,
.ns-8 * #mytabs li a { background : #EEEEFF; } /* bleu */

/* Couleur de fond des pages de discussion MediaWiki */
.ns-9 * #content,
.ns-9 * #p-cactions li,
.ns-9 * #p-cactions li a,
.ns-9 * #mytabs li,
.ns-9 * #mytabs li a { background : #FFFFEE; } /* jaune */

/* Couleur de fond des pages Modèle */
.ns-10 * #content,
.ns-10 * #p-cactions li,
.ns-10 * #p-cactions li a,
.ns-10 * #mytabs li,
.ns-10 * #mytabs li a { background : white } /* blanc */

/* Couleur de fond des pages de discussion Modèle */
.ns-11 * #content,
.ns-11 * #p-cactions li,
.ns-11 * #p-cactions li a,
.ns-11 * #mytabs li,
.ns-11 * #mytabs li a { background : #FFFFEE; } /* jaune */

/* Couleur de fond des pages d’Aide */
.ns-12 * #content,
.ns-12 * #p-cactions li,
.ns-12 * #p-cactions li a,
.ns-12 * #mytabs li,
.ns-12 * #mytabs li a { background : #FFEEEE; } /* rouge */

/* Couleur de fond des pages de discussion Aide */
.ns-13 * #content,
.ns-13 * #p-cactions li,
.ns-13 * #p-cactions li a,
.ns-13 * #mytabs li,
.ns-13 * #mytabs li a { background : #FFEEEE; } /* jaune */

/* Couleur de fond des pages Catégorie */
.ns-14 * #content,
.ns-14 * #p-cactions li,
.ns-14 * #p-cactions li a,
.ns-14 * #mytabs li,
.ns-14 * #mytabs li a { background : white; } /* blanc */

/* Couleur de fond des pages de discussion Catégorie */
.ns-15 * #content,
.ns-15 * #p-cactions li,
.ns-15 * #p-cactions li a,
.ns-15 * #mytabs li,
.ns-15 * #mytabs li a { background : #FFFFEE; } /* jaune */

/* Couleur de fond des pages d’Annexe */
.ns-100 * #content,
.ns-100 * #p-cactions li,
.ns-100 * #p-cactions li a,
.ns-100 * #mytabs li,
.ns-100 * #mytabs li a { background : white; } /* blanc */

/* Couleur de fond des pages de discussion Annexe */
.ns-101 * #content,
.ns-101 * #p-cactions li,
.ns-101 * #p-cactions li a,
.ns-101 * #mytabs li,
.ns-101 * #mytabs li a { background : #FFFFEE; } /* jaune */

/* Couleur de fond des pages Transwiki */
.ns-102 * #content,
.ns-102 * #p-cactions li,
.ns-102 * #p-cactions li a,
.ns-102 * #mytabs li,
.ns-102 * #mytabs li a { background : #EEFFEE; } /* vert */

/* Couleur de fond des pages de discussion Transwiki */
.ns-103 * #content,
.ns-103 * #p-cactions li,
.ns-103 * #p-cactions li a,
.ns-103 * #mytabs li,
.ns-103 * #mytabs li a { background : #FFFFEE; } /* jaune */

/* Couleur de fond des pages Portail */
.ns-104 * #content,
.ns-104 * #p-cactions li,
.ns-104 * #p-cactions li a,
.ns-104 * #mytabs li,
.ns-104 * #mytabs li a { background : white; } /* blanc */

/* Couleur de fond des pages de discussion Portail */
.ns-105 * #content,
.ns-105 * #p-cactions li,
.ns-105 * #p-cactions li a,
.ns-105 * #mytabs li,
.ns-105 * #mytabs li a { background : #FFFFEE; } /* jaune */
/*</pre>

=== Style de l’interface par défaut ===

/* Pas de couleur pour les liens des exemples sans article */
.ns-0 #bodyContent ol li dl a.new,
.ns-0 #bodyContent ol li li dl a.new,
.ns-0 #bodyContent ol li dl dl a.new { 
    color:#000000;
    background:none !important;
    padding:0;
}

/*</pre>

==== Liens ====
<pre>*/
/* sans soulignement de lien */
:link { text-decoration: none; }
:visited { text-decoration: none; }

/* Liens externes en rouge (seulement avec la classe rougelinks) */
#bodyContent .rougelinks a {
        background: none !important;
        color: #ba0000;
        padding: 0;
}
/* </pre>

== Divers ==

=== Colorier le nombre de caractères modifiés dans les modifications récentes ===
<pre> */

 .mw-plusminus-pos {
     color: #00aa00; /* vert */
 }
 .mw-plusminus-neg {
     color: #aa0000; /* rouge */
 }
 .mw-plusminus-null {
     color: #888888; /* gris */
 }

/* </pre>

=== Polices de caractères ===
<pre>
-----------------------------------------------------------
     Polices de caractères Unicode par défaut
-----------------------------------------------------------
*/

/* le grec polytonique est absent des polices Lucida ; Lucida et Arial Unicode ne sont disponibles qu’en graisse normale */
#bodyContent {
font-family: "DejaVu Sans", "Segoe UI", "Arial Unicode MS", "Palatino Linotype", "Gentium", "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana, ,"Doulos SIL","Charis SIL",sans-serif;
        font-family /**/:inherit;
}

/* </pre>

=== Palette de navigation ===
<pre>*/
/* Importation de la palette de navigation de de: */

div.BoxenVerschmelzen, div.NavFrame {
     margin:0px;
     padding:2px;
     border:1px solid #AAAAAA;
     text-align:center;
     border-collapse:collapse;
     font-size:95%;
}

div.BoxenVerschmelzen div.NavFrame {
     border-style:none;
     border-style:hidden;
}

div.NavFrame + div.NavFrame {
     border-top-style:none;
     border-top-style:hidden;
}

div.NavPic {
     background-color:#FFFFFF;
     margin:0px;
     padding:2px;
     float:left;
}

div.NavFrame div.NavHead {
     height:1.6em;
     font-weight:bold;
     font-size:100%;
     background-color:#EFEFEF;
}

div.NavFrame p {
     font-size:100%;
}

div.NavFrame div.NavContent {
     font-size:100%;
}

div.NavFrame div.NavContent p {
     font-size:100%;
}

div.NavEnd {
     margin:0px;
     padding:0px;
     line-height:1px;
     clear:both;
}

/* Style boîte d’ouverture de session */
form#userlogin {
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}

form#userlogin table {
  background-color: #ffffe6;
  color: #000;
}

/* </pre>
=== Boîte déroulante ===
<pre>*/
/* Standard Navigationsleisten : boîte déroulante */

div.BoxenVerschmelzen,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.BoxenVerschmelzen div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}

.NavToggle {

   font-size: x-small;
   float:right;

}

/* </pre>
=== Boîtes de l’accueil communautaire ===
<pre>*/
/* Style des boîtes de l’accueil */
.boite-accueil-haut
{
  background-color: #C8D8FF; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: small; 
  font-weight: bold; 
  border: 1px solid #AAAAAA; 
  padding-bottom: 2px; 
  padding-left: 2px; 
  padding-top: 2px;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}

/* </pre> */