source: trunk/phpgwapi/js/htmlarea/examples/custom.css @ 2

Revision 2, 1.1 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1body { background-color: #234; color: #dd8; font-family: tahoma; font-size: 12px; }
2
3a:link, a:visited { color: #8cf; }
4a:hover { color: #ff8; }
5
6h1 { background-color: #456; color: #ff8; padding: 2px 5px; border: 1px solid; border-color: #678 #012 #012 #678; }
7
8/* syntax highlighting (used by the first combo defined for the CSS plugin) */
9
10pre { margin: 0px 1em; padding: 5px 1em; background-color: #000; border: 1px dotted #02d; border-left: 2px solid #04f; }
11.code { color: #f5deb3; }
12.string { color: #00ffff; }
13.comment { color: #8fbc8f; }
14.variable-name { color: #fa8072; }
15.type { color: #90ee90; font-weight: bold; }
16.reference { color: #ee82ee; }
17.preprocessor { color: #faf; }
18.keyword { color: #ffffff; font-weight: bold; }
19.function-name { color: #ace; }
20.html-tag { font-weight: bold; }
21.html-helper-italic { font-style: italic; }
22.warning { color: #ffa500; font-weight: bold; }
23.html-helper-bold { font-weight: bold; }
24
25/* info combo */
26
27.quote { font-style: italic; color: #ee9; }
28.highlight { background-color: yellow; color: #000; }
29.deprecated { text-decoration: line-through; color: #aaa; }
Note: See TracBrowser for help on using the repository browser.