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 */
+
/* ======= Table Styles  ============== */
/* Lore navboxes */
 
  
.navbox_title {
+
table.wikitable,
     background: #4A040A;
+
table.cargoTable,
 +
table.TablePager,
 +
table.mw_metadata,
 +
table.mw_metadata td,
 +
table.mw-abuselog-details {
 +
     border: 0px solid #7E5900;
 
     color: #ffffff;
 
     color: #ffffff;
     font-size:90%;
+
     border-collapse: separate;
 +
    border-spacing: 0;
 +
    padding: 0;
 +
    background: transparent;
 
}
 
}
  
/* Newer Navbox template style */
+
table.dataTable thead .sorting_asc {}
table.navbox {
+
table.dataTable thead .sorting_desc {}
    border: 1px solid #67676;
+
 
    clear: both;
+
table.wikitable > tr > th,
    font-size: 88%;
+
table.wikitable > * > tr > th,
    margin: auto;
+
table.cargoTable > tr > th,
    padding: 1px;
+
table.cargoTable > * tr > th,
     text-align: center;
+
table.TablePager th,
     width: 100%;  
+
table.mw_metadata th,
 +
table.mw-abuselog-details th {
 +
     background-color: transparent;
 +
     color: #ffffff;
 
}
 
}
  
/* Border between adjacent navboxes */
+
table.wikitable > tr > th,
table.navbox + table.navbox {
+
table.wikitable > tr > td,
     margin-top: -1px;
+
table.wikitable > * > tr > th,
 +
table.wikitable > * > tr > td,
 +
table.cargoTable > tr > th,
 +
table.cargoTable > tr > td,
 +
table.cargoTable > * > tr > th,
 +
table.cargoTable > * > tr > td,
 +
table.TablePager td,
 +
table.TablePager th,
 +
table.mw_metadata td,
 +
table.mw_metadata th,
 +
table.mw-abuselog-details td,
 +
table.mw-abuselog-details th {  
 +
     border: 1px solid #7E5900;
 
}
 
}
  
.navbox-title,
+
 
.navbox-abovebelow,
+
table.wikitable:not(.jquery-tablesorter) tr:nth-child(even) td,
table.navbox th {
+
table.wikitable.jquery-tablesorter tbody tr:nth-child(odd) td,
    padding-left: 1em;
+
table.cargoTable:not(.jquery-tablesorter) tr:nth-child(even) td,
    padding-right: 1em;
+
table.cargoTable.jquery-tablesorter tbody tr:nth-child(odd) td {
     text-align: center;
+
     background-color: rgba(114,70,8,.1);
 
}
 
}
  
.navbox-group {
+
table.wikitable tr:nth-child(even) {
     font-weight: bold;
+
     background: rgba(0,0,0,0.5);
    padding-left: 1em;
+
}
    padding-right: 1em;
+
table.wikitable tr:nth-child(odd) {
     white-space: nowrap;
+
     background: transparent;
 
}
 
}
  
/* Base background */
+
table.cargoTable tr:nth-child(even) {
.navbox, .navbox-subgroup {
+
     background: rgba(0,0,0,0.5);
     background: #0f0f0f;
 
 
}
 
}
 
+
table.cargoTable tr:nth-child(odd) {
.navbox-list {
+
     background: transparent;
     border-color: #0f0f0f;   /* Must match background color */
 
 
}
 
}
  
/* Level 1 color */
+
.skin-hydradark .TablePager tr:hover td {
.navbox-title,
+
     background-color: rgba(255,255,255,.1);
table.navbox th {
 
     background: #151414;
 
    color: #fff;
 
 
}
 
}
  
/* Level 2 styling */
 
.navbox-abovebelow,
 
.navbox-group,
 
.navbox-subgroup .navbox-title {
 
    background: #1c1b1b;
 
    color: #fff;
 
}
 
  
/* Level 3 styling */
+
/* --- Table sections --- */
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-abovebelow {
 
    background: #242222;
 
    color: #fff;
 
}
 
  
/* Even row striping */
+
table.wikitable > tr > th.section,
.navbox-even {
+
table.wikitable > * > tr > th.section,
     background: #1C1E20;
+
table.cargoTable > tr > th.section,
     color: #fff;
+
table.cargoTable > * > tr > th.section {
 +
     background-color: rgba(42,26,3,0.6);
 +
     color: #DCC086;
 +
    font-style: italic;
 +
    position: relative;
 +
    font-family: "EBGaramond12-Regular" !important;
 
}
 
}
  
/* Odd row striping */
+
table.wikitable th.section a,
.navbox-odd {
+
table.cargoTable th.section a {
    background: transparent;
+
     color: #c28042 !important;
}
 
 
.collapseButton {
 
     font-weight: normal;
 
    width: auto;
 
 
}
 
}
  
.navbox .collapseButton {
+
table.wikitable th.section .sidenote,
     width: 6em;
+
table.cargoTable th.section .sidenote  {
}
+
     position: absolute;
+
    right: 1em;
.navbar {
+
    bottom: 0.5em;
     font-size: 88%;
+
     font-size: 11px;
 
     font-weight: normal;
 
     font-weight: normal;
 +
    color:#BDA472;
 
}
 
}
 
.navbox .navbar {
 
    font-size: 100%;
 
}
 
 
table.collapsed tr.collapsible {
 
    display: none;
 
}
 
/* 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)