source: contrib/Dms/css/TreeMenu.css @ 3526

Revision 3526, 1.2 KB checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado modulos Timesheet e DMS para a comunidade.

  • Property svn:executable set to *
  • Property svn:mime-type set to text/plain
Line 
1/* TreeMenu.css
2  A component of HTML_TreeMenu as extended by Chip Chapin
3  2002-10-31 Chip Chapin
4*/
5.tmenu0text {
6  font-family: Verdana, Arial, Helvetica, sans-serif;
7  font-size: 10pt;
8  font-weight: bold;
9}
10.tmenu1text {
11  font-family: Verdana, Arial, Helvetica, sans-serif;
12  font-size: 9pt;
13}
14.tmenu2text {
15  font-family: Arial, Helvetica, sans-serif;
16  font-size: 9pt;
17  font-style: italic;
18}
19.tmenu3text {
20  font-family: Arial, Helvetica, sans-serif;
21  font-size: 7.5pt;
22}
23
24/* Since all menu items are links, the following is equally important
25 * to your menu appearance. 
26 * The main thing you may want to change are the A:link and A:visited colors.
27 */
28*.tmenu0text A:link,*.tmenu1text A:link,*.tmenu2text A:link,*.tmenu3text A:link
29  { text-decoration:none; color:#505080 }
30*.tmenu0text A:visited,*.tmenu1text A:visited,*.tmenu2text A:visited,*.tmenu3text A:visited
31  { text-decoration:none; color:#505080 }
32*.tmenu0text A:active,*.tmenu1text A:active,*.tmenu2text A:active,*.tmenu3text A:active
33  { text-decoration:none; color:#805050 }
34*.tmenu0text A:hover,*.tmenu1text A:hover,*.tmenu2text A:hover,*.tmenu3text A:hover
35  { text-decoration:underline; color:#FF0000 }
Note: See TracBrowser for help on using the repository browser.