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 25: Linie 25:
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
 
color: #2F1F16;
 
color: #2F1F16;
background: none;
+
background: #E2E2E2; /*none*/
 
font-weight: normal;
 
font-weight: normal;
 
margin: 0;
 
margin: 0;

Versionen fra 14. jul 2011, 01:06

/*
================
== table slim ==
================
*/
table.slim, table.slimskema {
	/*clear: both;*/
	border-collapse: collapse;
	background-color: #F9F9F9; /*#F9F9F9 */
}
table.slim td, table.slim th, table.slimskema td, table.slimskema th {
	text-align: left;
	padding: 3px;
}
table.slim td, table.slim th, table.slimskema td, table.slimskema th {
	border: 1px solid #ddd; /* #ddd */
}


/*
==================
== Overskrifter ==
==================
*/
h1, h2, h3, h4, h5, h6 {
	color: #2F1F16;
	background: #E2E2E2; /*none*/
	font-weight: normal;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.17em;
	border-bottom: 1px solid #2F1F16;
}
h1 {
	font-size: 188%; 
	color: #000;
	padding-top: 0;
}
h2 {
	clear: left;
	font-weight: bold;
	font-size: 140%;
	color: #2F1F16;
	margin-bottom: .5em;
}
h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}
h3 {
	font-size: 120%;
	color: #2F1F16;
}
h4 {
	font-size: 110%;
	color: #37251A;
}
h5 { font-size: 100%; }
h6 { font-size: 80%;  }



/*
========================================================================
== Album info-box ==
========================================================================
*/
/*
.aib-contents span.g {
	position: relative;
	padding: 5px 10px 6px 0;
	border-right: 1px dotted #c9c9c9;
	margin-right: 10px;
}
.aib-contents span.g.w {
	padding: 5px 20px 5px 0;
}
.aib-contents .alt span.g {
	border-right: 1px dotted #c9c9c9;
}

.aib-columns {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	border-bottom: 4px solid #484848; /*#494949;*/
	margin: 0;
}
*/


/*
========================================================================
== 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;
}



/*
========================================================================
== 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;
}