This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
159 lines (156 loc) · 2.59 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
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
html{
background-image: "url(Annotation 2019-10-16 100415)";
background-repeat: space;
}
@media only screen and (max-width:100px){
html{
width: fit-content
}
}
*{
padding: 0%;
margin: 0%;
}
.table-header{
width: 100vw;
height: 6.62vh;
background: Tan;
border-bottom: 0.15vh solid SaddleBrown;
position: fixed;
z-index: 1;
}
.container {
display:grid;
grid-template-rows: 10vh 90vh;
grid-template-columns: 1fr 10fr 1fr;
grid-column-gap: 0px
}
.grid-centre{
justify-content: center;
background: wheat
}
p.Header {
font-size: 7vh;
font-family: 'Amatic SC', cursive;
}
.grid-edge{
background: BurlyWood;
z-index:1;
}
.grid-upper{
background: Tan;
border-bottom: 0.15vh solid SaddleBrown;
}
.grid-right{
border-left:0.15vh solid SaddleBrown;
}
.grid-left{
border-right:0.15vh solid SaddleBrown;
}
.login1{
justify-content: center;
text-align: center;
padding-top: 10vh;
font-size: 4vh;
}
.login2{
justify-content: center;
text-align: center;
margin-top: 1vh;
font-size: 4vh;
}
a{
color: #000 !important;
text-decoration:none;
}
.main-container{
display:grid;
grid-template-columns: 7% 93%;
overflow: hidden;
}
.home-container{
display:grid;
grid-template-rows: 100%;
grid-template-columns: 100%;
border-bottom:0.15vh solid SaddleBrown;
z-index:1
}
.homer{
justify-content: center;
text-align: center;
font-size: 2vh
}
@media only screen and (max-width: 415px) {
p.Header {
font-size: 6vh;
font-family: 'Amatic SC', cursive;
}
}
.home-book{
height: 10vh;
width: 6vw;
}
.grid-main{
height:87vh;
width: 90vw;
padding-left: 3vw;
}
.news{
padding-left: 5vw;
width: 5vw;
padding-top: 0%;
vertical-align: top;
}
.table-first{
width:5vw;
}
.middle{
text-align: center;
}
.table-main{
text-align: center;
margin-left: 11vw;
margin-right: 1vw;
border:1px solid SaddleBrown;
font-size:4vh;
}
.img-news{
width: 15vw;
height: 15vh;
box-shadow: 3px 4px 14px 0px black;
}
.img-book{
width: 7vw;
height: 20vh;
box-shadow: 3px 4px 14px 0px black;
}
.login-input{
width: 40vw;
height: 10vh;
margin: 5vh 20vw;
font-size:3vh;
}
.otpravit{
padding: 2.5vh 10vw
}
.ad{
width:80%;
height: 14%;
}
.ader{
padding-left: 10%
}
.haeder{
padding-top: 1vh;
font-size: 2vh;
}
.booker{
padding-top: 3vh;
padding-left:0.5vw;
padding-bottom: 1vh;
}
.len{
padding-top: 3vh;
padding-left:0.5vw;
padding-bottom: 3vh;
}