MediaWiki:Common.css: Skillnad mellan sidversioner

Från Wiki The-West SE
Hoppa till navigering
Ingen redigeringssammanfattning
Ingen redigeringssammanfattning
Rad 23: Rad 23:
}
}
#navigation {width: 225px; font-size: 11px;}
#navigation {width: 225px; font-size: 11px;}
/* #west_pl_hints_container {width: 830px!important; background-size: 100%!important;}
/* #west_pl_hints_container {width: 830px!important; background-size: 100%!important;} */
#content {width: 830px; background-size: 100%;}
#content {width: 830px; background-size: 100%;}
#contentFooter {background-size: 101%;z-index: 0;}
#contentFooter {background-size: 101%;z-index: 0;}
#p-cactions {width: 810px;} */
#p-cactions {width: 810px;}
.portlet h5 {font-size: 120%; font-weight: bold; font-family:arial; color: #804000;} /* Font, rubriker i sidebar */
.portlet h5 {font-size: 120%; font-weight: bold; font-family:arial; color: #804000;} /* Font, rubriker i sidebar */
textarea {width: 793px;}
textarea {width: 793px;}

Versionen från 21 december 2016 kl. 19.22

/* CSS som skrivs här påverkar alla skal */

/* Ändrar storleken på fönstret  mm*/

#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("https://wiki.the-west.se/images/1/16/MenuTopNew.png") no-repeat;
  width: 260px;
  height: 130px;
}
#navigationBottom {
  position: absolute;
  background: url("https://wiki.the-west.se/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-family:arial; color: #804000;} /* Font, rubriker i sidebar */
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 */