~studentersamfundet-web/studentersamfundet-web/web

181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
1
@import 'css/reset.css';
2
@import 'css/rebuild.css';
3
@import 'css/wp-css';
4
5
/**
6
 * Midlertidig
7
 */
8
9
/* Midlertidig fiks */
10
#external-ad-single-bottom,
11
#internal-ad-single-bottom {
12
    display:none;
13
}
14
187 by Thomas Misund
Removing Rocky promo in header - show is over, folks
15
/* Keeping rocky-reklame for future reference */
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
16
/* Rocky-reklame */
17
#studio_rocky {
18
	background:transparent url(kampanje/studio_rocky.png) no-repeat;
19
/*	text-indent:-9999px;*/
20
/*	overflow:hidden;*/
21
	width:185px;
22
	height:155px;
23
	position:absolute;
24
	top:5px;
25
	left: 50%;
26
	z-index:9999;
27
        margin-left: 120px;
28
	display:block;
29
	color:red;
30
}
31
32
#studio_rocky span{
33
	display:block;
34
/*	width:100%;
35
	height:100%;*/
36
	position:absolute;
37
	left:85px;
38
	bottom:10px;
39
	font-size:120%;
40
	color:red;
41
	font-weight:bolder;
42
}
43
44
/**
45
 * Structure
46
 */
47
48
/* Layout */
49
#access {
50
    display:none;
51
}
52
53
#main,
54
#kolofon,
55
#sponsors
56
{
57
    width:1000px;
58
    margin:auto;
59
    position:relative;
60
}
61
#main {
62
    margin-top:-20px;
63
}
64
#content {
65
    float:left;
66
    margin:50px 0 20px;
67
    width:950px;
68
    background: #ffffff;
69
    position:relative;
70
    padding:0 25px;
71
}
72
73
.page-medlemmer .column,
74
.home .column {
75
    width:425px;
76
    margin:0;
77
    padding:50px 25px;
78
    float:left;
79
}
80
81
.hentry {
82
    margin:0;
83
    width: 518px;
84
/*    overflow:hidden; */
85
    background:#ffffff;
86
    margin-bottom: 30px;
87
}
88
.hentry.forsidesak
89
{
90
	min-height:250px;
91
}
92
93
.single .hentry,
94
.archive #articles
95
{
96
    float:left;
97
    margin:50px 35px 50px 25px;
98
    width:540px;
99
}
100
101
.page-medlemmer .hentry {
102
    width:950px;
103
    margin:0;
104
}
105
106
.page-medlemmer .hentry h1 {
107
    margin:40px 50px 0;
108
}
109
110
#primary.sidebar,#secondary.sidebar {
111
    width:300px;
112
    float:left;
113
    padding:30px 25px 30px 25px;
114
}
115
116
.program #sorting {
117
    width:566px;
118
    float:left;
119
    margin:25px 25px 0;
120
}
121
.program #sorting li {
122
    padding-bottom:0 !important;
123
}
124
.program #program {
125
    float:left;
126
    width:566px;
127
    margin:0 25px 25px;
186 by Thomas Misund
Fixing color error in program overview
128
    background:#9ac9f7;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
129
}
130
131
.program #program li,
132
.program #sorting li {
133
    display:block;
134
    overflow:hidden;
135
    padding:10px;
136
}
137
138
.program #program span,
139
.program #sorting span {
140
    display:block;
141
    float:left;
142
}
143
144
.program span.event-name {
145
    width:338px;
146
}
147
.program span.event-type {
148
    width:64px;
149
}
150
.program span.event-date {
151
    width:64px;
152
}
153
.program span.event-place {
154
    width:64px;
155
}
156
157
.program #primary.sidebar,.program #secondary.sidebar {
158
    width:282px;
159
}
160
161
* html #primary {
162
    left: 20px;
163
    position: relative;
