MediaWiki:Common.css

Innen: Ashes of Creation Wiki
A lap korábbi változatát látod, amilyen Lex (vitalap | szerkesztései) 2021. május 6., 19:24-kor történt szerkesztése után volt.

Ugrás a navigációhoz Ugrás a kereséshez

Megjegyzés: mentés után frissítened kell a böngésződ gyorsítótárát, hogy lásd a változásokat.

  • Firefox / Safari: tartsd lenyomva a Shift gombot és kattints a Frissítés gombra a címsorban, vagy használd a Ctrl–F5 vagy Ctrl–R (Macen ⌘–R) billentyűkombinációt
  • Google Chrome: használd a Ctrl–Shift–R (Macen ⌘–Shift–R) billentyűkombinációt
  • Internet Explorer: tartsd nyomva a Ctrl-t, és kattints a Frissítés gombra, vagy nyomj Ctrl–F5-öt
  • Opera: Nyisd meg a Beállításokat a Menüből (Macen Opera menüből), majd válaszd az Adatvédelem és biztonság → Böngészési adatok törlése → Gyorsítótáras képek és fájlok opciót.
/* CSS placed here will be applied to all skins */

.button-outer {
	text-align: center;
	margin: 8px;
}

.button {
	display: inline-block;
	margin: auto;
	padding: 8px;
	text-align: center;
	border-collapse: separate !important;
	border-radius: 3px;
	color: white;
}

.button a {
	color: white !important;
}

.red.button {
	background-color: #d61515;
}

.blue.button {
	background-color: #2baadf;
}

.bubble {
	border-radius: 6px;
	color: white;
	text-align: center;
	padding: 12px;
	margin: 12px;
}

.green.bubble {
	background-color: #7bbd79;
}

div.cbox-outer {
	clear: both;
	width: 100%;
	margin: 10px 0px 12px 0px;
}

div.cbox-outer-padded {
	display: inline-block;
	margin: 10px 0px 0px 0px;
}

div.cbox-outer-standout {
	display: inline-block;
	margin: 10px 0px 12px 0px;
}

div.cbox {
	width: 70%;
	margin: 0 auto;
	border: 1px solid #e69710;
	background-color: #4c4c4c;
	padding: 4px;
}

div.cbox-fit {
    width: fit-content;
    border: 1px solid #e69710;
    background-color: #4c4c4c;
    padding: 4px;
}

div.cbox-fit-center {
    width: 70%;
    margin: 0 auto;
    border: 1px solid #e69710;
    background-color: #4c4c4c;
    padding: 4px;
}

div.cbox-outer-padded>div.cbox,
div.cbox-outer-standout>div.cbox {
	width: auto !important;
	float: right;
}

div.cbox-outer-padded>div.cbox>span,
div.cbox-outer-standout>div.cbox>span {
	display: inline-block;
	float: left;
}

.cbox-image {
	padding-left: 10px;
}

div.cbox-outer-padded span.cbox-image,
div.cbox-outer-standout span.cbox-image {
	display: inline-block;
	float: right;
	max-width: 500px;
}

#wikispoopy {
	position: absolute;
	top: 0;
	background-image: url(/newwikispoopy150.png);
	display: none;
	width: 10em;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	cursor: pointer;
}

#mw-missingsummary {
	color: red;
	font-weight: 800;
}

/* MultimediaViewer css */

.mw-mmv-post-image,
.mw-mmv-image-metadata
{
    background-color: #4c4c4c !important;
}

.mw-mmv-image-links-div
{
    background-color: #fff !important;
}

/*
@font-face {
  font-family: 'April1';
  src: url('/fonts/IMFellDWPica-Regular.ttf');
}
body {
    font-family: 'April1';
}
*/

dd {
    margin-top: 1em;
    margin-bottom: 1em;
}