Star Trek Online Wiki
No edit summary
mNo edit summary
Line 183: Line 183:
 
}
 
}
   
.skin-hydradark #analytics_grid {
+
/*.skin-hydradark #analytics_grid {
 
grid-template-columns: 1fr 1fr;
 
grid-template-columns: 1fr 1fr;
 
grid-template-rows: auto auto auto auto auto auto auto;
 
grid-template-rows: auto auto auto auto auto auto auto;
Line 194: Line 194:
 
"top_editors active_editors"
 
"top_editors active_editors"
 
"top_search_terms staff_contact";
 
"top_search_terms staff_contact";
}
+
}*/
   
 
/******************
 
/******************

Revision as of 16:32, 18 February 2021

/* CSS placed here will be applied to all skins */
.nomargin p {
  margin-top: 0;
  margin-bottom: 0;
}

pre {
  white-space: pre-wrap;
}

.fakeheading {
  font-weight: normal;
  color: #CCC;
  font-size: 1.1em;
  position: relative;
  top: 12px;
}

.smw-editpage-help { display: none; }

/*
 * Allow limiting of which header levels are shown in a TOC;
 * <div class="toclimit-3">, for instance, will limit to
 * showing ==headings== and ===headings=== but no further.
 * Used in [[Template:TOC]]
 */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}

.noautonum .tocnumber { display: none; }

/************************************
/* Enlarging Semantic Forms warning *
/************************************/
.warningMessage {
  font-size: 12pt;
}

/****************************
/* BoilerRoom Extension Fix *
/****************************/
/* Minor bug: it needs to clear floats */
.boilerRoomFieldSet {
  clear: both;
}

/********************************
/* Foundry portal common styles *
/********************************/
div#foundrysearch #mw-inputbox-ns100 {
  display: none;
}

div#foundrysearch label {
  display: none;
}

div#foundrysearch br {
  display: none;
}

/****************************
/* Assignment common styles *
/****************************/
.assignment-good a {
  color: #7f7 !important;
}

.assignment-bad a {
  color: #faa !important;
}

/**********************************************************************************************
/* Key supporting CSS for Template:Tabs, removing this may break the template's functionality *
/**********************************************************************************************/
.tabContainer {
  position: relative;
  overflow: visible;
  left: 0px;
  top: 0px;
  margin-top: -1px;
}

.tab {
  padding: 0 1em;
  margin-bottom: 0;
}

.tabContent {
  padding: 0 1em;
}

.tabLabel {
  font-size: 120%;
}

/*************************************
/* CSS for Widget:Duty officer icons *
/*************************************/
#doff-headshot-gallery button {
  border: inherit;
  background: inherit;
}

/******************************
/* CSS for userbox containers *
/******************************/
.userboxes-left {
  float: left;
  width: 250px;
}

.userboxes-right {
  float: left;
  width: 250px;
}

/*******************
/* CurseAuth stuff *
/*******************/
.curseauth_container {
  color: #000000;
}

/***************************
/* Display name formatting *
/***************************/
.displayName {
  visibility: hidden;
}

.dnDisplay, 
.dnTag {
  display: none;
}

.dnUser {
  visibility: visible;
}

.mw-userlink .dnUser {
  display: none;
}

.mw-userlink .dnDisplay, 
.mw-userlink .dnTag {
  display: inline;
  visibility: visible;
}

#firstHeading .dnDisplay {
  font-size: 75%;
  float: right;
}

#firstHeading .dnUser {
  visibility: visible;
}

.mw-special-Block .displayName, 
.mw-special-Block .dnDisplay, 
.mw-special-Block .dnTag,
.mw-special-Unblock .displayName, 
.mw-special-Unblock .dnDisplay, 
.mw-special-Unblock .dnTag,
.mw-special-Activeusers .displayName, 
.mw-special-Activeusers .dnDisplay, 
.mw-special-Activeusers .dnTag,
.mw-special-Listusers .displayName, 
.mw-special-Listusers .dnDisplay, 
.mw-special-Listusers .dnTag,
.mw-special-Userrights .displayName, 
.mw-special-Userrights .dnDisplay, 
.mw-special-Userrights .dnTag {
  visibility: visible;
  display: inline;
}

/*.skin-hydradark #analytics_grid {
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto auto auto auto auto auto auto; 
    grid-template-areas: 
        "number_of_pageviews number_of_pageviews" 
        "number_of_visitors geolocation" 
        "top_viewed_pages most_visited_files" 
        "desktop_vs_mobile browser_breakdown" 
        "edits_per_day logged_in_out" 
        "top_editors active_editors" 
        "top_search_terms staff_contact"; 
}*/

/******************
/* Improved CSS for Tabber 
/******************/
 
ul.tabbernav {
    margin: 0;
    padding: 3px 0;
    background-color: #294876;
    text-align: center;
    border-bottom: 0;
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: medium;
}


ul.tabbernav li {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding-top: 0;
}

ul.tabbernav li a {
    padding: 3px .5em;
    margin-left: 3px;
    border-bottom: none;
    border: none;
    text-decoration: none;
    background: #294876;
}

ul.tabbernav li.tabberactive a {
    background-color: #19283d;
    border-bottom: 2px solid #fff;
}

.tabber .tabbertab {
    padding: 5px;
    border: 0;
}

ul.tabbernav li a:visited {
    color: #fff;
}

ul.tabbernav li a:link {
    color: #fff;
}

ul.tabbernav li a:hover,
ul.tabbernav li a:link:hover,
ul.tabbernav li a:visited:hover,
ul.tabbernav li a:active {
    color: #000;
    background: #ffffff;
    border-bottom: 2px solid #fff;
}