BraveFrontierRPG Wiki
Advertisement

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:RedesignedAdminDashboard.css&only=styles");

/*Unit*/
.unit-container-left {
  width: 50%; 
  position: relative; 
  display: inline-block; 
  margin: 0 0.5em 0 0.5em;
}
.outer-box {
  padding: 2px; 
  border-radius: 4px;
  margin: 0 0 1em 0; 
  background-color: #fff;
}
.unit-headline {
  border-radius: 3px 3px 0 0;
  text-align:center;
  padding: 3px 12px; 
  margin: 0 0 2px 0;
}

/*Vorlage:Weapon*/
.weapon-container {
    padding: 0 2px 2px 2px; 
    border-radius: 4px; 
    box-shadow: 0 0 5px #ffffff;
    margin:0 0 1em 0; 
    background-color:#fff; 
    width: 50%; 
    float: left;
}
.weapon-header {
    border-top-left-radius: 3px; 
    border-top-right-radius: 3px; 
    text-align: center; 
    background-color: #00467c; 
    color: white; 
    padding: 3px 12px; 
    margin: 0 0 2px 0;
    font-weight: bold;
}
.weapon-container h3 {
  margin: 2px 0 0 0;
}
.weapon-container-big h3 {
  margin: 2px 0 0 0;
}
.weapon-header-big {
    border-top-left-radius: 3px; 
    border-top-right-radius: 3px; 
    text-align: center; 
    background-color: #00467c; 
    color: white; 
    padding: 3px 12px; 
    margin: 0 0 2px 0;
    font-weight: bold;
}
.weapon-container-big {
    padding: 0 2px 2px 2px; 
    border-radius: 4px; 
    box-shadow: 0 0 5px #ffffff;
    margin:0 0 1em 0; 
    background-color:#fff; 
    width: 100%; 
    float: left;
}

/*REDESIGN*/
.QuickStatsWidget .WikiaDataTable {
    background: white;
    border: solid 1px #cccccc;
}
.QuickStatsWidget .highlight-top {
    padding-left: 3px;
    margin-left: 6px;
}
#FounderProgressWidget .preview {
    background: white;
    border-color: #cccccc;
}
.AdminDashboard .admin-dashboard-content .control-section header h1 {
    text-transform:uppercase;
    font-weight: 600;
    letter-spacing: 0.15px;
    font-size: 23px;
}
.AdminDashboard .admin-dashboard-content .control-section .controls .control a {
    text-transform:uppercase;
    font-weight: 600;
    letter-spacing: 0.15px;
    font-size: 10px;
    font-family: Arial;
    word-wrap: normal;
}
.AdminDashboard .admin-dashboard-content .control-section .controls .control {
    width: 19%;
}
.AdminDashboardGeneralHeader h2 {
    text-transform:uppercase;
    font-weight: 600;
    letter-spacing: 0.15px;
    font-size: 23px;
    font-family: Arial;
}
.AdminDashboard .admin-dashboard-content .control-section .controls .control .representation, .AdminDashboard .admin-dashboard-content .control-section .controls .control:hover .representation, .AdminDashboard .admin-dashboard-content .control-section .controls .control:active .representation {
    background-color: transparent;
}
.AdminDashboard .admin-dashboard-content .control-section header {
    border-bottom: solid 1px #CCCCCC;
}
.AdminDashboard .admin-dashboard-content .control-section .controls .control .representation .icon {
    background-image: url(https://vignette.wikia.nocookie.net/bravefrontierrpg/images/6/6f/Icons1.png/revision/latest?cb=20170627184244&path-prefix=de);
}
.WikiaRail .module .more {
    border: solid 1px #808080;
    padding: 7px 12px 7px 12px;
    text-transform:uppercase;
    font-weight: 600;
    letter-spacing: 0.15px;
    font-size: 10px;
    font-family: Arial;
    color: #848484;
    margin-top: 10px;
    transition-duration: .3s;
    transition-property: background-color,border-color,color;
}
.WikiaRail .module .more:hover {
    text-decoration: none;
    color: #b3b3b3;
    border-color: #b3b3b3;
}
.WikiaRail .module {
    background: transparent;
    border-color: transparent;
}
.WikiaRail .module h2 {
    border-bottom: solid 1px #cccccc;
    margin-bottom: 15px;
}
#WikiaRail > section.insights-module.insights-light.module h2:before {
    font-family: FontAwesome;
    content: "\f002";
    padding-right: 7px;
    color: rgba(58,58,58,0.75);
}
#WikiaRail > section.HotSpotsModule.module h2:before {
    font-family: FontAwesome;
    content: "\f201";
    padding-right: 7px;
    color: rgba(58,58,58,0.75);
}
#WikiaRail > section.CommunityCornerModule.module h2:before {
    font-family: FontAwesome;
    content: "\f20e";
    padding-right: 7px;
    color: rgba(58,58,58,0.75);
}
#WikiaRail > section.CommunityCornerModule.module h2 {
    color: #3d3d3d;
}
.div #activitytag_5979f601567f90_61357614 {
    border-top: solid 1px #cccccc;
    font-size: 12px;
}
/*========== Team Class ==========*/
.teams {
    margin: 5px auto; 
    padding: 10px; 
    background-color: white; 
    border: solid 1px #ccc;
    max-width: 95%;
    min-height: 285px;
}
.teams:hover {
    box-shadow: 0px 0px 5px #00b7e1;
}
/*========== Trial Class ==========*/
.trial {
    font-size: 30px; 
    font-weight: bold; 
    position: absolute; 
    line-height: normal; 
    margin: 40px;
}
.teams img {
    transition: 300ms;
    -webkit-filter: grayscale(90%);
}
.teams img:hover {
    -webkit-filter: none;
}
/* TOOTTIPS LIKE INGAME */
.sys-popup {
    padding: 18px;
    position: relative;
    background: #2C2C2C;
    background: url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/8/82/Sys_win_line_left.png/revision/latest?cb=20161126112517&path-prefix=fr"), 
                url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/f/f2/Sys_win_line_right.png/revision/latest?cb=20161126112527&path-prefix=fr"),
                url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/8/86/Sys_win_line_top.png/revision/latest?cb=20161126112545&path-prefix=fr"),
                url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/6/67/Sys_win_line_bottom.png/revision/latest?cb=20161126112535&path-prefix=fr"),
                url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/d/d3/Sys_win_corner_lt.png/revision/latest?cb=20161126111335&path-prefix=fr"), 
                url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/a/a6/Sys_win_corner_lb.png/revision/latest?cb=20161126111323&path-prefix=fr"),
                url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/8/86/Sys_win_corner_rt.png/revision/latest?cb=20161126111356&path-prefix=fr"),
                url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/2/28/Sys_win_corner_rb.png/revision/latest?cb=20161126111346&path-prefix=fr"),
                url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/e/e2/Sys_win_base.png/revision/latest?cb=20161126114500&path-prefix=fr");
    background-position: left, right, top, bottom, 
                         top left, bottom left, top right, bottom right, 
                         center;
    background-size: 18px calc(100% - 36px), 18px calc(100% - 36px), calc(100% - 36px) 18px, calc(100% - 36px) 18px, 
                     18px, 18px, 18px, 18px, 
                     calc(100% - 18px) calc(100% - 18px);
    background-repeat: no-repeat;
}
.sys-popup:before {
    position: absolute;
    width: 61px;
    height: 63px;
    top: -9px;
    left: -9px;
    content: url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/d/d5/Sys_win_deco_1.png/revision/latest?cb=20161126111406&path-prefix=fr");
}
.sys-popup:after {
    position: absolute;
    width: 61px;
    height: 63px;
    bottom: -9px;
    right: -9px;
    content: url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/f/f1/Sys_win_deco_2.png/revision/latest?cb=20161126111416&path-prefix=fr");
}
 
