Bienvenue sur JurisPedia! Vous êtes invités à créer un compte et à contribuer après avoir confirmé votre adresse de courriel. Dès lors, vous pouvez ajouter un article en commençant par lui donner un titre en renseignant ce champ:

Les lecteurs et contributeurs ne doivent pas oublier de consulter les avertissements juridiques. Il y a actuellement 3 533 articles en construction permanente...

MediaWiki:Monobook.css : Différence entre versions

Un article de JurisPedia, le droit partagé.
Aller à : Navigation, Rechercher
m
 
(38 révisions intermédiaires par 3 utilisateurs sont masquées)
Ligne 1 : Ligne 1 :
/* From http://en.wikipedia.org/wiki/MediaWiki:Monobook.css  */
+
/* For a large part of this page: from http://fr.wikipedia.org/wiki/MediaWiki:Monobook.css  */
  
 
/* under a GNU Free Documentation License http://www.gnu.org/copyleft/fdl.html */
 
/* under a GNU Free Documentation License http://www.gnu.org/copyleft/fdl.html */
 +
 +
/* <pre> */
  
 
/*
 
/*
<pre>
+
* Les lignes suivantes définissent la couleur de fond des différents espaces de JurisPedia
*/
+
*/
  
 
+
body {
*/ Donations link to be uncommented during fundraising drives  */
+
     background: #ffffff  0 0 no-repeat;
#siteNotice {
+
     margin-top:5px;
+
    padding-left: 4px;
+
    font-style: italic;
+
    text-align: center;
+
 
}
 
}
  
/****************************/
+
#toc h2 {padding:2em;}
/* 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 {
+
/* Couleur par défaut */
    background: #F8FCFF; /* a light blue */
+
#content { background : #FFFFFF; /* blanc */
}
+
#p-cactions li { background : #FFFFFF; }
 +
#p-cactions li a { background : #FFFFFF; }
  
#content div.thumb {
+
/* Couleur de fond des articles */
    border-color: #F8FCFF;
+
.ns-0 * #content { background : white; }
}
+
.ns-0 * #p-cactions li { background : white; }
 +
.ns-0 * #p-cactions li a { background : white; }
  
.ns-0 * #content {
+
/* Couleur de fond des pages de discussion des articles */
    background: white;
+
.ns-1 * #content { background : #FFFFCC; }
}
+
.ns-1 * #p-cactions li { background : #FFFFCC; }
 +
.ns-1 * #p-cactions li a { background : #FFFFCC; }
  
#mytabs li {
+
/* Couleur de fond des pages Utilisateur */
    background: #F8FCFF;
+
.ns-2 * #content { background : white; }
}
+
.ns-2 * #p-cactions li { background : white; }
 +
.ns-2 * #p-cactions li a { background : white; }
  
.ns-0 * #mytabs li {
+
/* Couleur de fond des pages de discussion Utilisateur */
    background: white;
+
.ns-3 * #content { background : #FFFFCC; }
}
+
.ns-3 * #p-cactions li { background : #FFFFCC; }
 +
.ns-3 * #p-cactions li a { background : #FFFFCC; }
  
#mytabs li a {
+
/* Couleur de fond pages JurisPedia  */
    background-color: #F8FCFF;
+
.ns-4 * #content { background : #F4F4F4; }
}
+
.ns-4 * #p-cactions li { background : #F4F4F4; }
 +
.ns-4 * #p-cactions li a { background : #F4F4F4; }
  
.ns-0 * #mytabs li a {
+
/* Couleur de fond des pages de discussion JurisPedia */
    background-color: white;
+
.ns-5 * #content { background : #FFFFCC; }
}
+
.ns-5 * #p-cactions li { background : #FFFFCC; }
 +
.ns-5 * #p-cactions li a { background : #FFFFCC; }
  
#p-cactions li a {
+
/* Couleur de fond des pages Image */
    background-color: #F8FCFF;
+
.ns-6 * #content { background : white; }
}
+
.ns-6 * #p-cactions li { background : white; }
 +
.ns-6 * #p-cactions li a { background : white; }
  
.ns-0 * #p-cactions li a {
+
/* Couleur de fond des pages de discussion Image */
    background-color: white;
+
.ns-7 * #content { background : #FFFFCC; }
}
+
.ns-7 * #p-cactions li { background : #FFFFCC; }
 +
.ns-7 * #p-cactions li a { background : #FFFFCC; }
  
.ns-0 * #content div.thumb {
+
/* Couleur de fond pages MediaWiki  */
    border-color: white;
