MediaWiki:Vector.css : Différence entre versions

De Wiki A4.fr
Ligne 8 : Ligne 8 :
 
color:white !important;
 
color:white !important;
  
background: -webkit-linear-gradient(left,rgba(138,8,8,0) 0%,rgba(138,8,8,1) 20%);  
+
background: -webkit-linear-gradient(left,rgba(138,8,8,0) 10%,rgba(138,8,8,1) 20%);  
background: -o-linear-gradient(right,rgba(138,8,8,0) 0%,rgba(138,8,8,1) 20%);  
+
background: -o-linear-gradient(right,rgba(138,8,8,0) 10%,rgba(138,8,8,1) 20%);  
background: -moz-linear-gradient(right,rgba(138,8,8,0) 0%,rgba(138,8,8,1) 20%);  
+
background: -moz-linear-gradient(right,rgba(138,8,8,0) 10%,rgba(138,8,8,1) 20%);  
background: linear-gradient(to right, rgba(138,8,8,0) 0%, rgba(138,8,8,1) 20%);}
+
background: linear-gradient(to right, rgba(138,8,8,0) 10%, rgba(138,8,8,1) 20%);}
  
 
h2{
 
h2{

Version du 14 juillet 2016 à 23:30

/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */

h1{
background-color:#8A0808!important;
box-shadow: 4px 4px 9px 1px #6E6E6E!important;
padding:5px !important;
border-bottom:none !important;
color:white !important;

background: -webkit-linear-gradient(left,rgba(138,8,8,0) 10%,rgba(138,8,8,1) 20%); 
background: -o-linear-gradient(right,rgba(138,8,8,0) 10%,rgba(138,8,8,1) 20%); 
background: -moz-linear-gradient(right,rgba(138,8,8,0) 10%,rgba(138,8,8,1) 20%); 
background: linear-gradient(to right, rgba(138,8,8,0) 10%, rgba(138,8,8,1) 20%);}

h2{
font-size:25px !important;
color:#8A0808!important;
border-bottom:2px solid #8A0808!important;}

h3 span.mw-headline{
font-size:20px!important;
color:#8A0808!important;}