MediaWiki:Common.css: Difference between revisions

From DragonMoon
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* keep the side padding, but enforce no gap between content area and tabs */
.
.yui-content {
margin-top: 0;
padding-top: 0.25em;
padding-left: 0.5em;
padding-right: 0.5em;
}


.a:hover, a:active {color:RoyalBlue}


.shadow {
/* Wikitable class */
     -moz-box-shadow: 3px 3px 4px #666;
.wikitable {
     -webkit-box-shadow: 3px 3px 4px #666;
     background-color: #000033;
     box-shadow: 3px 3px 4px #666;
     border-color: #808099;
    /* For IE 8 */
     color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
     text-align: left;
     /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
}


/* Item and Equipment Templates */
.item {
  float:left;
  width:auto;
  width:300px;
  border:1px solid #907854;
  background-color: #1a1a1a;
  color: #FFFFFF;
  padding: 0.2em;
  font-size: 0.90em;
  font-family: Verdana, Arial, sans-serif;
}


.item span {color:GreenYellow}
.item a:visited {color:SkyBlue}
.item a:link, a:hover, a:active {color:RoyalBlue}


/* For template documentation */
.item_textbox {
.template-documentation {
  background-color:#e6dd80;
    clear: both;
  border:1px solid #cc9900;
    margin: 1em 0 0 0;
  color:#000000;
    border: 1px solid #aaa;  
  padding:30px;
    background-color: #ecfcf4;  
  width:500px;
    padding: 5px;
  margin:10px auto 0;
  text-align:justify;
}
}


/* Auto-number rows in tables */
.item_textbox #author {
  border-top:1px solid #cc9900;
  margin:10px 0;
}
 
.item ul, .item_textbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}


table.numbered { counter-reset: row; }
.item li.topbottomspace {margin:10px 0px;}
table.numbered td:first-child:before { counter-increment: row; content: counter(row) ". "; }
.item li.topspace {margin-top:10px;}
.item li.bottomspace {margin-bottom:10px;}
.item li.dmgbonus {padding-left:6px;}
.item li.inscription {border-top:1px solid #907854;}


/* Make the list of references smaller */
#item_header {
ol.references {
  display:table;
    font-size: 100%;
  padding:2px;
  text-align:center;
  width:100%;
  font-weight:bold;
}
}
.references-small {
 
    font-size: 90%;
#item_header div {
  display:table-cell;
  vertical-align: middle;
}
}


/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
#item_header div + div {
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
  display:table-cell;
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
  vertical-align: middle;
/* Please ignore any validator errors caused by these two lines */
  width:40px;
.references-2column {
    font-size: 90%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
}


/* Highlight clicked reference in blue to help navigation */
/* Creature and NPC Templates */
ol.references > li:target {
.character-infobox {
     background-color: #DEF;
     background:#000033;
    border:2px solid #996633;
    padding:0.3em;
    width:22em;
    float:right;
    font-size:95%;
    color:#ffffff;
}
}


sup.reference:target {
.character-infobox th {
     background-color: #DEF;
    padding:0.5em;
     font-size:120%;
}
}


/* Styling for citations */
/* Dungeon Summary Template */
cite {
.location-infobox {
     font-style: normal;
    background:#000033;
     word-wrap: break-word;
    border:2px solid #996633;
    padding:0.3em;
    width:22em;
    float:right;
     font-size:95%;
     color:#ffffff;
}
}


/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
.location-infobox th {
cite:target {
    padding:0.5em;
     background-color: #DEF;
     font-size:120%;
}
}


/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
/* Quest Summary Template */
.quest-infobox {
    background:#000033;
    border:2px solid #cc9933;
    padding:0.3em;
    width:22em;
    float:right;
    font-size:95%;
    color:#ffffff;
}


@media screen, handheld, projection {
.quest-infobox th {
     cite *.printonly {
     padding:0.5em;
        display: none;
    text-align:center;
     }
     font-size:120%;
}
}


