Thank you for visiting SotAwiki, a Shroud of the Avatar Wiki Encyclopedia. If you see any information that is outdated, please take the time to update it, or if you prefer, leave a message for other editors. This community wiki is for the benefit of all Avatars!

MediaWiki:Sotaskin.css

From Shroud of the Avatar Wiki - SotA
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 be applied to sotaskin */
/* SotA Wiki table */
table.sotawikitable {
    /*font-size:12px;*/
    border:1px solid #1C1C1C;
    border-collapse:collapse;
    margin:0 0 1em 0;
    line-height: 1;
}

table.sotawikitable > tbody > tr > th {
    border:1px solid #1C1C1C;
    padding:4px 4px 4px 4px;
    color:#F2F2F2;
    text-align:center;
    background: url(/skins/sotaskin/images/bg-trans.png) repeat;
}

table.sotawikitable > tbody > tr > td {
    border:1px solid #1C1C1C;
    padding:4px 8px 4px 8px;
    background-color:#484D4E;
}

table.sotawikitable caption {
    background: #7b7f7e; /* Old browsers */
    background: -moz-linear-gradient(top,  #7b7f7e 0%, #4e5c5a 33%, #1c1c1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b7f7e), color-stop(33%,#4e5c5a), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7b7f7e 0%,#4e5c5a 33%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7b7f7e 0%,#4e5c5a 33%,#1c1c1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7b7f7e 0%,#4e5c5a 33%,#1c1c1c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7b7f7e 0%,#4e5c5a 33%,#1c1c1c 100%); /* W3C */
    font-size:14px;
    padding:4px 4px 4px 4px;
    color:#F0F0F0;
    text-align:center;
}

table.sotawikitable.leftalign td {
    text-align:left;
}

table.sotawikitable.slim td, table.sotawikitable.slim th {
    padding:0.2em;
}

table.sotawikitable th a:link, table.sotawikitable th a:visited, table.sotawikitable th a:active, table.sotawikitable th a:focus, table.sotawikitable caption a:link, table.sotawikitable caption a:visited, table.sotawikitable caption a:active, table.sotawikitable caption a:focus {color: #CCCCFF;}

table.sotawikitable th a:hover, table.sotawikitable caption a:hover {color: #F2F2F2;}

table.sotawikitable th a.new, table.sotawikitable tr a.new {color: #d44 !important;font-weight: normal;}

/* Navigation Box */
table.navbox {
    width:100%;
    font-size:12px;
    border:1px solid #1C1C1C;
    border-collapse:collapse;
    margin:0;
}

table.navbox th {
    border:1px solid #1C1C1C;
    padding:0px 4px 0px 4px;
    color:#F2F2F2;
    text-align:center;
    background: url(/skins/sotaskin/images/bg-trans.png) repeat;
}

table.navbox td {
    border:1px solid #1C1C1C;
    padding:0px 8px 0px 8px;
    background-color:#484D4E;
}


table.navbox p {
    font-size:12px;
}

table.navbox caption {
    background: #7b7f7e; /* Old browsers */
    background: -moz-linear-gradient(top,  #7b7f7e 0%, #4e5c5a 33%, #1c1c1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b7f7e), color-stop(33%,#4e5c5a), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7b7f7e 0%,#4e5c5a 33%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7b7f7e 0%,#4e5c5a 33%,#1c1c1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7b7f7e 0%,#4e5c5a 33%,#1c1c1c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7b7f7e 0%,#4e5c5a 33%,#1c1c1c 100%); /* W3C */
    padding:4px 4px 4px 4px;
    color:#F0F0F0;
    text-align:center;
}

table.navbox.leftalign td {
    text-align:left;
}

table.navbox th a:link, table.navbox th a:visited, table.navbox th a:active, table.navbox th a:focus, table.navbox caption a:link, table.navbox caption a:visited, table.navbox caption a:active, table.navbox caption a:focus {color: #CCCCFF;}

table.navbox th a:hover, table.navbox caption a:hover {color: #F2F2F2;}

.nowraplinks a {
    white-space:nowrap;
}

/* fix collapsable tables heigh issue */
.mw-collapsed {
    min-height:1em;
}

<!-- Text Shadow
.topPost div.topContent {
    text-shadow:1px 1px 2px #555555;
} -->

/* Add-On Store Table */
table.addonstore {
    background-color: #fffbe7;
    border: 1px solid #dab8a0;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    max-width: 600px;
    color: #000;
}
table.addonstore a {
    color: #AF7817;
}
/*
table.wikitable tbody tr td a {
    color: #666;
}
*/
table.wikitable tbody tr th {
	font-weight: bold;
	color: #FFF;
	background-color: #333;
}
table.wikitable tbody tr td {
	color: #000;
	background-color: #CCC;
}
table.wikitable tbody tr td a, .wikitable tr td a:visited {
	color: #666;
	text-decoration: none;
}
table.wikitable tbody tr td a:active, .wikitable tr td a:hover {
	color: #FFF;
}

table.wikitable tbody tr td a.new {
    color: #d44 !important;
}

div.editOptions {
background-color: #484D4E;
border: 1px solid #1C1C1C;
padding: 1em 1em 1.5em 1em;
margin-bottom: 2em;
}

/* SMW */
table.smwb-factbox, table.smwb-ifactbox {
    border:1px solid #1C1C1C;
    border-collapse:collapse;
}

table.smwb-factbox > tbody > tr > th, table.smwb-ifactbox > tbody > tr > th {
    border:1px solid #1C1C1C;
    color:#F2F2F2;
    background: url(/skins/sotaskin/images/bg-trans.png) repeat;
}

table.smwb-factbox > tbody > tr > td, table.smwb-ifactbox > tbody > tr > td {
    border:1px solid #1C1C1C;
    background-color:#484D4E;
}
.mw-notification-area mw-notification-area-layout {
    background-color:#000 !important;
}

/* Fix for Recent Changes toggles */
.mw-enhancedchanges-arrow.mw-collapsible-toggle-expanded {
    background-image: url(https://sotawiki.net/images/f/f0/Arr_d.png);
}

.mw-enhancedchanges-arrow.mw-collapsible-toggle-collapsed {
    background-image: url(https://sotawiki.net/images/a/ad/Arr_r.png);
}