-
Notifications
You must be signed in to change notification settings - Fork 1
/
style_homepage.css
112 lines (102 loc) · 1.74 KB
/
style_homepage.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
#form_1{
visibility:visible;
padding:3px;
background-color:#888888;
text-align:right;
height: 50px;
}
u:nth-child(1){
display:flex;
position:absolute;
left:20px;
text-decoration:none;
font-size:30px;
}
#footer{
text-align:right;
margin-top:35px;
border: 5px;
width: 100%;
height: 5%;
border:2px dotted;
}
#footer:hover{
cursor: progress;
}
.hello, .profile_display{
left:44%;
position: absolute;
width:90px;
height:40px;
display:flex;
font-size: 15px;
}
.profile_display{
background-color: aliceblue;
left: 22%;
width:160px;
border: 2px solid wheat;
border-radius: 15px;
}
.profile_display h5{
position:relative;
margin-top:10px;
margin-left:30px;
font-size:15px;
}
.profile_display:hover{
cursor: text;
}
.main{
position: relative;
height: 78%;
padding: 5px;
display: inline-flex;
}
#side, #middle, #sidebar{
position: relative;
border: #888888 solid 3px;
margin-block: 10px;
margin-inline: 25px;
text-justify: inter-word ;
}
#side{
position: relative;
width: 20%
}
#middle{
position: relative;
width:58%
}
#sidebar{
position: relative;
width: 20%
}
.activities,.messages, .profile{
position: relative;
padding: 5px;
font-size: 15px;
border:0px solid groove;
width:100px;
top:-10px;
}
.messages{
margin-left:10px;
}
.profile{
top:0px;
margin-left: 85%;
}
.profile:hover{
cursor:progress;
color:rgb(255, 0, 0);
}
.activities:hover,.messages:hover{
cursor: pointer;
color:red;
}
.activities:active{
background-color: red;
}
@media screen and (max-width:900px){
}