-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·126 lines (125 loc) · 2.43 KB
/
style.css
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
/* 这里是 Wallpaper-for-Classroom-PC 项目的网页样式代码 */
/* 根据设备屏幕分辨率的不同,本项目的显示效果可能会有区别 */
/* 如有需要可随意修改其中的内容,但建议修改前做好备份 */
* {
margin: 0px;
padding: 3px;
}
@font-face {
font-family: 'FZHTJW';
src: url('resource/FZHTJW.TTF') format('truetype');
}
@font-face {
font-family: 'AvenueT';
src: url('resource/AvenueT.ttf') format('truetype');
}
@font-face {
font-family: 'MiSans';
src: url('resource/MiSans-Demibold.ttf') format('truetype');
}
@font-face {
font-family: 'Segment7';
src: url('resource/Segment7Standard.otf') format('opentype');
}
body {
width: 100%;
height: 100%;
overflow: hidden;
background: url('resource/Wallpaper.jpg') repeat left 50%;
}
p, marquee {
color: ghostwhite;
text-shadow: 2px -2px 0px black, 2px 2px 0px black, -2px -2px 0px black, -2px 2px 0px black, 2px 0px 0px black, 0px 2px 0px black, -2px 0px 0px black, 0px -2px 0px black;
}
.digitalFont {
font-family: "Segment7", "MiSans";
}
.pixelFont {
font-family: "FZXS16", "MiSans";
}
.normalFont {
font-family: "AvenueT", "MiSans";
}
#divouter {
width: 100vw;
height: 90%;
position: absolute;
}
#divleft {
width: 36vw;
height: 100%;
padding: 0px;
float: left;
}
#divright {
width: 36vw;
height: 100%;
padding: 0px;
float: left;
}
#divmiddle {
width: 28vw;
height: 100%;
padding: 0px;
float: left;
}
#clock {
font-size: 100px;
line-height: 100px;
padding-top: 8px;
text-align: center;
}
#subject {
font-size: 48px;
line-height: 48px;
text-align: center;
}
#dutytitle {
padding-top: 16px;
padding-left: 24px;
font-size: 64px;
text-align: left;
}
#duty {
padding-left: 24px;
font-size: 47px;
line-height: 56px;
text-align: left;
}
#schedule {
padding-top: 32px;
padding-right: 24px;
font-size: 56px;
line-height: 60px;
text-align: right;
}
.scheduleSeparator {
width: 100%;
padding: 16px;
}
.emoji {
width: 52px;
}
#currentClass {
padding-top: 32px;
font-size: 76px;
line-height: 84px;
text-align: right;
}
#announcement {
font-size: 32px;
line-height: 50px;
}
#countDown, #countUp {
font-size: 30px;
text-align: center;
}
#countDown {
padding-top: 132px;
}
#countUp {
padding-top: 24px;
}
.countDownLarge {
font-size: 48px;
}