Subversion Repositories bacoAlunos

Rev

Rev 1408 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1312 jmachado 1
 
1408 jmachado 2
 
1312 jmachado 3
/****************************Text Size*************************************************/
4
 
5
@font-face {
6
    font-family: Decima;
7
    src: url("../EM-Decima.Pro/OTF/Decima%20Pro.otf") format("opentype");
8
}
9
 
1408 jmachado 10
body{
11
    background-color: #FDFBF5 !important;
12
}
1312 jmachado 13
 
14
#header
15
{
16
    height: 60px;
17
    background-color: white;
18
    border-bottom: 1px solid #8a6100;
1408 jmachado 19
    padding: 3px;
1312 jmachado 20
}
21
#header .logo
22
{
23
    height: 100%;
24
    float:left;
25
}
26
 
27
 
28
.icons
29
{
30
    white-space: nowrap;
31
    width: 1%;
32
}
33
 
1338 jmachado 34
h1 {
35
    font-size: 1.3em !important;
36
    margin: 5;
37
    color: #808081;
38
}
1312 jmachado 39
 
1338 jmachado 40
h3 {
41
    font-size: 1.1em !important;
42
 
43
}
44
h2 {
45
    font-size: 1.2em !important;
46
 
47
}
48
 
49
 
1312 jmachado 50
/*********************************************************************************/
51
 
52
/****************** topnav **********************/
53
 
54
#topnav {
55
    color: black;
56
    text-decoration: none;
57
    border-radius: 4px;
58
    BACKGROUND-COLOR: #E6E6E6;
59
    font-size: .9em !important;
60
    /*FONT: 12px / 20px "bitstream vera sans", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif*/
61
}
62
 
63
/*#topnav LI A:visited*/
64
/*{*/
65
/*COLOR: white;*/
66
/*}*/
67
#topnav LI A:hover {
68
    COLOR: black;
69
    BACKGROUND-COLOR: #FFFFFF
70
}
71
#topnav LI A {
72
    color: white;
73
    text-decoration: underline;
74
}
75
 
76
#topnav UL {
77
    margin-top: 0;
78
    margin-left: 0;
79
    PADDING-RIGHT: 0;
80
    MARGIN-bottom: 2px;
81
    MARGIN-right: 0;
82
    PADDING-TOP: 0;
83
    padding-left: 15px;
84
    LIST-STYLE-TYPE: none
85
}
86
 
87
#topnav LI {
88
    PADDING-RIGHT: 0;
89
    DISPLAY: inline;
90
    PADDING-LEFT: 0;
91
    PADDING-BOTTOM: 0;
92
    MARGIN: 0;
93
    PADDING-TOP: 0;
94
}
95
/*****************************************************************************************/
96
 
97
/************************************* Footer Modules ***********************************/
98
 
99
footer {
100
    border-top: 1px solid #8a6100;
101
    HEIGHT: 50px;
102
    PADDING-TOP: 5px;
103
    text-align: center;
104
    margin-top:5px;
1408 jmachado 105
    background-color: white;
1312 jmachado 106
}
107
 
108
 
109
 
110
 
111
/*************************************************
112
BOOTSTRAP OVERRIDES
113
*************************************************/
114
 
1315 jmachado 115
body
116
{
117
    font-family: Decima, Arial,"bitstream vera sans",Verdana,Helvetica,sans-serif !important;
118
    font-size: 16px !important;
119
    color: #323431 !important;
120
}
121
.form-control
122
{
123
    color: #575253;
124
}
1312 jmachado 125
/*body{
126
    background-color: #ABCEEB !important;
127
}*/
128
/* ESTG IN USE
129
.panel-primary > .panel-heading
130
{
131
    background-color: #EEECE2 !important;
132
    color:#59502C !important;
133
}
134
*/
135
 
