MediaWiki:Common.css : Différence entre versions

De France Politique
 
(34 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
<!-- No [supprimer renommer protéger suivre] tab for users who can not edit -->
+
#ca-nstab-main { display: none !important; }
<?php global $wgUser; if( !$wgUser->isAllowed('edit') ) { ?>
+
#ca-talk { display: none !important; }
      <style type="text/css">
+
#ca-viewsource { display: none !important; }
        #ca-nstab-main { display: none !important; }
+
#ca-history { display: none !important; }
      </style>
+
div#content {background: #EDEFF4; color: black; border: 1px solid #002BB8; }
    <?php } ?>
+
body {background: #FBFBFB; }
 
+
a {text-decoration: none; color: #002BB8; background: none; }
<!-- No [view source] tab for users who can not edit -->
+
a:visited {color: 5a3696; }
<?php global $wgUser; if( !$wgUser->isAllowed('edit') ) { ?>
+
a:active {color: #faa700; }
      <style type="text/css">
+
a:hover {text-decoration: underline; }
        #ca-nstab-main { display: none !important; }
+
a.stub {color: #772233; }
      </style>
+
a.new, #p-personal a.new {color: #cc2200; }
    <?php } ?>
+
a.new:visited, #p-personal a.new:visited {color: #a55858; }
 
+
.pBody {font-size: 95%; background-color: #EDEFF4; color: black; border-collapse: collapse; border: 1px solid #002BB8; }
<!-- No [view source] tab for users who can not edit -->
+
#p-cactions li {border: 1px solid #002BB8; }
<?php global $wgUser; if( !$wgUser->isAllowed('edit') ) { ?>
+
#p-cactions li.selected {border-color: #002BB8; }
      <style type="text/css">
+
#p-cactions li a {background-color: #FBFBFB; color: #002BB8; }
        #ca-viewsource { display: none !important; }
+
#p-cactions li.selected a {background-color: #EDEFF4; }
      </style>
+
#p-cactions .new a {color: #ba0000; }
    <?php } ?>
+
#p-cactions li a:hover {text-decoration: none; background-color: #EDEFF4; }
 +
div#footer {background-color: #FBFBFB; border-top: 0px solid #002BB8; border-bottom: 0px solid #002BB8; }
 +
div#content a.external[href^="http://www.france-politique.fr"] {background: none; padding-right: 0; }
 +
div#content a.external[href^="http://www.europe-politique.eu"] {background: none; padding-right: 0; }

Version actuelle en date du 30 avril 2013 à 23:10

/* Le CSS placé ici sera appliqué à tous les habillages. */
#ca-nstab-main { display: none !important; }
#ca-talk { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-history { display: none !important; }
div#content {background: #EDEFF4; color: black;	border: 1px solid #002BB8; }
body {background: #FBFBFB; }
a {text-decoration: none; color: #002BB8; background: none; }
a:visited {color: 5a3696; }
a:active {color: #faa700; }
a:hover {text-decoration: underline; }
a.stub {color: #772233; }
a.new, #p-personal a.new {color: #cc2200; }
a.new:visited, #p-personal a.new:visited {color: #a55858; }
.pBody {font-size: 95%;	background-color: #EDEFF4; color: black; border-collapse: collapse; border: 1px solid #002BB8; }
#p-cactions li {border: 1px solid #002BB8; }
#p-cactions li.selected {border-color: #002BB8; }
#p-cactions li a {background-color: #FBFBFB; color: #002BB8; }
#p-cactions li.selected a {background-color: #EDEFF4; }
#p-cactions .new a {color: #ba0000; }
#p-cactions li a:hover {text-decoration: none; background-color: #EDEFF4; }
div#footer {background-color: #FBFBFB; border-top: 0px solid #002BB8; border-bottom: 0px solid #002BB8; }
div#content a.external[href^="http://www.france-politique.fr"] {background: none; padding-right: 0; }
div#content a.external[href^="http://www.europe-politique.eu"] {background: none; padding-right: 0; }