Subversion Repositories bacoAlunos

Rev

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

Rev 1703 Rev 1711
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{
20
.btn-huge{
21
    padding-top:20px;
21
    padding-top:20px;
22
    padding-bottom:20px;
22
    padding-bottom:20px;
23
}
23
}
24
 
24
 
25
.bacoInvisible,.bacoInvisible *
25
.bacoInvisible,.bacoInvisible *
26
{
26
{
27
    background-color: lightgray !important;
27
    background-color: lightgray !important;
28
    color:dimgray !important;
28
    color:dimgray !important;
29
}
29
}
30
 
30
 
31
/***** NOVOS ***/
31
/***** NOVOS ***/
32
 
32
 
33
 
33
 
34
.cursorLink:hover
34
.cursorLink:hover
35
{
35
{
36
    cursor: pointer;
36
    cursor: pointer;
37
}
37
}
38
 
38
 
39
 
39
 
40
.alert-small
40
.alert-small
41
{
41
{
42
    padding: 3px !important;
42
    padding: 3px !important;
43
    margin-bottom: 3px !important;
43
    margin-bottom: 3px !important;
44
}
44
}
45
 
45
 
46
.nav-tabs li a
46
.nav-tabs li a
47
{
47
{
48
    text-decoration: none !important;
48
    text-decoration: none !important;
49
    color: black !important;
49
    color: black !important;
50
}
50
}
51
 
51
 
52
 
52
 
53
.tablesorterfiltered
53
.tablesorterfiltered
54
{}
54
{}
55
 
55
 
56
 
56
 
57
.box-col-1px
57
.box-col-1px
58
{
58
{
59
    padding: 1px !important;
59
    padding: 1px !important;
60
}
60
}
61
.box-col-2px
61
.box-col-2px
62
{
62
{
63
    padding: 2px !important;
63
    padding: 2px !important;
64
}
64
}
65
.box-col-3px
65
.box-col-3px
66
{
66
{
67
    padding: 3px !important;
67
    padding: 3px !important;
68
}
68
}
69
.box-col-4px
69
.box-col-4px
70
{
70
{
71
    padding: 4px !important;
71
    padding: 4px !important;
72
}
72
}
73
.box-col-5px
73
.box-col-5px
74
{
74
{
75
    padding: 5px !important;
75
    padding: 5px !important;
76
}
76
}
77
 
77
 
78
/*REPORTS STYLES*/
78
/*REPORTS STYLES*/
79
.isAnuaistrue,.isSemestretrue,.isTrimestretrue, .isGrautrue
79
.isAnuaistrue,.isSemestretrue,.isTrimestretrue, .isGrautrue
80
{
80
{
81
    background-color: greenyellow;
81
    background-color: greenyellow;
82
}
82
}
83
.isAnuaisfalse,.isSemestrefalse,.isTrimestrefalse, isGraufalse
83
.isAnuaisfalse,.isSemestrefalse,.isTrimestrefalse, isGraufalse
84
{
84
{
85
    background-color: lightgray;
85
    background-color: lightgray;
86
    color: #f5f5f5;
86
    color: #f5f5f5;
87
}
87
}
88
.periodosTable
88
.periodosTable
89
{
89
{
90
    width: 100%;
90
    width: 100%;
91
    border: 1px solid black;
91
    border: 1px solid black;
92
    padding: 0;
92
    padding: 0;
93
}
93
}
94
.periodosTable td
94
.periodosTable td
95
{
95
{
96
    border: 1px solid black;
96
    border: 1px solid black;
97
    text-align: center;
97
    text-align: center;
98
    padding: 0;
98
    padding: 0;
99
}
99
}
100
 
100
 
101
 
101
 
102
.dirty, tr.dirty td
102
.dirty, tr.dirty td
103
{
103
{
104
    background-color: #ffff00 !important;
104
    background-color: #ffff00 !important;
105
}
105
}
106
 
106
 
107
 
107
 
108
.list-group-item .btn-xs .glyphicon
108
.list-group-item .btn-xs .glyphicon
109
{
109
{
110
    margin-right: 0;
110
    margin-right: 0;
111
}
111
}
112
 
112
 
113
.bg-red{
113
.bg-red{
114
    background-color: red !important;
114
    background-color: red !important;
115
    color: #600000 !important;
115
    color: #600000 !important;
116
    padding: 10px;
116
    padding: 10px;
117
}
117
}
118
.bg-green{
118
.bg-green{
119
    background-color: green !important;
119
    background-color: green !important;
120
    color: #00ff00 !important;
120
    color: #00ff00 !important;
121
}
121
}
122
 
122
 
-
 
123
.modified
-
 
124
{
-
 
125
    border: 4px dashed orange !important;
-
 
126
}
-
 
127
 
123
 
128
 
124
 
129