|
|
| (Une version intermédiaire par le même utilisateur non affichée) |
| Ligne 1 : |
Ligne 1 : |
| .content .mw-parser-output > h1 > span, .content .mw-parser-output > h2 > span, .content .mw-parser-output > h3 > span, .content .mw-parser-output > h4 > span, .content .mw-parser-output > h5 > span, .content .section-heading > span, .content .in-block > span {
| |
| display: inline !important;
| |
| }
| |
|
| |
|
| .mw-body {
| |
| background-image: url('https://nuvapedia.fr/skins/common/images/exo6background.png');
| |
| background-size: cover;
| |
| background-attachment: fixed;
| |
| }
| |
|
| |
| .pre-content, .content {
| |
| background-color: rgba(192,192,192,0.9);
| |
| padding-left: 0.5em;
| |
| padding-right: 0.5em;
| |
| padding-bottom: 0.5em;
| |
| }
| |
|
| |
| a {
| |
| color: green;
| |
| }
| |
|
| |
| a:visited {
| |
| color: #006A00;
| |
| }
| |
|
| |
| .branding-box {
| |
| background-image: url('https://nuvapedia.fr/skins/apex/images/logos/nielogo-1x.png');
| |
| background-size: 80%;
| |
| background-repeat: no-repeat;
| |
| background-position: center;
| |
| }
| |
|
| |
| .branding-box a {
| |
| line-height: 1.2em;
| |
| }
| |
|
| |
| .branding-box a span {
| |
| display: none;
| |
| }
| |