/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-30 12:02:31 UTC
  • mfrom: (85.1.28 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130530120231-ttqgqjqw2w8enn7g
Merged Ohlsons changes:
added function to get ssn and name for the registrationspages in the user model.
added the registrationpage for students.
edited the registration page for instructors
edited the css for both the registrationpages
minor fix to registration css

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/*
 
3
 * Cms Index-----------------------------------------------------------------------------------------------------------------------
 
4
 */
 
5
 
 
6
#cmsContentHeader{
 
7
        width: 849px;
 
8
        height: 25px;
 
9
        padding-top: 4px;
 
10
        padding-bottom: 4px;
 
11
        border-bottom: 1px solid #acacac;
 
12
}
 
13
 
 
14
#cmsContentBody{
 
15
        margin-top:10px;
 
16
}
 
17
 
 
18
.odd{
 
19
        background-color:#fff;
 
20
}
 
21
 
 
22
.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
 
 
113
/*
 
114
 * Cms Button----------------------------------------------------------------------------------------------------------------------
 
115
 */
 
116
 
 
117
.cmsButton {
 
118
        padding: 4px;
 
119
        text-align: center;
 
120
        font-size: 1.2em;
 
121
        border: 1px solid #333;
 
122
        border-radius: 4px;
 
123
        -webkit-border-radius: 4px;
 
124
        -moz-border-radius: 4px;
 
125
}
 
126
 
 
127
.cmsButton:hover {
 
128
        cursor: hand;
 
129
        cursor: pointer;
 
130
        background-image: linear-gradient(to bottom,#fff,#f5f5f5);
 
131
}
 
132
 
 
133
.right {
 
134
        float: right;
 
135
}
 
136
 
 
137
.abowHeaderLine {
 
138
        position: relative;
 
139
        width: 87px;
 
140
        margin-left: 4px;
 
141
}
 
142
 
 
143
.belowHeaderLine {
 
144
        position: absolute;
 
145
        left: 849px;
 
146
        top: 39px;
 
147
        width: 87px;
 
148
        margin-left: -97px;
 
149
}
 
150
 
 
151
/*
 
152
 * Course filetree-----------------------------------------------------------------------------------------------------------------
 
153
 */
 
154
 
 
155
 
 
156
 
 
157
/*
 
158
body {
 
159
        color: #4F5155;
 
160
        height:1500px;
 
161
}
 
162
a:link{
 
163
        text-decoration:none;
 
164
}
 
165
a:visited{
 
166
        text-decoration:none;
 
167
}
 
168
a:hover{
 
169
        color:#f42;
 
170
        text-decoration:underline;
 
171
}
 
172
 
 
173
@-moz-keyframes pulse{
 
174
        0%{             box-shadow:0 0 1px #888; z-index:3000;}
 
175
        50%{    box-shadow:0 0 100px #888; z-index:3000;}
 
176
        100%{   box-shadow:0 0 1px #888; z-index:3000;}
 
177
}
 
178
 
 
179
@-webkit-keyframes pulse{
 
180
        0%{             box-shadow:0 0 1px #888; z-index:3000;}
 
181
        50%{    box-shadow:0 0 100px #888; z-index:3000;}
 
182
        100%{   box-shadow:0 0 1px #888; z-index:3000;}
 
183
}
 
184
 
 
185
@-moz-keyframes pulseMini{
 
186
        0%{             box-shadow:0 0 1px #aaa; z-index:3000;}
 
187
        50%{    box-shadow:0 0 30px #aaa; z-index:3000;}
 
188
        100%{   box-shadow:0 0 1px #aaa; z-index:3000;}
 
189
}
 
190
 
 
191
@-webkit-keyframes pulseMini{
 
192
        0%{             box-shadow:0 0 1px #aaa; z-index:3000;}
 
193
        50%{    box-shadow:0 0 30px #aaa; z-index:3000;}
 
194
        100%{   box-shadow:0 0 1px #aaa; z-index:3000;}
 
195
}
 
196
 
 
197
h3.subCategoryName{
 
198
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 
199
        font-size:13px;
 
200
        font-weight:bold;
 
201
        color:#438BD5;
 
202
        padding-left:22px;
 
203
        margin:0;
 
204
        line-height:100%;
 
205
}
 
206
 
 
207
a.exampleName{
 
208
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 
209
        color:#438BD5;
 
210
        font-size:12px;
 
211
        display:block;
 
212
        margin:0;
 
213
        padding-top:3px;
 
214
}
 
215
 
 
216
 
 
217
.categoryBorder
 
218
{
 
219
        float:left;
 
220
        margin-left:18px;
 
221
        width:3px;
 
222
        height:25px;
 
223
        background-image: url(../img/borderbackground.png);
 
224
        display:inline-block;
 
225
}
 
226
 
 
227
.exampleBorder
 
228
{
 
229
        float:left;
 
230
        margin-left:17px;
 
231
        margin-right:5px;
 
232
        width:4px;
 
233
        height:22px;
 
234
        background-image: url(../img/borderbackground.png);
 
235
}
 
236
 
 
237
 
 
238
 
 
239
.exampleIcon{
 
240
        float:left;
 
241
        height:9px;
 
242
        padding-top:10px;
 
243
        width:9px;
 
244
        background-image: url(../img/example_indicator.png);
 
245
        background-position:center;
 
246
        background-repeat:no-repeat;
 
247
        display:inline-block;
 
248
        margin-right:5px;
 
249
        margin-left:10px;
 
250
}
 
251
 
 
252
.categoryMoveUp{
 
253
        float:right;
 
254
        position:relative;
 
255
        height: 20px;
 
256
        width:20px;
 
257
 
 
258
        top:-24px;
 
259
        margin-right:25%;
 
260
        margin-left:2px;
 
261
        font-family: icomoon;
 
262
        background-color:silver;
 
263
 
 
264
        
 
265
        
 
266
        transform:rotate(90deg);
 
267
        -ms-transform:rotate(90deg);
 
268
        -webkit-transform:rotate(90deg);
 
269
        text-align:center;
 
270
        cursor:pointer;
 
271
        -webkit-touch-callout: none;
 
272
        -webkit-user-select: none;
 
273
        -khtml-user-select: none;
 
274
        -moz-user-select: none;
 
275
        -ms-user-select: none;
 
276
        user-select: none;
 
277
}
 
278
.categoryMoveDown{
 
279
        float:right;
 
280
        position:relative;
 
281
        height: 20px;
 
282
        width:20px;
 
283
 
 
284
        top:-24px;
 
285
        margin-left:2px;
 
286
        font-family: icomoon;
 
287
        background-color:silver;
 
288
        
 
289
        transform:rotate(-90deg);
 
290
        -ms-transform:rotate(-90deg);
 
291
        -webkit-transform:rotate(-90deg);
 
292
        text-align:center;
 
293
        cursor:pointer;
 
294
        -webkit-touch-callout: none;
 
295
        -webkit-user-select: none;
 
296
        -khtml-user-select: none;
 
297
        -moz-user-select: none;
 
298
        -ms-user-select: none;
 
299
        user-select: none;
 
300
}
 
301
 
 
302
.categoryPulse{
 
303
        -moz-animation: pulse 1.5s 1;
 
304
        -webkit-animation: pulse 1.5s 1;
 
305
}
 
306
 
 
307
 
 
308
.categoryPulseMini{
 
309
        -moz-animation: pulseMini 1.5s 1;
 
310
        -webkit-animation: pulseMini 1.5s 1;
 
311
}*/
 
 
b'\\ No newline at end of file'