Main Page

Difference between revisions of "User:SynthSy/tweeki-white-theme.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 31: Line 31:
 
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 
     border-collapse: collapse;
 
     border-collapse: collapse;
color: white;
+
  color: #c8c8c8;
 
}
 
}
  
 
th.headerSort {
 
th.headerSort {
 
     background-color: transparent;
 
     background-color: transparent;
 +
    color: #c8c8c8;
 
}
 
}
  
Line 41: Line 42:
 
table.wikitable th, table.prettytable th {
 
table.wikitable th, table.prettytable th {
 
     background: transparent;
 
     background: transparent;
 +
    color: #c8c8c8;
 
}
 
}

Revision as of 17:50, 3 March 2018

.btn,
.btn:hover {
  border-color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.toc {
    border: 0px solid #e7e7e7;
    border-radius: 4px;
    border-width: 1px 1px 1px;
    padding: 0 !important;
    background-color: transparent;
    border-style: solid solid;
}

#toctitle {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: White;
}


table.wikitable, table.prettytable {
    margin: 1em 1em 1em 0;
    background-color: #1c1e22;
    border: 1px solid #0c0d0e;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    border-collapse: collapse;
   color: #c8c8c8;
}

th.headerSort {
    background-color: transparent;
    color: #c8c8c8;
}


table.wikitable th, table.prettytable th {
    background: transparent;
    color: #c8c8c8;
}