MediaWiki:Common.css: Skillnad mellan sidversioner

Från Wiki The-West SE
Hoppa till navigering
Ingen redigeringssammanfattning
Ingen redigeringssammanfattning
Rad 114: Rad 114:
     opacity: 0;
     opacity: 0;
     transition: opacity 1s;
     transition: opacity 1s;
    max-width: 400px;
     background: url(https://wiki.the-west.se/images/5/53/Bakgrund.png) repeat;
     background: url(https://wiki.the-west.se/images/5/53/Bakgrund.png) repeat;
     color: #242424;
     color: #242424;

Versionen från 23 januari 2017 kl. 20.20

/* 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 */

/* Tooltip on mouse-over; Quests */
.tooltipanchor {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
	background-color: none;
	cursor: help;
}

.tooltipanchor .tooltipbox {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    max-width: 400px;
    background: url(https://wiki.the-west.se/images/5/53/Bakgrund.png) repeat;
    color: #242424;
    text-align: left;
	font-size: 14px;
    padding: 20px 20px;
    border-radius: 6px;
	border-style: solid;
	border-width: 2px;
	box-shadow: 0px 0px 4px #000;
    position: absolute;
    z-index: 1;
	top:-5px;
	left: 105%;
}

.tooltipanchor:hover .tooltipbox {
    visibility: visible;
	opacity: .95;
}

.tooltipanchor:hover {
	background-color: #fef0d3;
}

/* Tooltip, inte quest */

.tooltipanchor_alt {
    position: relative;
    display: inline-block;
    cursor: help;
}

.tooltipanchor_alt .tooltipbox_alt {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    background: url(https://wiki.the-west.se/images/5/53/Bakgrund.png) repeat;
    color: #242424;
    text-align: left;
    font-size:10px;
    padding: 5px 5px;
    border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0px 0px 4px #000;
    position: absolute;
    z-index: 1;
	top:-5px;
	left: 105%;

}

.tooltipanchor_alt:hover .tooltipbox_alt {
    visibility: visible;
	opacity: .95;
}