source: companies/serpro/help/css/index.css @ 903

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

Importacao inicial do Expresso do Serpro

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