.wide-use {
    padding: 5px;
    background-color: #2C2C2C;
    background: url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/2/27/Wide_use_frame_line_left.png/revision/latest?cb=20161126111512&path-prefix=fr") center left no-repeat, 
                url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/8/83/Wide_use_frame_line_right.png/revision/latest?cb=20161126111524&path-prefix=fr") center right no-repeat,
                url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/6/6e/Wide_use_frame_line_top.png/revision/latest?cb=20161126111503&path-prefix=fr") top center no-repeat,
                url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/0/09/Wide_use_frame_line_bottom.png/revision/latest?cb=20161126111449&path-prefix=fr") bottom center no-repeat;
}
.text-white {
  color: white !important;  
}
.text-white a {
  color: inherit !important;  
}
/* Tabber */
.tabbertab {
    background: white !important;
}

/* right column on home page => 320px for News' iframe */
@media only screen and (min-width:1024px) {
    .wikia-main-page-tag-lcs, .main-page-tag-lcs-exploded {
        width: -webkit-calc(100% - 360px);
        width: -moz-calc(100% - 360px);
        width: calc(100% - 360px);
    }
    .main-page-tag-rcs {
        width: 340px;
    }
}
/* Picture tweaks */
.WikiaArticle .thumbcaption {font-size:9pt;}
.WikiaArticle .picture-attribution {display:none;}
/* unit detail page anime support */
.unit-toggle:hover ~ .unit-avatar {visibility:hidden;}
.unit-toggle ~ .unit-avatar {visibility:visible;}
.unit-toggle:hover ~ .unit-anime {visibility:visible;}
.unit-toggle ~ .unit-anime {visibility:hidden;}
/*Floating Table Header Class*/
.floatingHeader {position: fixed;top: 0;visibility: hidden;z-index:999;}
/** Display headers in tabbers **/
.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 {
    display:block !important;
}
/*Tighten flytabs*/
.tabs li a {
    padding: 1px 8px;
}
/*Support Tighten Tables*/
.article-table.tight td,
.article-table.tight th:first-child {
    padding:0 6px;
}
/*remove bottom border for last row in table*/
.article-table.tight tr:last-child > th,
.article-table.tight tr:last-child > td {
 border-bottom: none;
}
/*unit stats*/
.unit-statup {
 background-color: #e3ffe3;
}
.unit-statup:before {
 content: '↑';
 float: right;
 position: relative;
 margin: -4px -10px;
 font-size: small;
 overflow: hidden;
 height: 7px;
 line-height: 8px;
}
.unit-statdn {
 background-color: #ffe3e3;
}
.unit-statdn:before {
 content: '↓';
 float: right;
 position: relative;
 margin: -4px -10px;
 font-size: small;
 overflow: hidden;
 height: 8px;
 line-height: 0px;
}
.noborder {
border-top:0;
border-bottom:0;
}
.nobordertop{
border-top:0;    
}
/* Hover Class */
.hoverimage img { opacity:0.70; filter:alpha(opacity=70); /* For IE8 and earlier */ }
.hoverimage img:hover { opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */ }
/* Navigation Hover Class */
.hovernav img { opacity:0.70; filter:alpha(opacity=70); /* For IE8 and earlier */ }
.hovernav img:hover { opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */ }
/*elemental background*/
.bgfeuer {
 background-image: url(https://vignette.wikia.nocookie.net/bravefrontierrpg/images/f/fa/Dungeon_battle_fire.jpg/revision/latest?cb=20161121130609&path-prefix=de);
}
.bgwasser {
 background-image: url("https://vignette.wikia.nocookie.net/bravefrontierrpg/images/2/2c/Dungeon_battle_water.jpg/revision/latest?cb=20161121133308&path-prefix=de") !Important;
}
.bgerde {
 background-image: url(https://vignette.wikia.nocookie.net/bravefrontierrpg/images/7/78/Dungeon_battle_earth.jpg/revision/latest?cb=20161121133307&path-prefix=de) !Important;
}
.bgdonner {
 background-image: url('https://vignette.wikia.nocookie.net/bravefrontierrpg/images/b/bc/Dungeon_battle_thunder.jpg/revision/latest?cb=20161121133307&path-prefix=de') !Important;
}
.bglicht {
 background-image: url(https://vignette.wikia.nocookie.net/bravefrontierrpg/images/9/95/Dungeon_battle_light.jpg/revision/latest?cb=20161121133307&path-prefix=de) !Important;
}
.bgdunkel {
 background-image: url(https://vignette.wikia.nocookie.net/bravefrontierrpg/images/7/79/Dungeon_battle_dark.jpg/revision/latest?cb=20161121133305&path-prefix=de) !Important;
}
.bgarena {
 background-image: url('https://vignette.wikia.nocookie.net/bravefrontierrpg/images/e/ea/Dungeon_battle_arena.jpg/revision/latest?cb=20150501003254&path-prefix=de') !Important;
}
.grayscale{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);filter:grayscale(100%)
}

/*Staff (on Wikia)*/
a[href$="/wiki/Benutzer:Nekky-chan"] {
    color:#005aff !important;
	background: transparent url(https://vignette.wikia.nocookie.net/bravefrontierrpg/images/8/86/Gumi_logo.png/revision/latest?cb=20180416171215&path-prefix=de) no-repeat !important;
	padding-left: 13px !important;
	font-weight: bold !important;
}
a[href$="/wiki/Benutzer:Reztreha"] {
    color:#169203 !important;
	background: transparent url(https://vignette.wikia.nocookie.net/bravefrontierrpg/images/8/86/Gumi_logo.png/revision/latest?cb=20180416171215&path-prefix=de) no-repeat !important;
	padding-left: 13px !important;
	font-weight: bold !important;
}
a[href$="/wiki/Benutzer:Sasrisu"] {
    color:#14e568 !important;
	background: transparent url(https://vignette.wikia.nocookie.net/bravefrontierrpg/images/8/86/Gumi_logo.png/revision/latest?cb=20180416171215&path-prefix=de) no-repeat !important;
	padding-left: 13px !important;
	font-weight: bold !important;
}
a[href$="/wiki/Benutzer:Quage89"] {
    color:#005aff !important;
	background: transparent url(https://vignette.wikia.nocookie.net/bravefrontierrpg/images/8/86/Gumi_logo.png/revision/latest?cb=20180416171215&path-prefix=de) no-repeat !important;
	padding-left: 13px !important;
	font-weight: bold !important;
}

/*Bots*/
a[href$="/wiki/Benutzer:NekkyBot"] {
	background: url(https://vignette.wikia.nocookie.net/bravefrontierrpg/images/8/8c/Bot-gears.png/revision/latest?cb=20170506175822&path-prefix=de) center left no-repeat !important;
	padding-left: 21px !important;
	font-weight: bold !important;
}	
a[href$="/wiki/Benutzer:Matxx25bot"] {
	background: url(https://vignette.wikia.nocookie.net/bravefrontierrpg/images/8/8c/Bot-gears.png/revision/latest?cb=20170506175822&path-prefix=de) center left no-repeat !important;
	padding-left: 21px !important;
	font-weight: bold !important;
}
Advertisement