MediaWiki:Common.css: Skillnad mellan sidversioner
Hoppa till navigering
Höken (diskussion | bidrag) Ingen redigeringssammanfattning |
Höken (diskussion | bidrag) Ingen redigeringssammanfattning |
||
Rad 13: | Rad 13: | ||
width: 260px; | width: 260px; | ||
height: 130px; | height: 130px; | ||
} | |||
#navigationBottom { | |||
position: absolute; | |||
background: url("http://wiki.the-west.fr/images/e/e2/MenuBottomNew.png") no-repeat; | |||
width: 260px; | |||
height: 95px; | |||
right: -15px; | |||
bottom: -51px; | |||
} | |||
#navigation {width: 225px; font-size: 11px;} | |||
#west_pl_hints_container {width: 830px!important; background-size: 100%!important;} | |||
#content {width: 830px; background-size: 100%;} | |||
#contentFooter {background-size: 101%;z-index: 0;} | |||
#p-cactions {width: 810px;} | |||
.portlet h5 {font-size: 120%; font-weight: bold; font-style: italic; font-family:georgia; color: #804000;} | |||
textarea {width: 793px;} | |||
/* Slut storleksreglering */ | /* Slut storleksreglering */ |
Versionen från 21 december 2016 kl. 19.05
/* CSS som skrivs här påverkar alla skal */ /* Ändrar storleken på fönstret */ #wrapper {width: 1120px; } /* Förstorar wikin*/ #container {width: 860px;} /* Innehållsrullen större */ #contentTop {width: 860px; background-size: 100% 77px;} /* området högst upp */ #p-search .pBody {width: 200px; background-size:200px 24px;} /* Förstoringsglaset större */ #searchInput {width: 173px;} #navigationTop { position: relative; background: url("http://wiki.the-west.fr/images/1/16/MenuTopNew.png") no-repeat; width: 260px; height: 130px; } #navigationBottom { position: absolute; background: url("http://wiki.the-west.fr/images/e/e2/MenuBottomNew.png") no-repeat; width: 260px; height: 95px; right: -15px; bottom: -51px; } #navigation {width: 225px; font-size: 11px;} #west_pl_hints_container {width: 830px!important; background-size: 100%!important;} #content {width: 830px; background-size: 100%;} #contentFooter {background-size: 101%;z-index: 0;} #p-cactions {width: 810px;} .portlet h5 {font-size: 120%; font-weight: bold; font-style: italic; font-family:georgia; color: #804000;} textarea {width: 793px;} /* Slut storleksreglering */ /* Nedan reglerar utseendet av tabeller skapade med "class:wikitable"; till att ha svart ram samt ingen bakgrundsfärg i tabellhuvudet eller i övrigt. */ table.wikitable { margin: 1em 1em 1em 0; /* background-color: #f9f9f9; */ border: 1px #000000 solid; border-collapse: collapse; color: black; } table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border: 1px #000000 solid; padding: 0.2em; } table.wikitable > tr > th, table.wikitable > * > tr > th { /* background-color: #f2f2f2; */ text-align: center; } table.wikitable > caption { font-weight: bold; } /* hide initially collapsed collapsable tables */ table.collapsed tr.collapsable { display: none; /* Slut wikitable reglering */