community-pages.css 3.64 KB
/*** 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;
}