Difference between revisions of "MediaWiki:Common.css"

From OrnaWiki
Jump to: navigation, search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
  
body{background-color: #EBDEF0;}
+
body{background-color: #ffffff;}
  
#content{background-color: #EBDEF0;}
+
#content{background-color: #ffffff;}
  
a{border: none; background: #EBDEF0;}
+
a{border: none; background: transparent;}
  
 
#article, #bodyContent, #mw_content { text-align: justify; }
 
#article, #bodyContent, #mw_content { text-align: justify; }
 +
 +
#catlinks { background-color: #ffffff; }

Latest revision as of 09:50, 8 October 2019

/* Le CSS placé ici sera appliqué à tous les habillages. */

body{background-color: #ffffff;}

#content{background-color: #ffffff;}

a{border: none; background: transparent;}

#article, #bodyContent, #mw_content { text-align: justify; }

#catlinks { background-color: #ffffff; }