« MediaWiki:Common.css » : différence entre les versions

Aucun résumé des modifications
m small changes
Ligne 1 : Ligne 1 :
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Imports */
@import url("frskin.css");
/* Distribution of the left and right boxes for desktop and mobile PCs */
/* Distribution of the left and right boxes for desktop and mobile PCs */


Ligne 42 : Ligne 37 :
     margin: auto;
     margin: auto;
     box-shadow: 0 0 .3rem #999;  
     box-shadow: 0 0 .3rem #999;  
    border-radius: 12px;
     padding: auto 1rem;
     padding: auto 1rem;
     background: #1e3a8a; /* Changed to blue */
     background: #D8E8FF; /* Changed to light blue */
     background: -moz-linear-gradient(top, #fff, #1e3a8a); /* Changed to blue */
     background: -moz-linear-gradient(top, #fff, #D8E8FF); /* Changed to light blue */
     background: -webkit-linear-gradient(top, #fff, #1e3a8a); /* Changed to blue */
     background: -webkit-linear-gradient(top, #fff, #D8E8FF); /* Changed to light blue */
     background: -o-linear-gradient(top, #fff, #1e3a8a); /* Changed to blue */
     background: -o-linear-gradient(top, #fff, #D8E8FF); /* Changed to light blue */
     background: linear-gradient(to bottom, #fff, #1e3a8a); /* Changed to blue */
     background: linear-gradient(to bottom, #fff, #D8E8FF); /* Changed to light blue */
     border: 1px solid #999;
     border: 1px solid #999;
     clear: both;
     clear: both;
Ligne 82 : Ligne 76 :
#accueil-pied .accueil_2017_cadre {
#accueil-pied .accueil_2017_cadre {
     box-shadow: 0 0 .3rem #999;  
     box-shadow: 0 0 .3rem #999;  
    border-radius: 12px;
     padding: 1.2rem;  
     padding: 1.2rem;  
     margin: 1rem 0 1.6rem 0;
     margin: 1rem 0 1.6rem 0;
     clear: both;
     clear: both;
     background-color: #1e3a8a; /* Changed to blue */
     background-color: #D8E8FF; /* Changed to light blue */
     border: 1px solid;
     border: 1px solid;
}
}
Ligne 96 : Ligne 89 :
display:block;
display:block;
border-bottom: solid  0.2rem #112A46;
border-bottom: solid  0.2rem #112A46;
     border-radius: 12px;
     margin: -0.4rem 0 0.5rem;
margin: -0.4rem 0 0.5rem;
}
}
#accueil-contenu .accueil_2017_pied,
#accueil-contenu .accueil_2017_pied,
Ligne 125 : Ligne 117 :
   line-height: inherit;
   line-height: inherit;
   list-style: none none;
   list-style: none none;
   margin: 0;
   margin:
  padding: 0;
}
 
.list-wiki ul li {
  margin-bottom: 0;
  text-align: center;
}
 
#mw-panel #p-logo + .portal{
margin-top: -1.2em
}
 
.CodeMirror-wrap pre { overflow-wrap: anywhere; }
 
.comment {
word-break: break-word
}
 
/* Responsive lists */
.res-list ul li {
  display:inline-block;
  margin: 3px;
  text-align: center;
  vertical-align: top;
}
 
.res-list ul li ul li{
  display: block;
}
 
/* List without bullets */
.liste-simple ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.liste-simple ul li {
margin-bottom: 0;
}