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 44: Linie 44:
 
width: 100%;
 
width: 100%;
 
}
 
}
.aib-contents ul, .aib-contents li, .nobullets {
+
.aib-contents ul, .aib-contents li, .nobullets li, .nobullets ul {
 
margin-left: 0 !important;
 
margin-left: 0 !important;
 
list-style: none !important;
 
list-style: none !important;

Versionen fra 26. jan 2009, 15:06

/* Forsøg på ny Album infobox */
.aib {
	font-size: 10pt;
	border-collapse: collapse;
	margin-bottom: 1.5em;
	padding: 0;
	position: relative;
	border-bottom: 5px solid #735326;
}
.aib, .aib table {
	background: #f0f0f0;
}
.aib strong {
	margin: 0 !important;
	padding: 3px 10px;
	display: block;
	background: #c2a070;
	margin: 0;
}
.aib-image {
	clear: both;
	width: 300px;
	text-align: center;
}
.aib-columns {
	width: 100%;
	border-collapse: collapse;
	background: #f0f0f0;
	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-columns table td {
	padding: 3px 5px;
}
.aib-contents {
	width: 100%;
}
.aib-contents ul, .aib-contents li, .nobullets li, .nobullets ul {
	margin-left: 0 !important;
	list-style: none !important;
}


.aib-nextprev {
	width: 100%;
	font-size: 8pt;
	border-bottom: 1px solid #c2a070 !important;
}
.aib-nextprev strong {
	margin-bottom: 5px !important;
}
.aib-next, .aib-prev, .aib-curr {
	color: #fff;
	text-align: center;
	background: #735326;
}
.aib-next a, .aib-prev a, .aib-curr a {
	color: #fff;
	text-decoration: underline;
}

.alt {
	background: #fefefe;
}

.aib-isbn {
	width: 100%;
}














/*

.album-infobox th {
	padding: 0px !important;
	text-align: center;
	background: #735326;
}

.album-infobox ul {
	list-style: none !important;
	padding-left: 0  !important;
	margin-left: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
}
.album-infobox li {
	list-style: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
}
*/