MediaWiki:Common.css: Rozdiel medzi revíziami

Zo stránky Wiki The-West SK
Jump to navigation
(Vytvorená stránka „→‎Tu umiestnené CSS bude ovplyvňovať všetky štýly: table.collapsed tr.collapsible { display: none; } .collapseButton { /* 'show'/'hide' bu...“)
 
Bez shrnutí editace
Riadok 9: Riadok 9:
         text-align: right;
         text-align: right;
         width: auto;
         width: auto;
}
#wrapper {width: 1120px; } /* Largeur du wiki */
#container {width: 860px;} /* Largeur de la zone contenu */
#contentTop {width: 860px; background-size: 100% 77px;}  /* zone supérieure */
#p-search .pBody {width: 200px; background-size:200px 24px;}  /* Diminution en largeur du module de recherche */
#searchInput {width: 173px;}
#navigationTop {
  position: relative;
  background: url("http://wiki.the-west.fr/images/1/16/MenuTopNew.png") no-repeat;
  width: 260px;
  height: 130px;
}
}

Verzia z 22:42, 24. september 2015

/* Tu umiestnené CSS bude ovplyvňovať všetky štýly */
table.collapsed tr.collapsible {
        display: none;
}
 
.collapseButton {                /* 'show'/'hide' buttons created dynamically by the               */
        float: right;               /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight: normal;        /* are styled here so they can be customised.               */
        text-align: right;
        width: auto;
}

#wrapper {width: 1120px; } /* Largeur du wiki */
#container {width: 860px;} /* Largeur de la zone contenu */
#contentTop {width: 860px; background-size: 100% 77px;}  /* zone supérieure */
#p-search .pBody {width: 200px; background-size:200px 24px;}  /* Diminution en largeur du module de recherche */
#searchInput {width: 173px;}
#navigationTop {
  position: relative;
  background: url("http://wiki.the-west.fr/images/1/16/MenuTopNew.png") no-repeat;
  width: 260px;
  height: 130px;
}