136
/* PANEL INFO AMARELO
137
.panel-info {
138
    border-color: #e8d68a !important;
139
}
140
.panel-info > .panel-heading {
141
    color: #8a6100 !important;
142
    background-color: #ffdb96 !important;
143
    border-color: #e8d68a !important;
144
}
145
.panel-info > .panel-heading + .panel-collapse .panel-body {
146
    border-color: #e8d68a !important;
147
}
148
.panel-info > .panel-footer + .panel-collapse .panel-body {
149
    border-color: #e8d68a !important;
150
}
151
*/
152
 
153
/** PANEL INFO IGUAL AO INFO TEXT AZUL*/
154
/* ESTG IN USE
155
.panel-info {
156
    border-color: #bce8f1 !important;
157
}
158
 
159
.panel-info > .panel-heading {
160
   color: #31708f !important;
161
    background-color: #d9edf7 !important;
162
    border-color: #bce8f1 !important;
163
}
164
.panel-info > .panel-heading + .panel-collapse .panel-body {
165
    border-color: #bce8f1 !important;
166
}
167
.panel-info > .panel-footer + .panel-collapse .panel-body {
168
    border-color: #bce8f1 !important;
169
}*/
170
 
171
/*Estilo novo inventado para o baco*/
172
 
173
.alert-disabled {
174
    background-color: #d6d6d6;
175
    border-color: #b0b0b0;
176
    color: #939393; }
177
.alert-disabled hr {
178
    border-top-color: #a3a3a3; }
179
.alert-disabled .alert-link {
180
    color: #5a5a5a; }
181
 
182
 
183
.vcenter {
184
    vertical-align: middle !important;
185
}
186
/* centered columns styles */
187
.row-centered {
188
    text-align:center !important;
189
}
190
 
191
 
192
.navbar-collapse {
193
    max-height:none !important;
194
}
1408 jmachado 195
.logoIpp
196
{
197
    height: 45px;
198
}
199
.navbar-brand
200
{
201
    padding:2px;
202
    margin-right: 25px;
203
}
204
.navbar-brand-2
205
{
206
    padding:15px; !important
207
    margin-right: 25px; !important
208
}
1312 jmachado 209
 
210
/** LIST ITEM INFO PARECIDO AO WARNING ANTIGO PRIMARY
211
.list-group-item-info {
212
    color: #8a6100 !important;
213
    background-color: #ffdb96 !important;
214
}
215
a.list-group-item-info,
216
button.list-group-item-info {
217
    color: #8a6100 !important;
218
}
219
 
220
*/
221
 
222
 
223
.list-group-item-heading {
224
    margin-top: 15px !important;
225
    margin-bottom: 2px !important;
226
    font-weight: bold;
227
    border: 1px solid #5d5846 !important;
228
}
229
 
230
.list-group > .list-group-item-heading:first-child
231
{
232
    margin-top: 0 !important;
233
}
234
 
235
.list-group-item-filled
236
{
237
    padding: 0 !important;
238
}
239
 
240
 
241
.list-group-item-footer
242
{
243
    padding-top: 3px !important;
244
    padding-bottom: 3px !important;
245
    font-size: smaller !important;
246
    background-color: #F1F1F1 !important;
247
}
248
 
249
a:not(.btn)
250
{
251
    color: #0000FF !important;
252
    text-decoration: underline !important;
253
}
254
/*
255
div.list-group-item * span.glyphicon, div.list-group-item * span.icon, div.list-group-item > span.glyphicon, div.list-group-item > span.icon, tr.dir .glyphicon-folder-open
256
{
257
    color: #a17900 !important;
258
    text-decoration: none !important;
259
}
260
 
261
div.list-group-item * span.glyphicon, div.list-group-item * span.icon, div.list-group-item > span.glyphicon, div.list-group-item > span.icon, tr.dir .glyphicon-folder-open
262
{
263
    color: #a17900 !important;
264
    text-decoration: none !important;
265
}
266
*/
267
 
268
.badge
269
{
270
    float:right !important;
271
    margin-right: 4px !important;
272
}
273
.badge.icon .icon, .badge.icon .glyphicon
274
{
275
    color: white !important;
276
    text-decoration: none !important;
277
    /*background-color: white !important;*/
278
}
279
 
280
.panel-primary > .panel-heading .badge {
281
    color: #fcf8e3 !important;
282
    background-color: #e0d1d8 !important;
283
}
284
 
285
.badge.icon:hover .icon, .badge.icon:hover .glyphicon
286
{
287
    color: black !important;
288
    text-decoration: none !important;
289
}
290
.badge.icon:hover
291
{
292
    background-color: white !important;
293
    border: 1px solid black;
294
    text-decoration: none !important;
295
}
296
.navbar a, span.glyphicon
297
{
298
    color: inherit !important;
299
    text-decoration: inherit !important;
300
}
301
 
302
 
303
.list-group-item span.glyphicon
304
{
305
    margin-right: 10px;
306
}
307
 
308
 
309
 
310
.topsection>.panel-heading
311
{
312
    font-size: medium !important;
313
    font-weight: bold !important;
314
 
315
}
316
.section>.panel-heading
317
{
318
    font-size: medium !important;
319
    background-color: black !important;
320
    color: #ffffff !important;
321
}
322
 
323
 
324
.panel .section
325
{
326
    border-right: 0;
327
    border-bottom: 0;
328
}
329
 
330
 
331
.form-horizontal-small *
332
{
333
    font-size: .95em !important;
334
}
335
.form-horizontal-small .form-group
336
{
337
    margin-bottom: .6em !important;
338
}
339
.form-horizontal-small .form-control
340
{
341
    height: 27px !important;
342
}
343
 
344
.disabledItem, .disabledItem a
345
{
346
    background-color: #d3d3d3 !important;
347
    color: #808080 !important;
348
}
349
td.icons
350
{
351
    width: 15px !important;
352
    white-space: nowrap !important;
353
}
354
 
355
 
356
 
1338 jmachado 357
.listClean UL, .files UL /*Lista sem nada*/
358
{
359
    LIST-STYLE-TYPE: none;
360
    padding: 0;
361
    /*margin-left: 5px;*/
362
}
1312 jmachado 363
 
1338 jmachado 364
.linkMenuBlock .linkLeftMenu li
365
{
366
    border-bottom: 1px solid #808081;
367
}
368
.linkMenuBlock
369
{
370
    margin-top: 15px;
371
}
372
.linkMenuBlock .linkLeftMenu{
373
 
374
    border-left: 1px solid #808081;
375
}
376
.linkMenuBlockRight {
377
    margin-top: 15px;
378
    border-right: 1px solid #808081;
379
    color:#323431;
380
}
381
 
382
.linkMenuBlock .linkMenuBlockTitle
383
{
384
    border-top-left-radius: 4px !important;
385
    border-right: 0 !important;
386
}
387
.linkMenuBlock .linkMenuBlockTitle, .linkMenuBlockRight .linkMenuBlockTitle {
388
    border-bottom: 0px solid #323431;
389
    background-color: #faf2cc;
390
    color: #323431;
391
    white-space: nowrap;
392
    text-align: right;
393
    padding: 4px;
394
    margin: 0;
395
    border: 1px solid #808081;
396
}
397
 
398
.linkLeftMenu ul,.linkRightMenu ul {
399
    margin:0;
400
    LIST-STYLE-TYPE: none;
401
}
402
 
403
.linkLeftMenu
404
{
405
    margin-bottom:15px;
406
    border-bottom: 1px solid #808081;
407
}
408
.linkLeftMenu li, .linkRightMenu li {
409
    border-bottom: 1px solid #FFFFFF;
410
    white-space: nowrap;
411
    padding:5px;
412
    margin:0;
413
}
414
 
415
 
1481 jmachado 416
.link-effect
417
{
418
    text-decoration: underline;
419
    color: blue;
420
}
1338 jmachado 421
 
1312 jmachado 422
/*************************************************
423
BOOTSTRAP OVERRIDES
424
*************************************************/
425