-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
205 lines (203 loc) · 5.09 KB
/
Copy pathstyle.css
File metadata and controls
205 lines (203 loc) · 5.09 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
body {
background-image:url(135d7d9279e785bf054c67282081a541.jpg);
font-family:Ms Ui Gothic;
color:#5e5e5e;
font-size:1em;
line-height:19px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
}
#TEMPLATE-LAYOUT {
width:1000px;
height:auto;
padding:5px;
margin-left:auto;
margin-right:auto;
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: stretch;
margin: auto;
justify-content: center;
}
header {
width:70%;
height:150px;
background: rgb(255,189,200);
background-image: url(Alpha_Beta_Gamer.gif);
background-repeat: no-repeat;
background-size: cover;
border-width:2px;
border-style:ridge;
border-color:pink;
overflow: hidden;
}
.shadow{
text-shadow: rgb(255, 255, 255) 4px 0px 0px, rgb(255, 255, 255) 3.87565px 0.989616px 0px, rgb(255, 255, 255) 3.51033px 1.9177px 0px, rgb(255, 255, 255) 2.92676px 2.72656px 0px, rgb(255, 255, 255) 2.16121px 3.36588px 0px, rgb(255, 255, 255) 1.26129px 3.79594px 0px, rgb(255, 255, 255) 0.282949px 3.98998px 0px, rgb(255, 255, 255) -0.712984px 3.93594px 0px, rgb(255, 255, 255) -1.66459px 3.63719px 0px, rgb(255, 255, 255) -2.51269px 3.11229px 0px, rgb(255, 255, 255) -3.20457px 2.39389px 0px, rgb(255, 255, 255) -3.69721px 1.52664px 0px, rgb(255, 255, 255) -3.95997px 0.56448px 0px, rgb(255, 255, 255) -3.97652px -0.432781px 0px, rgb(255, 255, 255) -3.74583px -1.40313px 0px, rgb(255, 255, 255) -3.28224px -2.28625px 0px, rgb(255, 255, 255) -2.61457px -3.02721px 0px, rgb(255, 255, 255) -1.78435px -3.57996px 0px, rgb(255, 255, 255) -0.843183px -3.91012px 0px, rgb(255, 255, 255) 0.150409px -3.99717px 0px, rgb(255, 255, 255) 1.13465px -3.8357px 0px, rgb(255, 255, 255) 2.04834px -3.43574px 0px, rgb(255, 255, 255) 2.83468px -2.82216px 0px, rgb(255, 255, 255) 3.44477px -2.03312px 0px, rgb(255, 255, 255) 3.84068px -1.11766px 0px, rgb(255, 255, 255) 3.9978px -0.132717px 0px;
}
.BOARD {
width:29.3%;
height:150px;
background-image:url(d1190e3105162aae9586a393164e83c1.gif);
background-size: cover;
border-width:2px;
border-style:ridge;
border-color:pink;
padding:5px;
box-sizing:border-box;
border-right:0px;
}
.BOARD p {
margin:0px;
padding:0px;
}
.marquee-box {
width:100%;
height:28px;
border-width:2px;
border-style:ridge;
border-color:pink;
margin-top:5px;
background-color:rgb(231, 204, 204);
}
.navigation {
width:20%;
min-height:430px;
border-width:2px;
border-style:ridge;
border-color:pink;
margin-top:5px;
margin-left:10px;
background:white;
overflow:hidden;
position: relative
}
.calendar {
margin-top: 5px;
width:20%;
min-height:430px;
margin-left: initial;
margin-right: 10px;
margin-bottom: auto;
border-width:2px;
border-style:ridge;
border-color:pink;
background:white;
overflow:hidden;
position: relative
}
.button {
width:110%;
background: rgb(233, 238, 217);
height:auto;
font-size:20px;
padding:5px;
text-align:center;
border-bottom:3px ridge pink;
font-weight:600;
}
ul {
list-style-type:none;
padding:3.5px;
margin:0px;
}
.content {
width:100%;
height:240px;
border-width:2px;
border-style:ridge;
border-color:pink;
margin-top:5px;
background-image:url('9c6a3cdfaff6d5936b20787a5b919ee9.jpg');
padding:10px;
box-sizing:border-box;
}
.container {
width:100%;
height:100%;
border-width:2px;
border-style:ridge;
border-color:pink;
background:rgb(231, 204, 204);
padding:5px;
box-sizing:border-box;
overflow-y:auto;
}
.container p {
margin:0px;
padding:0px;
margin-top:5px;
}
.the-section {
width:50%;
height:430px;
display: flex;
flex-wrap: wrap;
}
.box-left {
width: 32%;
padding:5px;
box-sizing:border-box;
border-style:ridge;
border-color:pink;
background:beige;
margin-top:5px;
height: 170px;
margin-left:5px;
}
.Calendar {
position: initial;
margin-top: 5px;
}
.box-middle {
width:32%;
padding:5px;
box-sizing:border-box;
border-style:ridge;
border-color:pink;
background:beige;
margin-top:5px;
height: 170px;
margin-left:5px;
}
.box-middle .container {
background-color: white;
}
.box-right {
width:32%;
padding:5px;
box-sizing:border-box;
border-style:ridge;
border-color:pink;
background:beige;
margin-top:5px;
min-height:185px;
margin-left:5px;
height: 160px;
}
.box-left .button {
margin:-5px;
}
.box-middle .button {
margin:-5px;
}
.box-right .button {
margin:-5px;
}
;root{
--primary-clr:
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}