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

From NetHackWiki
Jump to navigation Jump to search
m (test)
m (test)
Line 19: Line 19:
 
body.page-Special_RecentChanges div#bodyContent div table tr > td { width:10%; text-align:left; border 1px dotted pink !important }
 
body.page-Special_RecentChanges div#bodyContent div table tr > td { width:10%; text-align:left; border 1px dotted pink !important }
  
body.page-Special_RecentChanges div#bodyContent div.mw-changeslist-expanded table tr:nth-child(even),
+
/*body.page-Special_RecentChanges div#bodyContent div.mw-changeslist-expanded table tr:nth-child(even),*/
body.page-Special_RecentChanges div#bodyContent div table:nth-child(even) {
+
body.page-Special_RecentChanges div#bodyContent div table tr:nth-child(even) {
     background-color:#80f080 !important
+
     background-color:#a0f080 !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:07, 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 #f0fff0 !important }

body.page-Special_RecentChanges div#bodyContent div table tr td { border:1px solid #f0f0ff; !important }


body.page-Special_RecentChanges div#bodyContent div table { width:100% }
body.page-Special_RecentChanges div#bodyContent div table tr > td { width:10%; text-align:left; border 1px dotted pink !important }

/*body.page-Special_RecentChanges div#bodyContent div.mw-changeslist-expanded table tr:nth-child(even),*/
body.page-Special_RecentChanges div#bodyContent div table tr:nth-child(even) {
    background-color:#a0f080 !important
}

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