User:Pelican/anidb.css

From AniDB
Revision as of 14:45, 3 October 2006 by Der Idiot (talk | contribs) (Reverted edit of Der Idiot, changed back to last version by Pelican)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import "http://www.anidb.net/css/blue/blue.css";

/* Stuff I don't like */
#layout-menu *.up2date,
*.mynav
{
        display: none;
}

/* Stuff that needed to be shifted from bits I don't like to those I do */
#layout-menu *.mycreqs
{
        margin-bottom: 1.2em !important;
}

/* Grey.  Possibly of the gooey variety. */
body
{
        background-color: #B8B8B8;
        color: #202020;
}

td.nav
{
        background-color: #F0F0F0;
}

#layout-nav
{
        background-color: #C0C0C0;
        border-right: .3em solid #D8D8D8;
}

#layout-nav:hover
{
        background-color: #808080;
        border-right-color: #606060;
}

#layout-content :link,
#layout-content :visited
{
        color: #000000;
}

#layout-search form input.text
{
        color: #e0e0e0;
        background-color: #505050;
        border: 1px inset;
}

/* Compensate for the border */
#layout-nav + #layout-content
{
        margin-left: 13.3em;
}

/* Big text? What's this for? */
#layout-content
{
        font-size: larger;
}

/* Tasteless link style modification */
:link,
:visited
{
        text-decoration: underline !important;
}

:link:hover,
:visited:hover
{
        text-decoration: line-through !important;
}

/* What did this do? :/ */
#layout-content div.anime_info div.image
{
        border: 0px none !important;
        padding: none;
}

#layout-content div.anime_info div.image img
{
        border: 0px none !important;
        padding: none;
}

/* Simpler footer */
#layout-footer
{
        text-align: right;
}

#layout-footer:after
{
        content: "";
}