Difference between revisions of "MediaWiki:Common.css"

From TRMN
Jump to navigation Jump to search
(Jubilee style prep)
m (Removed test CSS)
Tag: Manual revert
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Silver Jubilee scheme
:root {
:root {
   --main-bg-color: #c8c9ca; /*was d0d1d2*/
   --main-bg-color: #c8c9ca; /*was d0d1d2*/
Line 6: Line 7:
   --non-red-link-color: #2667a1;
   --non-red-link-color: #2667a1;
   --trim-color: #2667a1;
   --trim-color: #2667a1;
   --minor-link: #a8a9aa;
   --minor-link: #88898a;
   --banner-fix: brightness(100%) sepia(1) hue-rotate(178deg) brightness(55%) saturate(155%)
   --banner-fix: brightness(100%) sepia(1) hue-rotate(178deg) brightness(55%) saturate(155%)
}
}
*/


/*
/* Standard colors */
Values pre-Silver Jubilee
:root {
:root {
   --main-bg-color: #222;
   --main-bg-color: #222;
Line 19: Line 20:
   --trim-color: #990;
   --trim-color: #990;
}
}
*/


body {
body {
background-color: var(--main-bg-color);
background-color: #222;
color: var(--main-color);
color: #fff;;
}
}


p {
p {
color: var(--main-color);
color: #fff;
}
}


div#mw-head {
div#mw-head {
background-color: var(--main-bg-color);
background-color: #222;
}
}


div#mainContent, div#side, div#footer {
div#mainContent, div#side, div#footer {
background-color: var(--main-bg-color);
background-color: #222;
}
}


div.vectorTabs span > a {
div.vectorTabs span > a {
background-color: var(--main-bg-color);
background-color: #222;
color: var(--non-red-link-color);
color: #990;
}
}


div.vectorTabs {
div.vectorTabs {
background-image: none;
background-image: none;
background-color: var(--non-red-link-color);
background-color: #990;
}
}


Line 53: Line 53:


div#content {
div#content {
color: var(--main-color);
color: #fff;;
background-color: var(--main-bg-color);
background-color: #222;
border-color: var(--non-red-link-color);
border-color: #990;
}
}


Line 63: Line 63:


h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
border-color: var(--non-red-link-color);
border-color: #990;
}
}


h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
color: var(--trim-color);
color: #990;
}
}


div#mw-panel div.portal div.body ul li a, a {
div#mw-panel div.portal div.body ul li a, a {
color: var(--non-red-link-color);
color: #990;
}
}


div#mw-panel div.portal div.body ul li a:visited, a:visited {
div#mw-panel div.portal div.body ul li a:visited, a:visited {
color: var(--non-red-link-color);
color: #990;
}
}


Line 83: Line 83:


div.editOptions {
div.editOptions {
color: var(--darker-bg-color);
color: #333;
    background-color: #999;
}
}


div.editOptions a:visited {
div.editOptions a:visited {
color: var(--main-bg-color);
color: #222;
}
 
div#editpage-copywarn a {
    color: #36c;
}
 
span.editHelp a {
    color: #36c;
}
}


Line 95: Line 104:


table.wikitable {
table.wikitable {
background-color: var(--main-bg-color);
background-color: #222;
color: var(--main-color);
color: #fff;
}
}


table.wikitable thead tr th, table.wikitable tbody tr th {
table.wikitable thead tr th, table.wikitable tbody tr th {
background-color: var(--darker-bg-color);
background-color: var(--darker-bg-color);
color: var(--main-color);
color: #fff;;
font-weight: bold;
font-weight: bold;
}
}
Line 131: Line 140:
}
}
table.sidebar td.class {
table.sidebar td.class {
         background-color: var(--main-bg-color);
         background-color: #222;
         border-collapse: collapse;
         border-collapse: collapse;
         font-variant: small-caps;
         font-variant: small-caps;
         font-size: large;
         font-size: large;
         color: #edad00;
         color: #990;
         margin: 1em 0 0 1em;
         margin: 1em 0 0 1em;
line-height: 130%;
line-height: 130%;
Line 143: Line 152:
}
}
table.sidebar td.class a:link {
table.sidebar td.class a:link {
         color: var(main-bg-color) !important;
         color: #222 !important;
         text-decoration: none;
         text-decoration: none;
}
}
Line 151: Line 160:
}
}
table.sidebar td.classname {
table.sidebar td.classname {
         background-color: var(--main-bg-color);
         background-color: #222;
         border-collapse: collapse;
         border-collapse: collapse;
         font-variant: small-caps;
         font-variant: small-caps;
Line 174: Line 183:
}
}
table.sidebar td.image {
table.sidebar td.image {
         background-color: var(--main-bg-color);
         background-color: #222;
         color: #aecdee;
         color: #aecdee;
         text-align: center;
         text-align: center;
border: 1px outset var(--main-bg-color);
border: 1px outset #222;
}
}
table.sidebar td.name {
table.sidebar td.name {
Line 203: Line 212:
}
}
table.sidebar td.left {
table.sidebar td.left {
         background-color: var(--main-bg-color);
         background-color: #222;
         color: var(--main-color);
         color: #fff;
line-height: 130%;
line-height: 130%;
         text-align: right;
         text-align: right;
border: 1px outset var(--main-bg-color);
border: 1px outset #222;
}
}
table.sidebar td.left a:link {
table.sidebar td.left a:link {
Line 280: Line 289:
a.external.text:visited {
a.external.text:visited {
   color: #36b;
   color: #36b;
}
a {
  color: #990 !important;
}
}



Latest revision as of 16:08, 25 May 2023

/* CSS placed here will be applied to all skins */
/* Silver Jubilee scheme
:root {
  --main-bg-color: #c8c9ca; /*was d0d1d2*/
  --lighter-bg-color: #e1e2e3;
  --main-color: #111;
  --non-red-link-color: #2667a1;
  --trim-color: #2667a1;
  --minor-link: #88898a;
  --banner-fix: brightness(100%) sepia(1) hue-rotate(178deg) brightness(55%) saturate(155%)
}
*/

/* Standard colors */
:root {
  --main-bg-color: #222;
  --darker-bg-color: #333;
  --main-color: #fff;
  --non-red-link-color: #990;
  --trim-color: #990;
}

body {
	background-color: #222;
	color: #fff;;
}

p {
	color: #fff;
}

div#mw-head {
	background-color: #222;
}

div#mainContent, div#side, div#footer {
	background-color: #222;
}

div.vectorTabs span > a {
	background-color: #222;
	color: #990;
}

div.vectorTabs {
	background-image: none;
	background-color: #990;
}

div.vectorMenu h3 a {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACMCAIAAAAyWVTYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gkSEjAndg7eHAAAABRJREFUKM9j+P+fgYmBYRSPYqIwAIsuAxUaCAlMAAAAAElFTkSuQmCC);
}

div#content {
	color: #fff;;
	background-color: #222;
	border-color: #990;
}

#mw-panel.collapsible-nav .portal {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAIAAACDjNFvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gkSEjYnIFR5mgAAABBJREFUGNNj/P+fYRQMcgAARzACALHHhMYAAAAASUVORK5CYII=);
}

h1, h2, h3, h4, h5, h6 {
	border-color: #990;
}

h1, h2, h3, h4, h5, h6 {
	color: #990;
}

div#mw-panel div.portal div.body ul li a, a {
	color: #990;
}

div#mw-panel div.portal div.body ul li a:visited, a:visited {
	color: #990;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
	color: var(--minor-link);
}

div.editOptions {
	color: #333;
    background-color: #999;
}

div.editOptions a:visited {
	color: #222;
}

div#editpage-copywarn a {
    color: #36c;
}

span.editHelp a {
    color: #36c;
}

div.thumbcaption {
    color: #000 !important;
}

table.wikitable {
	background-color: #222;
	color: #fff;
}

table.wikitable thead tr th, table.wikitable tbody tr th {
	background-color: var(--darker-bg-color);
	color: #fff;;
	font-weight: bold;
}

