Utilisateur:Nicolas Y. D. TIREL/common.css
Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
- Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
- Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
- Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
html
{
background: url('http://192.168.1.20/medium/image/SVG/fond_site.svg') left top fixed repeat;
background-color: #FFFFFF;
}
body
{
margin: 0px 0px 20px 0px;
background-color: transparent;
font-family: Calibri;
color: #222222;
}
#mw-page-base
{
background: url('http://192.168.1.20/medium/image/SVG/balise.svg');
background-repeat: no-repeat;
background-attachment: scroll;
background-color: transparent;
background-position: 176px 0px;
padding: 0px 0px 20px 0px;
}
#mw-head
{
padding: 20px 0px 0px 0px;
}
p
{
margin : 0px;
}
a, a:visited
{
text-decoration: none;
color: #888888;
}
a:hover
{
color: #444444;
}
a:focus, input:focus, textarea:focus
{
color: #FF4444;
outline: none;
}
a:active, pre:active, input:active, textarea:active
{
color: #00AA00;
}
a img
{
border-style: solid;
border-width: 1px;
vertical-align: middle;
}
a img:hover
{
border-color: #444444;
}
a img:focus
{
border-color: #FF4444;
}
a img:active
{
border-color: #00AA00;
opacity: 0.8;
}
hr
{
border-color: #888888;
border-style: solid;
border-width: 1px;
border-left: none;
border-right: none;
border-bottom: none;
margin: 5px 0px;
text-align: left;
}
figure p, figure figcaption
{
margin : 0px 5px;
}