/* Wikitable (Prettytable) class for skinning normal tables */
/* Quest Rewards Template */
table.wikitable,
table.questrewards {
table.prettytable {
    width:375px;
  margin: 1em 1em 1em 0;
    background:#000033;
  background: #f9f9f9;
    border:2px solid #996633;
  border: 1px #aaaaaa solid;
    margin-bottom:3px;
  border-collapse: collapse;
  empty-cells: show;
}
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
table.questrewards th {
  border: 1px #aaaaaa solid;
  background:#996633;
  padding: 0.2em 0.4em;
  font: normal 105% Verdana;
}
}
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
table.questrewards td:first-child {
  background: #d6e0f5;
  text-align:center;
  text-align: center;
  width:100px;
  font: normal 95% Verdana;
  color:#ffffff;
}
}
table.wikitable td.hl1, table.wikitable th.hl1,
 
table.prettytable td.hl1, table.wikitable th.hl1 {
table.questrewards td:last-child {
  background: #c5d8fc;
  font: normal 100% Arial;
  text-align: center;
}
}
table.wikitable td.hl2, table.wikitable th.hl2,
 
table.prettytable td.hl2, table.wikitable th.hl2 {
table.questrewards tr {
  background: #a7c1f2;
  vertical-align:top;
  text-align: center;
}
}
table.wikitable caption,
 
table.prettytable caption {
/* Item list templates */
  margin-left: inherit;
.itemtable {
  margin-right: inherit;
    display:table;
  font-weight: bold;
    margin-left:6px;
    margin-bottom:10px;
}
}


/* TabView extension */
.itemtable_row {
    display:table-row;
}


/*set the base backcolor of the 'off' tabs */
.itemtable_cell {
.yui-navset .yui-nav li
    display:table-cell;
{
    padding:5px;
  background-color: #D4DEE8;
  padding-left: 10px;
  padding-right: 10px;
}
}


/*set the background color of the content and the 'on' tab the same*/
.itemtable_caption {
.yui-content, .yui-navset .yui-nav li.selected
    font-weight: bold;
{
  background-color: #E7F2FF;
}
}


.itemlist ul {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}


/** style the 'on' tab **/
.creatureitems {
.yui-navset .yui-nav .selected {
    display:inline-block;
border-style: solid;
    padding:3px;
border-width: 2px 0 0 0;
    margin-bottom:1px;
border-top-color: #2F5DBA;
}
}


.creatureitems > span {
    position: absolute;
}


.creatureitems > span > span {
    font-size:29px;
    z-index:1;
    position: absolute;
    right: -32px;
    bottom: -26px;
}


/* Wiki Tree and Menu CSS */
/* Horizontal ToC bar (dungeon and quest templates) */
.contentsbar {
    background:#000033;
    padding:5px;
    width:100%;
    text-align:center;
}


.wikitext-sidebar ul { /* remove bullets and list indents */
/* Map point template */
list-style: none;
.mappoint {
margin: 0;
    position:relative;
padding: 0;
    top:0px;
    left:0px;
    width:260px;
}
}
.mappoint span:first-child {
/* this div is only for better handling and navigation  ... could also be done in inner ul*/
    position:absolute;
.wikitext-sidebar ul div {  
    top:2px;
position: absolute;
    left:2px;
top: -6px;
    z-index:1;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
z-index: 100; /* show ul on top */
}
}
 
