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

Forskel mellem versioner af "Bruger:Joen/myskin.css"

Fra ComicWiki - Den danske tegneserie wiki
Skift til:navigering, søgning
m
m
Linie 133: Linie 133:
 
.aib-next a, .aib-prev a, .aib-curr a {
 
.aib-next a, .aib-prev a, .aib-curr a {
 
/*color: #000;*/ /* #fff Text Farve */
 
/*color: #000;*/ /* #fff Text Farve */
 +
color: #00f;
 
text-decoration: underline;
 
text-decoration: underline;
 
}
 
}

Versionen fra 31. okt 2010, 13:18

/*
========================================================================
== Ny album infobox ==
========================================================================
*/
.aib {
	font-size: 10pt;
	margin-bottom: 1.5em;
	padding: 0;
	position: relative;
	border-bottom: 5px solid #D6D5DF; /* 5px #C2A070 #DFDFDF Bottom Border */
}
.aib table {
	border-collapse: collapse !important;
}
.cl {
	-moz-border-radius: 6px 0 0 0;
	-khtml-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius-topleft: 6px 0 0 0;
}
.cr {
	-moz-border-radius: 0 6px 0 0;
	-khtml-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius-topright: 0 6px 0 0;
}
.aib strong {
	margin: 0 !important;
	padding: 3px 10px;
	display: block;
	background: #DFDFDF; /* OH YEAH Serie #C2A070 */
	color: #000; /* #fff Text Farve */
}
.aib-columns {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	border: 0;
	/*margin: 0;*/
	margin: 4px 0px 0px 0px; /* NY */
}
.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: #DFDFDF; /* OH YEAH Danske Udgaver #C2A070 */
	color: #000; /* #fff Text Farve */
	font-size: 110%;
}
.aib-contents th, .aib-contents td {
	/*margin: 0 !important;*/ /*original*/
	padding: 3px 10px;
}
.aib-image {
	clear: both;
	min-width: 300px;
	text-align: center;
	margin-right: 5px; /* NY Image margin */
	margin-bottom: 4px; /* NY Image margin */
	border: 1px solid #B8B8B8; /* NY Image border */
	/* background: #fff !important; */
}
.aib table {
	background: #FFFFFF; /* #F7F7F7 #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;
	margin: -10px 0 10px 0;
}
.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:*/ #ECECEC; /* OH YEAH next Prev #E3D6C3 #EEEEEE*/
	background: 0;
}
.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 */
	color: #00f;
	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: #FFFFFF; /* #F7F7F7 White Alternating bg */
}













/* galleri */

.galleri {
/*background: #ccc;
border: 1px solid #aaa;
padding: 10px;*/
width: 100%;
clear: both;
}
.galleri .h {
text-align: center;
font-style: italic;
margin: 1em 0 .5em 0;
}

.galleri p {
padding: 0 5px;
}

.galleri .billede {
float:left;
background-color:#ddd;
margin: 0 10px 10px 0;
}


.galleri:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.galleri {
zoom: 1;
}