Subversion Repositories bacoAlunos

Rev

Rev 1670 | Rev 1692 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1670 Rev 1675
1
 
1
 
2
 
2
 
3
.panel-heading
3
.panel-heading
4
{
4
{
5
    font-size: 1.2em !important;
5
    font-size: 1.2em !important;
6
    font-weight: bold;
6
    font-weight: bold;
7
}
7
}
8
.web-messages
8
.web-messages
9
{
9
{
10
    /*margin-bottom: 30px !important;*/
10
    /*margin-bottom: 30px !important;*/
11
 
11
 
12
}
12
}
13
.web-messages .alert
13
.web-messages .alert
14
{
14
{
15
    padding-top: 2px !important;
15
    padding-top: 2px !important;
16
    padding-bottom: 2px !important;
16
    padding-bottom: 2px !important;
17
    margin-bottom: 2px !important;
17
    margin-bottom: 2px !important;
18
    margin-left: 20px;
18
    margin-left: 20px;
19
}
19
}
-
 
20
.btn-huge{
-
 
21
    padding-top:20px;
-
 
22
    padding-bottom:20px;
-
 
23
}
-
 
24
 
-
 
25
.bacoInvisible,.bacoInvisible *
-
 
26
{
-
 
27
    background-color: lightgray !important;
-
 
28
    color:dimgray !important;
-
 
29
}
-
 
30
 
20
/***** NOVOS ***/
31
/***** NOVOS ***/
21
 
32
 
22
 
33
 
23
.cursorLink:hover
34
.cursorLink:hover
24
{
35
{
25
    cursor: pointer;
36
    cursor: pointer;
26
}
37
}
27
 
38
 
28
 
39
 
29
.alert-small
40
.alert-small
30
{
41
{
31
    padding: 3px !important;
42
    padding: 3px !important;
32
    margin-bottom: 3px !important;
43
    margin-bottom: 3px !important;
33
}
44
}
34
 
45
 
35
.nav-tabs li a
46
.nav-tabs li a
36
{
47
{
37
    text-decoration: none !important;
48
    text-decoration: none !important;
38
    color: black !important;
49
    color: black !important;
39
}
50
}
40
 
51
 
41
 
52
 
42
.tablesorterfiltered
53
.tablesorterfiltered
43
{}
54
{}
44
 
55
 
45
 
56
 
46
.box-col-1px
57
.box-col-1px
47
{
58
{
48
    padding: 1px !important;
59
    padding: 1px !important;
49
}
60
}
50
.box-col-2px
61
.box-col-2px
51
{
62
{
52
    padding: 2px !important;
63
    padding: 2px !important;
53
}
64
}
54
.box-col-3px
65
.box-col-3px
55
{
66
{
56
    padding: 3px !important;
67
    padding: 3px !important;
57
}
68
}
58
.box-col-4px
69
.box-col-4px
59
{
70
{
60
    padding: 4px !important;
71
    padding: 4px !important;
61
}
72
}
62
.box-col-5px
73
.box-col-5px
63
{
74
{
64
    padding: 5px !important;
75
    padding: 5px !important;
65
}
76
}
66
 
77
 
67
/*REPORTS STYLES*/
78
/*REPORTS STYLES*/
68
.isAnuaistrue,.isSemestretrue,.isTrimestretrue, .isGrautrue
79
.isAnuaistrue,.isSemestretrue,.isTrimestretrue, .isGrautrue
69
{
80
{
70
    background-color: greenyellow;
81
    background-color: greenyellow;
71
}
82
}
72
.isAnuaisfalse,.isSemestrefalse,.isTrimestrefalse, isGraufalse
83
.isAnuaisfalse,.isSemestrefalse,.isTrimestrefalse, isGraufalse
73
{
84
{
74
    background-color: lightgray;
85
    background-color: lightgray;
75
    color: #f5f5f5;
86
    color: #f5f5f5;
76
}
87
}
77
.periodosTable
88
.periodosTable
78
{
89
{
79
    width: 100%;
90
    width: 100%;
80
    border: 1px solid black;
91
    border: 1px solid black;
81
    padding: 0;
92
    padding: 0;
82
}
93
}
83
.periodosTable td
94
.periodosTable td
84
{
95
{
85
    border: 1px solid black;
96
    border: 1px solid black;
86
    text-align: center;
97
    text-align: center;
87
    padding: 0;
98
    padding: 0;
88
}
99
}
89
 
100
 
90
 
101
 
91
.dirty, tr.dirty td
102
.dirty, tr.dirty td
92
{
103
{
93
    background-color: #ffff00 !important;
104
    background-color: #ffff00 !important;
94
}
105
}
95
 
106
 
96
 
107