Difference between revisions of "User:Pangaea/Compare changes"

From RimWorld Wiki
Jump to navigation Jump to search
(Quite some changes, so try to import directly from W3 CSS instead of Help wiki)
(wikitable)
Line 1: Line 1:
/* Tabs and menus */
+
/* Wikitable */
#left-navigation {
+
table.wikitable {
    margin-left: 11em;
+
  background: transparent;
 +
  border: none;
 +
  color: #373737;
 +
  margin: 0 0 10px 0;
 +
  padding: 3px 6px;
 
}
 
}
  
#right-navigation {
+
table.wikitable th,
    margin-right: 5.5em;
+
table.wikitable tr th,
 +
table.wikitable > tr > th,
 +
table.wikitable > * > tr > th {
 +
  border: 1px solid #5a5a5a;
 +
  background: rgba(128,128,128,0.5);
 +
  color: var(--text-color);
 
}
 
}
  
div.vectorTabs,
+
table.wikitable td,
div.vectorTabs span,
+
table.wikitable tr td,
div.vectorTabs li.selected,
+
table.wikitable > tr > td,
div.vectorTabs ul,
+
table.wikitable > * > tr > td {
div.vectorTabs ul li,
+
  border: 1px solid #5a5a5a;
div.vectorTabs li a {
+
  background: transparent;
    background-color: rgba(0, 0, 0, 0);
 
    background-image: none;
 
 
}
 
}
  
div.vectorTabs ul li {
+
/* Match CategoryTree arrow color with theme */
    margin-right: 5px;
+
.CategoryTreeToggle { color: #F37F20; }
}
 
  
div.vectorTabs li span {
 
    background: #AB0000;
 
    background-image:-moz-linear-gradient(center top, #AB0000 0%, #4A040A 100%);
 
    background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#AB0000), color-stop(100%,#4A040A));
 
    background-image:-webkit-linear-gradient(top, #AB0000 0%, #4A040A 100%);
 
    background-image:-o-linear-gradient(top, #AB0000 0%, #4A040A 100%);
 
    background-image:-ms-linear-gradient(top, #AB0000 0%, #4A040A 100%);
 
    background-image: linear-gradient(to bottom, #AB0000 0%, #4A040A 100%);
 
    display: inline-block;
 
    border: 1px solid #4A040A;
 
    border-radius: 4px;
 
    padding: 2px 10px;
 
    margin-top: 0.5em;
 
    height: 19px;
 
    text-align: center;
 
}
 
  
div.vectorTabs li a {
+
.TablePager,
     background-image: none;
+
.mw-datatable,
     margin-top: -16px;
+
table.mw_metadata {
 +
     background-color: transparent;
 +
     border: 1px solid #969696;
 
}
 
}
  
div#mw-head a,
+
.TablePager th,
div#mw-head div.vectorTabs a,
+
.mw-datatable th,
div#mw-head div.vectorMenu a,
+
table.mw_metadata th {
.vectorTabs li a span,
+
     background-color: rgba(96, 96, 96, 0.5);
div.vectorMenu h3 span {
+
     border: 1px solid #969696;
     color: #c0c0c0;
+
     color: #ffffff;
    font-weight: bold;
 
}
 
 
 
div#mw-head li.new a,
 
div#mw-head li.new a:visited {
 
    color: #fc0000 !important;
 
     text-shadow: 1px 1px #000000;
 
}
 
 
 
div.vectorTabs ul li:first-child {
 
    border-image: none;
 
    border-left: medium none;
 
}
 
 
 
div#mw-head li.selected a,
 
div#mw-head li.selected a span,
 
div#mw-head div.vectorTabs li.selected a,
 
div#mw-head div.vectorTabs li.selected a:visited {
 
     color: #ffffff !important;
 
    font-weight: bold;
 
}
 
 
 
div#p-sharing .menu {
 
    background-color: #000000;
 
    box-shadow: 0 0.1em 0.75em #d5d4d4;
 
    margin-left: 45px;
 
    min-width: 0px;
 
    width: 48px;
 
}
 
 
 
#p-sharing #socialIconImages img {
 
    width: 100%;
 
}
 
 
 
#p-sharing #socialIconImages a {
 
    width: 40px;
 
}
 
 
 
div.vectorMenu h3 span {
 
    font-weight: bold;
 
    padding-top: 0;
 
}
 
 
 
div.vectorMenu h3 span::after {
 
    top: 0;
 
 
}
 
}
  
div.vectorMenu h3:hover span,
+
.TablePager tr:hover td,
div.vectorMenu h3:focus span {
+
.mw-datatable tr:hover td {
 +
    background-color: rgba(128,128,128, 0.3) !important;
 
     color: #ffffff;
 
     color: #ffffff;
 
}
 
}
  
div#mw-head div.vectorMenu h4,
+
.TablePager th a,
div#p-variants.vectorMenu #mw-vector-current-variant {
+
.mw-datatable th a,
    color: #FFFFFF;
+
table.mw_metadata th a {
    font-weight: bold;
+
     color: #FFFFFF !important;
    padding-top: 0.2em;
 
    text-shadow: none;
 
}
 
 
 
.vectorTabs #ca-unwatch.icon a,
 
.vectorTabs #ca-watch.icon a {
 
     padding: 16px 0 0;
 
}
 
 
 
