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 */
+
/* ===== Navigation boxes =====*/
/* Lore navboxes */
+
/* Default style for navigation boxes */
 
+
.navbox { /* Navbox container style */
.navbox_title {
+
     width: 100%;
     background: #4A040A;
+
     margin: auto;
    color: #ffffff;
+
     padding: 1px;
     font-size:90%;
 
}
 
 
 
/* Newer Navbox template style */
 
table.navbox {
 
     border: 1px solid #67676;
 
 
     clear: both;
 
     clear: both;
 
     font-size: 88%;
 
     font-size: 88%;
    margin: auto;
 
    padding: 1px;
 
 
     text-align: center;
 
     text-align: center;
     width: 100%;  
+
     border: 1px solid #404040;
 +
    border-radius: 0px;
 
}
 
}
  
/* Border between adjacent navboxes */
+
.navbox-inner,
table.navbox + table.navbox {
+
.navbox-subgroup {
     margin-top: -1px;
+
     width: 100%;
 
}
 
}
  
 +
.navbox-group,
 
.navbox-title,
 
.navbox-title,
.navbox-abovebelow,
+
.navbox-abovebelow {
table.navbox th {
+
     padding: 0.25em 1em; /* Title, group and above/below styles */
     padding-left: 1em;
+
     line-height: 1.5em;
     padding-right: 1em;
 
 
     text-align: center;
 
     text-align: center;
 
}
 
}
  
.navbox-group {
+
th.navbox-group { /* Group style */
    font-weight: bold;
 
    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: rgba(244,236,221,0.1); /* Background color */
 
}
 
}
  
 
.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 */
+
.navbox th,
.navbox-title,
+
.navbox-title {
table.navbox th {
+
    color: #ffffff;
     background: #151414;
+
    background-color: #000000; /* Level 1 color */
     color: #fff;
+
    border: 0px solid #7E5900;
 +
    border-radius: 0px;
 +
 +
    background-image: -moz-linear-gradient(center top, #0A0B0C 80%, #505050 100%);
 +
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(80%,#0A0B0C), color-stop(100%,#505050));
 +
    background-image: -webkit-linear-gradient(top, #0A0B0C 80%, #505050 100%);
 +
    background-image: -o-linear-gradient(top, #0A0B0C 80%, #505050 100%);
 +
     background-image: -ms-linear-gradient(top, #0A0B0C 80%, #505050 100%);  
 +
     background-image: linear-gradient(to bottom, #0A0B0C 80%, #505050 100%);  
 
}
 
}
  
/* Level 2 styling */
 
 
.navbox-abovebelow,
 
.navbox-abovebelow,
.navbox-group,
+
th.navbox-group,
 
.navbox-subgroup .navbox-title {
 
.navbox-subgroup .navbox-title {
     background: #1c1b1b;
+
     background: #7E5900; /* Level 2 color */
     color: #fff;
+
     color: #ffffff;
 +
    border: none;
 +
    border-radius: 0px;
 
}
 
}
  
/* Level 3 styling */
 
 
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-abovebelow {
 
.navbox-subgroup .navbox-abovebelow {
     background: #242222;
+
     background: #A07816; /* Level 3 color */
     color: #fff;
+
}
 +
 
 +
.navbox-odd {
 +
     background: transparent; /* Even row striping */
 
}
 
}
  
/* Even row striping */
 
 
.navbox-even {
 
.navbox-even {
     background: #1C1E20;
+
     background-color: rgba(221,196,149,.2); /* Odd row striping */
     color: #fff;
+
    border-radius: 0px;
 +
}
 +
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
 +
     margin-top: -1px; /* (doesn't work for IE6, but that's okay)   */
 
}
 
}
  
/* Odd row striping */
+
table.nowraplinks.navbox-subgroup {
.navbox-odd {
+
     border-radius: 0px;
     background: transparent;
 
 
}
 
}
+
 
.collapseButton {
+
.mw-customtoggle a,
 +
.mw-collapsible-toggle a,
 +
.mw-collapsible-bracket {
 
     font-weight: normal;
 
     font-weight: normal;
    width: auto;
 
 
}
 
}
  
.navbox .collapseButton {
+
/* ===== Default styling for Navbar template =====*/
    width: 6em;
 
}
 
 
 
.navbar {
 
.navbar {
 +
    display: inline;
 
     font-size: 88%;
 
     font-size: 88%;
 
     font-weight: normal;
 
     font-weight: normal;
 
}
 
}
  
 +
/* Navbar styling when nested in infobox and navbox */
 
.navbox .navbar {
 
.navbox .navbar {
 +
    display: block;
 
     font-size: 100%;
 
     font-size: 100%;
 
}
 
}
+
.navbox-title .navbar {
table.collapsed tr.collapsible {
+
     float: left;
     display: none;
+
    text-align: left;
 +
    margin-right: 0.5em;
 +
    width: 6em;
 
}
 
}
/* 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)