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 *
RevLine 
[7808]1body
2{
3        font-family: Arial, Helvetica, sans-serif;
4}
5
6#page_header
7{
[7822]8        background:url(./../images/logo_expresso.png) no-repeat left top;
[7808]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{
[7816]27        font-size : 11pt;
[7808]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
[7816]47#exemplos_uso
[7808]48{
[7816]49        font-size : 11pt;
50        text-align: justify;
[7808]51}
[7816]52#exemplos_uso a
53{
54        color: red;
55        font-size: 12pt;
56        font-weight: bold;
57        text-decoration: none;
58}
[7808]59
[7816]60#links_rel
61{
62        font-size : 11pt;
63        text-align: justify;
64}
65
66#resources p
67{
68        font-size : 11pt;
69}
70
[7808]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
[7822]83#footer {
[7808]84
[7822]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.