community-pages.css
3.64 KB
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
/*** Profile page ***/
.action-profile-index #content .main-block h1 {
color: #172738;
border-bottom: none;
font-size: 2.3em;
font-weight: bold;
font-variant: normal;
font-family: Arial, open_sansbold, Helvetica, sans-serif;
}
/*** Profile info block ***/
#content .profile-info-options{
padding-right: 0;
text-align: center;
}
#content .profile-info-options a.button.with-text{
font-size: 11px;
}
/* Search form */
.action-profile-index .main-block #public-profile-search,
.action-profile-index .main-block #profile-search-results form,
.action-profile-index .main-block .profile-search-block form {
background-color: transparent;
}
.action-profile-index .main-block #public-profile-search .search-field .formfield {
float: left;
margin-right: 0.5em;
}
.action-profile-index .main-block #public-profile-search .search-field .formfield input {
margin-top: 0px;
margin-right: 0.5em;
padding: 6px;
height: 19px;
max-height: 19px;
border: 1px solid #ccc;
border-radius: 4px;
}
.action-profile-index .main-block #public-profile-search .formfield input,
.action-profile-index .main-block #public-profile-search .formfield textarea{
width: 100%;
background: none #FFFFFF;
color: #585858;
border: 1px solid #DDDDDD;
font-size: 16px;
word-wrap: break-word;
}
.action-profile-index .main-block #public-profile-search form input.button.submit {
height: 32px;
margin-top: 8px;
padding: 5px 15px;
color: #ffffff;
background: #2B51A8;
border-radius: 4px;
border: 1px solid #2B51A8;
font-size: 14px;
line-height: 14px;
text-transform: uppercase;
}
/* Profile tab */
.action-profile-index .main-block .profile .ui-tabs{
border: none;
}
.action-profile-index .main-block .profile .ui-tabs .ui-tabs-nav{
margin: 0 0 0 1em;
padding: 0;
background: none;
color: #172738;
border: 0px solid #aaaaaa;
border-radius: 4px;
font-weight: bold;
}
.action-profile-index .main-block .profile .ui-widget-content .ui-state-default,
.action-profile-index .main-block .profile .ui-widget-header .ui-state-default{
background: #d5d5d5 none;
color: #555555;
font-weight: normal;
}
.action-profile-index .main-block .profile .ui-widget-content .ui-state-active,
.action-profile-index .main-block .profile .ui-widget-header .ui-state-active{
background: #eeeff1;
color: #212121;
font-weight: normal;
}
.action-profile-index .main-block .profile .ui-tabs .ui-tabs-panel{
display: block;
padding: 1em 1.4em;
background-color: #eeeff1;
color: #777;
border-width: 1px;
font-size: 13px;
text-decoration: none;
}
/*** Events ***/
#content .article-body-event .event-card{
border-top: 1px dotted #D3D6D3;
background-repeat: no-repeat;
width: 494px;
height: 116px;
margin-bottom: 30px;
}
#content .article-body-event .event-image{
border-right: 1px dotted #D3D6DE;
}
#content .article-body-event .about-event > span{
font-family: Arial;
line-height: 13px;
}
#content .article-body-event .about-event .event-date{
font-weight: bold;
letter-spacing: 0.49px;
}
#content .article-body-event .about-event .event-address{
margin-top: 19px;
}
#content .article-body-event .about-event .event-address span{
margin-top: 4.4px;
line-height: 14px;
letter-spacing: 0.5px;
}
#content .article-body-event .event-link{
letter-spacing: 0.48px;
}
#content .article-body-event .event-link a{
text-decoration: underline;
}
#content .article-body-event .event-body .event-lead p{
font-size: 16px;
font-family: Arial;
font-weight: bold;
letter-spacing: -0.4px;
line-height: 21px;
}
#content .article-body-event .event-body .event-content p{
font-size: 15px;
font-family: Arial;
line-height: 22px;
}