div#mw-head div.vectorMenu h3 {
 
    background: #AB0000;
 
    background-image:-moz-linear-gradient(center top, #AB0000 0%, #4A040A 100%);
 
    background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#AB0000), color-stop(100%,#4A040A));
 
    background-image:-webkit-linear-gradient(top, #AB0000 0%, #4A040A 100%);
 
    background-image:-o-linear-gradient(top, #AB0000 0%, #4A040A 100%);
 
    background-image:-ms-linear-gradient(top, #AB0000 0%, #4A040A 100%);
 
    background-image: linear-gradient(to bottom, #AB0000 0%, #4A040A 100%);
 
    display: inline-block;
 
    border: 1px solid #4A040A;
 
    border-radius: 4px;
 
    padding: 2px 10px;
 
    margin-top: 0.5em;
 
    margin-bottom: 0.5em;
 
    height: 19px;
 
    text-align: center;
 
 
}
 
}
 
+
div.vectorMenu div.menu {
+
.TablePager td,
    border: none;
+
.mw-datatable td,
    left: auto;
+
table.mw_metadata td {
    margin-left: 5px;
+
     background-color: transparent;
    right: 0;
+
     border: 1px solid #969696;
    top: 40px;
 
}
 
 
 
div#mw-head div.vectorMenu ul {
 
     background-color: #000000;
 
    background-image: none;
 
     border-right: 5px none;
 
    box-shadow: 0 0.1em 0.75em #d5d4d4;
 
}
 
 
 
div#mw-head div.vectorMenu li a {
 
    color: #7AB1CC;
 
}
 
 
 
div#mw-head div.vectorMenu li a:hover {
 
    color: #c0c0c0;
 
 
}
 
}

Revision as of 19:45, 13 July 2019

/* Wikitable */ table.wikitable {

 background: transparent;
 border: none;
 color: #373737;
 margin: 0 0 10px 0;
 padding: 3px 6px;

}

table.wikitable th, table.wikitable tr th, table.wikitable > tr > th, table.wikitable > * > tr > th {

 border: 1px solid #5a5a5a;
 background: rgba(128,128,128,0.5);
 color: var(--text-color);

}

table.wikitable td, table.wikitable tr td, table.wikitable > tr > td, table.wikitable > * > tr > td {

 border: 1px solid #5a5a5a;
 background: transparent;

}

/* Match CategoryTree arrow color with theme */ .CategoryTreeToggle { color: #F37F20; }


.TablePager, .mw-datatable, table.mw_metadata {

   background-color: transparent;
   border: 1px solid #969696;

}

.TablePager th, .mw-datatable th, table.mw_metadata th {

   background-color: rgba(96, 96, 96, 0.5);
   border: 1px solid #969696;
   color: #ffffff;

}

.TablePager tr:hover td, .mw-datatable tr:hover td {

   background-color: rgba(128,128,128, 0.3) !important;
   color: #ffffff;

}

.TablePager th a, .mw-datatable th a, table.mw_metadata th a {

   color: #FFFFFF !important;

}

.TablePager td, .mw-datatable td, table.mw_metadata td {

   background-color: transparent;
   border: 1px solid #969696;

}