User:Ninjamask/User CSS: Difference between revisions

From AniDB
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
/*Style for Temp and Full Votes*/
<pre>/*Style for Temp and Full Votes*/
.vote { font-weight: bold; }
.vote { font-weight: bold; }
.temp { font-weight: normal; font-style: italic; }
.temp { font-weight: normal; font-style: italic; }
 
/*Color for Votes*/
/*Color for Votes*/
.high { color: darkgreen !important; }
.high { color: darkgreen !important; }
.mid { color: darkblue !important; }
.mid { color: darkblue !important; }
.low { color: darkred !important; }
.low { color: darkred !important; }
 
/*Color for Verificationstatus*/
/*Color for Verificationstatus*/
.verified.no { color: darkred; }
.verified.no { color: darkred; }
.verified.yes { color: darkgreen; }
.verified.yes { color: darkgreen; }
 
/*Colors Textfields on Hover*/
/*Colors Textfields on Hover*/
*[type="text"]:hover { background-color:#aaaaff; }
*[type="text"]:hover { background-color:#aaaaff; }
 
/*Colors Tablerows on Hover (doesn't look so good)*/
/*Colors Tablerows on Hover (doesn`t look so good)*/
#layout-main tr:hover, #layout-main tr.g_odd:hover { background-color:powderblue !important; }
#layout-main tr:hover, #layout-main tr.g_odd:hover { background-color:powderblue !important; }
 
/*Hides some Listitems on the menu*/
/*Hides some Listitems on the menu*/
#layout-menu li.myreviews, #layout-menu li.myreports, #layout-menu li.ed2kdump, #layout-menu li.report, #layout-menu li.credits, #layout-menu li.irc { display: none; }
#layout-menu li.myreviews, #layout-menu li.myreports, #layout-menu li.ed2kdump, #layout-menu li.report, #layout-menu li.credits, #layout-menu li.irc { display: none; }
 
/* #layout-nav:before { background-image: url(http://img5.anidb.net/pics/anime/5607.jpg); } */
 
.same_name { background-color:tomato !important; }
 
#layout-main div.userpage_all div.userprefs div.block { max-width:180px; }
 
/*Background for Fully Watched entries - even entries (light)*/
#layout-main div.animelist_all table tr.all_watched,
#layout-main div.producer_all table tr.all_watched,
#layout-main div.latest2_all table tr.all_watched,
#layout-main div.latest2_all table tr td.all_watched,
#layout-main div.character_all div.tabbed_pane_main table tr.all_watched,
#layout-main div.creator_all div.tabbed_pane_main table tr.all_watched,
#layout-main div.anime_all div.tabbed_pane_main table tr.all_watched,
#layout-main div.mylist_all table tr.all_watched,
#layout-main div.group_released table tr.all_watched,
#layout-main div.schedule_all table tr.all_watched,
#layout-main div.lexicon_all table tr.all_watched
{ background-color: #FFFFDD; }
 
/*Background for Fully Watched entries - odd entries (dark)*/
#layout-main div.animelist_all table tr.g_odd.all_watched,
#layout-main div.producer_all table tr.g_odd.all_watched,
#layout-main div.latest2_all table tr.g_odd.all_watched,
#layout-main div.latest2_all table tr.g_odd td.all_watched,
#layout-main div.character_all div.tabbed_pane_main table tr.g_odd.all_watched,
#layout-main div.creator_all div.tabbed_pane_main table tr.g_odd.all_watched,
#layout-main div.anime_all div.tabbed_pane_main table tr.g_odd.all_watched,
#layout-main div.mylist_all table tr.g_odd.all_watched,
#layout-main div.group_released table tr.g_odd.all_watched,
#layout-main div.schedule_all table tr.g_odd.all_watched,
#layout-main div.lexicon_all table tr.g_odd.all_watched
{ background-color: #FFFFBB; }
</pre>

Revision as of 15:58, 23 February 2010

/*Style for Temp and Full Votes*/
.vote { font-weight: bold; }
.temp { font-weight: normal; font-style: italic; }

/*Color for Votes*/
.high { color: darkgreen !important; }
.mid { color: darkblue !important; }
.low { color: darkred !important; }

/*Color for Verificationstatus*/
.verified.no { color: darkred; }
.verified.yes { color: darkgreen; }

/*Colors Textfields on Hover*/
*[type="text"]:hover { background-color:#aaaaff; }

/*Colors Tablerows on Hover  (doesn`t look so good)*/
#layout-main tr:hover, #layout-main tr.g_odd:hover { background-color:powderblue !important; }

/*Hides some Listitems on the menu*/
#layout-menu li.myreviews, #layout-menu li.myreports, #layout-menu li.ed2kdump, #layout-menu li.report, #layout-menu li.credits, #layout-menu li.irc { display: none; }

/* #layout-nav:before { background-image: url(http://img5.anidb.net/pics/anime/5607.jpg); } */

.same_name { background-color:tomato !important; }

#layout-main div.userpage_all div.userprefs div.block { max-width:180px; }

/*Background for Fully Watched entries - even entries (light)*/
#layout-main div.animelist_all table tr.all_watched,
#layout-main div.producer_all table tr.all_watched,
#layout-main div.latest2_all table tr.all_watched,
#layout-main div.latest2_all table tr td.all_watched,
#layout-main div.character_all div.tabbed_pane_main table tr.all_watched,
#layout-main div.creator_all div.tabbed_pane_main table tr.all_watched,
#layout-main div.anime_all div.tabbed_pane_main table tr.all_watched,
#layout-main div.mylist_all table tr.all_watched,
#layout-main div.group_released table tr.all_watched,
#layout-main div.schedule_all table tr.all_watched,
#layout-main div.lexicon_all table tr.all_watched
{ background-color: #FFFFDD; }

/*Background for Fully Watched entries - odd entries (dark)*/
#layout-main div.animelist_all table tr.g_odd.all_watched,
#layout-main div.producer_all table tr.g_odd.all_watched,
#layout-main div.latest2_all table tr.g_odd.all_watched,
#layout-main div.latest2_all table tr.g_odd td.all_watched,
#layout-main div.character_all div.tabbed_pane_main table tr.g_odd.all_watched,
#layout-main div.creator_all div.tabbed_pane_main table tr.g_odd.all_watched,
#layout-main div.anime_all div.tabbed_pane_main table tr.g_odd.all_watched,
#layout-main div.mylist_all table tr.g_odd.all_watched,
#layout-main div.group_released table tr.g_odd.all_watched,
#layout-main div.schedule_all table tr.g_odd.all_watched,
#layout-main div.lexicon_all table tr.g_odd.all_watched
{ background-color: #FFFFBB; }