Mass Effect Wiki
Mass Effect Wiki
K (Applying changes that should make this CSS file HTTPS-ready. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
K (en icon nicht mehr sichbar! try to fix)
Zeile 909: Zeile 909:
 
 
 
/**Interlanguages**/
 
/**Interlanguages**/
.WikiaArticleInterlang a[href^='http://masseffect']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151122/planet-alcatraz/ru/images/6/67/Icon_American.png');}
+
.WikiaArticleInterlang a[href^='//masseffect']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151122/planet-alcatraz/ru/images/6/67/Icon_American.png');}
 
.WikiaArticleInterlang a[href^='http://pl.']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151123/planet-alcatraz/ru/images/5/5e/Icon_Polish.png');}
 
.WikiaArticleInterlang a[href^='http://pl.']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151123/planet-alcatraz/ru/images/5/5e/Icon_Polish.png');}
 
.WikiaArticleInterlang a[href^='http://uk.']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151124/planet-alcatraz/ru/images/b/ba/Icon_Ukrainian.png');}
 
.WikiaArticleInterlang a[href^='http://uk.']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151124/planet-alcatraz/ru/images/b/ba/Icon_Ukrainian.png');}

Version vom 30. Mai 2018, 02:47 Uhr

/*PORTABLE INFOBOXEN*/

@import url("/load.php?mode=articles&articles=MediaWiki:Themes.css&only=styles");

/*ENDE PORTABLE INFOBOXEN*/

/*** MAIN COLORS ***/
.color1, .color1 a, .yui-panel .hd {
	background-color: #909FBA;
	color: #FFFFFF;
}
.color2 {
	background: #000 url(https://images.wikia.nocookie.net/masseffect/images/1/1f/Background.jpg);
}
#background_strip {
	background: transparent;
	border-color: #71d1ef;
}



/* Navigator Style */

.WikiHeader > .WikiNav {
    text-shadow: 0 1px rgba(0,0,0,0.9);
    text-decoration: none !important;
    -webkit-transition: text-shadow 0.1s linear 0s;
    -moz-transition: text-shadow 0.1s linear 0s;
    -ms-transition: text-shadow 0.1s linear 0s;
    -o-transition: text-shadow 0.3s linear 0s;
    transition: text-shadow 0.1s linear 0s; 
}

.WikiHeader > .nav li {
    font-size: 1.1em;
}
 
.WikiHeader > nav .subnav-2 li {
    font-size: 0.8em;
    font-variant: normal;
    font-weight: normal;
    text-shadow: 0 1px rgba(0,0,0,0.9) !important;
}
 

