-
Notifications
You must be signed in to change notification settings - Fork 0
/
ag_hmpg_style.css
129 lines (116 loc) · 2.31 KB
/
ag_hmpg_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
.nav-bar {
color:white;
display:flex;
flex-direction:row;
justify-content:flex-start;
align-content: center;
background-color:black;
position: fixed;
width: 100vw;
height: 60px;
z-index: 4;
}
#logo-def{
width:270px;
display:flex;
}
#prof{
width:60px;
margin-left:auto;
display:flex;
flex-direction: column;
margin-right:30px;
}
#prof #drop{
display:none;
padding-top:4px;
flex-direction: column;
background-color: black;
width:90px;
font-family:PoiretOne-Regular;
font-size: large;
}
.nav-bar #prof span{
text-align: center;
padding:5px;
}
.nav-bar #prof:hover>#drop{
display: flex;
}
.drop-list:hover{
background-color:grey;
}
#scam{
position:absolute;
background-color:transparent;
width:76.4vw;
height:92vh;
margin-top:8.5vh;
margin-left:150px;
z-index:60;
display:none;
flex-direction:column;
}
#row1{
width:800px;
height:200px;
margin-top:127px;
margin-left:100px;
display:flex;
justify-content:center;
align-items:center;
margin:auto;
z-index:61;
}
#promotions, #adminchats{
width:300px;
height:200px;
display:flex;
flex-direction:column;
background-color:rgba(0,0,0,0.6);
color:white;
justify-content:center;
align-items:center;
font-size:30px;
border:2px solid white;
}
#recs{
width:300px;
height:200px;
display:flex;
flex-direction:column;
background-color:rgba(0,0,0,0.6);
color:white;
justify-content:center;
align-items:center;
font-size:30px;
border:2px solid white;
text-align: center;
}
#scam div#promotions:hover, #scam div#adminchats:hover, #scam div#recs:hover{
background-color: rgba(100,100,100,0.5);
}
#heading {
font-size: 5vmax;
line-height: 1.3;
white-space: nowrap;
font-weight: 700;
text-align: center;
text-indent: -1%;
color:white;
text-shadow: 2px 5px 5px black;
text-align: center;
margin-left: -100px;
}
body {
background-image: url(images/painting-1682416389136-9172.jpg);
background-size: cover;
}
#user-name-display{
margin-left:20px;
margin-top:80px;
margin-bottom:50px;
font-size: 65px;
font-family: 'Aladin';
color:white;
}