User:DodoMan/common.css
Jump to navigation
Jump to search
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.RevertDiffMenuAnchor {
padding:0.5em;
}
.RevertDiffMenu {
display:block;
}
.RevertDiffMenuAnchor:hover .RevertDiffMenu {
display:block !important;
}
/* [VE] Séparation de l’explication */
.ve-ui-mwSaveDialog-summaryLabel #ResumeDeluxe {
margin-top: 0.5em;
}
body.page-"page d'accueil" h1.firstHeading{display:none;}
.boutonacc a{
width: 100%;
padding-top: 8px;
padding-bottom: 8px;
color: #1F1F1F;
-moz-transition: background 0.8s, border-bottom 0.1s;
-webkit-transition: background 0.8s, border-bottom 0.1s;
-o-transition: background 0.8s, border-bottom 0.1s;
transition-timing-function: ease-out;
}
.boutonacc a:visited{
color: #1F1F1F;
}
.boutonacc a:hover{
background: #ECECEC;
text-decoration: none;
border-bottom: 2px solid Darkgray;
padding-bottom: 6px;
-moz-transition: background 0.5s, border-bottom 0.1s;
-webkit-transition: background 0.5s, border-bottom 0.1s;
-o-transition: background 0.5s, border-bottom 0.1s;
transition-timing-function: ease;
}
.boutonacc a:focus{
background: #BDFFB2;
border-bottom: 2px solid DarkOliveGreen;
-moz-transition: background 0.5s, border-bottom 0.1s;
-webkit-transition: background 0.5s, border-bottom 0.1s;
-o-transition: background 0.5s, border-bottom 0.1s;
transition-timing-function: ease;
padding-bottom: 6px;
text-decoration: none;
}
#accueilvikidiatitre a:hover{
text-decoration: none;
color: #868686;
-moz-transition: color 0.2s;
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
}
#accueilvikidiatitre a{
color: purple;
-moz-transition: color 0.2s;
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
}
#accueilvikidiatitre a:focus{
text-decoration: none;
color: #74CC66;
-moz-transition: color 0.2s;
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
}