Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- This will make the Study Stack site very dark if you use Stylish...
- Study Stack site: https://www.studystack.com/
- Chrome Extension: https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe
- */
- html {
- color: #67cdfb;
- background: #1f1f1f;
- }
- a {
- color: #8BC34A;
- }
- #clickToFlip {
- color: white;
- background-color: black;
- }
- .primaryBackground {
- background-color: darkslategray;
- }
- .infoMessage {
- color: white;
- background-color: black !important;
- }
- #fc_container {
- background-color: darkslategray;
- }
- #currentCard {
- color: white;
- background-color: black !important;
- }
- #theTable td {
- background-color: #1f1f1f;
- }
- #theTable th {
- color: black;
- background-color: #2095f0;
- }
- .linedCard {
- color: white;
- background: black !important;
- }
- .linedCardSmall {
- color: white;
- background: black !important;
- }
- .action {
- color: #f5f5f5;
- }
- .evenRow {
- background-color: #203535;
- }
- .oddRow {
- background-color: #1f1f1f;
- }
- /* Delete everything below here if the site gets messed up. */
- #tabContent {
- background: darkslategray !important;
- }
- table.tablesorter tbody td {
- color: black;
- background-color: #bbdaf7;
- }
- table.tablesorter thead tr th, table.tablesorter tfoot tr th {
- background-color: #1f1f1f;
- border: 1px solid #bbdaf7;
- }
- table.tablesorter {
- background-color: #1f1f1f00;
- }
- .logStack a, .logStack a:visited {
- color: #6c8692;
- }
- .boxedForm {
- border: 1px solid #959492;
- }
- .article-white {
- background: blue;
- }
- table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
- background-color: #3b5998;
- }
- table.tablesorter {
- font-family: monospace;
- }
- .headerMessage {
- color: white;
- background-color: red;
- border-color: red;
- }
- .errorMessage {
- color: white;
- background-color: red;
- border-color: red;
- }
- #incorrectBox {
- top: 301px;
- left: 8px;
- background-color: red;
- }
- #correctBox {
- top: 110px;
- left: 8px;
- background-color: forestgreen;
- color: white;
- }
- #remainingBox {
- top: 190px;
- left: 648px;
- background-color: royalblue;
- color: white;
- }
- .cardBox {
- height: 50px;
- line-height: 50px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement