MediaWiki:Common.css: Difference between revisions

From The Arthur Conan Doyle Encyclopedia
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 73: Line 73:
a:active {color: #faa700;}
a:active {color: #faa700;}
a:hover {text-decoration: underline;}
a:hover {text-decoration: underline;}
span.black a {color:#333333; font-weight:bold;}


ul {
ul {
line-height: 1.6em;
line-height: 1.6em;
list-style-type: square;
list-style-type: square;
margin: .3em 0 0 1.5em;
margin: 1em 0 1em 0;
padding: 0;
padding: 0;
list-style-image: url(bullet.gif);
}
}
ul.decale {
ul.decale {
Line 91: Line 92:
ul.mw-gallery-packed-hover, ul.mw-gallery-packed-overlay, ul.mw-gallery-packed {
ul.mw-gallery-packed-hover, ul.mw-gallery-packed-overlay, ul.mw-gallery-packed {
text-align: left;
text-align: left;
}
li.gallerycaption {
margin-top:20px;
list-style: none;
text-align: left;
font-weight: bold;
font-size: 1.3em;
padding: 5px;
}
}


Line 153: Line 145:
text-decoration: underline;
text-decoration: underline;
color: #000;
color: #000;
}
h1 {
font-family    : "firstheading";
font-size      : 290%;
color          : #777777;
border-bottom  : 0px;
padding-top    : 0em;
padding-bottom : 0.5em;
}
}


h2 {  
h2 {  
font-size    : 180% !important;  
font-size    : 150% !important;  
font-family  : "firstheading" !important;
font-family  : "firstheading" !important;
background    : url('/skins/sacd/design/h2-underline.png') left top repeat-x;
background    : url('/skins/sacd/design/h2-underline.png') left top repeat-x;
padding-top  : 6px;
padding-top  : 8px;
padding-bottom: 0.4em !important;
padding-bottom: 0.4em !important;
margin-bottom : 30px;
margin-bottom : 30px;
border-bottom : 0px !important;
border-bottom : 0px !important;
line-height  : 1.4em !important;
}
}
h2:after {border-bottom:0 !important;}
h2:after {border-bottom:0 !important;}
#personal h2 {font-family:Arial !important; font-size : 100% !important;}
#personal h2 {font-family:Arial !important; font-size : 100% !important;}
 
h2#mw-toc-heading {font-family:Arial !important; font-size : 100% !important;}
div.thumbinner {
div.thumbinner {
border: 1px solid #ccc;
border: 1px solid #ccc;
Line 218: Line 202:
table.wikitable > caption {font-weight:bold}
table.wikitable > caption {font-weight:bold}


.spoilers-body {padding:20px !important;}


/* ACDE: fonts */
/* ACDE: fonts */

Latest revision as of 22:49, 26 April 2023

/* CSS placed here will be applied to all skins */

body {
	font-family: arial;
	font-size: 1em;
	color: black;
	margin: 0;
	padding: 0;
	background-color:#e8e1ce;
}

#globalWrapper {
	font-size: 127%;
}

#content {
	color    : #333;
	margin   : 0px;
	padding  : 0px 1em 1.5em 2em;
	position : relative;
	z-index  : 2;
}

#toc,
.toc,
.mw-warning {
	display:table;
	border: 1px solid #aaa;
	background-color: #e1dac8;
	padding: 5px;
	font-size: 95%;
}

#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-family:arial;
	background:none;
	font-size: 100%;
	font-weight: bold;
}

#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: left;
	margin-bottom: 15px;
}

.mw-search-results {
    margin-left: 0.4em;
    float: none;
}

p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}

dl {
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #0066ff;
	background: none;
}
a:visited {color: #67a1f9;}
a:active {color: #faa700;}
a:hover {text-decoration: underline;}

span.black a {color:#333333; font-weight:bold;}

ul {
	line-height: 1.6em;
	list-style-type: square;
	margin: 1em 0 1em 0;
	padding: 0;
}
ul.decale {
	line-height: 1.6em;
	list-style-type:none;
	margin: .3em 0 0 1.3em;
	padding: 0;
	font-size:12px;
}

ul.mw-gallery-packed-hover, ul.mw-gallery-packed-overlay, ul.mw-gallery-packed {
	text-align: left;
}

ol li {padding:5px 0;}

ol.references li 
{
	line-height: 1.2em;
	font-size  : 90%;
}

.portlet ul {
	line-height: 1.3em;
	list-style-type: none;
	list-style-image: none; 
	/*font-size: 95%;*/
}
.portlet li {
	padding: 0;
	margin: 0;
}

div.gallerytext {
    font-size: 90%;
    padding: 2px 4px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.gallerytext p {
    line-height:1.2em;
}

#p-personal {
	position: relative;
	z-index: 0;
	visibility: visible;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	overflow: visible;
	line-height: 1.2em;
}

.wikiMenu a, .wikiMenu a:visited {
	text-decoration: none;
	color: #000;
}
.wikiMenu a:hover  {
	text-decoration: underline;
	color: #000;
}

h2 { 
	font-size     : 150% !important; 
	font-family   : "firstheading" !important;
	background    : url('/skins/sacd/design/h2-underline.png') left top repeat-x;
	padding-top   : 8px;
	padding-bottom: 0.4em !important;
	margin-bottom : 30px;
	border-bottom : 0px !important;
	line-height   : 1.4em !important;
}
h2:after {border-bottom:0 !important;}
#personal h2 {font-family:Arial !important; font-size : 100% !important;}
h2#mw-toc-heading {font-family:Arial !important; font-size : 100% !important;}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #e1dac8;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}


#myfooter {
	text-align: center;
	font-family: "Times New Roman";
	font-size: 16px;
	color: #666;
}

#myfooter ul {
	font-size: 90%;
}

#myfooter li {
	display: inline;
	margin: 0 1.3em;
}



table.wikitable {margin:1em 0;border:1px #aaa solid;border-collapse:collapse}

table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {border:1px #aaa solid;padding:0.5em 0.7em;line-height:1.2em;}

table.wikitable > tr > th,
table.wikitable > * > tr > th {background-color:#e1dac8;text-align:left;font-weight:bold;}

table.wikitable td {background-color:#e8e1ce;text-align:left;}

table.wikitable > caption {font-weight:bold}

.spoilers-body {padding:20px !important;}

/* ACDE: fonts */

.firstHeading {
	color         : #222222;
	margin-bottom : .1em;
	font-family   : "firstheading";
	font-weight   : normal;
}

@font-face {
    font-family: 'firstheading';
    src: url('/skins/sacd/design/SKORZHEN.otf');
}

@font-face {
    font-family: 'cash_currencyregular';
    src: url('/skins/sacd/design/cash_currency-webfont.woff') format('woff');
}

/* ACDE: ACD quote color for itv */

.q {color:#a54600;}
.g {color:#999999;}