-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
97 lines (86 loc) · 1.71 KB
/
Copy pathstyle.css
File metadata and controls
97 lines (86 loc) · 1.71 KB
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
.title{
position: fixed;
text-align : center;
top:0;
width: 100%;
height: 4%;
background-color: rgba(50, 50, 50, .4);
padding-top: 0.3%;
font-weight: bold;
color:
}
.body-headers{
text-align: center;
background-color: rgba(20, 80, 20, .4);
font-size: 120%;
font-weight: bold;
height: 5%;
}
.body-headers label{
display: inline-block;
width: 10%;
margin-top: 0.2%;
margin-left: 2%;
margin-right: 2%;
}
/*-----------manager body-----------------------*/
.manager-body{
position: fixed;
top: 0;
width: 90%;
height: 80%;
margin-right:5%;
margin-left:5%;
margin-top:4%;
margin-bottom: 5%;
border-width: 20%;
border-color: rgba(200, 200, 200, 0.5);
background-color: rgba(200, 200, 200, 0.5);
text-align: center;
overflow: auto;
}
.student-data{
text-align: center;
margin-top: 0.08%;
border-width: 0px;
borderColor: rgba(0,0,0,0);
}
.student-data label{
display: inline-block;
width: 10%;
margin-left: 2%;
margin-right: 2%;
}
/*---------end manager body---------------------------*/
/*---------manager input-----------------------------*/
.manager-input{
width:100%;
position:fixed;
top: 95.60%;
height:4.40%;
text-align: left;
background: rgba(80,80,80,0.9);
}
.manager-input input{
text-align: center;
margin-left: 1%;
margin-right: 1%;
margin-top: 0.15%;
margin-bottom: 0.15%;
border-width: 2px;
border-color: rgba(20, 80, 20, 1);
}
.input-button{
border-width: 2px;
border-color: rgba(20, 80, 20, 1);
}
/*-------------end manager input----------------------*/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: rgba(100, 100, 100, 1);
}
::-webkit-scrollbar-thumb {
background: rgba(30, 30, 30, 1);
}