.navbackground:after {
    background: url(https://vignette.wikia.nocookie.net/andromeda/images/d/de/NavigatorEnd.png/revision/latest?cb=20150222191758&path-prefix=de);
    content: "";
    display: block;
    height: 36px;
    position: absolute;
    right: -20px; /*-70*/
    top: 0px;
    width: 75px; /*75*/
}

.navbackground:before {
    background: url(https://vignette.wikia.nocookie.net/andromeda/images/6/65/NavigatorBegin.png/revision/latest?cb=20150220171310&path-prefix=de);
    content: "";
    display: block;
    height: 36px;
    left: -10px;
    position: relative;
    top: 0px;
    width: 107px;
}
.WikiHeader .navbackground {
    background: url(https://vignette.wikia.nocookie.net/andromeda/images/8/8a/Nav3.png/revision/latest?cb=20150220163246&path-prefix=de) repeat-x;
    height: 36px; /*36*/
    left: -2px; /*-2*/
    top: 31px; /*31*/  /*So warum willst du nicht funktionieren?!*/
    width: -650px; /*650*/
    margin-top: 0;
}
 
.navbackground .chevron, .navbackground div {
    display:none;
}
 
.WikiHeader > nav li {
    border: none;
    line-height: 33px;
 
}
 
.WikiHeader > nav li > a {
    border: none;
    margin: 0;
    outline: medium none;
    padding: 0 15px;
}
 
.WikiHeader > nav li.marked {
    background: url(https://vignette.wikia.nocookie.net/andromeda/images/9/93/NavigatorTab.png/revision/latest?cb=20150220164618&path-prefix=de) no-repeat;
    background-size: 100% 100%;
    height: 37px;
    border-radius: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 8px rgba(255, 255, 255, 1) !important;
}
 
.nav-item .subnav-2 {
    display: block !important;
    top: 31px !important;
    opacity:0;
    -webkit-transition: opacity 0.2s linear 0s;
    -moz-transition: opacity 0.2s linear 0s;
    -ms-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s; 
}
 
.nav-item.marked .subnav-2 {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0.2s linear 0s;
    -moz-transition: opacity 0.2s linear 0s;
    -ms-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
}
 
.WikiHeader > nav li.marked > a {
    border: none;
    color: white;
    margin: 0;
    padding: 0 15px;
}
 
 
 
.subnav-2-item.marked2 a {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 8px rgba(255, 255, 255, 1) !important;
}
 
.WikiHeader > nav li.marked a:hover,
.WikiHeader > nav li.marked .subnav-2 > li a:hover {
    text-decoration: none !important;
}
 
.WikiHeader > nav .subnav-3 li a {
    text-shadow: 0 1px rgba(0,0,0,0.9) !important;
}
 
.WikiHeader > nav li.marked .subnav-2 > li a {
    -webkit-transition: text-shadow 0.2s linear 0s;
    -moz-transition: text-shadow 0.2s linear 0s;
    -ms-transition: text-shadow 0.2s linear 0s;
    -o-transition: text-shadow 0.2s linear 0s;
    transition: text-shadow 0.2s linear 0s; 
}
 
.WikiHeader > nav li.marked .subnav-2 > li a:hover {
    -webkit-transition: text-shadow 0.1s linear 0s;
    -moz-transition: text-shadow 0.1s linear 0s;
    -ms-transition: text-shadow 0.1s linear 0s;
    -o-transition: text-shadow 0.1s linear 0s;
    transition: text-shadow 0.1s linear 0s; 
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 8px rgba(255, 255, 255, 1) !important;
}
/********************************************/
/********"Bearbeiten"-Sichtbarkeit**********/
/*Mit freundlichen Grüßen von Memory Alpha*/
/*****************************************/
.editsection {
  visibility: hidden
}

h1:hover > .editsection,
h2:hover > .editsection,
h3:hover > .editsection,
h4:hover > .editsection,
h5:hover > .editsection,
h6:hover > .editsection {
  visibility: visible
}


/***************/
/*****Logo*****/
/*************/
.WikiHeader .wordmark {
    margin-bottom: 10px;
    transform: rotate(0deg) scale(1) skew(180deg) translate(0px);
    transition: All 0.6863s ease;
}

.WikiHeader .wordmark:hover {transform: rotate(1deg) scale(1.090) skew(180deg) translate(0px) }


/*****************/
/*****Module*****/
/***************/
.WikiaRail .module {
    border-radius: 2px;
    border: 1px solid #999;
    background-color: rbga(255, 255, 255, 0.5);
}
 .WikiaActivityModule.module,
 .HotspotsModule.module,
 .FollowedpagesModule.module {
   /* background: url('https://vignette.wikia.nocookie.net/masseffect/images/c/c4/Commander_Shepard_transparent.png/revision/latest?cb=20160311111105&path-prefix=de') Wegen Lesbarkeit... */
    no-repeat right bottom;
    background-color:rbga(255, 255, 255, 0.5);
    padding: 20px;
    margin-top: 10px;
    border-radius: 2px;
    border: 1px solid #999;
    color: #fff;
}
#WikiaRail > .ChatModule.module {
    background: 
    border-radius: 2px;
    border: 1px solid #999;
}


/*****************************************/
/*Anpassung (Modernisierung) der Buttons*/
/***************************************/

/*Aussehen Mitmachen-Knopf (nicht Drop-Down)*/
a.wikia-button.secondary, .wikia-single-button a.secondary, .wikia-menu-button.secondary, input.secondary[type="submit"], input.secondary[type="reset"], input.secondary[type="button"], .button.secondary, button.secondary {
    border: 1px solid #1C89BC;
    background: url("https://images.wikia.nocookie.net/__cb20140706162103/destiny/es/images/2/2a/Bgb.png") transparent !important;
    border-radius: 0px;
    color: white;
}
 /*Aussehen Knopf (nicht Drop-Down) Mousover*/
a.wikia-button:hover, .wikia-single-button a:hover, .wikia-menu-button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover, button:hover { 
background-color: #21A6E4 !important;
background-image: none;
text-decoration: none !important;
color: white !important;
border-radius: 0px;
}

/*Bearbeiten-Knopf*/
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
background-color: /*#1FA9E9*/ #152950 !important;
background-image: none;
border: 1px solid #001F58;
border-radius: 0px;
color: white;
}
 
.WikiHeader .buttons .share-button { 
margin-top: 3px;
padding: 1px 18px 0px 9px;
position: relative;
}
 
 /*Das macht anscheinend nichts*/
/*.wikia-menu-button.secondary ul li {
  border-top: 1px solid #2B2B2B;
  line-height: normal;
  color: #2B2B2B;
}
/*Das auch nicht*/
/*.WikiHeader .buttons .contribute ul { 
border-bottom: none;
color: #1C1C1C;
border-left: none;
border-right: none;
border-top: none;
box-shadow: 0px 0px 12px black;
padding: 0px;
top: 19px;
width: 160px;
}
/* Das macht auch nichts
.WikiHeader .buttons .contribute { 
margin-top: 1px;
padding-bottom: 0px;
vertical-align: middle;
}
*/
/* Kein Effekt...
.wikia-menu-button.secondary ul { 
background: #1C89BC;
color: #2B2B2B;
border: none;
display: none;
left: -1px;
list-style: none outside none;
margin: 0px;
position: absolute;
top: 19px;
z-index: 100;
}*/
/* Langsam gehen mir die Ideen aus...
.WikiHeader .buttons .contribute ul li a:hover { 
background-color: #1C89BC !important;
text-decoration: none;
color: #2B2B2B;
border-radius: 0px;
}*/
/* Hover zweites Drop-Down Menü*/
.wikia-menu-button.secondary ul a:hover { 
background-color: #1C89BC !important;
text-decoration: none;
color: #2B2B2B !important;
border-radius: 0px;
}

/*Zweites Drop-Down Menü (funktionierte von Anfang an)*/
.wikia-menu-button.secondary ul a { 
background-color: white !important;
color: #2B2B2B !important;
display: block;
}
 /* Hover-Effekt bei erstem Drop-Down Menü*/
.wikia-menu-button ul a:hover { 
background-color: #1C89BC !important;
color: black !important;
border-radius: 0px; 
}

/*Hm :/ Versuch: Gelungen. Design erstes Menü eingefügt :)*/
.wikia-menu-button ul a{
background-color: white !important;
color: #2B2B2B !important;
display: block;
}

/*Macht Hintergrund der Listen weiß, sorgt für den "Hover"-Effekt*/
/*.wikia-menu-button ul {     
background-color: #ffffff !important;
color: black !important;
border: 0px solid #ffffff !important;
}*/

.wikinav2 .WikiaRail > .WikiaSearch, .wikinav2 .WikiaSearchHeader > .WikiaSearch { 
margin-top: -10px;
}

.wikia-menu-button > a, .wikia-menu-button > li > a { 
border-bottom-left-radius: 0px;
}

.wikia-menu-button.secondary > a:hover, .wikia-menu-button.secondary .drop:hover, .wikia-menu-button.secondary > li > a:hover { 
background-color: #1C89BC;
background-image: none;
text-decoration: none !important;
border-radius: 0px;
color: black;
}

.wikia-menu-button > a:hover, .wikia-menu-button .drop:hover, .wikia-menu-button > li > a:hover { 
background-color: #1C89BC;
background-image: none;
text-decoration: none !important;
border-radius: 0px;
color: white;
}

/*****************************/
/*Newsbox (Notification box)*/
/***************************/

.WikiaNotifications,
#WikiaNotifications {
    right:40px;
}
 
.WikiaNotifications li {
    display:block;
}
 
.WikiaNotifications li div  {
    background: #152950 !important;
  /*  overflow: visible;*/
    padding: 10px;
    position: relative;
    border:2px #152950 solid;
    max-width:200px;
    min-width:100px;
    box-shadow:0 0 20px #152950;
    border-radius:0;
}
 
.WikiaNotifications li div a {
    color: #D5E5FF;
    text-decoration:none;
    letter-spacing:0px;
    text-transform:none;
    width:auto;
    display:inline-block;
}
 
.WikiaNotifications li div a:hover {
    color:#D5E5FF;
    background:none;
}
 
.WikiaNotifications li div a:link.external { 
    color: #D5E5FF; 
}
 
.WikiaNotification li div p {
    color:#FFFFFF;
}
 
.WikiaNotifications li div a,
.WikiaNotifications li div a:link {
    color:#D5E5FF;
    font-weight:bold;
    text-transform:none;
    letter-spacing:normal;
 
}
 
.WikiaNotifications li div p {
    color:white;
}
 
.WikiaBadgeNotification  { 
    color:white;
    text-transform:none;
    letter-spacing:0px
}

.WikiaNotifications .WikiaBadgeNotification .notification-details,
.WikiaBadgeNotification .notification-details,
.WikiaBadgeNotification .nofication-details:hover,
.WikiaBadgeNotification .notification-details a,
.WikiaBadgeNotification .notification-details a:hover {
    color:silver;
}

/*** WIDGETS ***/
.widget {
	background-color: #0e192d;
	border-color: #71d1ef;
	color: #FFFFFF;
}
.widget a {
	color: #71D1EF !important;
}
dt.widget_title {
	background: #A9BADB url(https://images.wikia.nocookie.net/masseffect/images/8/8f/WidgetTitle.jpg);
	color: #000;
}
#navigation .menu-item {
	border-color: #71D1EF;
}
#navigation a {
	color: #FFFFF !important;
}
#navigation a:hover, .navigation-hover {
	background-color: #71d1ef;
	color: #333 !important;
}
#link_box, #link_box_dynamic {
	background: #000 !important;
}
#link_box a, #link_box_dynamic a {
	color: #71D1EF !important;
}
#link_box_table td {
	padding: 2px 5px;
}
#navigation_widget {
	border-color: #71D1EF;
}
#search_button {
	background-image: url(https://images.wikia.nocookie.net/common/skins/monaco/gaming/images/search.png);
}
* html #search_button {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images.wikia.nocookie.net/common/skins/monaco/gaming/images/search.png', sizingMethod='crop');
}
#search_box {
	background: #A9BADB url(https://images.wikia.nocookie.net/masseffect/images/8/8f/PageBar.jpg);
}
.community_details {
	border: none;
	background: #000 !important;
}

