|
|
(2 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* CSS placed here will be applied to all skins */ |
− | body{
| |
− | background-color: #121212;
| |
− | color: white;
| |
− | color: rgba(255,255,255,0.6);
| |
− | }
| |
− |
| |
− | a, a:visited{
| |
− | color: white;
| |
− | color: rgba(255,255,255,0.6);
| |
− | }
| |
− |
| |
− | a:hover{
| |
− | color: grey;
| |
− | color: rgba(240,240,240,0.9);
| |
− | text-decoration: none;
| |
− | }
| |
− |
| |
− | a:link{
| |
− | color: #0099ff!important;
| |
− | }
| |
− |
| |
− | .external:hover {
| |
− | text-decoration: none;
| |
− | }
| |
− |
| |
− | .pagetools a, .pagetools a.new, .pagetools a.selected,
| |
− | .pagetools .tab-group a, .pagetools .tab-group a.new, .pagetools .tab-group a.selected{
| |
− | color: white;
| |
− | color: rgba(255,255,255,0.6);
| |
− | }
| |
− |
| |
− | .pagetools a:hover, .pagetools a.new:hover, .pagetools a.selected:hover,
| |
− | .pagetools .tab-group a:hover, .pagetools .tab-group a.new:hover, .pagetools .tab-group a.selected:hover{
| |
− | color: grey;
| |
− | color: rgba(240,240,240,0.9);
| |
− | text-decoration: none;
| |
− | }
| |
− |
| |
− | h1, h2, h3, h4, h5, h6 {
| |
− | color: white;
| |
− | color: rgba(255,255,255,0.87);
| |
− | }
| |
− |
| |
− | ul{
| |
− | list-style-type: none;
| |
− | list-style-image: none;
| |
− | }
| |
− |
| |
− | pre{
| |
− | background-color: #181818;
| |
− | color: white;
| |
− | color: rgba(255,255,255,0.6);
| |
− | border-color: #242424;
| |
− | }
| |
− |
| |
− | .p-navbar{
| |
− | background-color: #202020;
| |
− | }
| |
− |
| |
− | .toc{
| |
− | background-color: #181818;
| |
− | border-color: #242424;
| |
− | }
| |
− |
| |
− | .wikitable > * > tr > th {
| |
− | background-color: #181818;
| |
− | }
| |