164
}
165
.program-teaser {
166
    width:1000px;
167
    margin:auto;
168
}
169
170
/* end layout */
171
172
/* Header */
173
body.dns {
174
    background:#efefef;
175
}
176
/*body.dns */
177
#header {
178
    background:#191919 url('img/header-210x.png') repeat-x bottom;
179
}
180
#header {
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
181
    height:206px;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
182
    margin-bottom:10px;
183
    overflow:hidden;
184
    position:relative;
185
}
186
.site-title {
187
    z-index:999
188
}
189
.site-title a {
190
    background: url('img/bannerindex-400.png') no-repeat -20px 0;
191
    display:block;
192
    height:63px;
193
    margin-top:20px;
194
    text-indent:-9999px;
195
    width:400px;
196
}
197
198
#quick-menu {
199
    color:#cccccc;
200
    font-size:13px;
201
    left:50%;
202
    margin-left:100px;
203
    position:absolute;
204
    text-align:right;
205
    top:5px;
206
    width:375px;
207
}
208
#quick-menu a {
209
    color:#ffffff;
210
}
211
212
#menu {
213
    position:absolute;
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
214
    height: 50px;
215
    bottom: 45px;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
216
    width:100%;
217
/*    padding-left:23%;*/
218
}
219
220
/* Bigger submenu: */
221
.sub-menu {
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
222
	background-image: url(http://studentersamfundet.no/img/gradient-transparent-to-black-x100.png) !important;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
223
	height: 30px;
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
224
	font-size: 20px;
225
	padding: 15px 0;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
226
}
227
228
#header .site-title,
229
#header #menu ul ul,
230
#menu > ul {
231
    width:975px;
232
    margin:auto;
233
}
234
#menu ul,#menu li {
235
    list-style-type:none;
236
}
237
#menu li{
238
    float:left;
239
    margin-right:10px;
240
}
241
#menu li a{
242
    display:block;
243
    height:22px;
244
    padding:5px 13px 3px;
245
    text-decoration:none;
246
    color:#ffffff;
247
}
248
#menu ul div {
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
249
    bottom:-35px;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
250
    left:0;
251
    position:absolute;
252
    margin:0;
253
    width:100%;
254
    border-top:none;
255
}
256
#menu ul ul li,
257
#menu ul ul li a {
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
258
    color:rgb(256,256,256);
259
    color:rgba(256,256,256,0.7);
260
}
261
#menu ul ul li a.current,
262
#menu ul ul li a:hover {
263
    color:rgba(256,256,256,1);
194 by Thomas Misund
Polishing last commits
264
}
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
265
#menu ul ul li a {
266
    padding-top:1px;
267
}
268
269
#menu > ul > li {
270
    -moz-border-radius-topleft:8px;
271
    -moz-border-radius-topright:8px;
272
    -webkit-border-top-left-radius:8px;
273
    -webkit-border-top-right-radius:8px;
274
    border-top-left-radius:8px;
275
    border-top-right-radius:8px;
276
}
277
278
#menu li div {
279
    display:none;
280
    height:25px;
281
}
282
#menu li.current div {
283
    display:block;
284
}
285
#menu li:hover div,
286
#menu li:focus div
287
{
288
    display:block;
289
    background:url('img/gradient-200x.png') repeat-x 0 -204px;
290
    z-index:9;
291
}
292
/*
293
#menu li div {
294
    background-image: url(img/fade-to-black.png) !important;
295
}*/
296
297
#menu > ul > li,
298
#menu li div {
299
    background-color:#999999;
300
}
301
.section-forside #menu li#forside-meny,
302
#menu li#forside-meny:hover,
303
#menu li#forside-meny div {
304
    background:#2c69a6 url(img/gradient-white-to-transparent-x30.png) repeat-x 0 top;
305
}
306
.section-program #menu li#program-meny,
307
#menu li#program-meny:hover,
308
#menu li#program-meny div {
309
    background:#b64484 url(img/gradient-white-to-transparent-x30.png) repeat-x 0 top;
310
}
311
.section-foreninger #menu li#foreninger-meny,
312
#menu li#foreninger-meny:hover,
313
#menu li#foreninger-meny div {
314
    background:#23905b url(img/gradient-white-to-transparent-x30.png) repeat-x 0 top;
315
}
316
.section-forum #menu li#forum-meny,
317
#menu li#forum-meny:hover,
318
#menu li#forum-meny div {
319
    background:#ba3939 url(img/gradient-white-to-transparent-x30.png) repeat-x 0 top;
320
}
321
.section-inside #menu li#inside-meny,
322
#menu li#inside-meny:hover,
323
#menu li#inside-meny div {
324
    background: #6b43a2 url(img/gradient-white-to-transparent-x30.png) repeat-x 0 top;
325
}
326
.section-nyheter #menu li#nyheter-meny,
327
#menu li#nyheter-meny:hover,
328
#menu li#nyheter-meny div {
329
    background: #1c8a8e url(img/gradient-white-to-transparent-x30.png) repeat-x 0 top;
330
}
331
332
#header .aapningstider {
333
    color:#CCCCCC;
334
    font-size:12px;
335
    left:50%;
336
    margin-left:300px;
337
    overflow:hidden;
338
    position:absolute;
339
    text-align:right;
230 by oyvinbak
edited
340
    top:30px;
341
}
342
343
#bokkafeen_tider a
344
{
345
	color:#CCCCCC;
346
}
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
347
#header .aapningstider table {
348
    text-align:left;
202 by Nikolai Kristiansen
Updated opening hours and its styling.
349
    width:175px;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
350
}
351
352
/* Header slutt */
353
354
/* Hoveddel */
355
356
.home .hentry {
357
    width:100%;
358
    padding:0;
359
    margin:0 0 40px;
360
    border:none;
361
    clear:both;
362
    overflow:hidden;
363
}
364
365
.home #more {
366
    height:0;
367
    text-align:right;
368
}
369
.home #more a {
370
    position:relative;
371
    top:-66px;
372
}
373
374
.info ul {
183 by Sjur Hernes
Oppgaver fra Sjur del 1
375
    background:none repeat scroll 0 0 #9AC9F7 !important;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
376
    list-style-type:none;
377
    margin:0 0 3em;
378
    padding-bottom:10px;
379
    width:100%;
380
}
381
.info ul li {
382
    padding:10px;
383
}
384
.info ul li.alt,
385
.program #program li.alt
386
{
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
387
    background:url("http://studentersamfundet.no/img/gradient-transparent-to-black-x100.png") repeat-x scroll 0 0 #66A8E9 !important;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
388
    left:-10px;
389
    padding:10px 20px 10px;
390
    position:relative;
391
    width:405px;
392
}
393
.program #program li.alt {
394
    width:548px;
395
}
396
.single .info ul li.alt {
397
    width:280px;
398
}
399
.info ul .term {
400
    float:left;
401
    font-weight:bold;
402
}
403
.home .info ul .term {
404
    width:50px;
405
}
406
.home .info ul .definition {
407
    padding-left:50px;
408
}
409
.single .info ul .term {
410
    width:60px;
411
}
412
.single .info ul .definition {
413
    padding-left:60px;
414
}
415
416
.hentry, .sidebar {
417
    margin-top:15px;
418
}
419
.entry-meta {
420
    margin: -12px 0 12px;
421
}
422
.vedlegg {
423
    float:right;
424
    margin:0 0 3px 10px;
425
    max-width:300px;
426
}
427
.caption {
428
    color:#333333;
429
    font-size:14px;
430
    line-height:1;
431
    margin-bottom:2em;
432
    text-align:center;
433
}
434
#vedlegg-2 .caption {
435
    margin-bottom:0.5em;
