Editing User:Pangaea/Compare changes

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
/* Navboxes in general */
+
/* Navbox template style */
/* Lore navboxes */
+
/* Navbox container style */
 
+
.navbox {
.navbox_title {
+
     border: 1px solid #9F6A00;
    background: #4A040A;
 
    color: #ffffff;
 
    font-size:90%;
 
}
 
 
 
/* Newer Navbox template style */
 
table.navbox {
 
     border: 1px solid #67676;
 
    clear: both;
 
 
     font-size: 88%;
 
     font-size: 88%;
 +
    text-align: center;
 +
    width: 100%;
 
     margin: auto;
 
     margin: auto;
 
     padding: 1px;
 
     padding: 1px;
     text-align: center;
+
     clear: both;
    width: 100%;  
 
 
}
 
}
  
/* Border between adjacent navboxes */
+
.navbox-inner,
table.navbox + table.navbox {
+
.navbox-subgroup {
     margin-top: -1px;
+
     width: 100%;
 
}
 
}
  
 +
/* Title, group and above/below styles */
 +
.navbox-group,
 
.navbox-title,
 
.navbox-title,
.navbox-abovebelow,
+
.navbox-abovebelow {
table.navbox th {
+
     text-align: center;
     padding-left: 1em;
+
     padding: 0.25em 1em;
     padding-right: 1em;
+
     line-height: 1.5em;
     text-align: center;
 
 
}
 
}
  
.navbox-group {
+
/* Group style */
    font-weight: bold;
+
th.navbox-group {
    padding-left: 1em;
 
    padding-right: 1em;
 
 
     white-space: nowrap;
 
     white-space: nowrap;
 +
    /* @noflip */
 +
    text-align: right;
 
}
 
}
  
/* Base background */
+
.navbox,
.navbox, .navbox-subgroup {
+
.navbox-subgroup {
     background: #0f0f0f;
+
     background-color: transparent;
 
}
 
}
  
 
.navbox-list {
 
.navbox-list {
     border-color: #0f0f0f;   /* Must match background color */
+
    line-height: 1.8em;
 +
     border-color: transparent; /* Must match background color */
 
}
 
}
  
 
/* Level 1 color */
 
/* Level 1 color */
.navbox-title,
+
.navbox th,
table.navbox th {
+
.navbox-title {
     background: #151414;
+
     background-color: #282828;
     color: #fff;
+
    border: 0 solid #9F6A00;
 +
     color: #FFFFFF;
 
}
 
}
  
/* Level 2 styling */
+
/* Level 2 color */
 
.navbox-abovebelow,
 
.navbox-abovebelow,
.navbox-group,
+
th.navbox-group,
 
.navbox-subgroup .navbox-title {
 
.navbox-subgroup .navbox-title {
     background: #1c1b1b;
+
     background: #282828;
    color: #fff;
 
 
}
 
}
  
/* Level 3 styling */
+
/* Level 3 color */
 
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-abovebelow {
 
.navbox-subgroup .navbox-abovebelow {
     background: #242222;
+
     background: #444444;
     color: #fff;
+
}
 +
 
 +
/* Odd row striping */
 +
.navbox-odd {
 +
     background: transparent;
 
}
 
}
  
 
/* Even row striping */
 
/* Even row striping */
 
.navbox-even {
 
.navbox-even {
     background: #1C1E20;
+
     background-color: rgba(128,128,128,0.3);
    color: #fff;
 
 
}
 
}
  
/* Odd row striping */
+
/* Single pixel border between adjacent navboxes */
.navbox-odd {
+
table.navbox + table.navbox {
     background: transparent;
+
     margin-top: -1px;
 
}
 
}
+
 
.collapseButton {
+
/* Default styling for Navbar template */
 +
.navbar {
 +
    font-size: 88%;
 
     font-weight: normal;
 
     font-weight: normal;
    width: auto;
 
 
}
 
}
  
.navbox .collapseButton {
+
/* Navbar styling when nested in infobox and navbox */
 +
.navbox .navbar {
 +
    display: block;
 +
    font-size: 100%;
 +
}
 +
 
 +
.navbox-title .navbar {
 +
    float: left;
 +
    text-align: left;
 +
    margin-right: 0.5em;
 
     width: 6em;
 
     width: 6em;
 
}
 
}
+
 
.navbar {
+
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
    font-size: 88%;
+
.mw-collapsible-toggle {
 
     font-weight: normal;
 
     font-weight: normal;
 +
    /* @noflip */
 +
    text-align: right;
 
}
 
}
  
.navbox .navbar {
+
.navbox .mw-collapsible-toggle {
     font-size: 100%;
+
     width: 6em;
 
}
 
}
+
 
table.collapsed tr.collapsible {
+
/* .navbox .mw-collapsible-toggle a, */
     display: none;
+
.wikitable .mw-collapsible-toggle a {
 +
     color: #F58120 !important;
 
}
 
}
/* End of new Navbox styling */
 

Please note that all contributions to RimWorld Wiki are considered to be released under the CC BY-SA 3.0 (see RimWorld Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)