From: Mike Taylor Date: Thu, 3 Apr 2014 13:36:00 +0000 (+0100) Subject: All mkwsRecords-related styles now also apply to mkwsRecord. X-Git-Tag: 1.0.0~1072 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=035e2cdae53c70e8233d849851adb48b2c7a6c80 All mkwsRecords-related styles now also apply to mkwsRecord. --- diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index 4ebd9ae..14e3475 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -6,6 +6,7 @@ .mkwsPager, .mkwsNavi, .mkwsRecords, +.mkwsRecord, .mkwsTargets, .mkwsStat, .mkwsMOTD { @@ -59,7 +60,8 @@ .mkwsRanking a, .mkwsPager a, .mkwsNavi a, -.mkwsRecords a { +.mkwsRecords a, +.mkwsRecord a { color: #005701; text-decoration: none; } @@ -68,7 +70,8 @@ .mkwsLang a:hover, .mkwsTermlists a:hover, .mkwsPager a:hover, -.mkwsRecords a:hover { +.mkwsRecords a:hover, +.mkwsRecord a:hover { text-decoration: underline; } @@ -134,11 +137,13 @@ font-weight: bold; } -.mkwsRecords div.record { +.mkwsRecords div.record, +.mkwsRecord div.record { padding: 5px; } -.mkwsRecords div.details { +.mkwsRecords div.details, +.mkwsRecord div.details { border: 1px solid #404040; background: #e8e8e8; color: #A9A9A9; @@ -151,13 +156,15 @@ -webkit-border-top-right-radius: 10px; } -.mkwsRecords div.details th { +.mkwsRecords div.details th, +.mkwsRecord div.details th { text-align: right; vertical-align: top; padding-right: 0.6em; } -.mkwsRecords div.details th:after { +.mkwsRecords div.details th:after, +.mkwsRecord div.details th:after { content: ":"; }