436
}
437
438
.campaign {
439
    width:425px;
440
    height:160px;
441
    background:black;
442
    margin: 40px 0;
443
}
444
.campaign a {
445
    display:block;
446
    width:100%;
447
    height:100%;
448
    text-indent:-99999px;
449
}
450
#campaign1 a {
451
    background: url('http://studentersamfundet.no/imageResize.php?pic=bilder/program/3960.jpg&maxwidth=425&maxheight=160&crop=1');
452
}
453
#campaign2 a {
454
    background: url('http://studentersamfundet.no/imageResize.php?pic=bilder/program/3705.jpg&maxwidth=425&maxheight=160&crop=1');
455
}
456
#campaign3 a {
457
    background: url('http://studentersamfundet.no/imageResize.php?pic=bilder/program/3693.JPG&maxwidth=425&maxheight=160&crop=1');
458
}
459
460
#internal-ad-single-bottom {
461
    width:540px;
462
    height:150px;
463
    background:black;
464
    margin-bottom:30px;
465
}
466
467
#external-ad-single-bottom {
468
    width:540px;
469
    height:300px;
470
    background:black;
471
}
472
473
.section-program .entry-content {
474
    margin-bottom: 1.5em;
475
}
476
.section-program #facebook-comments {
477
    clear:left;
478
}
479
.section-program .hentry .internal-ad {
480
    float:left;
481
    width:250px;
482
}
483
.section-program .hentry #newsletter.internal-ad {
484
    margin-right:40px;
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
485
    clear:both;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
486
}
487
.section-program .hentry .internal-ad .fancybox {
488
    max-width:198px;
489
}
490
491
.program #internal-ad-sidebar-insert a {
492
    width:282px;
493
}
494
495
#internal-ad-sidebar-insert a,
496
#internal-ad-content-top a,
497
.fancybox
498
{
499
    padding: 14px 25px 16px;
500
    color:#fff !important;
501
    font-family:Georgia,serif;
502
    font-size:25px;
503
    font-weight:bold;
504
    font-style:italic;
505
    line-height:1;
506
    text-decoration:none;
507
    text-align:center;
508
    text-shadow:0 -1px 1px rgba(0,0,0,0.45);
509
    cursor:pointer;
510
    overflow:visible;
511
    width:250px;
183 by Sjur Hernes
Oppgaver fra Sjur del 1
512
    background-color: #23905B;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
513
}
514
a.callToAction:hover,
515
a.callToAction:focus
516
{
517
    background-color:#111;
518
    color:#fff
519
}
520
a.callToAction:active {
521
    top:1px
522
}
523
.page-vis .internal-ad .fancybox {
183 by Sjur Hernes
Oppgaver fra Sjur del 1
524
    background-color: #6B43A2;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
525
}
526
.page-foreninger #internal-ad-content-top a {
527
    background-color: #23905B;
528
}
529
530
.fancybox,
531
.info ul,
532
.info ul li.alt,
533
ul#program,
534
ul#program li.alt,
535
#internal-ad-sidebar-insert a,
536
#internal-ad-content-top a,
537
#content,
538
.join a
539
{
540
    display:inline-block;
541
    background-image: url(img/gradient-transparent-to-black-x100.png);
542
    background-repeat: repeat-x;
543
    background-position: center bottom;
544
    -webkit-border-radius:15px;
545
    -moz-border-radius:15px;
546
    border-radius:15px;
547
    -moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
548
    -webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
549
    box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
550
    border: 1px solid rgba(0,0,0,.25);
551
    border-bottom-color: rgba(0,0,0,.35);
552
    position:relative;
553
}
554
.small.fancybox,
555
.info ul li.alt,
556
ul#program li.alt,
557
#content {
558
    background-image:none;
559
}
560
.small.fancybox,
561
.info ul li.alt,
562
ul#program li.alt
563
{
564
    -webkit-border-radius:7px;
565
    -moz-border-radius:7px;
566
    border-radius:7px;
567
}
568
#content {
569
    -webkit-border-radius:4px;
570
    -moz-border-radius:4px;
571
    border-radius:4px;
572
    -moz-box-shadow:0 1px 15px rgba(0, 0, 0, 0.25);
573
    -webkit-box-shadow:0 1px 15px rgba(0, 0, 0, 0.25);
574
    box-shadow:0 1px 15px rgba(0, 0, 0, 0.25);
575
}
576
.fancybox:hover,
577
.fancybox:focus,
578
#internal-ad-sidebar-insert a:hover,
579
#internal-ad-sidebar-insert a:focus,
580
#internal-ad-content-top a:hover,
581
#internal-ad-content-top a:focus,
582
.join a
583
{
584
    background-image: url(img/gradient-white-to-transparent-x100.png);
585
    background-position:center top;
586
}
587
588
.join a,
589
.join a:visited {
590
    display:block;
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
591
    background-color:#66a8e9;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
592
    color:#333333;
593
    border-color:rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2);
594
    font-family:Georgia,serif;
595
    font-size:34px;
596
    font-style:italic;
597
    line-height:1;
598
    padding-left:30px;
599
    padding-top:50px;
600
    position:absolute;
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
601
    top:-100px;
602
    left:872px;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
603
    width:145px;
604
    height:125px;
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
605
    z-index:999;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
606
    -moz-border-radius:90px;
607
    -webkit-border-radius:90px;
608
    border-radius:90px;
609
    -webkit-box-shadow:4px 5px 5px rgba(0, 0, 0, 0.15);
610
    -moz-box-shadow:4px 5px 5px rgba(0, 0, 0, 0.15);
611
    box-shadow:4px 5px 5px rgba(0, 0, 0, 0.15);
612
}
613
.join a:hover,
614
.join a:focus {
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
615
    background-color:#9ac9f7;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
616
}
617
618
619
620
/* Hoveddel slutt */
621
622
/* Sidebar */
623
.sidebar ul {
624
    list-style-type:none;
625
    margin-left:0;
626
    width:300px;
627
}
628
.sidebar .widget {
629
    margin-bottom:30px;
630
}
631
632
.events.widget li.event,
633
.news.widget li.article {
634
    margin:0 0 40px;
635
}
636
637
.fordeler.widget a#fordeler-call-to-action {
638
    background-color:lightGreen;
639
    bottom:50px;
640
    color:#333333;
641
    display:block;
642
    font-family:Georgia,serif;
643
    font-size:25px;
644
    font-style:italic;
645
    height:25px;
646
    padding:35px 0;
647
    position:absolute;
648
    text-align:center;
649
    width:300px;
650
}
651
652
/* Sidebar slutt */
653
654
/* Footer */
655
656
#sponsors .sponsor {
657
    float:left;
658
    text-align:center;
213 by Thomas Misund
Adding sponsor Norsk Rockforbund
659
    width: 16.666%;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
660
}
661
662
#footer {
663
    background-color:black;
664
    color:#eeeeee;
665
    clear:both;
666
    padding-top:20px;
667
    overflow:auto;
668
}
669
670
#footer .credits {
671
    clear:both;
672
    display:block;
673
    text-align:center;
674
    width:100%;
675
}
676
677
#footer-about,
678
#flickr-images
679
{
680
    float:left;
681
    width:300px;
682
    margin-right:50px;
683
}
684
685
#facebook-followers {
686
    float:right;
687
}
688
689
#flickr-images > ul {
690
    list-style-type:none;
691
    margin:0;
692
}
693
#flickr-images > ul > li {
694
    display:block;
695
    float:left;
696
}
697
698
/* Footer slutt */
699
700
/**
701
 * Typography
702
 */
703
body, input, textarea {
704
    font: 14px Arial,sans-serif;
705
    line-height:1.5em;
706
    color:#333333;
707
}
708
709
p, ul, ol, dd, pre {
710
    margin-bottom:1.5em;
711
}
712
pre, code {
713
    font:14px Monaco, monospace;
714
    line-height:1.3;
715
}
716
a,a:visited {
717
    text-decoration:none;
183 by Sjur Hernes
Oppgaver fra Sjur del 1
718
    color:#66A8E9;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
719
}
720
a:hover, a:focus {
721
    text-decoration:underline;
722
}
723
a:focus { outline:thin dotted; }
724
a:hover, a:active { outline: none; }
725
726
abbr {
727
    border-bottom: 1px dotted;
728
}
729
730
h1 {
731
    font-style:normal;
732
    color: black;
733
    color: black !important;
734
}
735
736
h2,h3,h4,h5,h6 {
737
    font-family: Georgia, serif;
738
    font-style: italic;
739
}
740
741
h1,h2,h3,h4,h5,h6
742
{
743
    clear:none;
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
744
    color:#66a8e9;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
745
    margin-bottom:0.5em;
746
    text-decoration:none;
747
    line-height:1;
748
}
749
750
h4,h5,h6 {
751
    color:#d83e00;
752
}
753
754
.sidebar h1 a,
755
.sidebar h2 a,
756
.sidebar h3 a,
757
.sidebar h4 a,
758
.sidebar h5 a,
759
.sidebar h6 a {
760
    color:#D83E00;
761
}
762
763
.info ul a,
764
ul#program a
765
{
766
    color:#333333;
767
}
768
769
.entry-title {
770
    font-size: 34px;
771
}
772
h1 {
773
    font-size:34px;
774
}
775
h2 {
776
    font-size:25px;
777
}
778
h3 {
779
    font-size:23px;
780
}
781
h4 {
782
    font-size:16px;
783
}
784
h5 {
785
    font-size:16px;
786
}
787
h6 {
788
    font-size:16px;
789
}
790
.home h3,.home h3 a {
791
    font-size:28px;
183 by Sjur Hernes
Oppgaver fra Sjur del 1
792
    color:#66A8E9;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
793
    text-decoration:none;
794
}
795
.home .entry-title,
796
.home .entry-title a {
797
    font-size:18px;
798
    color:#d83e00;
799
}
800
801
.entry-meta {
802
    font-size:12px;
803
}
804
805
.sidebar {
806
    font-size:12px;
807
}
808
809
/* Lists */
810
.entry-content ul,
811
.entry-content ol {
812
    padding:0;
813
}
814
.entry-content ul ul,
815
.entry-content ol ol,
816
.entry-content ul ol,
817
.entry-content ol ul {
818
    padding-left:20px;
819
}
820
.entry-content ul {
821
    list-style: circle inside;
822
}
823
.entry-content ul ul {
824
    list-style: disc inside;
825
}
826
.entry-content ul ul ul {
827
    list-style: square inside;
828
}
829
.entry-content ul ul ul ul {
830
    list-style: circle inside;
831
}
832
.entry-content ul ul ul ul ul {
833
    list-style: disc inside;
834
}
835
.entry-content ul ul ul ul ul ul {
836
    list-style: square inside;
837
}
838
.entry-content ol {
839
    list-style: decimal inside;
840
}
841
.entry-content ol ol {
842
    list-style: upper-roman inside;
843
}
844
.entry-content ol ol ol {
845
    list-style: lower-roman inside;
846
}
847
.entry-content ol ol ol ol {
848
    list-style: decimal inside;
849
}
850
.entry-content ol ol ol ol ol {
851
    list-style: upper-roman inside;
852
}
853
.entry-content ol ol ol ol ol ol {
854
    list-style: lower-roman inside;
855
}
856
857
/* Quotes */
858
.entry-content blockquote {
859
    margin: 1em 2em;
860
    font-style:italic;
861
    background:#eeeeee;
862
    margin:1em 2em;
863
    padding:1px 19px;
864
}
865
.entry-content blockquote blockquote {
866
    border:1px solid #000000;
867
}
868
.entry-content cite {
869
    font-style:italic;
870
}
871
872
/* Images */
873
img {
874
    max-width:100%;
875
}
876
.entry-content img {
877
    margin: 0 0 10px;
878
}
879
.entry-content img.alignright {
880
    margin: 0 0 10px 10px;
881
}
882
.entry-content img.alignleft {
883
    margin: 0 10px 10px 0;
884
}
885
886
/************
887
 * Social *
888
 ***********/
