-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarksheet.css
More file actions
55 lines (53 loc) · 921 Bytes
/
marksheet.css
File metadata and controls
55 lines (53 loc) · 921 Bytes
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
/*---------------------------------------------*/
/*Color codings*/
/*---------------------------------------------*/
:root {
--c_white:#fff;
--c_black:#000;
--c_blue_dark:#002a68;
--c_blue_main:#003380;
--c_blue_light:#87aade;
}
.main{
background-color: white;
color: #002967;
margin-bottom: 0px;
margin-top: 0vw;
}
.topic{
text-align: left;
font-size: 9vw;
padding-left: .5em;
color: var(--c_blue_dark);
}
.dayndate{
text-align: left;
font-size: 5.5vw;
padding-left: .8em;
}
.fmarks{
text-align: right;
font-size: 5.5vw;
}
.data{
background-color:#003480;
color: white;
font-size: 5vw;
}
.name1{
text-align: left;
}
.mark1{
text-align: right;
}
.l1{
margin-right: 0;
margin-left: 0;
width: 90vw;
height:1px;
}
.data1,.data2,.data3,.data4,.data5,.data6{
padding-left: 0;
padding-right: 0;
padding-top: 1.5vw;
}