Difference between revisions of "User:Paxed/monaco.css"

From NetHackWiki
Jump to navigation Jump to search
m (test)
(wikia caching makes css testing into exercise in frustration.)
Line 9: Line 9:
 
/* hilite Source-namespace source lines when mouse hovering */
 
/* hilite Source-namespace source lines when mouse hovering */
 
body.ns-100 span[id^="line"]:hover { background-color:#ffe0e0; }
 
body.ns-100 span[id^="line"]:hover { background-color:#ffe0e0; }
 
 
 
 
body.page-Special_RecentChanges div#bodyContent table { width:100% }
 
 
body.page-Special_RecentChanges div#bodyContent div.mw-changeslist-expanded tr:nth-child(even){
 
    background-color:#e0e0e0 !important
 
}
 
body.page-Special_RecentChanges div#bodyContent > div > table:nth-child(even) {
 
    background-color:#e0ffe0 !important
 
}
 
 
/*body.page-Special_RecentChanges div#bodyContent > div > table { background-color:#ffffa0 !important }*/
 

Revision as of 15:31, 4 September 2010

body.ns-talk dd,
body.ns-talk dd dd dd,
body.ns-talk dd dd dd dd dd,
body.ns-talk dd dd dd dd dd dd dd,
body.ns-talk dd dd dd dd dd dd dd dd dd {
  padding:0.25em;
}

/* hilite Source-namespace source lines when mouse hovering */
body.ns-100 span[id^="line"]:hover { background-color:#ffe0e0; }