MediaWiki:Common.css
From GothicDB
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.
/* Le CSS placé ici sera appliqué à tous les habillages. */
/*Barres colorées du haut*/
@media screen and (max-width: 850px)
{
.color-right, .color-middle, .color-left {
background: black;
}
}
@media screen and (max-width: 850px)
{
.color-middle {
background: #93192d;
}
}
.color-right {
background: black;
}
.color-left {
background: black;
}
.color-middle {
background: #93192d;
}
/*Fin barres colorées du haut*/
/*Autre barres colorées */
.mw-body h1.firstHeading {
border-bottom: solid 4px #d61a47;
}
.tools-inline li.selected {
border-bottom-color: #d61a47;
}
#mw-content-container {
border-bottom: solid 4px #d61a47;
}
/*Fin autres barres colorées*/
#mw-site-navigation .sidebar-chunk h3, #mw-related-navigation .sidebar-chunk h3 {
border-bottom: solid 2px #d61a47;
}
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox td {
vertical-align: top;
}
.testTable {
width: 500px;
float: right;
}