+
.ns-8 * #content { background : #EEEEFF; }
}
+
.ns-8 * #p-cactions li { background : #EEEEFF; }
 +
.ns-8 * #p-cactions li a { background : #EEEEFF; }
  
/**************************/
+
/* Couleur de fond des pages de discussion MediaWiki */
/* END LIGHT BLUE SECTION */
+
.ns-9 * #content { background : #FFFFCC; }
/**************************/
+
.ns-9 * #p-cactions li { background : #FFFFCC; }
 +
.ns-9 * #p-cactions li a { background : #FFFFCC; }
  
/* Display "From JurisPedia, the shared law" */
+
/* Couleur de fond des pages Modèle */
#siteSub {
+
.ns-10 * #content { background : white }
    display: inline;
+
.ns-10 * #p-cactions li { background : white }
    font-size: 100%;
+
.ns-10 * #p-cactions li a { background : white }
    font-weight: normal;
+
}
+
  
#bodyContent #siteSub a {
+
/* Couleur de fond des pages de discussion Modèle */
    color: #000;
+
.ns-11 * #content { background : #FFFFCC; }
    text-decoration: none;
+
.ns-11 * #p-cactions li { background : #FFFFCC; }
    background-color: transparent;
+
.ns-11 * #p-cactions li a { background : #FFFFCC; }
    background-image: none;
+
    padding-right: 0;
+
}
+
  
/* Bold 'edit this page' link to encourage newcomers */
+
/* Couleur de fond des pages Aide */
#ca-edit a { font-weight: bold !important; }
+
.ns-12 * #content { background : #EEEEFF; }
 +
.ns-12 * #p-cactions li { background : #EEEEFF; }
 +
.ns-12 * #p-cactions li a { background : #EEEEFF; }
  
/* Display "User $1, you are already logged in!"
+
/* Couleur de fond des pages de discussion Aide */
  ([[MediaWiki:Alreadyloggedin]]) in red and bold */
+
.ns-13 * #content { background : #FFFFCC; }
div.alreadyloggedin { color: red; font-weight: bold; }
+
.ns-13 * #p-cactions li { background : #FFFFCC; }
 +
.ns-13 * #p-cactions li a { background : #FFFFCC; }
  
@media print {
+
/* Couleur de fond des pages Catégorie */
    /* Do not print edit link in templates using Template:Ed
+
.ns-14 * #content { background : white; }
      Do not print certain classes that shouldn't appear on paper */
+
.ns-14 * #p-cactions li { background : white; }
    .editlink, .noprint, .metadata, .dablink { display: none }
+
.ns-14 * #p-cactions li a { background : white; }
}
+
  
 +
/* Couleur de fond des pages de discussion Catégorie */
 +
.ns-15 * #content { background : #FFFFCC; }
 +
.ns-15 * #p-cactions li { background : #FFFFCC; }
 +
.ns-15 * #p-cactions li a { background : #FFFFCC; }
  
/* Accessibility experiment: make diff changes not just colour-based */
+
/* Couleur de fond des pages Thema */
 +
.ns-200 * #content { background : white; }
 +
.ns-200 * #p-cactions li { background : white; }
 +
.ns-200 * #p-cactions li a { background : white; }
  