/* Community widget */
.WidgetCommunity .community_header {
   color: #EEEEEE;
   background: transparent;
   border-bottom: none;
}
.WidgetCommunity .article_count {
   font-size: 10pt;
   color: #EEEEEE;
}
.WidgetCommunity .toolbar {
   background: transparent;
   border-top: none;
}
.WidgetCommunity li strong {
   font-size: 10pt;
   font-weight: bold;
}
.WidgetCommunity li cite {
   font-size: 9pt;
   font-weight: normal;
}
.wikia_button {
   background: transparent url(https://images.wikia.nocookie.net/masseffect/images/2/2e/WikiaButton.png) no-repeat scroll -360px -62px;
}
.wikia_button span {
   background: transparent url(https://images.wikia.nocookie.net/masseffect/images/2/2e/WikiaButton.png) no-repeat scroll right top;
   color: #000;
}


.widget_answers_note a { color: #00f; }

/*** HEADER AND FOOTER ***/
#wikia_header {
	background-color: #0e192d;
	border-color: #71d1ef;
}
#userData a, #wikiaBranding a {
	color: #FFFFF;
}
#header_username a {
	color: #71D1EF;
}
#wikia_footer {
	color: #FFFFFF;
}
#wikia_footer a {
	color: #EEEEEE;
}
#wikia_corporate_footer {
	border-top: none;
}
#wikia_logo {
   background-image: url(https://images.wikia.nocookie.net/masseffect/images/6/62/WikiaLogo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images.wikia.nocookie.net/masseffect/images/6/62/WikiaLogo.png', sizingMethod='crop');
}
.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(https://images.wikia.nocookie.net/masseffect/images/4/4c/HeaderMenuButton.png);
   color: #000;
}
* html .headerMenuButton dt, * html .headerMenuButton dd {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images.wikia.nocookie.net/masseffect/images/4/4c/HeaderMenuButton.png', sizingMethod='crop');
}

