Difference between revisions of "MediaWiki:Common.css"
From Learning Languages Through Video Games
Jump to navigationJump to search (Created page with ".js-only { display: none; }") |
(gloss; tbox) |
||
Line 1: | Line 1: | ||
.js-only { | .js-only { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | .gloss { | ||
+ | border-bottom: 1px dotted; | ||
+ | } | ||
+ | |||
+ | .tbox { | ||
+ | color: black; | ||
+ | background-color: #eee; | ||
+ | } | ||
+ | |||
+ | .tbox-fieldtitle { | ||
+ | color: white; | ||
+ | background-color: #44a; | ||
+ | font-weight: bold; | ||
} | } |
Revision as of 18:32, 21 February 2011
.js-only { display: none; } .gloss { border-bottom: 1px dotted; } .tbox { color: black; background-color: #eee; } .tbox-fieldtitle { color: white; background-color: #44a; font-weight: bold; }