.diffchange {
+
/* Couleur de fond des pages de discussion Thema */
    font-weight: bold;
+
.ns-201 * #content { background : #FFFFCC; }
    background-color: inherit;
+
.ns-201 * #p-cactions li { background : #FFFFCC; }
 +
.ns-201 * #p-cactions li a { background : #FFFFCC; }
 +
 
 +
/* Couleur de fond des pages Projet */
 +
.ns-202 * #content { background : white; }
 +
.ns-202 * #p-cactions li { background : white; }
 +
.ns-202 * #p-cactions li a { background : white; }
 +
 
 +
/* Couleur de fond des pages de discussion Projet */
 +
.ns-203 * #content { background : #FFFFCC; }
 +
.ns-203 * #p-cactions li { background : #FFFFCC; }
 +
.ns-203 * #p-cactions li a { background : #FFFFCC; }
 +
 
 +
/* Couleur de fond des pages Jurisprudence */
 +
.ns-210 * #content { background : white; }
 +
.ns-210 * #p-cactions li { background : white; }
 +
.ns-210 * #p-cactions li a { background : white; }
 +
 
 +
/* Couleur de fond des pages de discussion Jurisprudence */
 +
.ns-211 * #content { background : #FFFFCC; }
 +
.ns-211 * #p-cactions li { background : #FFFFCC; }
 +
.ns-211 * #p-cactions li a { background : #FFFFCC; }
 +
 
 +
 
 +
/* les nombre impairs représentent les espaces de discussion
 +
'0': 'Article', '1' : 'Discuter'
 +
'2': 'Utilisateur', '3' : 'Discussion utilisateur'
 +
'4': 'Jurispedia', '4' : 'Discussion JurisPedia'
 +
'6': 'Image', '5' : 'Discuter Image'
 +
'8': 'MediaWiki', '9' : 'Discussion MediaWiki'
 +
'10':  'Modèle', '10' : 'Discuter Modèle'
 +
'12':  'aide', '13' : 'Discuter Aide'
 +
'14':  'categorie' '15' : 'Discuter Catégorie'
 +
'200':  'Thema' '201' : 'Discuter Thema'
 +
'202':  'Projet' '203' : 'Discuter Projet'
 +
'210':  'Jurisprudence' '211' : 'Discuter Jurisprudence'
 +
 
 +
*/
 +
/* En enlevant la mise en commentaire sur la ligne suivante : mise en valeur de l'avertissement */
 +
//li#f-disclaimer a { border:dashed 1px red; padding:0.2em; border-style; }
 +
 
 +
/* En enlevant la mise en commentaire sur la ligne suivante : désactive les form de l'espace encyclopédique */
 +
/*.ns-0 * #content form { display:none; }
 +
 
 +
/*
 +
* Style de l'interface de JurisPedia
 +
*/
 +
 
 +
#p-cactions li.selected {
 +
    border-color: #aaa;
 
}
 
}
  
td.diff-addedline, td.diff-deletedline, td.diff-context {
+
 
    font-size: 85%;
+
#bodyContent p {
    color: inherit;
+
margin-left: 5em;
 +
margin-right: 5em;
 +
text-align:justify;}
 +
#bodyContent table p {
 +
margin:0;}
 +
li {
 +
list-style-type: ;
 +
list-style-position:outside;
 +
margin-left: 5em;
 +
margin-right: 5em;
 +
text-align:justify;
 
}
 
}
 +
li li {margin: 0;}
  
#pt-login {
+
dl {
  font-weight: bold;
+
list-style-type: ;
  font-size: 110%;
+
list-style-position:outside;
 +
margin-left: 5em;
 +
margin-right: 5em;
 +
text-align:justify;
 
}
 
}
 +
dl dl {margin: 0;}
  
form#userlogin {
+
 
  float: left;
+
h1{
  padding: 1em 1em .7em 1em;
+
    background-image: url(http://www.jurispedia.org/images/_h1.png);
  background-color: #ffffe6;
+
    background-repeat: no-repeat;
  border: 2px solid #fc6;
+
    background-position: left center;
  color: #000;
+
    padding-left: 21px;
  margin-right: 2em;
+
    font-size: 1.5em;
 
}
 
}
  
form#userlogin table {
+
h2{
  float: left;
+
    background-image: url(http://www.jurispedia.org/images/h2.gif);
  background-color: #ffffe6;
+
    background-repeat: no-repeat;
  color: #000;
+
    background-position: left center;
 +
    padding-left: 21px;
 +
    font-size: 1.4em;
 +
    margin-left: 20px
 
}
 
}
  