/*** PAGE ***/
body {
	color: #FFFFF;
}
#wikia_page {
	background: #0e192d;
	border-color: #71D1EF;
	color: #FFFFFF;
}
#wikia_page a, #bodyContent a.extiw, #bodyContent a.extiw:active {
	color: #71d1ef;
}
#wikia_page a.new {
	color: #C20C20;
}
#wikia_page a:visited {
	color: #809def;
}
#wikia_page code {
	background-color: #112266;
	color: #FFFFFF;
}
#page_bar {
	background: #A9BADB url(https://images.wikia.nocookie.net/masseffect/images/8/8f/PageBar.jpg);
}
#page_tabs li {
	background: #555;
	color: #FFFFFF;
}
#page_tabs li.selected, #page_tabs li.selected a {
	background: #0e192d;
	color: #FFFFFF !important;
}
pre {
	background-color: #909FBA;
	border: 1px dashed #FFF;
	color: #FFFFFF;
}
#articleFooter {
	background-color: transparent;
}
#articleFooter strong {
	color: #FFFFFF;
}
#preftoc li {
	background-color: #AEBEE0;
}
#preftoc li a {
	color: #FFFFFF;
}

#wikia_page table.toc,
#catlinks,
#wikia_page table.gallery td,
ul#filetoc,
#preferences,
.prefsection table,
.prefsection legend
{
	background-color: #09101D;
	color: #FFFFFF;
}

