-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlooks.css
130 lines (130 loc) · 2.83 KB
/
looks.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
body {
margin: 0px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #181818;
color: white;
}
#top-nav-bar {
background: rgba(0, 0, 0, 0.842);
backdrop-filter: blur(7px);
width: 100%;
position: fixed;
padding: 10px;
z-index: 10000;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
}
.top-nav-bar-item {
margin: 5px;
color: white;
font-size: 17px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
padding: 3px;
border-radius: 4px;
}
.top-nav-bar-item:hover {
cursor: pointer;
background-color: rgb(31, 31, 31)
}
.top-nav-bar-item_title {
font-weight: bold;
}
#def-section-69 {
background-image: url('https://www.wallpaperuse.com/wallp/34-343289_m.jpg');
background-size: cover;
background-repeat: no-repeat;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
box-shadow: 0px 0px 3px grey;
}
#def-section-69_backdrop-filter {
background-color: rgba(0, 0, 0, 0.096);
backdrop-filter: blur(6px);
width: 100%;
padding-top: 280px;
padding-bottom: 280px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
#def-section-69_title {
color: white;
font-size: 65px;
font-weight: bold;
}
#def-section-69_stitle {
color: white;
font-size: 35px;
}
#def-section-69_bot-img {
width: 250px;
height: 250px;
border-radius: 1000px;
}
#def-section-48_main-page {
padding: 20px;
float: left;
}
.label-main-page {
font-size: 25px;
float: left;
font-weight: bold;
}
.def-line-main_page {
width: 100px;
height: 5px;
background: linear-gradient(to right, rgb(106, 0, 177) 0%, #a869c9 100%);
border-radius: 100px;
float: left;
}
#clickBox-Main {
border-radius: 4px;
background-color: rgb(106, 0, 177);
}
.def-card-420 {
margin: 15px;
border-radius: 7px;
background: #363636;
padding: 20px;
}
.label-main-420 {
font-size: 25px;
}
.def-button-420 {
border-radius: 4px;
background-color: rgb(106, 0, 177);
color: white;
border-style: none;
padding: 7px;
font-size: 15px;
box-shadow: 0px 0px 5px rgb(36, 36, 36);
}
.def-button-420:hover {
background-color: rgb(78, 8, 124);
cursor: pointer;
}
code {
background-color: #000000;
border-radius: 4px;
padding: 1.54px;
}
.item-shut-notAllowed:hover {
cursor: not-allowed;
}
.mini-card {
background-color: #363636;
margin-left: 25%;
margin-right: 25%;
padding: 18.455px;
border-radius: 10px;
}
.mini-card #mini-card-title {
font-size: 31px;
font-weight: 600;
}
.mini-card #mini-card-desc {
font-size: 18px;
}
.mini-card img {
width: 200px;
}