MediaWiki:Vector.css

Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Vector skin */

/* CUSTOM START */

.sftable {
  border-collapse: separate;
  border-spacing: 0;
  background: #f9f9f9;
}
.sftable tr th,
.sftable tr td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 5px;
}
.sftable tr th:first-child,
.sftable tr td:first-child {
  border-left: 1px solid #aaa;
}
.sftable tr th {
  background: #dddddd;
  border-top: 1px solid #aaa;
}

/* top-left border-radius */
.sftable tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
.sftable tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.sftable tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.sftable tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

/* above title styling */
.sftable caption {
	font-weight: bold;
}




.thumbinner {
border-radius: 7px;
border-color: blue;
width: 260px;
}

.thumbimage {
border-radius: 5px;
}

.image {
border-radius: 5px;
}


#siteSub { font-size: small; color:#666;}

.mw-body {
	  margin-left: 10em;
	  /* Border on top, left, and bottom side */
	  border: 1px solid #dddddd;
	  border-right-width: 0;
	  /* Merge the border with tabs' one (in their background image) */
	  margin-top: -1px;
	}

.mw-body-content p {
	  line-height: inherit;
	  margin: 1em 0;
	}
body {font-family: 'Bai Jamjuree', Helvetica, Arial, sans-serif;}

.orbitron {font-family: 'Orbitron', sans-serif;}
.michroma {font-family: 'Michroma', sans-serif;}

p {margin-bottom: 1em; color: #000000; font-size: 4mm; font-weight:300;}

/* links */ 

a:link {color:#CB8629; font-weight:500;}      /* unvisited link */
a:visited {color:#925F1D; font-weight:400;}  /* visited link */
a:hover {color:#E59E38;}  /* mouse over link */
a:active {color:#FF7300;}  /* selected link */
a.new {color:#F4663B;} /* selected link */
a.new:visited { color: #D15937; } /* visited link page doesn't yet exist */
a.new:active {color: #FF7300;}  /* selected link */

.mw-body a.external {color:#CB8629; font-weight:500;}  /* external links */
.mw-body a.external:visited {color:#925F1D; font-weight:400;} /* visited external links */

/* navigation links */

div#mw-panel div.portal div.body ul li a:link {color:#AE7223;}      /* unvisited link */
div#mw-panel div.portal div.body ul li a:visited {color:#925F1D;}  /* visited link */
div#mw-panel div.portal div.body ul li a:hover {color:#E59E38;}  /* mouse over link */
div#mw-panel div.portal div.body ul li a:active {color:#FF7300;}  /* selected link */

/* tab links */ 

div.vectorTabs li a:link {color:#AE7223; text-decoration: none;} /* unvisited link */
div.vectorTabs li a:visited {color:#925F1D;}  /* visited link */
div.vectorTabs li a:hover {color:#E59E38;}  /* mouse over link */
div.vectorTabs li a:active {color:#FF7300;}  /* selected link */

div.vectorTabs li.new a {color:#F4663B;} /* selected link */
div.vectorTabs li.new a:visited {color: #D15937;} /* visited link page doesn't yet exist */

/*login links */

div#p-personal a:link  {color:#AE7223;} 
div#p-personal a:visited  {color:#925F1D;} 
div#p-personal a:hover  {color:#E59E38;} 
div#p-personal a:active  {color:#FF7300;} 

/* toggle links */

.togglelink  {color: #A16920;}
.toctogglelabel {color:#AE7223;}
.mw-collapsible-text a:link {color:#CB8629; font-weight:500;}      /* unvisited link */
.mw-collapsible-text a:visited {color:#925F1D; font-weight:400;}  /* visited link */
.mw-collapsible-text a:hover {color:#E59E38;}  /* mouse over link */
.mw-collapsible-text a:active {color:#FF7300;}  /* selected link */

/* TOC suppress numbering */


.tocnumber { display: none; }

.firstHeading, #firstHeading {
	font-family: 'Michroma', sans-serif;
	color: #656565; font-size: 6.25mm;
    }


/* body */

.mw-headline {font-family: 'Michroma', sans-serif;}

h1 {color: #656565; font-size: 6.25mm;}
h2 {color: #626262; font-size: 5.25mm;}
h3 {color: #606060; font-size: 4.75mm;}
h4 {color: #505050; font-size: 4.25mm;}
h5 {color: #353535; font-size: 3.5mm;}



body {
	background: #f3f3f3;
}

/* Interwiki Styling */

a.extiw,
a.extiw:active {
color: #CB8629; }

/* CSS Sliding Image Gallery for Mediawiki
 * 
 * @author: Unknown
 * current version crafted together by [[User:Christharp]] from several CSS sites.
 */

/* CSS rounded corner images */

.rounded img {
    border-radius: 5px;
}

/* TOC rounded corner  */
.toc {
    border-radius: 7px;
}


/* CUSTOM-wikitable  */



/**
 * wikitable class for skinning normal tables
 * keep in sync with commonPrint.css
 */
.wikitable {
	background-color: #f8f9fa;
	color: #222;
	margin: 1em 0;
	border: 1px solid red;
border-radius: 7px;
	border-collapse: separate;
}

.wikitable > tr > th,
.wikitable > tr > td,
.wikitable > * > tr > th,
.wikitable > * > tr > td {
	border: 1px solid #a2a9b1;
	padding: 0.2em 0.4em;
}

.wikitable > tr > th,
.wikitable > * > tr > th {
	background-color: #f2cc8c;
	text-align: center;
}

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




/* CUSTOM END */

/* coordinates positioning */
#coordinates {
    position: absolute;
    z-index: 1;
    border: none;
    background: none;
    right: 0;
    top: -3em;
    float: right;
    margin: 0em;
    padding: 0em;
    padding-right: 30px;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap
}


.mw-templateData-doc-params tbody > tr > th {
    text-align: left;
    font-weight: normal
}

.mw-templateData-doc-param-alias {
    color: #777;
    display: block;
    margin-left: 1em
}

.mw-templateData-doc-muted {
    font-style: italic;
    color: #777
}

.mw-templatedata-doc-param-status-required {
    font-weight: bold
}

.mw-templateData-format {
    font-weight: normal;
    font-size: 0.85em
}

.mw-templateData-doc-param-name, .mw-templateData-doc-param-type {
    white-space: nowrap
}