Subversion Repositories bacoAlunos

Rev

Rev 1315 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1315 Rev 1338
Line 25... Line 25...
25
{
25
{
26
    white-space: nowrap;
26
    white-space: nowrap;
27
    width: 1%;
27
    width: 1%;
28
}
28
}
29
 
29
 
-
 
30
h1 {
-
 
31
    font-size: 1.3em !important;
-
 
32
    margin: 5;
-
 
33
    color: #808081;
-
 
34
}
-
 
35
 
-
 
36
h3 {
-
 
37
    font-size: 1.1em !important;
-
 
38
 
-
 
39
}
-
 
40
h2 {
-
 
41
    font-size: 1.2em !important;
-
 
42
 
-
 
43
}
-
 
44
 
30
 
45
 
31
/*********************************************************************************/
46
/*********************************************************************************/
32
 
47
 
33
/****************** topnav **********************/
48
/****************** topnav **********************/
34
 
49
 
Line 319... Line 334...
319
    white-space: nowrap !important;
334
    white-space: nowrap !important;
320
}
335
}
321
 
336
 
322
 
337
 
323
 
338
 
-
 
339
.listClean UL, .files UL /*Lista sem nada*/
-
 
340
{
-
 
341
    LIST-STYLE-TYPE: none;
-
 
342
    padding: 0;
-
 
343
    /*margin-left: 5px;*/
-
 
344
}
-
 
345
 
-
 
346
.linkMenuBlock .linkLeftMenu li
-
 
347
{
-
 
348
    border-bottom: 1px solid #808081;
-
 
349
}
-
 
350
.linkMenuBlock
-
 
351
{
-
 
352
    margin-top: 15px;
-
 
353
}
-
 
354
.linkMenuBlock .linkLeftMenu{
-
 
355
 
-
 
356
    border-left: 1px solid #808081;
-
 
357
}
-
 
358
.linkMenuBlockRight {
-
 
359
    margin-top: 15px;
-
 
360
    border-right: 1px solid #808081;
-
 
361
    color:#323431;
-
 
362
}
-
 
363
 
-
 
364
.linkMenuBlock .linkMenuBlockTitle
-
 
365
{
-
 
366
    border-top-left-radius: 4px !important;
-
 
367
    border-right: 0 !important;
-
 
368
}
-
 
369
.linkMenuBlock .linkMenuBlockTitle, .linkMenuBlockRight .linkMenuBlockTitle {
-
 
370
    border-bottom: 0px solid #323431;
-
 
371
    background-color: #faf2cc;
-
 
372
    color: #323431;
-
 
373
    white-space: nowrap;
-
 
374
    text-align: right;
-
 
375
    padding: 4px;
-
 
376
    margin: 0;
-
 
377
    border: 1px solid #808081;
-
 
378
}
-
 
379
 
-
 
380
.linkLeftMenu ul,.linkRightMenu ul {
-
 
381
    margin:0;
-
 
382
    LIST-STYLE-TYPE: none;
-
 
383
}
-
 
384
 
-
 
385
.linkLeftMenu
-
 
386
{
-
 
387
    margin-bottom:15px;
-
 
388
    border-bottom: 1px solid #808081;
-
 
389
}
-
 
390
.linkLeftMenu li, .linkRightMenu li {
-
 
391
    border-bottom: 1px solid #FFFFFF;
-
 
392
    white-space: nowrap;
-
 
393
    padding:5px;
-
 
394
    margin:0;
-
 
395
}
-
 
396
 
-
 
397
 
324
 
398
 
325
/*************************************************
399
/*************************************************
326
BOOTSTRAP OVERRIDES
400
BOOTSTRAP OVERRIDES
327
*************************************************/
401
*************************************************/
328
 
402