Jump to content

User:J. N. Squire/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
body {
    font-family: 'Ubuntu','Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif;
}

#bodyContent {
    font-size: 1.1rem;
]
 
/*gadget des ancre titre*/
.noprint.ancretitres a {
background-color: white;
background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, .05),transparent 20px);
background-image: -moz-linear-gradient(bottom,rgba(0, 0, 0, .05),transparent 20px);
background-image: -ms-linear-gradient(bottom,rgba(0, 0, 0, .05),transparent 20px);
background-image: -o-linear-gradient(bottom,rgba(0, 0, 0, .05),transparent 20px);
background-image: linear-gradient(bottom,rgba(0, 0, 0, .05),transparent 20px);
-webkit-transition: border .218s;
-moz-transition: border .218s;
-ms-transition: border .218s;
-o-transition: border .218s;
transition: border .218s;
border: 1px solid #DDD;
margin: auto;
padding : 4px;
height: 14px;
color: black;
font-weight:bold;
font-size: x-small;
text-transform:capitalize;
}
 
.noprint.ancretitres a:hover {
border: 1px solid #BBB!important;
}
 
.noprint.ancretitres a:active {
border: 1px solid #4D90F0!important;
}
 
li #utcdate {
font-size: medium;}
 
 
/*CSS pour un Javascript sur common.js*/
 
.SpecialSections h2, .SpecialSections h3, .SpecialSections h4, .SpecialSections h5, .SpecialSections h6 {
 
/* ici les styles voulus */
 
   background-color:yellow;
   border:2px dotted red;
 
}