Main Page

User:SynthSy/tweeki-white-theme.css

From Arks-Visiphone
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.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: 1px;
    border-width: 1px 1px 1px;
    -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;
}


textarea#target, input#wpReason, textarea#replacement, input[type="text"], table#mw-allmessagestable, input#wpSummary, select#mw-allmessages-form-lang, table.sortable.jquery-tablesorter, select#mw-table_pager_limit_label, select#wpMode, textarea#wpPage, input#wpFile, input#username, select, input#mw-log-user, input#mw-log-page {
    color: #c8c8c8;
}