-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunityprofile.css
141 lines (133 loc) · 2.43 KB
/
communityprofile.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
131
132
133
134
135
136
137
138
139
140
141
#communityHeaderOfMobile
{
width: 100%;
text-align: center;
height: 80px;
background-image: linear-gradient(to bottom, #4ba2b7, #42a6be, #38aac6, #29adcd, #0fb1d5);
}
#askbtndiv
{
display : none;
}
#btnToJoin
{
color: #fff;
background: transparent;
border-color: #fff;
}
#headerCommImage1
{
height: 90px;
width: 90px;
position: relative;
margin-top: 25px;
margin-left: 0px;
box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
#mobileCq
{
font-size: 15px;
width: 80%;
margin: 0;
overflow: auto;
height: auto;
font-weight: bold;
display: block;
color: #fff;
text-transform: capitalize;
}
#communityHeaderOfLap
{
padding-top: 70px;
}
#lapDiv1
{
display:none;
}
#lapDiv2
{
display:none;
}
@media (min-width:768px)
{
#communityHeaderOfMobile
{
height: 50px;
width: 100%;
background-image: linear-gradient(to bottom, #4ba2b7, #42a6be, #38aac6, #29adcd, #0fb1d5);
}
#communityHeaderOfLap
{
padding-top: 0px;
}
#askbtndiv
{
display : block !important;
}
#headerCommImage1
{
display:none;
}
#headerCommImage2
{
background: rgb(255, 255, 255) !important;
height: 100px;
width: 100px;
z-index: 2;
position: absolute;
margin-top: -40px;
border: 4px solid #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
#mobileCq
{
display:none;
}
#lapDiv1
{
display:block;
}
#lapDiv2
{
display:block;
/* margin-left:-25px; */
}
#lapDiv2
{
z-index: 1;
height: 60px;
margin-top: 15px;
font-size: 20px;
font-family: 'Open Sans', sans-serif;
text-transform: capitalize;
font-weight: bold;
}
}
.adminInfo {
padding: 0px;
}
.center-all {
text-align: -webkit-center !important;
}
.adminPic {
background: rgb(255, 255, 255) !important;
width: 50px;
height: 50px;
border: 2px solid #ffffff;
border-radius: 50%;
}
.allSides {
box-shadow: 0 0 10px rgba(0,0,0,0.6);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.adminContent {
margin-top: 10px;
}
.communityProfileUserImage {
background: rgb(255, 255, 255) !important;
border-radius: 50%;
height: 40px;
width: 40px;
}