889
890
#facebook-comments iframe {
891
    width:550px !important;
892
}
893
#facebook-comments .wallkit_form div.connect_area div.or {
894
    position:absolute;
895
    right:170px;
896
}
897
#facebook-comments .wallkit_form div.connect_area div.connect_button_text {
898
    position:absolute;
899
    right:16px;
900
}
901
902
#social-content-top {
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
903
    width:100%;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
904
    margin-bottom:10px;
201 by Thomas Misund
Reverting to unstable code again (-r 199), revert to -r 187 before merging with lp:studentersamfundet-web/peoduction
905
    overflow:hidden;
906
}
907
908
#facebook-share-content-top,
909
#tweetmeme-content-top {
910
    float:right;
911
}
912
913
#tweetmeme-content-top {
914
    padding:0 10px;
181 by Markus Igeland
Gjorde .sub-menu (udnermenyen, LIZM). Økte høyden på #header (linje 43) og #menu (linje 217). La til en css-stil for .sub-menu (linje 223 - 229). Kommenterte ut bakgrunnsbildet på #menu li div (linje 291 - 293).
915
}
916
917
#facebook-followers iframe {
918
    height:300px !important;
919
}
920
921
/******************************
922
 * Styles for inividual pages *
923
 *****************************/
924
925
.home #articles .post > a > img {
926
    float:left;
927
    margin:2px 10px 0 0;
928
    width:93px;
929
}
930
931
.home #frontpage-ads .ads-container {
932
    clear:both;
933
    padding:20px;
934
    margin:20px 0;
935
    background:#eee;
936
    overflow:hidden;
937
}
938
.home #frontpage-ads .ads-container .ad {
939
    float:left;
940
    margin:20px;
941
}
942
943
.home #lead-text h1 {
944
    margin:0.5em 0;
945
}
946
947
h2.jobb {
948
    background:#eeeeee;
949
    margin-top:0.5em;
950
    padding:10px 10px 5px;
951
}
952
.page-kontakt .entry-content h5 {
953
    margin-bottom:0.2em;
954
}
955
956
.page-kontakt .entry-content > ul {
957
    list-style-type:none;
958
    margin:0;
959
}
960
961
/* Fordeler.php */
962
.fordel {
963
    width:540px;
964
    height:405px;
965
    background-position:center center;
966
    position:relative;
967
}
968
.fordel p {
969
    background-color:white;
970
    bottom:0;
971
    color:#000000;
972
    font-size:20px;
973
    margin-bottom:0;
974
    opacity:0.6;
975
    padding:15px 20px;
976
    position:absolute;
977
    width:100%;
978
    padding:10px;
979
}
980
981
#fordel-1 { 
982
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
983
}
984
#fordel-2 { 
985
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
986
}
987
#fordel-3 { 
988
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
989
}
990
#fordel-4 { 
991
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
992
}
993
#fordel-5 { 
994
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
995
}
996
#fordel-6 { 
997
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
998
}
999
#fordel-7 { 
1000
    background:url(http://studentersamfundet.no/imageResize.php?pic=bilder/nyheter/311.jpg&maxwidth=540&maxheight=405&crop=1);
1001
}
1002
1003
.page-stillinger .entry-content strong {
1004
    display:block;
1005
}