source: sandbox/webservice/restclient_new/css/styles.css @ 7822

Revision 7822, 1.0 KB checked in by alexandrecorreia, 11 years ago (diff)

Ticket #2507 - Ajustando a index e o exemplo do novo resclient.

  • Property svn:executable set to *
Line 
1body
2{
3        font-family: Arial, Helvetica, sans-serif;
4}
5
6#page_header
7{
8        background:url(./../images/logo_expresso.png) no-repeat left top;
9        width: 90%;
10        height:100px;
11        margin:10px;
12}
13
14#content
15{
16        font-size : 11pt;
17        text-align: justify;
18}
19
20#content div
21{
22        margin-bottom: 20px;
23}
24
25#content h3
26{
27        font-size : 11pt;
28        font-weight : bold;
29}
30
31.parameters {
32        width: 100%;
33        margin: 10px;
34}
35
36.parameters th {
37        font-size : 12px;
38        text-align : left;
39        border : 0px;
40        border-bottom: 1px dashed #000;
41}
42
43.parameters td {
44        font-size: 11pt;
45}
46
47#exemplos_uso
48{
49        font-size : 11pt;
50        text-align: justify;
51}
52#exemplos_uso a
53{
54        color: red;
55        font-size: 12pt;
56        font-weight: bold;
57        text-decoration: none;
58}
59
60#links_rel
61{
62        font-size : 11pt;
63        text-align: justify;
64}
65
66#resources p
67{
68        font-size : 11pt;
69}
70
71#resources_expresso
72{
73        font-size: 10pt;
74        width: 90%;
75}
76
77#resources_expresso h3
78{
79        font-size: 11pt;
80        font-weight: bold;
81}
82
83#footer {
84
85        background:url(./../images/logo_cia_celepar.png) no-repeat left top;
86        display:block;
87        margin:10px auto 0;
88        text-align:center;
89        width:290px;
90        height:100px;
91}
Note: See TracBrowser for help on using the repository browser.