Difference between revisions of "MediaWiki:Common.css"

From Tenebrous Isles
Jump to: navigation, search
(Replaced content with "html { min-height: 100%; } h1, h2, h3, h4, h5, h6 { color: #4F2F4F; font-weight: normal; } a { color: #4F2F4F; } a:visited { color: #4F2F4F; } a:hover { te...")
m
 
(103 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
h1#firstHeading.firstHeading {display: title; color: #6d0b90;}
 +
 
html {
 
html {
 
   min-height: 100%;
 
   min-height: 100%;
 
}
 
}
  
 
h1, h2, h3, h4, h5, h6 {
 
  color: #4F2F4F;
 
  font-weight: normal;
 
}
 
 
   
 
   
 
a {
 
a {
   color: #4F2F4F;
+
   color: #6d0b90;
 
}
 
}
 
a:visited {
 
a:visited {
   color: #4F2F4F;
+
   color: #410351;
 
}
 
}
 
a:hover {
 
a:hover {
   text-decoration: none;
+
   text-decoration: underline;
   color: #4F2F4F;
+
  color: #6d0b90;
   border: solid 1px #4F2F4F;
+
}
 +
 +
a.new        { color: #6d0b90}
 +
a.new:visited { color: #410351}
 +
a.new:hover  { color: #6d0b90}
 +
 +
.mw-body a.external { color: #6d0b90; }
 +
.mw-body a.external:visited { color: #410351; }
 +
 +
.mw-body a.extiw { color: #6d0b90; }
 +
.mw-body a.extiw:visited { color: #410351; }
 +
 +
 
 +
div.vectorTabs ul { background: transparent; }
 +
 +
/* OVERRIDDEN BY COMPLIANT BROWSERS */
 +
div.vectorTabs ul li {
 +
  background: transparent;
 +
  padding-bottom: 0px;
 +
  margin-bottom: 0px;
 +
}
 +
#mw-head-base {
 +
  background: transparent;
 +
  border: none;
 +
  margin-top: -80px;
 +
  margin-left: 160px;
 +
  height: 80px;
 +
}
 +
div.vectorTabs {
 +
    background-image: none
 +
}
 +
div#content { background-image: none; }
 +
div#footer {
 +
  background: transparent;
 +
  border-top: solid #fff 1px;
 +
  margin-left: 160px;
 +
}
 +
/* IGNORED BY IE6 */
 +
div.vectorTabs ul > li {
 +
  display: block;
 +
}
 +
 +
div.vectorTabs li.selected {
 +
  background: transparent;
 +
  background-image: none;
 +
}
 +
 +
/* OVERRIDDEN BY COMPLIANT BROWSERS */
 +
div.vectorTabs li a {
 +
  color: #6d0b90;
 +
  background: transparent;
 +
  cursor: pointer;
 +
}
 +
/* IGNORED BY IE6 */
 +
div.vectorTabs li > a {
 +
  display: block;
 +
}
 +
 +
div.vectorTabs li.icon a {
 +
  background: transparent;
 +
}
 +
 +
/* OVERRIDDEN BY COMPLIANT BROWSERS */
 +
div.vectorTabs span a  {
 +
  display: inline-block;
 +
  padding-top: 1.25em;
 +
}
 +
}
 +
/* IGNORED BY IE6 */
 +
/* @noflip */
 +
div.vectorTabs span > a {
 +
  float: left;
 +
  display: block;
 +
}
 +
div.vectorTabs span {
 +
  display: inline-block;
 +
  background: transparent;
 +
}
 +
 +
div.vectorTabs li.selected a {
 +
  background: transparent;
 +
  color: #6d0b90;
 +
  background-image: none;
 +
}
 +
div.vectorTabs li.selected a:visited { color: #410351}
 +
 +
div.vectorTabs li.new a {
 +
  color: #6d0b90;
 +
}
 +
 +
div.vectorTabs li.new a:visited { color: #410351}
 +
 +
div.vectorTabs li a:hover {
 +
  margin: inherit;
 +
  height: 1.9em;
 +
}
 +
 +
div.vectorTabs li.selected a:hover {
 +
 +
}
 +
 +
#searchInput {
 +
  -webkit-appearance: none; 
 +
  -moz-appearance: none; 
 +
  appearance: none; 
 +
  background: transparent;
 +
  border: solid #D4D4D4 1px;
 +
  color: #D2D2D2;
 +
  -webkit-border-radius: 8px;
 +
  -moz-border-radius: 8px;
 +
  border-radius: 8px;
 +
}
 +
 +
.searchButton {
 +
  -webkit-appearance: none; 
 +
  -moz-appearance: none; 
 +
  appearance: none; 
 +
  background: transparent;
 +
  border: outset #000 1px;
 +
  color: #6d0b90;
 +
  -webkit-border-radius: 4px;
 +
  -moz-border-radius: 4px;
 +
  border-radius: 4px;
 +
}
 +
 +
form.createbox input {
 +
  -webkit-appearance: none; 
 +
  -moz-appearance: none; 
 +
  appearance: none; 
 +
  background: transparent;
 +
  border: solid #000 1px;
 +
  color: #6d0b90;
 +
  -webkit-border-radius: 8px;
 +
  -moz-border-radius: 8px;
 +
  border-radius: 8px;
 +
}
 +
 +
form.createbox input:last-child {
 +
  -webkit-appearance: none; 
 +
  -moz-appearance: none; 
 +
  appearance: none; 
 +
  background: transparent;
 +
  border: outset #000 1px;
 +
  color: #6d0b90;
 +
  -webkit-border-radius: 4px;
 +
  -moz-border-radius: 4px;
 +
  border-radius: 4px;
 +
}
 +
 +
div.vectorMenu li {
 +
  background: #fff;
 +
  color: #6d0b90;
 +
}
 +
div.vectorMenu li a { color: #6d0b90}
 +
div.vectorMenu li a:visited { color: #410351; }
 +
div.vectorMenu li a:hover {
 +
  text-decoration: underline;
 +
  color: #6d0b90;
 +
  border: solid 0px #D4D4D4;
 +
}
 +
 +
div.vectorMenu li.selected {
 +
  color: #6d0b90;
 +
  border: transparent;
 +
  background-image: none;
 +
}
 +
div.vectorMenu li.selected a { color: #6d0b90}
 +
div.vectorMenu li.selected a:visited { color: #410351; }
 +
div.vectorMenu li.selected a:hover {
 +
  text-decoration: underline;
 +
  color: #6d0b90;
 +
}
 +
div.vectorMenu ul {
 +
  background-color: none;
 +
}
 +
 +
div.vectorMenu h5 a {
 +
  background: transparent;
 +
}
 +
 +
div#mw-panel div.portal h5 {
 +
  color: #6d0b90;
 +
}
 +
 +
#mw-panel.collapsible-nav .portal {
 +
  background: transparent;
 +
}
 +
div#mw-panel.collapsible-nav .portal.collapsed h5 a {
 +
  color: #6d0b90;
 +
}
 +
 +
div#mw-panel div {
 +
  background: transparent;
 +
}
 +
div#mw-panel div.portal div.body ul li a {
 +
  color: #6d0b90;
 +
}
 +
div#mw-panel div.portal div.body ul li a:visited {
 +
  color: #410351;
 +
}
 +
div#mw-panel div.portal div.body ul li a:hover {
 +
  text-decoration: underline;
 +
  color: #6d0b90;
 +
 
 +
 +
div#footer ul li {
 +
  color: #6d0b90;
 +
}
 +
 +
textarea {
 +
  background: #F5F5F5;
 +
  color: #696969;
 +
  border: solid #D4D4D4 1px;
 +
}
 +
 +
input#wpSummary {
 +
  background: transparent;
 +
  color: #6d0b90;
 +
  border: solid #D4D4D4 1px;
 +
}
 +
 +
.catlinks {
 +
  background: #D9D9D9;
 +
  border: solid #fff 1px;
 +
  color: #6d0b90;
 +
  -webkit-border-radius: 8px;
 +
  -moz-border-radius: 8px;
 +
  border-radius: 8px;
 +
}
 +
 +
#toc, .toc, .mw-warning {
 +
  background: #D9D9D9;
 +
  color: #6d0b90;
 +
  border: solid #fff 1px;
 +
  list-style: none;
 +
}
 +
 +
.collapseButton { float: right; margin-right: 0.5em; }
 +
.collapseButton a { margin-left: 0.25em; margin-right: 0.25em; }
 +
.collapseAllButton { margin-left: 0.25em; margin-right: 0.25em; }
 +
 +
.ooc {
 +
  font-size: 70%;
 +
  white-space: pre-line;
 +
  margin-left: 2em;
 +
  color: #000;
 +
}
 +
 +
 
 +
pre, code, tt, kbd, samp, .mw-code {
 +
  background: #D9D9D9;
 +
  font-family: Lucida Console, Monaco, monospace;
 +
   color: #000;
 +
}
 +
pre, .mw-code {
 +
   border: solid 1px #fff;
 +
  -webkit-border-radius: 4px;
 +
  -moz-border-radius: 4px;
 +
  border-radius: 4px;
 +
}
 +
 +
 +
#pagehistory li {
 +
  border: solid 1px rgba(0,0,0,0);
 
   -webkit-border-radius: 4px;
 
   -webkit-border-radius: 4px;
 
   -moz-border-radius: 4px;
 
   -moz-border-radius: 4px;
 
   border-radius: 4px;
 
   border-radius: 4px;
  margin: -1px;
 
 
}
 
}
 
   
 
   
a.new        { color: #4F2F4F }
+
#pagehistory li.selected {
a.new:visited { color: #4F2F4F }
+
  border: solid 1px #fff;
a.new:hover   { color: #4F2F4F }
+
  background: #D9D9D9;
 +
}
 +
 +
fieldset {
 +
  border: solid 1px #fff;
 +
  -webkit-border-radius: 8px;
 +
  -moz-border-radius: 8px;
 +
  border-radius: 8px;
 +
}
 +
 +
div.mw-warning-with-logexcerpt {
 +
  border: solid 2px #fff;
 +
  -webkit-border-radius: 8px;
 +
  -moz-border-radius: 8px;
 +
  border-radius: 8px;
 +
}
 +
 +
/* this thing is so useless */
 +
ul#filetoc {
 +
  display: none;
 +
}
 +
 +
table.diff, td.diff-otitle, td.diff-ntitle {
 +
  background: #D9D9D9;
 +
}
 +
 +
td.diff-context {
 +
  background: #D9D9D9;
 +
  color: #000;
 +
  border-style: none;
 +
}
 +
 +
td .diffchange {
 +
  color: #6d0b90;
 +
}
 +
 +
div.thumbinner {
 +
  background: #D9D9D9;
 +
  border: solid #D4D4D4 1px;
 +
}
 +
 +
.mw-search-formheader {
 +
  border: solid #D4D4D4 1px;
 +
  background: #D9D9D9;
 +
  -webkit-border-radius: 8px;
 +
  -moz-border-radius: 8px;
 +
  border-radius: 8px;
 +
}
 +
 +
 
 +
span.outline {
 +
  text-shadow: 0px 0px 4px #000, 2px -2px 2px #000, -2px 2px 2px #000, -2px -2px 2px #000, 2px 2px 2px #000;
 +
}
 +
 +
div#titleCard * {
 +
  vertical-align: top;
 +
}
 +
 +