table.gallery {
	background-color: #09101D;
}
table.gallery td {
	border: 0;
}

div.thumbinner {
	color: #000000  !important;
}

.problemReportsList .odd {
	background-color: #09101D !important;
	color: #FFFFFF !important;
}


/* color fixes */
#page_controls a {color: #000 !important}

#pagehistory li.selected,
#toc,
.toc,
.toccolours,
.mw-warning {
    background-color: #1E293D;
    color: #FFFFFF
}
#pagehistory li {
	border-color: #0E192D;
}

table.diff,
td.diff-otitle,
td.diff-ntitle,
td.diff-article {
    background-color: #0e192d;
}

td.diff-context {
    background-color: #3e495d;
    color: #FFFFFF !important;
}

td.diff-deletedline {
	background-color: #2e594d;
	color: #FFF !important;
}

td.diff-addedline {
    background-color: #2e594d;
    color: #FFFFFF !important;
}

div.noarticletext {
   background: transparent;
   border: 1px solid #333;
   color: #FFFFFF;
}
.not-patrolled {
   background-color: #1E293D;
}

/* IE fixes for star rating */
* html .star-rating,
* html .star-rating li a.hover,
* html .star-rating li.current-rating
{
	background-image: url('https://images.wikia.nocookie.net/common/skins/monaco/images/star-rating.black.png');
}

.mw-plusminus-pos { color: #00FF00 !important; }
.mw-plusminus-neg { color: #FF0000 !important; }

.editsectionbutton {
	background-color: #09101d;
	border: 1px solid #ffcb3b;
	color: #09101d;
}

/* Special pages */
#lu-result .TablePager a {
	color:blue;
}
#lu-result .TablePager a.new {
	color:red;
}

h4.mw-specialpagesgroup {
	background-color: #9DAECC;
	color: #000000;
}

/* User masthead */
#user_masthead {
   background: #0E192D;
}
#user_masthead h2 {
   color: #EEEEEE;
}
#user_masthead li a {
   color: #112266 !important;
}
#user_masthead ul.nav_links li.selected, #user_masthead ul.nav_links li.selected a {
   background: #D5EBFF;
   color: #112266;
}
body.masthead-regular #page_bar, body.masthead-special #page_bar, 
body.masthead-regular #page_bar a, body.masthead-special #page_bar a {
   background: #D5EBFF;
   color: #112266;
}
.dark_text_1 {
   color: #D5EBFF;
}

