-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
38 lines (35 loc) · 869 Bytes
/
css.css
File metadata and controls
38 lines (35 loc) · 869 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
body {
height: 2000px;
background-image: url("cloud.jpg");
background-repeat: repeat;
}
.serval-mid{
width: 12.72%;
position: relative;
margin-top: -10px;
left: 46.655%;
background-image:url("serval-mid.svg");
height: 100%;
background-repeat:repeat-y;
}
.serval-top{
position: relative;
left: 25%;
width: 50%;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
user-drag: none;
-webkit-user-drag: none;
}
.footer{
position: fixed;
right: 10px;
bottom: 7px;
color: #bbb;
text-decoration: none;
}