User:Timeshifter/common.css

From Cannabis
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.
/* Changes made here on this user CSS page usually show up right away with Ctrl-F5, etc.. 
/* Or up to 15 seconds later. 
/* Changes made on overall site CSS page can take up to 5 minutes to show up. Though it is often very fast. */

/* Height of wikitext editing window */
textarea {height:200px}

/* Black background test - Used mainly for small divs and tables 
/* Plain text color, and link color, are also set.
/* Allows use on the news list, news archive, and on multiple wikis. 
/* http://cannabis.shoutwiki.com/wiki/Template:News_list/sandbox3 */

.myblackbackground {
    background-color: black !important;
    color: white !important;
    padding: 3px;
}
.myblackbackground a:link { color: lime; }
.myblackbackground a:visited { color: palegreen !important; }



/* Dark background color tests. Link and plain text colors tested too. 
/* Short news list tested. 
/* http://cannabis.shoutwiki.com/wiki/Template:News_list/sandbox */

.mydarkbackground {
    background-color: maroon;
    color: white;
    padding: 3px;
}
.mydarkbackground a:link { color: lime; }
.mydarkbackground a:visited { color: palegreen !important; }

.mydarkbackground div.thumbinner {background-color: maroon; }
/* background color for transparent images and image captions */



/* Dark background color tests. Link and plain text colors tested too. 
/* Longer news list tested. 
/* http://cannabis.shoutwiki.com/wiki/Template:News_list/sandbox2 */

.mydarkbackgroundlong {
    background-color: maroon;
    color: white;
    padding: 3px;
}
.mydarkbackgroundlong a:link { color: lime; }
.mydarkbackgroundlong a:visited { color: palegreen !important; }

.mydarkbackgroundlong div.thumbinner {background-color: maroon; }
/* background color for transparent images and image captions */