/* TABLE: WIKI-SIDEBAR */
table.sidebar {
        background-color: #f7f7f7;
	border: 1px solid #000000;
        border-collapse:collapse;
        font-size: 95%;
	color: #000000;
	clear: right;
	float: right;
	width: 200px;
	margin-left: 1.5em;
	margin-right: 0em;
}
table.sidebar tr th {
	background-color: #c7c7c7;
	border: 1px outset #000000;
	text-align: center;
	font-weight: bold;
}
table.sidebar tr.header th.header {
	background-color: #c7c7c7;
	border: 1px outset #000000;
	text-align: center;
	font-weight: bold;
}
table.sidebar td.class {
        background-color: #222;
        border-collapse: collapse;
        font-variant: small-caps;
        font-size: large;
        color: #990;
        margin: 1em 0 0 1em;
	line-height: 130%;
	font-weight: bold;
        text-align: center;
	border: 1px outset #000000;
}
table.sidebar td.class a:link {
        color: #222 !important;
        text-decoration: none;
}
table.sidebar td.class a:hover {
        color: #ffffff !important;
        text-decoration: none;
}
table.sidebar td.classname {
        background-color: #222;
        border-collapse: collapse;
        font-variant: small-caps;
        font-size: 125%;
        color: #edad00;
        margin: 1em 0 0 1em;
	line-height: 140%;
	font-weight: bold;
        text-align: center;
	border: 1px outset #000000;
}
table.sidebar td.film {
        background-color: #c7c7c7;
        border-collapse: collapse;
        font-variant: small-caps;
        color: #000000;
        margin: 1em 0 0 1em;
	line-height: 130%;
	font-weight: bold;
        text-align: center;
	border: 1px outset #000000;
}
table.sidebar td.image {
        background-color: #222;
        color: #aecdee;
        text-align: center;
	border: 1px outset #222;
}
table.sidebar td.name {
        background-color: #f7f7f7;
        border-collapse: collapse;
        font-variant: small-caps;
        font-size: 140%;
        color: #000000;
        margin: 1em 0 0 1em;
	line-height: 130%;
	font-weight: bold;
        text-align: center;
	border: 1px outset #000000;
}
table.sidebar td.arc {
        border-collapse: collapse;
        font-variant: small-caps;
        font-size: 100%;
        color: #000000;
        margin: 1em 0 0 1em;
	line-height: 130%;
	font-weight: bold;
        text-align: center;
	border: 1px outset #000000;
}
table.sidebar td.left {
        background-color: #222;
        color: #fff;
	line-height: 130%;
        text-align: right;
	border: 1px outset #222;
}
table.sidebar td.left a:link {
        color: #ffffff;
        text-decoration: none;
}
table.sidebar td.left a:hover {
        color: #aecdee;
        text-decoration: none;
}
table.sidebar td.right {
        background-color: #f7f7f7;
        color: #000000;
	line-height: 130%;
        text-align: left;
	border: 1px outset #000000;
}
table.sidebar td.righta {
        background-color: #f7f7f7;
        color: #000000;
	line-height: 130%;
        text-align: left;
	border: 1px outset #000000;
}
table.sidebar td.rightb {
        background-color: #c7c7c7;
        color: #000000;
	line-height: 130%;
        text-align: left;
	border: 1px outset #000000;
}
 
/* DEPRECATED: Use td.left instead! */
table.wiki-sidebar td.odd {
	width: 35%;
	font-weight: bold;
	text-align: right;
}
table.wiki-sidebar td.sb-both {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
table.wiki-sidebar td.sb-both img {
	display:block;
 /*force new line after img in sidebar */
	border: 0px outset #aaaaaa;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
table.wiki-sidebar td.sb-left {
	width: 35%;
	font-weight: bold;
	text-align: right;
	background-color: #f7f7f7;
	border: 0px outset #aaaaaa;
}
table.wiki-sidebar td.sb-right {
	background-color: #f7f7f7;

#nav li a {
	background-color: #000000;
	border-top: none;
	border-left: 1px solid #ddd;
}

a.external.text {
  color: #0b4f6c;
}

a.external.text:visited {
  color: #36b;
}

a {
  color: #990 !important;
}

.wikiEditor-ui-toolbar .tabs, .wikiEditor-ui-toolbar .section-main {
  height: auto;
}