-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
127 lines (101 loc) · 2.57 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
* {
margin: 0;
padding: 0;
/*cursor: url("https://downloads.totallyfreecursors.com/cursor_files/mouseclick.cur"), url("https://downloads.totallyfreecursors.com/thumbnails/mouse-click.gif"), auto; */
cursor: auto;
-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
-moz-user-select: -moz-none;
user-select: none;
}
body {
background-image: url("https://d2w9rnfcy7mm78.cloudfront.net/11603003/original_9d3a4342057a1a28b558e7b15d4ca656.png?1618517147?bc=0");
background-color: blue;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100%;
display: block;
margin: 0 auto;
/*
width: 100wh;
height: 90vh;
color: #fff;
background: linear-gradient(120deg, #FDFEE3, #FEE3E3, #E3FEFB, #F1E3FE);
background-size: 400% 400%;
-webkit-animation: Gradient 15s ease infinite;
-moz-animation: Gradient 15s ease infinite;
animation: Gradient 15s ease infinite;
*/
}
body::-webkit-scrollbar {
display: none;
}
img {
display: block;
position: fixed;
padding-right: 60px;
right: 10px;
top: 10px;
}
a, a:link, a:visited, a:active {
text-decoration: underline;
color: whitesmoke;
cursor: zoom-in;
}
a:active{
font-style: oblique;
color: yellow;
}
p {
padding-right: 30%;
padding-top: 20px;
font-family: "schola", sans-serif;
font-weight: normal;
font-size: 1.7vw;
color: whitesmoke;
line-height: 1.3;
text-align: left;
}
.text {
display: none;
width: 90vw;
margin-left: 50px;
margin-right: auto;
text-align: left;
}
.wrapper {
height: 100vh;
}
footer {
position: fixed;
text-align: right;
float: right;
padding-top: 1px;
padding-left: 3px;
padding-right: 3px;
position: absolute;
bottom: 10px;
right: 10px;
font-family: "schola", sans-serif;
font-weight: lighter;
font-size: 1.5vw;
color: whitesmoke;
}
.row {
position: inherit;
float: right;
/*width: 33.33%;*/
background-color: none;
padding-top: 1px;
padding-left: 3px;
padding-right: 3px;
position: absolute;
bottom: 10px;
right: 10px;
}
.column {
width: 100%;
}