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

From NetHackWiki
Jump to navigation Jump to search
m (test)
m (test)
Line 15: Line 15:
 
body.page-Special_RecentChanges div#bodyContent table { width:100% }
 
body.page-Special_RecentChanges div#bodyContent table { width:100% }
  
body.page-Special_RecentChanges div#bodyContent tr:nth-child(even) {
+
body.page-Special_RecentChanges div#bodyContent div.mw-changeslist-expanded tr:nth-child(even){
     background-color:#a0f0ff !important
+
     background-color:#e0e0e0 !important
 +
}
 +
body.page-Special_RecentChanges div#bodyContent table:nth-child(even) {
 +
    background-color:#f0e0e0 !important
 
}
 
}
  
 
/*body.page-Special_RecentChanges div#bodyContent > div > table { background-color:#ffffa0 !important }*/
 
/*body.page-Special_RecentChanges div#bodyContent > div > table { background-color:#ffffa0 !important }*/

Revision as of 15:22, 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; }




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 table:nth-child(even) {
    background-color:#f0e0e0 !important
}

/*body.page-Special_RecentChanges div#bodyContent > div > table { background-color:#ffffa0 !important }*/