ComicWiki bruger en cookie til at huske log-in. Ved at besøge denne hjemmeside giver du samtykke til brug af cookies. Læs mere

Bruger:Ezme/myskin.css

Fra ComicWiki - Den danske tegneserie wiki
Skift til:navigering, søgning

Note: Efter du har gemt, bliver du måske nødt til at tømme din browsers cache for at se ændringerne.

  • Mozilla / Firefox / Safari: hold Shift nede mens du klikker Opdater/Reload, eller tryk Ctrl-Shift-R (Cmd-Shift-R på Apple Mac);
  • IE: hold Ctrl nede mens du klikker Opdater/Refresh, eller tryk Ctrl-F5;
  • Konqueror:: bare klik Opdater/Reload knappen, eller tryk F5;
  • Opera brugere bliver måske nødt til at tømme cachen manuelt via Tools→Preferences.
/* Help Forside */
table.help {
	margin: .5em 0 0 .5em;
	padding: .5em .5em .5em .5em;
	border: 1px solid #c4c8ff;
	background: #f7f7fe;
}
table.help th, table.help td {
	vertical-align: top;
	text-align: left;
	padding: .5em;
	background-color: #ebebf9;
	border: 1px solid #F7F7FE;
	/*background-color: #C3C2DD;*/
}
table.help th {
	/*background-color: #e2e4ff;*/
	background-color: #D9D9F1;
}


/* Ny Album infobox */
.aib {
	font-size: 10pt;
	margin-bottom: 1.5em;
	padding: 0;
	position: relative;
	border-bottom: 5px solid #BC5989; /* #735326 Bottom Border */
}
.aib table {
	border-collapse: collapse !important;
}
.cl {
	-moz-border-radius-topleft:     10px;
	-khtml-border-radius-topleft:   10px;
	-webkit-border-radius-topleft:  10px;
	border-radius-topleft:          10px;
}
.cr {
	-moz-border-radius-topright:    10px;
	-khtml-border-radius-topright:  10px;
	-webkit-border-radius-topright: 10px;
	border-radius-topright:         10px;
}
.aib strong {
	margin: 0 !important;
	padding: 3px 10px;
	display: block;
	background: #DB78A8; /* OH YEAH Serie */
	margin: 0;
}
.aib-columns {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	border: 0;
	margin: 0;
}
.aib-columns tr, .aib-columns td, .aib-columns th, .aib-columns p {
	vertical-align: top;
	border-collapse: collapse;
	padding: 0;
	border: 0;
	margin: 0;
}
.aib-contents th {
	background: #DB78A8; /* OH YEAH Danske Udgaver*/
}
.aib-contents th, .aib-contents td {
	margin: 0 !important;
	padding: 3px 10px;
}
.aib-image {
	clear: both;
	min-width: 300px;
	text-align: center;
}
.aib table {
	background: #f0f0f0; /* #f0f0f0 Light Gray Alternating Background*/
}
.aib-contents ul, .aib-contents li, .nobullets li {
	margin-left: 0 !important;
	list-style: none !important;
	list-style-image: none !important;
}
.nobullets ul {
	margin-left: 0px !important;
	padding-left: 0px !important;
}
.nobullets li {
	padding-left: 0 !important;
}
.aib-contents li, .aib-isbn p {
	padding: 3px 5px !important;
}
.aib-isbn .bullets ul {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.aib-isbn li {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	min-height: 20px;
}
.aib-isbn .bullets ul li {
	/* list-style: square url(/skins/myskin/bullet-brown.gif) !important; */
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 10px !important;
	padding-right: 15px !important;
}

.aib-nextprev {
	background: 0 !important; 
	width: 100%;
	font-size: 8pt;
}
.aib-nextprev td {
	border-bottom: 1px solid #ffffff !important; /* #c2a070 Prev Next divider */
}
.aib-nextprev strong {
	margin-bottom: 5px !important;
}
.aib-nextprev br { /* Fix for nextprev breaks */
	display: none;
}
.aib-next, .aib-prev, .aib-curr {
	color: #000; /* #fff Text Farve */
	background: #BC5989; /* OH YEAH next Prev*/
}
.aib-prev {
	padding-left: 5px;
}
.aib-curr {
	text-align: center;
}
.aib-next {
	padding-right: 5px;
	text-align: right;
}
.aib-next a, .aib-prev a, .aib-curr a {
	color: #000; /* #fff Text Farve */
	text-decoration: underline;
}
.aib-contents span.g {
	position: relative;
	padding: 5px 10px 6px 0;
	border-right: 2px solid #fefefe;
	margin-right: 10px;
}
.aib-contents span.g.w {
	padding: 5px 20px 5px 0;
}
.aib-contents .alt span.g {
	border-right: 2px solid #f0f0f0;
}
.alt {
	background: #fefefe; /* White Alternating bg */
}



.portalbox {
	/* border: 3px solid #5698DB; defaults, når det flyttes til det store stylesheet kan de aktiveres igen */
	position: relative;
	border-left: 0 !important;
	border-right: 0 !important;
	padding: 0 5px !important;
	min-height: 250px;
	margin-bottom: 20px;
}
.portalbox h3, .portalbox strong, .portalbox hr {
	/* background-color: #5698DB; defaults, når det flyttes til det store stylesheet kan de aktiveres igen */
	display: block;
	margin: 0 -5px 10px -5px !important;
	padding: 0 10px 2px 10px;
}
.portal_billede {
	position: absolute;
	left: 0;
	bottom: 0;
}
.portal_tekst {
	margin-left: 220px;
}
.portal_destination {
	font-size: 80%;
	position: absolute;
	right: 5px;
	bottom: 0px;
}