]> git.sur5r.net Git - bacula/bacula/blob - gui/baculum/framework/Wsat/themes/PradoSoft/main.css
baculum: New Baculum API and Baculum Web
[bacula/bacula] / gui / baculum / framework / Wsat / themes / PradoSoft / main.css
1 html, body{
2     margin: 0px;
3     padding: 0px;
4     font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
5     font-weight: normal;
6 }
7
8 #header {
9     font-size:25px;
10     font-weight:bold;
11     color: #666;
12 }
13
14 .logo{
15     width: 204px;
16     height:100px;
17     background-image: url('imgs/pradologo.gif');
18     background-repeat: no-repeat;
19     float: left;
20 }
21
22 .mantisbg{
23     width: 221px;
24     height: 100px;
25     background-image: url('imgs/mantisbg.jpg');
26     background-repeat: no-repeat;
27     float: right;
28 }
29
30 .mainmenu {
31     padding:10px;
32     padding-right:10px;
33     background:#EDEDED;
34     border-bottom: 1px solid #A6A6A6;
35     border-top: 1px solid #DCDCDC;
36     color:white;
37     text-align:right;
38     font-size: 10pt;
39 }
40
41 .mainmenu a {
42     color:#737373;
43     text-decoration:none;
44 }
45
46 .mainmenu a:hover {
47     color: #FF0000;
48 }
49
50 #toc {
51     background-color: #F3F3F3;
52     width:220px;
53     padding:0px 10px 0px 10px;
54     float: left;
55 }
56
57 #content {
58     padding: 1em 1em 1em 1em;
59     line-height: 135%;
60     float: left;
61     width: 700px;
62 }
63
64 .topic {
65     font-size: 9pt;
66     padding: 0px 0px 0px 0px;
67 }
68
69 .topic div {
70     background-image: url('imgs/arrowdown.gif');
71     background-repeat: no-repeat;
72     background-position: left center;
73     margin: 0px;
74     font-size: 8pt;
75     font-weight:bold;
76     color:#2A480A;
77     padding: 5px;
78     padding-left: 15px;
79     border-top: 1px solid #fff;
80     border-bottom: 1px solid #E2E2E2;
81 }
82
83 .topic ul
84 {
85     margin: 0px;
86     padding: 0px;
87 }
88
89 .topic ul li
90 {
91     list-style: none;
92     margin: 0px;
93     padding: 5px;
94     padding-left: 15px;
95     border-bottom: 1px dotted #D8D8D8;
96 }
97
98 .topic a {
99     color:#4F811A;
100     font-size: 8pt;
101     text-decoration: none;
102 }
103
104 .topic a:hover {
105     color:#2A480A;
106 }
107
108 /* form styles */
109 .form_row{
110     margin: 10px;
111 }
112
113 .in_text{
114     width: 250px; 
115 }
116
117 .login_form{
118     text-align: center;
119     margin: 30px auto;
120     border: 1px solid red;
121     border-radius: 5px;
122     padding: 10px;
123     width: 250px;
124     font-size: 11px;
125 }
126
127 .green_panel{
128     background-color: #C5FBBD;
129     border: 1px solid #76C376;
130     padding: 10px;
131     margin: 10px 0;
132     border-radius: 5px;
133     text-align: center;
134 }
135
136 .red_panel{
137     background-color: #ff6666;
138     border: 1px solid red;
139     padding: 10px;
140     margin: 10px 0;
141     border-radius: 5px;
142     text-align: center;
143 }
144
145 #footer {
146     clear:both;
147     color: gray;
148     font-size:8pt;
149     text-align:center;
150     margin-top:25px;
151     padding:10px;
152 }
153
154 .section_title {
155     margin: 10px; 
156     font-size: 16px; 
157     font-weight: bold
158 }