div#titleCard span.title {
 +
  font-family: 'Abril Fatface', serif;
 +
  font-size: 64px;
 +
}
 +
 +
div#titleCard span.subtitle{
 +
  position: relative;
 +
  top: 1em;
 +
  padding-top: 1em;
 +
   white-space: nowrap;
 +
}
 +
 +
div#connectInfo {
 +
  text-align: center;
 +
  font-size: 24px;
 +
  font-family: Lucida Console, Monaco, monospace;
 +
  text-shadow: 0px 0px 4px #f00;
 +
  padding: 5px;
 +
  color: #000;
 +
  line-height: 1.5em;
 +
}
 +
 
 +
.catlinks {
 +
border: 1px solid #D4D4D4;
 +
background-color: transparent;
 +
padding: 5px;
 +
margin-top: 1em;
 +
clear: both;

Latest revision as of 05:10, 25 May 2017

h1#firstHeading.firstHeading {display: title; color: #6d0b90;}

html {
  min-height: 100%;
}

 
a {
  color: #6d0b90;
}
a:visited {
  color: #410351;
}
a:hover {
  text-decoration: underline;
  color: #6d0b90;
}
 
a.new         { color: #6d0b90}
a.new:visited { color: #410351}
a.new:hover   { color: #6d0b90}
 
.mw-body a.external { color: #6d0b90; }
.mw-body a.external:visited { color: #410351; }
 
.mw-body a.extiw { color: #6d0b90; }
.mw-body a.extiw:visited { color: #410351; }
 

div.vectorTabs ul { background: transparent; }
 
/* OVERRIDDEN BY COMPLIANT BROWSERS */
div.vectorTabs ul li {
  background: transparent;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#mw-head-base {
  background: transparent;
  border: none;
  margin-top: -80px;
  margin-left: 160px;
  height: 80px;
}
div.vectorTabs {
    background-image: none
}
div#content { background-image: none; }
div#footer { 
  background: transparent; 
  border-top: solid #fff 1px;
  margin-left: 160px;
}
/* IGNORED BY IE6 */
div.vectorTabs ul > li {
  display: block;
}
 
div.vectorTabs li.selected {
  background: transparent;
  background-image: none; 
}
 
/* OVERRIDDEN BY COMPLIANT BROWSERS */
div.vectorTabs li a {
  color: #6d0b90;
  background: transparent;
  cursor: pointer;
}
/* IGNORED BY IE6 */
div.vectorTabs li > a {
  display: block;
}
 
div.vectorTabs li.icon a {
  background: transparent;
}
 
/* OVERRIDDEN BY COMPLIANT BROWSERS */
div.vectorTabs span a  {
  display: inline-block;
  padding-top: 1.25em;
}
}
/* IGNORED BY IE6 */
/* @noflip */
div.vectorTabs span > a {
  float: left;
  display: block;
}
div.vectorTabs span {
  display: inline-block;
  background: transparent;
}
 
div.vectorTabs li.selected a {
  background: transparent;
  color: #6d0b90;
  background-image: none; 
}
div.vectorTabs li.selected a:visited { color: #410351}
 
div.vectorTabs li.new a {
  color: #6d0b90;
}
 
div.vectorTabs li.new a:visited { color: #410351}
 
div.vectorTabs li a:hover {
  margin: inherit;
  height: 1.9em;
}
 
div.vectorTabs li.selected a:hover {
 
}
 
#searchInput {
  -webkit-appearance: none;  
  -moz-appearance: none;  
  appearance: none;  
  background: transparent;
  border: solid #D4D4D4 1px;
  color: #D2D2D2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
 
.searchButton {
  -webkit-appearance: none;  
  -moz-appearance: none;  
  appearance: none;  
  background: transparent;
  border: outset #000 1px;
  color: #6d0b90;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
 
form.createbox input {
  -webkit-appearance: none;  
  -moz-appearance: none;  
  appearance: none;  
  background: transparent;
  border: solid #000 1px;
  color: #6d0b90;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
 
form.createbox input:last-child {
  -webkit-appearance: none;  
  -moz-appearance: none;  
  appearance: none;  
  background: transparent;
  border: outset #000 1px;
  color: #6d0b90;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
 
div.vectorMenu li {
  background: #fff;
  color: #6d0b90;
}
div.vectorMenu li a { color: #6d0b90}
div.vectorMenu li a:visited { color: #410351; }
div.vectorMenu li a:hover {
  text-decoration: underline;
  color: #6d0b90;
  border: solid 0px #D4D4D4;
}
 
div.vectorMenu li.selected { 
  color: #6d0b90;
  border: transparent;
  background-image: none; 
}
div.vectorMenu li.selected a { color: #6d0b90}
div.vectorMenu li.selected a:visited { color: #410351; }
div.vectorMenu li.selected a:hover {
  text-decoration: underline;
  color: #6d0b90;
}
div.vectorMenu ul {
  background-color: none;
}
 
div.vectorMenu h5 a {
  background: transparent;
}
 
div#mw-panel div.portal h5 {
  color: #6d0b90;
}
 
#mw-panel.collapsible-nav .portal {
  background: transparent;
} 
div#mw-panel.collapsible-nav .portal.collapsed h5 a {
  color: #6d0b90;
}
 
div#mw-panel div {
  background: transparent;
}
div#mw-panel div.portal div.body ul li a {
  color: #6d0b90;
}
div#mw-panel div.portal div.body ul li a:visited {
  color: #410351;
}
div#mw-panel div.portal div.body ul li a:hover {
  text-decoration: underline;
  color: #6d0b90;

 
div#footer ul li {
  color: #6d0b90;
}
 
textarea {
  background: #F5F5F5;
  color: #696969;
  border: solid #D4D4D4 1px;
}
 
input#wpSummary {
  background: transparent;
  color: #6d0b90;
  border: solid #D4D4D4 1px;
}
 
.catlinks {
  background: #D9D9D9;
  border: solid #fff 1px;
  color: #6d0b90;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
 
#toc, .toc, .mw-warning {
  background: #D9D9D9;
  color: #6d0b90;
  border: solid #fff 1px;
  list-style: none;
}
 
.collapseButton { float: right; margin-right: 0.5em; }
.collapseButton a { margin-left: 0.25em; margin-right: 0.25em; }
.collapseAllButton { margin-left: 0.25em; margin-right: 0.25em; }
 
.ooc {
  font-size: 70%;
  white-space: pre-line;
  margin-left: 2em;
  color: #000;
}
 

pre, code, tt, kbd, samp, .mw-code {
  background: #D9D9D9;
  font-family: Lucida Console, Monaco, monospace;
  color: #000;
}
pre, .mw-code {
  border: solid 1px #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
 
 
#pagehistory li {
  border: solid 1px rgba(0,0,0,0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
 
#pagehistory li.selected {
  border: solid 1px #fff;
  background: #D9D9D9;
}
 
fieldset {
  border: solid 1px #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
 
div.mw-warning-with-logexcerpt {
  border: solid 2px #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
 
/* this thing is so useless */
ul#filetoc {
  display: none;
}
 
table.diff, td.diff-otitle, td.diff-ntitle {
  background: #D9D9D9;
}
 
td.diff-context {
  background: #D9D9D9;
  color: #000;
  border-style: none;
}
 
td .diffchange {
  color: #6d0b90;
}
 
div.thumbinner {
  background: #D9D9D9;
  border: solid #D4D4D4 1px;
}
 
.mw-search-formheader {
  border: solid #D4D4D4 1px;
  background: #D9D9D9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
 

span.outline {
  text-shadow: 0px 0px 4px #000, 2px -2px 2px #000, -2px 2px 2px #000, -2px -2px 2px #000, 2px 2px 2px #000;
}
 
div#titleCard * {
  vertical-align: top;
}
 
div#titleCard span.title {
  font-family: 'Abril Fatface', serif;
  font-size: 64px;
}
 
div#titleCard span.subtitle{
  position: relative;
  top: 1em;
  padding-top: 1em;
  white-space: nowrap;
}
 
div#connectInfo {
  text-align: center;
  font-size: 24px;
  font-family: Lucida Console, Monaco, monospace;
  text-shadow: 0px 0px 4px #f00;
  padding: 5px;
  color: #000;
  line-height: 1.5em;
}

.catlinks {
	border: 1px solid #D4D4D4;
	background-color: transparent;
	padding: 5px;
	margin-top: 1em;
	clear: both;