p.error {
+
h3{
  font-weight: bold;
+
    background-image: url(http://www.jurispedia.org/images/h3.gif);
 +
    background-repeat: no-repeat;
 +
    background-position: left center;
 +
    border-bottom: dotted 1px #aaa;
 +
    padding-left: 21px;
 +
    font-size: 1.3em;
 +
    margin-left: 30px
 
}
 
}
  
/* Class styles */
+
h4{
 +
    background-image: url(http://www.jurispedia.org/images/h4.gif);
 +
    background-repeat: no-repeat;
 +
    background-position: left center;
 +
    border-bottom: dotted 1px #ddd;
 +
    padding-left: 21px;
 +
    font-size: 1.2em;
 +
    margin-left: 40px
 +
}
  
/* .toccolours added here because version in
+
h5{
  monobook/main.css wasn't being used by the print style */
+
    background-image: url(http://www.jurispedia.org/images/h5.gif);
.toccolours {
+
    background-repeat: no-repeat;
  border:1px solid #aaaaaa;
+
    background-position: left center;
  background-color:#f9f9f9;
+
    border-bottom: dotted 1px #ddd;
  padding:5px;
+
    padding-left: 21px;
  font-size: 95%;
+
    font-size: 1.1em;
 +
    margin-left: 50px
 
}
 
}
  
/* Remove padding from external links displayed without icon */
+
h6{
#bodyContent .plainlinks a {padding: 0 !important}
+
    background-image: url(http://www.jurispedia.org/images/h6.gif);
 +
    background-repeat: no-repeat;
 +
    background-position: left center;
 +
    border-bottom: dotted 1px #ddd;
 +
    padding-left: 21px;
 +
    font-size: 1em;
 +
    margin-left: 55px
 +
}
 +
 
 +
.portlet h5 {
 +
    background: transparent;
 +
    padding: 1em 1em 0em 0.5em;
 +
    text-transform: lowercase;
 +
    display: inline;
 +
    font-size: 91%;
 +
    height: 1em;
 +
    font-weight: normal;
 +
    white-space: nowrap;
 +
    margin-left: 1px;
 +
 
 +
}
  
 +
/* Style des tableaux de navigation */
  
 
#p-nav h5 {
 
#p-nav h5 {
Ligne 152 : Ligne 261 :
 
}
 
}
  
.portlet a {
+
/*
  text-decoration: none;
+
* Divers
 +
*/
 +
 
 +
 
 +
/* Import 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%;
 
}
 
}
  
.portlet a:hover {
+
div.BoxenVerschmelzen div.NavFrame {
  text-decoration: underline;
+
    border-style:none;
 +
    border-style:hidden;
 
}
 
}
  
#p-nav .pBody {
+
div.NavFrame + div.NavFrame {
  padding-right: 0;
+
    border-top-style:none;
 +
    border-top-style:hidden;
 
}
 
}
  
#p-nav a {
+
div.NavPic {
  display: block;
+
    background-color:#FFFFFF;
  width: 100%;
+
    margin:0px;
 +
    padding:2px;
 +
    float:left;
 
}
 
}
  
/* Special characters list below edit window works better without underlining */
+
div.NavFrame div.NavHead {
#editpage-specialchars a { text-decoration: none; }
+
    height:1.6em;
#editpage-specialchars a:hover { text-decoration: underline; }
+
    font-weight:bold;
 +
    font-size:100%;
 +
    background-color:#EFEFEF;
 +
}
  
/* If you don't want to see special characters list at all,
+
div.NavFrame p {
  put the following line in your User:You/monobook.css file
+
    font-size:100%;
  (and remove the slash-asterisk comments) */
+
}
/* #editpage-specialchars { display: none; } */
+
  
/* Makes the background of a framed image white instead of gray. */
+
div.NavFrame div.NavContent {
/* Only visible with transparent images. */
+
    font-size:100%;
/* See #Framed_image_background_color */
+
div.thumb div a img {
+
    background-color:#ffffff;
+
 
}
 
}
  
/* To position the spoken article link at the top of page
+
div.NavFrame div.NavContent p {
Commented out while sitenotice present */
+
    font-size:100%;
 +
}
  
#spoken {
+
div.NavEnd {
  position: absolute;
+
    margin:0px;
  float: right;
+
    padding:0px;
  text-align: right;
+
    line-height:1px;
  font-size: 90%;
+
    clear:both;
  right: 0;
+
  z-index: 1;
+
  background: none;
+
  border-bottom-style: none;
+
  top: -2.2em;
+
  display: block !important;
+
 
}
 
}
  
/* try adding here, this had no effect in [[MediaWiki:Common.css]] */
+
/* Style par defaut pour les boites d'avancement */
.plainlinksneverexpand a.external.text:after {
+
.avance_boite
display: none !important
+
{
 +
  width: 100px;
 +
  background-color: lightgray;
 +
  border: solid 1px gray;
 +
}
 +
.avance_barre
 +
{
 +
  background-color: #A0A0FF;
 +
  text-align: right;
 +
  font-size: 100%;
 +
  font-weight: bold;
 +
}
 +
 
 +
/* Style boîte login */
 +
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;
 
}
 
}
  
/* Standard Navigationsleisten, aka box hiding thingy from .de.*/
+
/* Standard Navigationsleisten */
  
div.Boxmerge,
+
div.BoxenVerschmelzen,
 
div.NavFrame {
 
div.NavFrame {
 
         margin: 0px;
 
         margin: 0px;
Ligne 217 : Ligne 360 :
 
         font-size: 95%;
 
         font-size: 95%;
 
}
 
}
div.Boxmerge div.NavFrame {
+
div.BoxenVerschmelzen div.NavFrame {
 
         border-style: none;
 
         border-style: none;
 
         border-style: hidden;
 
         border-style: hidden;
Ligne 236 : Ligne 379 :
 
         font-size: 100%;
 
         font-size: 100%;
 
         background-color: #efefef;
 
         background-color: #efefef;
        position:relative;
 
 
}
 
}
 
