/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/css/cmsindex.css

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-28 14:52:36 UTC
  • mfrom: (90.1.17 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130528145236-35j250ahlry1ut06
Merged Jonsson:s code:
Fixed some css on the cmsindex.
Updated pics with transparent background.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        border-bottom: 1px solid #acacac;
12
12
}
13
13
 
14
 
/*      The box where all stuff in body is generated in.*/
15
14
#cmsContentBody{
16
15
        margin-top:10px;
17
16
}
18
17
 
 
18
.odd:nth-child(odd){
 
19
        background-color:#f5f5f5;
 
20
}
 
21
 
 
22
.even:nth-child(even){
 
23
        background-color:#f5f5f5; 
 
24
}
 
25
 
 
26
.categoryName{
 
27
        display: block;
 
28
        width: 657px;
 
29
        height: 1.2em;
 
30
        padding-left: 1.9em;
 
31
        padding-top: 0.2em;
 
32
        padding-bottom: 0.1em;
 
33
        color: #0a68ad;
 
34
        font-size: 1.6em;
 
35
        font-weight: bold;
 
36
}
 
37
 
 
38
/*
 
39
.categoryIcon{
 
40
        color:#bababa;
 
41
        font-family: "icomoon";
 
42
        font-size:13px;
 
43
        display:inline-block;
 
44
        margin-left:11px;
 
45
        margin-right:5px;
 
46
        cursor:pointer;
 
47
        -webkit-touch-callout: none;
 
48
        -webkit-user-select: none;
 
49
        -khtml-user-select: none;
 
50
        -moz-user-select: none;
 
51
        -ms-user-select: none;
 
52
        user-select: none;
 
53
}
 
54
 
 
55
.categoryIcon.expanded{
 
56
        transform:rotate(90deg);
 
57
        -ms-transform:rotate(90deg);
 
58
        -webkit-transform:rotate(90deg);
 
59
}
 
60
.categoryIcon.notExpanded{
 
61
        transform:rotate(0deg);
 
62
        -ms-transform:rotate(0deg);
 
63
        -webkit-transform:rotate(0deg);
 
64
}
 
65
*/
 
66
 
 
67
.subCategoryName{
 
68
        display: block;
 
69
        width: 638px;
 
70
        height: 1.4em;
 
71
        padding-left: 3.5em;
 
72
        padding-top: 0.3em;
 
73
        padding-bottom: 0.0em;
 
74
        color: #0a68ad;
 
75
        font-size: 1.4em;
 
76
        font-weight: bold;
 
77
}
 
78
 
 
79
.exampleName{
 
80
        display: block;
 
81
        width: 619px;
 
82
        height: 1.2em;
 
83
        padding-left: 5.7em;
 
84
        padding-top: 0.5em;
 
85
        padding-bottom: 0.3em;
 
86
        color: #0a68ad;
 
87
        font-size: 1.2em;
 
88
        font-weight: bold;
 
89
}
 
90
 
 
91
.exampleName:before {
 
92
        margin: 0 5px 0 0;
 
93
        content: url(../img/example_indicator.png);
 
94
}
 
95
 
 
96
.quizName{
 
97
        display: block;
 
98
        width: 619px;
 
99
        height: 1.2em;
 
100
        padding-left: 5.7em;
 
101
        padding-top: 0.5em;
 
102
        padding-bottom: 0.3em;
 
103
        color: #0a68ad;
 
104
        font-size: 1.2em;
 
105
        font-weight: bold;
 
106
}
 
107
 
 
108
.quizName:before {
 
109
        margin: 0 5px 0 0;
 
110
        content: url(../img/quizz_indicator.png);
 
111
}
 
112
 
19
113
/*
20
114
 * Cms Button----------------------------------------------------------------------------------------------------------------------
21
115
 */
58
152
 * Course filetree-----------------------------------------------------------------------------------------------------------------
59
153
 */
60
154
 
61
 
/*      Banner is for each category */
62
 
.categoryName{
63
 
        display:block;
64
 
        width:100%;
65
 
        background-color: red;
66
 
        color: #438bc5;
67
 
        font-size: 1.6em;
68
 
        font-weight: bold;
69
 
}
70
 
 
71
 
.categoryIcon{
72
 
        color:#bababa;
73
 
        font-family: "icomoon";
74
 
        font-size:13px;
75
 
        display:inline-block;
76
 
        margin-left:11px;
77
 
        margin-right:5px;
78
 
        cursor:pointer;
79
 
        -webkit-touch-callout: none;
80
 
        -webkit-user-select: none;
81
 
        -khtml-user-select: none;
82
 
        -moz-user-select: none;
83
 
        -ms-user-select: none;
84
 
        user-select: none;
85
 
}
86
 
 
87
 
.categoryIcon.expanded{
88
 
        transform:rotate(90deg);
89
 
        -ms-transform:rotate(90deg); /* IE 9 */
90
 
        -webkit-transform:rotate(90deg); /* Safari and Chrome */
91
 
}
92
 
.categoryIcon.notExpanded{
93
 
        transform:rotate(0deg);
94
 
        -ms-transform:rotate(0deg); /* IE 9 */
95
 
        -webkit-transform:rotate(0deg); /* Safari and Chrome */
96
 
}
97
 
 
98
 
.subCategoryName{
99
 
        color: #438bc5;
100
 
        font-size: 1.4em;
101
 
        font-weight: bold;
102
 
        padding-left:22px;
103
 
}
104
 
 
105
 
.exampleName{
106
 
        color: #438bc5;
107
 
        font-size: 1.2em;
108
 
        font-weight: bold;
109
 
        padding-left:42px;
110
 
}
111
 
 
112
 
.quizName{
113
 
        color: #438bc5;
114
 
        font-size: 1.2em;
115
 
        font-weight: bold;
116
 
        padding-left:42px;
117
 
}
 
155
 
118
156
 
119
157
/*
120
158
body {
211
249
        margin-left:10px;
212
250
}
213
251
 
214
 
 
215
 
 
216
 
/* Odd or even rows */
217
 
.odd{
218
 
        padding-top:5px;
219
 
        background-color:#f5f5f5; 
220
 
}
221
 
 
222
 
.even{
223
 
        padding-top:5px;
224
 
        background-color:#fff; 
225
 
}
226
 
 
227
252
.categoryMoveUp{
228
253
        float:right;
229
254
        position:relative;
239
264
        
240
265
        
241
266
        transform:rotate(90deg);
242
 
        -ms-transform:rotate(90deg); /* IE 9 */
243
 
        -webkit-transform:rotate(90deg); /* Safari and Chrome */
 
267
        -ms-transform:rotate(90deg);
 
268
        -webkit-transform:rotate(90deg);
244
269
        text-align:center;
245
270
        cursor:pointer;
246
271
        -webkit-touch-callout: none;
262
287
        background-color:silver;
263
288
        
264
289
        transform:rotate(-90deg);
265
 
        -ms-transform:rotate(-90deg); /* IE 9 */
266
 
        -webkit-transform:rotate(-90deg); /* Safari and Chrome */
 
290
        -ms-transform:rotate(-90deg);
 
291
        -webkit-transform:rotate(-90deg);
267
292
        text-align:center;
268
293
        cursor:pointer;
269
294
        -webkit-touch-callout: none;