Star Trek Online Wiki
Advertisement

In other languages: Deutsch


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: 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.
/**************/
/* 1.18 fixes */
/**************/
table.wikitable {
  color: white;
}

li.gallerybox div.thumb {
  background-color: #030e1a;
}

.mw-abusefilter-history-changed {
  background-color: #001629 !important;
}

table.mw_metadata th {
  background-color: #001629;
  color: #ffffff;
}

table.mw_metadata td {
  background-color: #030e1a;
  color: #ffffff;
}

/**************************/
/* CSS to style infoboxes */
/**************************/
.missioninfo {
  border-color: #134069;
  background-color: #001629;
}

.missionname {
  background-color: #134069;
  color: white;
}

.itemtitle {
  color: white;
}

/****************************
/* Styles for mission pages *
/****************************/
.missiontext {
  border-color: #134069;
  border-radius: 8px;
  background-color: #001629;
}

.missiontext p {
  margin: 12px 0 0 0;
}

/**************************
/* Styles for trait pages *
/**************************/
.requiredtrait {
  background-color: #BB781A !important;
}

.optionaltrait {
  background-color: #146490 !important;
}

/******************
/* General styles *
/******************/
.fptitle {
  background: #134069;
}

.fpbox {
  border-color: #134069;
  background: #001629;
}

/**************************************
/* Styles for image license templates *
/**************************************/
div.imageLicense {
  border-color: #134069;
  background-color: #001629;
}

div.licenseHeading {
  background-color: #134069;
  color: white;
}


/***********************************************************************
/* Styles for Template:Tabs output specific to the STO federation skin *
/***********************************************************************/
.tabContainer {
  border-color: #134069;
  background-color: #001629;
}

.tab {
  border-color: #134069;
  background-color: #001629;
}

.selectedTab {
  background-color: #134069 !important;
}
Advertisement