Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
*,
*:before,
*:after {
box-sizing: border-box;
}
html,
body,
div,
button,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
background-color: #eef1f2;
font-family: 'PT Sans', sans-serif;
color: #212121;
line-height: 1.1;
p {
text-align: justify;
margin-bottom: 10px;
}
a,
a:link {
font-size: 0.9em;
color: #0183ce;
text-decoration: none;
}
a:hover {
font-size: 0.9em;
color: #f0622e;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
input[type="checkbox"] {
/*для разных браузеров нужно задать размер чекбокса*/
height: 13px;
}
.clearFix {
clear: both;
}
.clearFix .label {
float: left;
width: 200px;
color: #6d7070;
}
.clearFix .content {
overflow: hidden;
.goodClearFix:after {
content: '.';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html .goodClearFix {
height: 1%;
}
.goodClearFix {
display: block;
}
.Warning {
position: absolute;
padding: 6px 10px;
top: 0;
right: 0;
text-align: center;
font-size: 14px;
color: #a94442;
background: #f2dede;
border-radius: 0 0 0 5px;
}
.header_wrapper {
-webkit-box-shadow: 0 5px 5px #e1e2e2;
box-shadow: 0 5px 5px #e1e2e2;
font-size: 0.9em;
padding: 12px 20px;
background-color: #fbfeff;
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
}
.header_wrapper > .alignLeft {
display: inline-block;
}
.header_wrapper a {
font-size: 0.9em;
}
.header_wrapper .logotype {
margin-right: 15px;
}
.header_wrapper .faculty {
color: #a0a3a3;
}
.header_wrapper .navigation {
color: #a0a3a3;
display: inline;
text-align: right;
float: right;
}
.header_wrapper .navigation > div {
display: inline-block;
margin: 0 5px;
}
.header_wrapper .navigation a {
margin-left: 5px;
}
.profile_wrapper {
width: 450px;
position: absolute;
z-index: 9999;
background-color: #fbfeff;
font-size: 0.9em;
padding: 5px;
right: 15px;
top: 45px;
-webkit-box-shadow: 0 0 5px #a0a3a3;
box-shadow: 0 0 5px #a0a3a3;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
font-weight: 600;
}
.profile_wrapper .profile_delimeter {
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.main_layer {
max-width: 70%;
width: auto;
.main_layer .footer {
text-align: center;
color: #a0a3a3;
}
.main_layer .footer a {
color: #a0a3a3;
}
.main_layer .footer a:hover {
color: #6d7070;
}
.main {
margin-bottom: 10px;
border-radius: 5px;
background-color: #fbfeff;
-webkit-box-shadow: 0 0 5px #a0a3a3;
box-shadow: 0 0 5px #a0a3a3;
}
.main .main_top {
display: inline-block;
position: absolute;
background-color: #0183ce;
color: #eef1f2;
min-width: 15%;
}
.main .main_content {
width: 100%;
font-size: 0.95em;
position: relative;
padding-top: 35px;
padding-bottom: 25px;
}
.sidePadding {
padding: 0 25px;
}
.semesterMargin {
margin-top: 12.5px;
margin-bottom: 5px;
overflow: hidden;
}
.semesterLayer {
.semesterLayer .semesterName,
.semesterLayer .semesterSwitcherBtn {
position: absolute;
z-index: 9999;
margin-top: 5px;
background: #fbfeff;
border: 1px solid #eef1f2;
-webkit-box-shadow: 0 0 5px #a0a3a3;
box-shadow: 0 0 5px #a0a3a3;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.comment {
font-size: 0.7em;
font-style: italic;
width: 90%;
display: inline-block;
text-align: left;
}
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
/*---------------- модальное окно -------------------*/
.session_info {
font: 9pt;
color: #aaaaaa;
}
.auth_form {
padding: 3px;
margin: 0 auto;
text-align: center;
}
.auth_form input {
margin: 0 auto;
margin: 1px 0;
border: 1px solid;
border-radius: 3px;
}
.auth_form input[type=text],
.auth_form input[type=password] {
font-size: 9pt;
width: 90%;
border-color: #aaaaaa;
overflow: hidden;
padding: 7px;
}
.auth_form input[type=button],
.auth_form input[type=submit] {
margin: 0 auto;
width: 95%;
overflow: hidden;
padding: 7px;
background-color: #009933;
border: none;
color: #ffffff;
}
.auth_form input[type=button]:hover,
.auth_form input[type=submit]:hover {
cursor: pointer;
background-color: #009000;
}
.popup_overlay {
z-index: 9999;
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
text-align: center;
}
.popup_overlay:after {
display: inline-block;
height: 100%;
width: 0;
vertical-align: middle;
content: '';
}
.popup {
display: inline-block;
position: relative;
max-width: 300px;
padding: 20px;
border: 3px solid #fff;
border-radius: 10px;
box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.4);
background: #fff;
vertical-align: middle;
}
.inputs {
margin: 0 auto;
margin-top: 5px;
}
.actiongrid {
margin-top: 5px;
}
.popup_overlay:target > div {
-webkit-animation-name: bounce;
}
@-webkit-keyframes bounce {
0% {
-webkit-transform: scale3d(0.1, 0.1, 1);
-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
}
55% {
-webkit-transform: scale3d(1.08, 1.08, 1);
-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
}
75% {
-webkit-transform: scale3d(0.95, 0.95, 1);
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
}
}
.defaultForm.FullWidth {
width: 100%;
}
.defaultForm.HalfWidth {
width: 50%;
}
.defaultForm.P1Width {
input[type=text].defaultForm,
padding: 7px;
border-radius: 3px;
border: 1px solid #a0a3a3;
width: 100%;
}
textarea.defaultForm {
font-family: 'PT Sans', sans-serif;
font-size: 0.9em;
input[type=button].defaultForm,
button.defaultForm {
display: inline-block;
cursor: pointer;
padding: 7px 0;
border-radius: 5px;
border: 0;
}
input[type=button].defaultForm.GreenButton,
button.defaultForm.GreenButton {
background: #009933;
color: #fbfeff;
}
input[type=button].defaultForm.GreenButton:hover,
button.defaultForm.GreenButton:hover {
background: #009e35;
}
input[type=button].defaultForm.BlueButton,
button.defaultForm.BlueButton {
background: #0183ce;
color: #fbfeff;
}
input[type=button].defaultForm.BlueButton:hover,
button.defaultForm.BlueButton:hover {
background: #018ddd;
}
input[type=button].defaultForm[disabled=disabled],
button.defaultForm[disabled=disabled] {
background: #6d7070;
color: #eef1f2;
}
input[type=button].defaultForm[disabled=disabled]:hover,
button.defaultForm[disabled=disabled]:hover {
background: #797d7d;
/*#3A84A6;*/
color: #eef1f2;
}
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
font-size: 0.85em;
border-radius: 2px;
border: 1px solid #a0a3a3;
width: 100%;
}
#errButton {
position: fixed;
z-index: 300;
top: 300px;
left: 0;
width: 35px;
height: 73px;
text-align: center;
background-color: #3a84a6;
/*#6DAD53;*/
-webkit-border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
#errButton:hover {
background-color: #3399cc;
cursor: pointer;
}
#errButton:active {
border: 1px inset #3399cc;
}
#errButton_img {
width: 12px;
height: 72px;
margin: 0 auto;
background-image: url(../img/icons/feedback.png);
background-repeat: no-repeat;
}
#message {
height: 300px;
resize: vertical;
}
.EventInspectorList {
position: fixed;
height: auto;
min-width: 200px;
width: 15%;
top: 50px;
right: 20px;
}
.EventInspectorList .EventItem {
width: auto;
padding: 10px 15px;
margin-bottom: 10px;
border-radius: 4px;
font-size: 0.8em;
z-index: 500;
}
.EventInspectorList .success {
color: #3c763d;
background-color: #dff0d8;
border: 1px solid #d6e9c6;
}
.EventInspectorList .success:hover {
border-color: #80d570;
}
.EventInspectorList .error {
color: #a94442;
background-color: #f2dede;
border: 1px solid #ebccd1;
}
.EventInspectorList .error:hover {
border-color: #e09595;
}
.window {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.window-shadow {
position: absolute;
width: 100%;
height: 100%;
}
.window-block {
position: relative;
z-index: 1;
margin: 29px auto 19px;
background-color: #fbfeff;
border: 1px solid #e4e4e4;
border-radius: 3px;
}
.window-title {
position: absolute;
background-color: #0183ce;
color: #eef1f2;
font-size: 1.15em;
margin: -15px 0px 0px -10px;
padding: 0.55em 2.5em 0.55em 1.5em;
min-width: 20%;
}
.window-close {
position: absolute;
top: 3px;
right: 3px;
display: block;
width: 20px;
height: 20px;
background: url("../img/close.png") center;
}
.window-content {
padding: 30px 15px 10px;
overflow: hidden;
}
.window-content p {
margin-bottom: 5px;
line-height: 16px;
font-size: 14px;
}
.window-content h1 {
margin-bottom: 5px;
padding-top: 5px;
line-height: 16px;
font-size: 15px;
}
.window-content table {
margin-bottom: 5px;
border-collapse: collapse;
}
.window-content td {
padding: 0 10px;
line-height: 20px;
font-size: 14px;
border: 1px solid black;
}