MediaWiki:Common.css

From GothicDB
Revision as of 09:33, 4 February 2022 by Cyanide (talk | contribs)

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: 200px;
    float: right;
}


.wikitable{
    float: right;
}

#toc:after{
    clear: both;
}

.mw-wiki-logo.fallback{
    height: 5em;
}



.wrapperTest {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(30px,auto);
}
.titre7{
  grid-column: 3;
  grid-row: 1;
}
.one {
  grid-column: 1;
  grid-row: 2;
}
.detail1 {
  grid-column: 2;
  grid-row: 2;
}
.two {
  grid-column: 4;
  grid-row: 2;
}
.detail2 {
  grid-column: 5;
  grid-row: 2;
}
.three {
  grid-column: 1;
  grid-row: 3;
}
.detail3 {
  grid-column: 2;
  grid-row: 3;
}
.four {
  grid-column: 4;
  grid-row: 3;
}
.detail4 {
  grid-column: 5;
  grid-row: 3;
}
.five {
  grid-column: 1;
  grid-row: 4;
}
.detail5{
  grid-column: 2;
  grid-row: 4;
}
.six {
  grid-column: 4;
  grid-row: 4;
}
.detail6 {
  grid-column: 5;
  grid-row: 4;
}