From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*USERS*/
a[href$="/User:C.Syde65"]                   { color:#800000 !important; font-weight:bold !important; }

/*POPUPS CSS*/
.popupMoreLink {
  display: block;
  text-align: right;
  cursor: pointer;
}

ins.popupDiff {
  background: #aaffee;
}

del.popupDiff {
  background: #ffe6e6;
}

#selectionPreview {
  border: 2px solid #dddddd;
  background-color: #eeeeff;
  padding: 6px;
}

.navpopup {
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
  padding: 10px;
  padding-bottom: 5px;
  font-size: 11px;
  box-shadow: 0 3px 8px rgba( 50, 50, 50, 0.35 );
  word-wrap: break-word;
}

.navpopup hr {
  color: #aaaaaa !important;
  background-color: #aaaaaa !important;
}

.popupDrag {
  background-color: #ffbe20;
  height: 5px;
  margin-top: -5px;
  margin-bottom: 5px;
}

.popupDragHandle {
  cursor: move;
  position: relative;
}

.popup_menu {
  display: none;
  position: absolute;
  left: 0;
  margin: 0;
  margin-top: 1.4em;
  line-height: 1.25em;
  top: 0;
  z-index: 2;
  width: 10em;
  background: #ffffff;
  border: 1px solid #808080;
  padding: 0 !important;
  margin-left: -6px;
  border-width: 1px 1px 1px 6px;
}

.popup_menu li {
  list-style: none;
  margin:0;
  padding:0;
}

.popup_menu a {
  display: block;
  padding: 3px;
  color: #555555;
}

.popup_menu_row a {
  display: inline-block;
}

.popup_menu_row {
  color: #aaaaaa;
}

.popup_drop {
  display: inline;
  position: relative;
}

.popup_drop a,
.popup_drop a:visited {
  padding: 3px;
  margin: 0;
  font-weight: bold;
  color: #0645ad;
}

.popup_drop:hover .popup_menu,
.popup_drop .popup_menu:hover {
  display: inline;
  background: #ffffff;
  padding: 2px;
  color: #555555;
}

.popup_drop:hover {
  background: #ccccff;
  color: #4444ff;
}

.popup_menu a:hover {
  background: #808080;
  color: #ffffff;
  text-decoration: none;
}

.popup_mainlink {
  font-size: 140%;
  font-weight: bold;
}

.popup_mainlink a {
  color: #000000;
}

a.popup_change_title_link {
  color: #115522;
}

.popup_diff_dates {
  font-style: italic;
  background: none;
}

.popup_menu_item a {
  display: block;
}

.popup_history_row_even {
  background: #eeeeee;
}

.popup_history_date {
  font-weight: bold;
  font-size: 120%;
}

.popupPreview a.extiw,
.popupPreview a.extiw:active {
  color: #3366bb;
  background: none;
  padding: 0;
}

.popupPreview .external {
  color: #3366bb;
}

.popupPreview .plainlinks a {
  background: none !important;
  padding: 0 !important;
}

.popup_menu:hover {
	box-shadow: none !important;
}