/* Blog form */

#blogPostForm, #blogInfo {
	color: #EEEEEE;
}
div.blog-comm-input {
	background: #09101D;
	border: 1px solid #777;
}
/* ---- Template:Adversary ---- */
.enemy-ME {
   background-color: #1e1e2e;
   border: 1px solid #334;
}
.enemy-ME .col-left {
   background-color: #223;
}
.enemy-ME .lifebar-box {
   background: url('https://images.wikia.nocookie.net/masseffect/images/c/c9/ME-Enemy-HB-Container-Background.png') 3px center no-repeat;
   margin: auto; 
   width: 220px;
   height: 55px;
}
.enemy-ME .lifebar-box div {
   vertical-align: center;
   margin: auto;
} 
.enemy-ME .lifebar-text {
   text-align: center;
   font-weight: bold;
   width: 230px;
   height: 20px;
   line-height: 20px;
   padding-top: 9px;
   padding-bottom: 4px;
   text-shadow: #000 1px 1px 1px;
}
.enemy-ME .lifebar-image {
   width: 104px;
   height: 13px;
   line-height: 9px;
}
.enemy-ME .health  { color: #ff0000; }
.enemy-ME .shields { color: #33A1C9; }
 
/* ---- Template:GegnerDetailsME2 ---- */
.enemy-ME2 {
   background: #260700;
   border: 1px solid #813A1B;
}
.enemy-ME2 .col-left {
   background-color: #3E0F00;
}
.enemy-ME2 .lifebar-box {
   width: 200px;
   height: 57px;
   background: url('https://images.wikia.nocookie.net/masseffect/images/7/71/ME2-Enemy-HB-Container-Background.png') no-repeat;
   font-weight: bold;
   text-align: center;
   margin: auto;
}
.enemy-ME2 .lifebar-box div {
   width: 200px;
   margin: auto;
   vertical-align: top;
} 
.enemy-ME2 .lifebar-text {
   height: 20px;
   width: 240px;
   padding-top: 3px;
}
.enemy-ME2 .lifebar-image {
   height: 25px;
}
.enemy-ME2 .health   { color: #ff0000; }
.enemy-ME2 .armor    { color: #ff5000; }
.enemy-ME2 .shields  { color: #33A1C9; }
.enemy-ME2 .barriers { color: #6a5acd; }
 
/* ---- Template:AdversariesME3 ---- */
.enemy-ME3 {
   background-color: #0f2849;
   border: 1px solid #14345e;
}
.enemy-ME3 .col-left {
   background-color: #14345E;
}
.enemy-ME3 .lifebar-box {
   width: 200px;
   height: 62px;
   font-weight: bold;
   text-align: center;
   background: url('https://images.wikia.nocookie.net/__cb20120412022902/masseffect/images/e/ef/ME3_Enemy_Container.png') no-repeat;
   margin: 4px auto;
}
.enemy-ME3 .lifebar-box div {
   width: 172px;
   margin: auto;
   vertical-align: top;
} 
.enemy-ME3 .lifebar-text {
   height: 20px;
   padding-top: 5px;
   color: #FFC17B;
   text-shadow: #01101D 1px 1px 1px;
}
.enemy-ME3 .lifebar-image {
   height: 30px;
   padding-top: 1px;  
   background: url('https://images.wikia.nocookie.net/__cb20120412022629/masseffect/images/2/2a/ME3_Enemy_Background.png') no-repeat center 1px;
}
.enemy-ME3 .health   { color: #ff0000; }
.enemy-ME3 .armor    { color: #ff931e; }
.enemy-ME3 .shields  { color: #00ffff; }
.enemy-ME3 .barriers { color: #b748b7; }

/* ME2 Giveaway tweaks */

#bodyContent a[href^="mailto:"], .link-mailto {
	background: transparent !important;
}
.me2giveaway { 
   background: #000 url('https://images.wikia.nocookie.net/masseffect/images/4/40/ME2bg1.jpg') no-repeat;
}
.opacity70 {
   background: url('https://images.wikia.nocookie.net/masseffect/images/c/ca/70opacity.png') repeat;
}


/* ------ ME3 MP character infobox styles ------ */
.character-ME3MP {
    background-color: #0f2849;
    border: 1px solid #14345e;
    padding: 0.2em;
    width: 270px;
    color: #fff;
    font-size: .9em;
    vertical-align: middle;
    border-radius: 2px 2px 2px 2px;
    margin: 0 0 2em 2em;
    float: right;
    clear: right;
    text-align: center;
}
 
.character-ME3MP .title {
    font-size: 1.1em;
    text-align: center;
    background-color: #184573;
}
 
.character-ME3MP .col-left {
    width: 36%;
    background-color: #184573;
    text-align: right;
    padding: 0 0.5em;
}
 
.character-ME3MP .col-right {
    width: 64%;
    background-color: #173b6b;
    padding-left: 4px;
    text-align: left;
}
 
.character-ME3MP .gewöhnlich {
    color: #419ae8;
}
 
.character-ME3MP .ungewöhnlich {
    color: #adadad;
}
 
.character-ME3MP .selten {
    color: #d1ba21;
}
 
.character-ME3MP .ultra-selten {
    color: #000;
}

 
/**Interlanguages**/
.WikiaArticleInterlang a[href^='//masseffect']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151122/planet-alcatraz/ru/images/6/67/Icon_American.png');}
.WikiaArticleInterlang a[href^='http://pl.']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151123/planet-alcatraz/ru/images/5/5e/Icon_Polish.png');}
.WikiaArticleInterlang a[href^='http://uk.']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151124/planet-alcatraz/ru/images/b/ba/Icon_Ukrainian.png');}
.WikiaArticleInterlang a[href^='http://de.']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151122/planet-alcatraz/ru/images/d/dd/Icon_de.png');}
.WikiaArticleInterlang a[href^='http://es.']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151123/planet-alcatraz/ru/images/a/a0/Icon_es.png');}
.WikiaArticleInterlang a[href^='http://fr.']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151123/planet-alcatraz/ru/images/f/f2/Icon_fr.png');}
.WikiaArticleInterlang a[href^='http://nl.']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151123/planet-alcatraz/ru/images/c/c5/Icon_nl.png');}
.WikiaArticleInterlang a[href^='http://ca.']:before {content:url('https://images.wikia.nocookie.net/__cb20140408151122/planet-alcatraz/ru/images/7/7a/Icon_Catalan.png');}
.WikiaArticleInterlang a[href^='http://fi.']:before {content:url('https://images.wikia.nocookie.net/codigo-lyoko/es/images/4/42/Flag_FI.png');}
.WikiaArticleInterlang a[href^='http://it.']:before {content:url('https://images.wikia.nocookie.net/codigo-lyoko/es/images/a/a1/Flag_IT.png');}
.WikiaArticleInterlang a[href^='http://hu.']:before {content:url('https://images.wikia.nocookie.net/__cb20140522035629/masseffect/ru/images/6/6e/Meg.png');}
.WikiaArticleInterlang a[href^='http://ru.']:before {content:url('https://images.wikia.nocookie.net/__cb20140613100028/masseffect/es/images/c/c4/Icon_russian_flag.gif');}
.WikiaArticleInterlang a[href^='http://cs.']:before {content:url('https://vignette.wikia.nocookie.net/masseffect/images/1/15/Icon_cs.png/revision/latest?cb=20151116012749&path-prefix=ru');}
.WikiaArticleInterlang a:before {
padding:3px;
}

/*Alphabetized*/ 
/*sysops*/
a[href="/wiki/Benutzer:Donnerkiesel"],
a[href="/wiki/Benutzer:Phoenixclaw"],
a[href="/wiki/Benutzer:Mars80"] { color:orange !important; font-weight:bold !important; }

/*bureaucrats*/
a[href="/wiki/Benutzer:Raffney"] { color:green !important; font-weight:bold !important; }

/*staff*/
a[href="/wiki/Benutzer:Foppes"],
a[href="/wiki/Benutzer:Mira_Laime"],
a[href="/wiki/Benutzer:ElBosso"] { color:white; !important; font-weight:bold !important; }