Welcome to Wargaming.net Wiki!

User:Astolfo_Is_My_Waifu:eu/common.css

Jump to: navigation, search

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: Clear the cache in Tools → Preferences

/* Class for AA sidebar warning div */
.b-status_aa_warning2 {
  border-color: #f8c4b0;
  background-color: rgba(254,229,209,0.38) !important;
  background: none;
  max-width: 66%;
  margin: 0 17px 17px 0;
  padding: 3px;
}

/* Class for supership combat instruction header */
.b-super_insert {
  max-width: 66%;
  border-top: 1px solid #f7f7f7;
  border-radius: 4px;
  box-shadow: 1px 0 5px -3px #bbbbbb, -1px 0 8px -4px #bbbbbb;  
  margin: 16px 0;
}
.b-super_insert .b-super_insert_header {
  border-color: rgba(206, 206, 206, 0);
  border-image: none;
  border-style: none solid;
  border-width: medium 1px;
  background: none repeat scroll 0 0 rgba(249, 249, 249, 0.6);
  padding: 6px;
  position: relative;
}
.b-super_insert .b-super_insert_content:before, .b-super_insert .b-super_insert_content:after {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 1px;
  margin: -1px 0 0;
}
.b-super_insert .b-super_insert_content {
  background: none repeat scroll 0 0 rgba(249, 249, 249, 0.12);
  max-width: 100%;
  margin: 0 0 17px 0;
}
.b-super_insert .b-super_insert_content > div {margin: 10px;}
.b-super_insert_header > div *:first-child {margin: 0;}