.wikitext-sidebar ul ul {
.mappoint span + span, .mappointloc {
background-color: white;
    z-index:2;
border: 1px solid #aaaaaa;
margin-top: 5px; /* make navigation easier*/
margin-bottom: 5px; /* make navigation easier*/
z-index: 101; /* show on top; Needed for IE 7 */
width: 12em; /* width of inner menu, Needed for IE 7 */
}
.wikitext-sidebar li {
position: relative; /* make li a container for inner elements */
margin: 1px;
z-index: 102; /* show on top; Needed for IE 7 */
}
/* style, color and size links and headings to suit */
.wikitext-sidebar a {
font-weight: normal;
display: block;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #aaaaaa;
margin: 0px;
padding: 1px;
padding-left: 5px;
color: #0000ff;
text-decoration: none;
}
/* move the > to the right */
.wikitext-sidebar a em {
position: absolute;
right: 4px;
}
.wikitext-sidebar li:hover, /* Needed for IE 7 */
.wikitext-sidebar a:hover {
background: #ccccff;
}
.wikitext-sidebar li.separator a:hover {
background: white;
}
}
/* Needed for IE 7 */
.wikitext-sidebar li.separator a,
.wikitext-sidebar li.separator {
line-height: 0px;
height: 0px;
font-size: 0px;
}
.wikitext-sidebar ul li:last-Child a {
border-width: 2px 2px 2px 2px; // remove the last bottom line
padding-bottom: 0px;
}
/* hides the first level */
.wikitext-sidebar ul li div { display: none; }
/* shows the first level and hide the second */
.wikitext-sidebar ul li:hover div,
.wikitext-sidebar ul li div:hover { display: block; } /* div is again used for easier navigation*/
.wikitext-sidebar ul li:hover ul li div { display: none; } /* hide the next level */
/* second level*/
.wikitext-sidebar ul li ul li:hover div,
.wikitext-sidebar ul li ul li div:hover  { display: block; } /* div is again used for easier navigation*/
.wikitext-sidebar ul li ul li:hover ul li div { display: none; }  /* hide the next level */
/* third level */
.wikitext-sidebar ul li ul li ul li:hover div,
.wikitext-sidebar ul li ul li ul li div:hover  { display: block; } /* div is again used for easier navigation*/
.wikitext-sidebar ul li ul li ul li:hover ul li div { display: none; }  /* hide the next level */


/* Tooltips */
.htt .tooltip-content .tooltip-hide, .hidden { display:none; }


.tooltip-error {
  background-color: black;
  color: white;
  max-width: 18em;
}


/*
.tooltip-ready {
* MenuSidebar
  visibility:hidden;
*/
  display:block;
/* this has to be overridden for every menu */
  z-index:999;
#p-Menu,
#p-Menu2,
#p-Menu3 {
overflow: visible;  
}
}
 
/* this has to be overridden for every menu */
.creaturetooltip {
#p-Menu div,
  background-color: #f9f9f9;
#p-Menu2 div,
#p-Menu3 div {
margin: 0;
padding: 0;
}
}
 
/* this is an example to make the list of the second entry bigger e.g. when there is a longer text in a list item
/* Chat colors */
#p-Menu ul li.item2 ul {
span.say {
width: 16em;
color:black;
}
}
*/
 
