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

Revision 7808, 686 bytes checked in by alexandrecorreia, 11 years ago (diff)

Ticket #2507 - Criado um novo cliente REST para teste/documentação no Expresso.

  • 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_cia_celepar.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 : 11;
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#resources p
48{
49        font-size : 12pt;
50}
51
52#resources_expresso
53{
54        font-size: 10pt;
55        width: 90%;
56}
57
58#resources_expresso h3
59{
60        font-size: 11pt;
61        font-weight: bold;
62}
63
64
Note: See TracBrowser for help on using the repository browser.