div.NavFrame p {
 
div.NavFrame p {
Ligne 253 : Ligne 395 :
 
         clear: both;
 
         clear: both;
 
}
 
}
a.NavToggle {
+
 
        position:absolute;
+
.NavToggle {
        top:0px;
+
 
        right:3px;
+
  font-size: x-small;
        font-weight:normal;
+
  float:right;
        font-size:smaller;
+
 
 
}
 
}
  
  
/*
+
/* Mise en gras de "modifier cette page" (copié de en:) */
</pre>
+
#ca-edit a { font-weight: bold !important; }
*/
+
 
 +
/* Mise en gras de "Identification" (copié de en:wikipedia) */
 +
#pt-login { font-weight: bold; }
 +
 
 +
 
 +
/* Style des boites 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;
 +
}
 +
 
 +
/* Tableau gris. */
 +
 
 +
table.wikitable {
 +
  margin: 1em 1em 1em 0;
 +
  background: #f9f9f9;
 +
  border: 1px #aaaaaa solid;
 +
  border-collapse: collapse;
 +
}
 +
table.wikitable th, table.wikitable td {
 +
  border: 1px #aaaaaa solid;
 +
  padding: 0.2em;
 +
}
 +
table.wikitable th {
 +
  background: #f2f2f2;
 +
  text-align: center;
 +
}
 +
table.wikitable caption {
 +
  margin-left: inherit;
 +
  margin-right: inherit;
 +
}
 +
/* Style des chiffres romains */
 +
.romain
 +
{
 +
  text-transform:lowercase;
 +
  font-variant:small-caps;
 +
}
 +
/* </pre> */

Version actuelle en date du 13 septembre 2011 à 09:51

/* For a large part of this page: from http://fr.wikipedia.org/wiki/MediaWiki:Monobook.css  */

/* under a GNU Free Documentation License http://www.gnu.org/copyleft/fdl.html */

/* <pre> */

/*
 * Les lignes suivantes définissent la couleur de fond des différents espaces de JurisPedia
 */

body {
    background: #ffffff  0 0 no-repeat;
}

#toc h2 {padding:2em;}

/* Couleur par défaut */
#content { background : #FFFFFF; }  /* blanc */
#p-cactions li { background : #FFFFFF; }
#p-cactions li a { background : #FFFFFF; }

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

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

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

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

/* Couleur de fond pages JurisPedia  */
.ns-4 * #content { background : #F4F4F4; }
.ns-4 * #p-cactions li { background : #F4F4F4; }
.ns-4 * #p-cactions li a { background : #F4F4F4; }

/* Couleur de fond des pages de discussion JurisPedia */
.ns-5 * #content { background : #FFFFCC; }
.ns-5 * #p-cactions li { background : #FFFFCC; }
.ns-5 * #p-cactions li a { background : #FFFFCC; }

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

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

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

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

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

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

/* Couleur de fond des pages Aide */
.ns-12 * #content { background : #EEEEFF; }
.ns-12 * #p-cactions li { background : #EEEEFF; }
.ns-12 * #p-cactions li a { background : #EEEEFF; }

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

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

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

/* Couleur de fond des pages Thema */
.ns-200 * #content { background : white; }
.ns-200 * #p-cactions li { background : white; }
.ns-200 * #p-cactions li a { background : white; }

/* Couleur de fond des pages de discussion Thema */
.ns-201 * #content { background : #FFFFCC; }
.ns-201 * #p-cactions li { background : #FFFFCC; }
.ns-201 * #p-cactions li a { background : #FFFFCC; }

/* Couleur de fond des pages Projet */
.ns-202 * #content { background : white; }
.ns-202 * #p-cactions li { background : white; }
.ns-202 * #p-cactions li a { background : white; }

/* Couleur de fond des pages de discussion Projet */
.ns-203 * #content { background : #FFFFCC; }
.ns-203 * #p-cactions li { background : #FFFFCC; }
.ns-203 * #p-cactions li a { background : #FFFFCC; }

/* Couleur de fond des pages Jurisprudence */
.ns-210 * #content { background : white; }
.ns-210 * #p-cactions li { background : white; }
.ns-210 * #p-cactions li a { background : white; }

