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-radius: 4px;
    border-width: 1px 1px 1px;
    padding: 0 !important;
    background-color: #1c1e22;
    border: 1px solid #0c0d0e;
    border-radius: 1px;
    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;
}
table.wikitable.sortable.jquery-tablesorter {
	background-color: #1c1e22;
    border: 1px solid #0c0d0e;
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
    background-color: #1c1e22;
    text-align: center;
}
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;
}
pre, .mw-code {
    color: #c8c8c8;
    background-color: #1c1e22;
    border: 1px solid #0c0d0e;
    border-radius: 1px;
    padding: 1em;
}
#wpTextbox1 {
    color: #c8c8c8 !important;
    background-color: #1c1e22;
}
input#searchInput {
    color: #c8c8c8;
    background-color: #1c1e22;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: color: #c8c8c8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}