[dw-nonfree] Put FAQ highlighting CSS into site scheme
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/4ccc1a61d21f]
http://bugs.dwscoalition.org/show_bug.cgi?id=3062
Tweak the CSS styling for search results, and put them into the site skin
stylesheets.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3062
Tweak the CSS styling for search results, and put them into the site skin
stylesheets.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/tropo/tropo-purple.css
- htdocs/stc/tropo/tropo-red.css
-------------------------------------------------------------------------------- diff -r abd8deb306c4 -r 4ccc1a61d21f htdocs/stc/tropo/tropo-purple.css --- a/htdocs/stc/tropo/tropo-purple.css Tue Jan 25 12:22:32 2011 +0800 +++ b/htdocs/stc/tropo/tropo-purple.css Tue Jan 25 17:54:05 2011 +0800 @@ -235,6 +235,13 @@ a:active, background-color: #d3afec; color: #000; } +.searchhighlight { + background: #d3afec; + color: #000; + padding: 0.2em; + font-weight: bold; +} + .inset-box { background-color: #fff; border-right: 1px solid #d3afec; diff -r abd8deb306c4 -r 4ccc1a61d21f htdocs/stc/tropo/tropo-red.css --- a/htdocs/stc/tropo/tropo-red.css Tue Jan 25 12:22:32 2011 +0800 +++ b/htdocs/stc/tropo/tropo-red.css Tue Jan 25 17:54:05 2011 +0800 @@ -232,6 +232,12 @@ a:active, border-color: #c1272c; background-color: #ffd8d8; color: #000; +} +.searchhighlight { + background: #ffd8d8; + color: #000; + padding: 0.2em; + font-weight: bold; } .inset-box { background-color: #fff; --------------------------------------------------------------------------------