source: wikiextrasplugin/trunk/tracwikiextras/htdocs/css/phrases.css

Last change on this file was 10325, checked in by Mikael Relbe, 12 years ago

WikiExtrasPlugin/0.13.1dev: Corrected/improved regexps for attentional wiki phrases. Also; never show a phrase in italics.

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/css
File size: 506 bytes
Line 
1span.wikiextras.phrase {
2    border-radius: 1em;
3    color: #fff8dc;
4    font-family: Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
5    font-size: 0.7em;
6    font-weight: bold;
7    font-style: normal;
8    /*  vertical-align: 20%; */ /* Renders incorrectly in IE9 */
9    padding: 1px 1.2em;
10}
11
12span.wikiextras.phrase.fixme { background-color: #b22222; }
13
14span.wikiextras.phrase.todo { background-color: #000; }
15
16span.wikiextras.phrase.done {
17    border: 1px solid #005200;
18    color: #005200;
19}
Note: See TracBrowser for help on using the repository browser.