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:Ezme/myskin.css"

Fra ComicWiki - Den danske tegneserie wiki
Skift til:navigering, søgning
m
m
Linie 27: Linie 27:
 
/*
 
/*
 
========================================================================
 
========================================================================
== Tabeller ==
+
== Album info-box ==
 
========================================================================
 
========================================================================
*/
+
.aib-contents span.g {
 
+
position: relative;
/*
+
padding: 5px 10px 6px 0;
 +
border-right: 1px dotted #fefefe;
 +
margin-right: 10px;
 +
}
 +
.aib-contents span.g.w {
 +
padding: 5px 20px 5px 0;
 +
}
 +
.aib-contents .alt span.g {
 +
border-right: 1px dotted #f0f0f0;
 +
}
 
========================================================================
 
========================================================================
 
== Portalbox ==
 
== Portalbox ==

Versionen fra 11. jul 2011, 16:21

/*
========================================================================
== Help Forside ==
========================================================================
*/

table.help {
	margin: .5em 0 0 .5em;
	padding: .5em .5em .5em .5em;
	border: 1px solid #c4c8ff;
	background: #f7f7f7;
}
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;
}


/*
========================================================================
== Album info-box ==
========================================================================
.aib-contents span.g {
	position: relative;
	padding: 5px 10px 6px 0;
	border-right: 1px dotted #fefefe;
	margin-right: 10px;
}
.aib-contents span.g.w {
	padding: 5px 20px 5px 0;
}
.aib-contents .alt span.g {
	border-right: 1px dotted #f0f0f0;
}
========================================================================
== Portalbox ==
========================================================================
*/
.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;
}