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

From NetHackWiki
Jump to navigation Jump to search
m (test)
m (test)
 
(12 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
body.ns-100 span[id^="line"]:hover { background-color:#ffe0e0; }
 
body.ns-100 span[id^="line"]:hover { background-color:#ffe0e0; }
  
 
+
.forumlist th { border-bottom: 2px solid black; }
body.page-Special_RecentChanges div#bodyContent div table { border:1px solid #fff0f0 !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; }
 
 
 
body.page-Special_RecentChanges div#bodyContent div table:nth-child(even) {
 
    background-color:#f0f0f0 !important
 
}
 
 
 
/*body.page-Special_RecentChanges div#bodyContent > div > table { background-color:#ffffa0 !important }*/
 

Latest revision as of 16:50, 13 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; }

.forumlist th { border-bottom: 2px solid black; }