Note: After publishing, 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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Kill scroll boxes */
table.scrollbox {
height: auto !important;
margin: 0px;
display: inline;
}
table.scrollbox tr > td {
width: 100%;
}
table.scrollbox tr > td > div {
border: none;
padding-left: 0px;
display: inline;
}
/* 3-D stuff from April Fools' Day 2011 - One of these days I'm going to track down a pair of 3-D glasses. */
/************************************************************************************************************
* {
color: red !important;
text-shadow: 2px 1px 0px cyan !important;
}
h1#firstHeading {
text-shadow: 3px 2px 0px cyan !important;
filter: Shadow(Color=cyan,
Direction=135,
Strength=3);
}
input[type="text"], input[type="password"], textarea, #wpOldTitle, #wpReason, #wpSummary {
color: black !important;
text-shadow: none !important;
background-color: #EFF !important;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, #wpOldTitle:focus, #wpReason:focus, #wpSummary:focus, #searchInput:focus {
background-color: #FFF3F3 !important;
}
a:link {
color: #C03 !important;
text-shadow: 2px 1px 0px cyan !important;
filter: Shadow(Color=cyan,
Direction=135,
Strength=3);
}
a:visited {
color: #C03 !important;
text-shadow: 2px 1px 0px cyan !important;
filter: Shadow(Color=cyan,
Direction=135,
Strength=3);
}
a:hover {
color: #F03 !important;
text-shadow: 3px 2px 0px cyan !important;
filter: Shadow(Color=cyan,
Direction=135,
Strength=3);
}
a:active {
color: #F03 !important;
text-shadow: 3px 2px 0px cyan !important;
filter: Shadow(Color=cyan,
Direction=135,
Strength=3);
}
a.new {
color: #F33 !important;
}
************************************************************************************************************/