/* Couleur de fond des pages de discussion Jurisprudence */
.ns-211 * #content { background : #FFFFCC; }
.ns-211 * #p-cactions li { background : #FFFFCC; }
.ns-211 * #p-cactions li a { background : #FFFFCC; }


/* les nombre impairs représentent les espaces de discussion
 '0': 'Article', '1' : 'Discuter'
 '2': 'Utilisateur', '3' : 'Discussion utilisateur'
 '4': 'Jurispedia', '4' : 'Discussion JurisPedia'
 '6': 'Image', '5' : 'Discuter Image'
 '8': 'MediaWiki', '9' : 'Discussion MediaWiki'
 '10':   'Modèle', '10' : 'Discuter Modèle'
 '12':   'aide', '13' : 'Discuter Aide'
 '14':   'categorie' '15' : 'Discuter Catégorie'
 '200':   'Thema' '201' : 'Discuter Thema'
 '202':   'Projet' '203' : 'Discuter Projet'
 '210':   'Jurisprudence' '211' : 'Discuter Jurisprudence'

*/
/* En enlevant la mise en commentaire sur la ligne suivante : mise en valeur de l'avertissement */
//li#f-disclaimer a { border:dashed 1px red; padding:0.2em; border-style; }

/* En enlevant la mise en commentaire sur la ligne suivante : désactive les form de l'espace encyclopédique */
/*.ns-0 * #content form { display:none; }

/*
 * Style de l'interface de JurisPedia
 */

#p-cactions li.selected {
    border-color: #aaa;
}


#bodyContent p {
	margin-left: 5em;
	margin-right: 5em;
	text-align:justify;}
#bodyContent table p {
	margin:0;}
li {
	list-style-type: ;
	list-style-position:outside;
	margin-left: 5em;
	margin-right: 5em;
	text-align:justify;
}
li li {margin: 0;}

dl {
	list-style-type: ;
	list-style-position:outside;
	margin-left: 5em;
	margin-right: 5em;
	text-align:justify;
}
dl dl {margin: 0;}


h1{
    background-image: url(http://www.jurispedia.org/images/_h1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 21px;
    font-size: 1.5em;
}

h2{
    background-image: url(http://www.jurispedia.org/images/h2.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 21px;
    font-size: 1.4em;
    margin-left: 20px
}

h3{
    background-image: url(http://www.jurispedia.org/images/h3.gif);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: dotted 1px #aaa;
    padding-left: 21px;
    font-size: 1.3em;
    margin-left: 30px
}

h4{
    background-image: url(http://www.jurispedia.org/images/h4.gif);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: dotted 1px #ddd;
    padding-left: 21px;
    font-size: 1.2em;
    margin-left: 40px
}

h5{
    background-image: url(http://www.jurispedia.org/images/h5.gif);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: dotted 1px #ddd;
    padding-left: 21px;
    font-size: 1.1em;
    margin-left: 50px
}

h6{
    background-image: url(http://www.jurispedia.org/images/h6.gif);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: dotted 1px #ddd;
    padding-left: 21px;
    font-size: 1em;
    margin-left: 55px
}

.portlet h5 {
    background: transparent;
    padding: 1em 1em 0em 0.5em;
    text-transform: lowercase;
    display: inline;
    font-size: 91%;
    height: 1em;
    font-weight: normal;
    white-space: nowrap;
    margin-left: 1px;

}

/* Style des tableaux de navigation */

#p-nav h5 {
   display: none;
}

/*
 * Divers
 */


/* Import 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 par defaut pour les boites d'avancement */
.avance_boite
{
   width: 100px; 
   background-color: lightgray; 
   border: solid 1px gray;
}
.avance_barre
{
   background-color: #A0A0FF;
   text-align: right;
   font-size: 100%;
   font-weight: bold;
}

/* Style boîte login */
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;
}

/* Standard Navigationsleisten */

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;

}


/* Mise en gras de "modifier cette page" (copié de en:) */
#ca-edit a { font-weight: bold !important; }

/* Mise en gras de "Identification" (copié de en:wikipedia) */
#pt-login { font-weight: bold; }


/* Style des boites 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;
}

/* Tableau gris. */

table.wikitable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
table.wikitable th, table.wikitable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
table.wikitable th {
  background: #f2f2f2;
  text-align: center;
}
table.wikitable caption {
  margin-left: inherit;
  margin-right: inherit;
}
/* Style des chiffres romains */
.romain
{
  text-transform:lowercase;
  font-variant:small-caps;
}
/* </pre> */