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 1: Linie 1:
 
/*
 
/*
========================================================================
+
================
== Help Forside ==
+
== table slim ==
========================================================================
+
================
 
*/
 
*/
 
+
table.slim, table.slimskema {
table.help {
+
/*clear: both;*/
margin: .5em 0 0 .5em;
+
border-collapse: collapse;
padding: .5em .5em .5em .5em;
+
background-color: #F9F9F9; /*#F9F9F9 */
border: 1px solid #c4c8ff;
 
background: #f7f7f7;
 
 
}
 
}
table.help th, table.help td {
+
table.slim td, table.slim th, table.slimskema td, table.slimskema th {
vertical-align: top;
 
 
text-align: left;
 
text-align: left;
padding: .5em;
+
padding: 3px;
background-color: #ebebf9;
 
border: 1px solid #F7F7FE;
 
/*background-color: #C3C2DD;*/
 
 
}
 
}
table.help th {
+
table.slim td, table.slim th, table.slimskema td, table.slimskema th {
/*background-color: #e2e4ff;*/
+
border: 1px solid #ddd; /* #ddd */
background-color: #D9D9F1;
 
 
}
 
}
  
Linie 53: Linie 46:
  
  
 +
 +
/*
 +
========================================================================
 +
== 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;
 +
}
  
  

Versionen fra 11. jul 2011, 21:20

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


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