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

From NetHackWiki
Jump to navigation Jump to search
m (test)
m (test)
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 > div > table { border:1px solid green !important }
  
 
body.page-Special_RecentChanges div#bodyContent > div > table { width:100% }
 
body.page-Special_RecentChanges div#bodyContent > div > table { width:100% }
 
body.page-Special_RecentChanges div#bodyContent > div > table > tr > td { width:10% }
 
body.page-Special_RecentChanges div#bodyContent > div > table > tr > td { width:10% }
body.page-Special_RecentChanges div#bodyContent > div > table > tr > td:nth-child(even) { background-color:#ffa0ff !important }
+
body.page-Special_RecentChanges div#bodyContent > div > table:nth-child(even) {
 +
    background-color:#ffa0ff !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 14:39, 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 > div > table { border:1px solid green !important }

body.page-Special_RecentChanges div#bodyContent > div > table { width:100% }
body.page-Special_RecentChanges div#bodyContent > div > table > tr > td { width:10% }
body.page-Special_RecentChanges div#bodyContent > div > table:nth-child(even) {
    background-color:#ffa0ff !important
}

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