forked from joblessgod/Sasta-Facebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
123 lines (108 loc) · 2.19 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
* {
margin: 0;
padding: 0;
box-sizing: border;
}
body {
background-color: #a4a7af;
color: white;
}
nav {
width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: space-between;
background: #737a8d;
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
position: fixed;
z-index: 1000;
top: 0;
}
.nav-left {
display: flex;
align-items: center;
justify-content: center;
margin-left: 16px;
}
.nav-left .logo {
width: 40px;
margin: 5px 8px;
cursor: pointer;
}
.nav-left .logo img {
width: 100%;
border-radius: 10px;
/* box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); */
/* border-radius: 50%; */
}
.nav-left .search-box {
width: 240px;
height: 40px;
background: #5d616a;
border-radius: 20px;
margin-left: 5px;
padding: 0 6px;
position: relative;
margin-left: 15px;
cursor: pointer;
}
.nav-left .search-box i {
color: white;
margin-left: 20px;
line-height: 36px;
}
.nav-left .search-box .search-text-area {
outline: none;
background-color: transparent;
border: none;
padding: 4%;
font-size: 14px;
color: white;
}
.nav-center {
margin-right: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.nav-center i {
width: 45px;
background: #555555;
border-radius: 10px;
margin-left: 12px;
font-size: 22px;
padding: 13px 40px;
color: rgb(170, 163, 163);
}
.nav-right {
display: flex;
align-items: center;
justify-content: center;
}
.nav-right i {
width: 40px;
height: 40px;
background: #555555;
border-radius: 50%;
margin-right: 20px;
font-size: 22px;
color: rgba(170, 163, 163);
display: flex;
align-items: center;
justify-content: center;
}
.nav-right img {
width: 40px;
height: 40px;
object-fit: cover;
object-position: center;
border-radius: 50%;
line-height: 45px;
margin-right: 15px;
height: 40px;
margin-left: 10px;
padding: 10px;
font-size: 27px;
color: white;
}