source: trunk/help/templates/azul/css/index.css @ 1078

Revision 1078, 1.0 KB checked in by niltonneto, 15 years ago (diff)

Ticket #475 - Adição do template azul no módulo de ajuda.

  • Property svn:executable set to *
Line 
1.titulo
2    {font-size: 18.0pt;
3     font-family: "Verdana";
4     position:  absolute;
5     top:10px;
6     color: white;
7     right:     5px;
8     z-index:0;
9     };
10p.item
11    {font-size: 16.0pt;
12     font-family: "Arial";
13     text-align: justify;}
14div.texto
15    {font-size: 9.0pt;
16     font-family: "Arial";
17     text-align: justify;
18     text-indent: 50;
19     margin: 10px;}
20table.texto
21    {font-size: 9.0pt;
22     font-family: "Arial";
23     text-align: justify;
24     text-indent: 0;
25     margin: 0px;
26     padding: 0px;
27     position: relative;
28     bottom: 15px;}
29table.links
30    {font-size: 8.0pt;
31     font-family: "Verdana";
32     text-align: center;
33     text-indent: 0;
34     margin: 10px;
35     border-spacing:5px;}
36p.back
37    {font-size: 10.0pt;
38     font-family: "Arial";
39     text-align: right;}
40a:link
41    {color:blue;
42    text-decoration:underline;
43    text-underline:single;}
44a:visited
45    {color:purple;
46    text-decoration:underline;
47    text-underline:single;}
48a.tabela
49    {color:white;
50    text-decoration:none }
51
Note: See TracBrowser for help on using the repository browser.