span.emote {
/* this an example to change the background color of every second list item
color:grey;
li.even {
background-color: #eeeeee;
}
}
*/
 
span.tell {
.menuSidebar ul { /* remove bullets and list indents */
color:darkgoldenrod;
list-style: none;
margin: 0;
padding: 0;
}
}
 
/* this div is only for better handling and navigation  ... could also be done in inner ul*/
span.event {
.menuSidebar ul div {  
color:green;
position: absolute;
top: -6px;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
z-index: 100; /* show ul on top */
}
}
 
.menuSidebar ul ul {  
span.magic {
background-color: white;
color:cornflowerblue;
border: 1px solid #aaaaaa;
margin-top: 5px; /* make navigation easier*/
margin-bottom: 5px; /* make navigation easier*/
z-index: 101; /* show on top; Needed for IE 7 */
width: 12em; /* width of inner menu, Needed for IE 7 */
}
}
 
.menuSidebar li {
/* Buffed/debuffed stat color */
position: relative; /* make li a container for inner elements */
span.buffed {
margin: 1px;
color:greenyellow;
z-index: 102; /* show on top; Needed for IE 7 */
}
}
 
/* style, color and size links and headings to suit */
span.debuffed {
.menuSidebar a {
color:red;
font-weight: normal;
display: block;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #aaaaaa;
margin: 0px;
padding: 1px;
padding-left: 5px;
color: #0000ff;
text-decoration: none;
}
/* move the > to the right */
.menuSidebar a em {
position: absolute;
right: 4px;
}
.menuSidebar li:hover, /* Needed for IE 7 */
.menuSidebar a:hover {
background: #ccccff;
}
.menuSidebar li.separator a:hover {
background: white;
}
/* Needed for IE 7 */
.menuSidebar li.separator a,
.menuSidebar li.separator {
line-height: 0px;
height: 0px;
font-size: 0px;
}
.menuSidebar ul li:last-Child a {
border-width: 0px 0px 0px 0px; // remove the last bottom line
padding-bottom: 0px;
}
}
/* hides the first level */
.menuSidebar ul li div { display: none; }
/* shows the first level and hide the second */
.menuSidebar ul li:hover div,
.menuSidebar ul li div:hover { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li:hover ul li div { display: none; } /* hide the next level */
/* second level*/
.menuSidebar ul li ul li:hover div,
.menuSidebar ul li ul li div:hover  { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li ul li:hover ul li div { display: none; }  /* hide the next level */
/* third level */
.menuSidebar ul li ul li ul li:hover div,
.menuSidebar ul li ul li ul li div:hover  { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li ul li ul li:hover ul li div { display: none; }  /* hide the next level */


/*
/* Section background colors */
* This is the CSS for all skins (for both mobile and desktop) on MediaWiki.org.
.accwikibgc {background: #996633}
* Styling inside .mw-parser-output should generally use TemplateStyles.
.characterbgc {background: #996633}
*/
.gameplaybgc {background: #996633}
.newsbgc {background: #996633}
.questsbgc {background: #996633}
.itemsbgc {background: #996633}
.craftingbgc {background: #996633}
.worldbgc {background: #996633}
.lorebgc {background: #996633}
.gettingstartedbgc {background: #996633}
.mediabgc {background: #996633}
.turbinebgc {background: #996633}


/* Force lining numbers in headers (for fonts like Georgia) */
/* Homepage styling */
h1,
#mainpage_container {
h2,
    width:100%;
.firstHeading {
    margin:1em 0 0;
     font-variant-numeric: lining-nums;
     padding:2px;
}
}


/* Consistent size for sub/sup */
.mainpage_box {
.mw-body sub,
    width:33%;
.mw-body sup {
    padding:5 0em;
     font-size: 80%;
     vertical-align:top;
}
}


/* Public Domain background in the Help namespace */
.mainpage_boxheader {
.action-view.ns-12 #bodyContent {
    border:1px solid #996633;
background-image: url(//upload.wikimedia.org/wikipedia/commons/6/67/PD-icon-faded.png);
    padding:5px;
background-repeat: no-repeat;
    margin:3px;
/* @noflip */
    text-align: center;
background-position: right 5em;
}
}


/*
.mainpage_boxheader div {
* Hide elements on the main page.
    float:right;
*/
.page-MediaWiki #lastmod,
.page-MediaWiki #siteSub,
.page-MediaWiki #contentSub,
.page-MediaWiki .subtitle,
.page-MediaWiki #jump-to-nav,
/* can be removed when Template:Main_page translations are updated. */
.page-MediaWiki #firstHeading,
[lang="en"] .page-MediaWiki .mw-parser-output h2 {
display: none;  
}
}


[lang="en"] .page-MediaWiki #firstHeading {
.mainpage_boxcontents {
  font-size: 1.5em;
    padding:0 2em;
  display: block;
}
}


/* Give a bit of space to the TOC */
/* Hide main page title */
#toc {
body.page-Home h1.firstHeading {display:none;}
margin: 1em 0;
 
.Optim_link {
    background-image: url(https://acportalstorm.com/w/mw/images/c/c0/Prime24.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
 
}
}


/* Fonts for Persian language for consistency with other Wikimedia wikis */
.Optim {
:lang(fa) {
    display: inline-block;
font-family: '.Arabic UI Text', Tahoma, 'Iranian Sans', 'Noto Sans Arabic', 'DejaVu Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border: 2px solid #c90;*/
    padding: 0.475rem 2.0rem;
    font-size: 1.5rem;
    line-height: 1.5;
  /* border-radius: 0.25rem;*/
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 
}
a.external {
    background: none;
    padding-right: 0;
}
}
 
#optimlink {
/* Div based "warning" style fmbox messages. */
    color: #fff;
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div.titleblacklist-warning {
clear: both;
margin: 0.2em 0;
border: 1px solid var( --border-color-error, #9f3526 );
background-color: var( --background-color-error-subtle, #ffdbdb );
color: var( --color-base, #202122 );
padding: 0.25em 0.9em;
box-sizing: border-box;
}
}


/* Hide confusing "Discussion" tab on [[Project:Support_desk]].
a.external.text {
* For sanity, only do this if [[Project_talk:Support_desk]] is a
    color: #fff;
* redirect (which goes back to [[Project:Support_desk]]).
* If that is changed for some reason, it automatically comes back.
*/
.page-Project_Support_desk #ca-talk a.mw-redirect {
display: none;
}
}

Revision as of 23:45, 20 February 2025

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

.

.a:hover, a:active {color:RoyalBlue}

/* Wikitable class */
.wikitable {
    background-color: #000033;
    border-color: #808099;
    color: inherit;
    text-align: left;
}

/* Item and Equipment Templates */
.item {
   float:left;
   width:auto;
   width:300px;
   border:1px solid #907854;
   background-color: #1a1a1a;
   color: #FFFFFF;
   padding: 0.2em;
   font-size: 0.90em;
   font-family: Verdana, Arial, sans-serif;
}

.item span {color:GreenYellow}
.item a:visited {color:SkyBlue}
.item a:link, a:hover, a:active {color:RoyalBlue}

.item_textbox {
   background-color:#e6dd80;
   border:1px solid #cc9900;
   color:#000000;
   padding:30px;
   width:500px;
   margin:10px auto 0;
   text-align:justify;
}

.item_textbox #author {
   border-top:1px solid #cc9900;
   margin:10px 0;
}

.item ul, .item_textbox ul {
   margin: 0;
   padding: 0;
   list-style: none;
   list-style-type: none;
   list-style-image: none;
}

.item li.topbottomspace {margin:10px 0px;}
.item li.topspace {margin-top:10px;}
.item li.bottomspace {margin-bottom:10px;}
.item li.dmgbonus {padding-left:6px;}
.item li.inscription {border-top:1px solid #907854;}

#item_header {
   display:table;
   padding:2px;
   text-align:center;
   width:100%;
   font-weight:bold;
}

#item_header div {
   display:table-cell;
   vertical-align: middle;
}

#item_header div + div {
   display:table-cell;
   vertical-align: middle;
   width:40px;
}

/* Creature and NPC Templates */
.character-infobox {
    background:#000033;
    border:2px solid #996633;
    padding:0.3em;
    width:22em;
    float:right;
    font-size:95%;
    color:#ffffff;
}

.character-infobox th {
    padding:0.5em;
    font-size:120%;
}

/* Dungeon Summary Template */
.location-infobox {
    background:#000033;
    border:2px solid #996633;
    padding:0.3em;
    width:22em;
    float:right;
    font-size:95%;
    color:#ffffff;
}

.location-infobox th {
    padding:0.5em;
    font-size:120%;
}

/* Quest Summary Template */
.quest-infobox {
    background:#000033;
    border:2px solid #cc9933;
    padding:0.3em;
    width:22em;
    float:right;
    font-size:95%;
    color:#ffffff;
}

.quest-infobox th {
    padding:0.5em;
    text-align:center;
    font-size:120%;
}

/* Quest Rewards Template */
table.questrewards {
    width:375px;
    background:#000033;
    border:2px solid #996633;
    margin-bottom:3px;
}
 
table.questrewards th {
   background:#996633;
   font: normal 105% Verdana;
}
 
table.questrewards td:first-child {
   text-align:center;
   width:100px;
   font: normal 95% Verdana;
   color:#ffffff;
}

table.questrewards td:last-child {
   font: normal 100% Arial;
}

table.questrewards tr {
   vertical-align:top;
}

/* Item list templates */
.itemtable {
    display:table;
    margin-left:6px;
    margin-bottom:10px;
}

.itemtable_row {
    display:table-row;
}

.itemtable_cell {
    display:table-cell;
    padding:5px;
}

.itemtable_caption {
    font-weight: bold;
}

.itemlist ul {
   list-style: none;
   list-style-type: none;
   list-style-image: none;
}

.creatureitems {
    display:inline-block;
    padding:3px;
    margin-bottom:1px;
}

.creatureitems > span {
    position: absolute;
}

.creatureitems > span > span {
    font-size:29px;
    z-index:1;
    position: absolute;
    right: -32px;
    bottom: -26px;
}

/* Horizontal ToC bar (dungeon and quest templates) */
.contentsbar {
    background:#000033;
    padding:5px;
    width:100%;
    text-align:center;
}

/* Map point template */
.mappoint {
    position:relative;
    top:0px;
    left:0px;
    width:260px;
}
.mappoint span:first-child {
    position:absolute;
    top:2px;
    left:2px;
    z-index:1;
}

.mappoint span + span, .mappointloc {
    z-index:2;
}

/* Tooltips */
.htt .tooltip-content .tooltip-hide, .hidden { display:none; }

.tooltip-error {
   background-color: black;
   color: white;
   max-width: 18em;
}

.tooltip-ready {
  visibility:hidden;
  display:block;
  z-index:999;
}

.creaturetooltip {
   background-color: #f9f9f9;
}

/* Chat colors */
span.say {
color:black;
}

span.emote {
color:grey;
}

span.tell {
color:darkgoldenrod;
}

span.event {
color:green;
}

span.magic {
color:cornflowerblue;
}

/* Buffed/debuffed stat color */
span.buffed {
color:greenyellow;
}

span.debuffed {
color:red;
}

/* Section background colors */
.accwikibgc {background: #996633}
.characterbgc {background: #996633}
.gameplaybgc {background: #996633}
.newsbgc {background: #996633}
.questsbgc {background: #996633}
.itemsbgc {background: #996633}
.craftingbgc {background: #996633}
.worldbgc {background: #996633}
.lorebgc {background: #996633}
.gettingstartedbgc {background: #996633}
.mediabgc {background: #996633}
.turbinebgc {background: #996633}

/* Homepage styling */
#mainpage_container {
    width:100%;
    margin:1em 0 0;
    padding:2px;
}

.mainpage_box {
    width:33%;
    padding:5 0em;
    vertical-align:top;
}

.mainpage_boxheader {
    border:1px solid #996633;
    padding:5px;
    margin:3px;
    text-align: center;
}

.mainpage_boxheader div {
    float:right;
}

.mainpage_boxcontents {
    padding:0 2em;
}

/* Hide main page title */
body.page-Home h1.firstHeading {display:none;}

.Optim_link {
    background-image: url(https://acportalstorm.com/w/mw/images/c/c0/Prime24.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-color: #1a1a1a;

}

.Optim {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border: 2px solid #c90;*/
    padding: 0.475rem 2.0rem;
    font-size: 1.5rem;
    line-height: 1.5;
   /* border-radius: 0.25rem;*/
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   
}
a.external {
    background: none;
    padding-right: 0;
}
#optimlink {
    color: #fff;
}

a.external.text {
    color: #fff;
}