main-content.css 4.61 KB
/*** Box ***/

.no-boxes .block {
  margin-top: 50px;
}

#content .box-2 .block-outer .block,
#content .box-3 .block-outer .block{
  margin-bottom: 45px;
  clear: both;
}

/*** Block Title ***/
#content .block-outer .block-title {
  padding: 5px 8px 18px 7px;
  margin: 0px 0px 2px 0px;
	background: #eee;
  border-bottom: none;
  font-size: 12px;
  font-family: "open_sansbold", Arial, Helvetica, sans-serif;
  font-variant: normal;
  text-transform: uppercase;
  text-align: left;
  font-weight: 300;
}

#content .box-1 .block-title {
  padding: 5px 8px 20px 10px;
  font-size: 18px;
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  text-transform: none;
}

/*** Pagination ***/

#content .pagination {
  margin: 48px auto 30px auto;
  border-top: 0 none;
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}

#content .pagination a,
#content .pagination em,
#content .pagination span{
  padding: 5px 0;
  margin-right: 4px;
  color: #172738;
  border: 1px solid #D3D6DE;
  border-radius: 4px;
  letter-spacing: 0.6px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  width: 30px;
}

#content .pagination .previous-arrow,
#content .pagination .next-arrow{
  display: none;
}

#content .pagination .current {
  background-color: #ECEDF1;
  font-style: normal;
}

#content #article .pagination .previous_page,
#content #article .pagination .next_page,
#content .pagination .previous_page,
#content .pagination .next_page{
  position: relative;
  padding:5px 9px;
}

#content #article .pagination .previous_page,
#content .pagination .previous_page{
  float: left;
}

#content #article .pagination .next_page,
#content .pagination .next_page{
  float: right;
}

#content .pagination .next_page:after,
#content .pagination .previous_page:before{
  font-family:"FontAwesome";
  font-size: 15px;
  font-weight: bold;
  line-height: 10px;
}

#content .pagination .previous_page:before{
  content:"\f104"; 
  margin:0 10px 0 0;
}

#content .pagination .next_page:after{
  content:"\f105";
  margin:0 0 0 10px;
}

#content .pagination .previous_page,
#content .pagination .next_page{
  width: auto;
  position: relative;
  background-image: none;
  font-weight: 500;
}

#content .pagination .disabled{
  opacity: 0.5;
}

/*** Button ***/

#content .button-bar a.button,
#content .button-bar input {
    margin: 0 10px 10px 0;
}

#content a.button.with-text{
  height: 32px;
  padding: 5px 15px;
  background: #FFF none;
  color: #3E67B1;
  border-radius: 4px;
  border: 1px solid #3E67B1;
  font-size: 14px;
  line-height: 32px;
}

#content .button-bar a.button.with-text,
#content #article-actions a.button.with-text{
  display: inline-block;
  height: 18px;
  padding: 5px 10px;
  margin-bottom: 5px;
  background: #FFF none;
  color: #3E67B1;
  border-radius: 4px;
  border: 1px solid #3E67B1;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
}

#content .button-bar .button.with-text.icon-save.submit{
  height: 30px;
  padding: 5px 15px;
  background: #3E67B1 none;
  color: #FFF;
  border-radius: 4px;
  border: 1px solid #3E67B1;
  font-size: 14px;
  line-height: 14px;
}

#content .button-bar a.button.with-text span,
#content #article-actions a.button.with-text span{
  padding: 0;
}

.action-profile-members #content .button-bar a.button.with-text{
  height: auto;
  border: 1px solid #D3D6DE;
  font-size: 12px;
  line-height: normal;
  text-transform: none;
}
.action-profile-members #content .page-profile-header a.button.with-text{
  border:none;
}

.action-profile-members #content .button-bar a.button.with-text:hover{
  border-color: #3E67B1;
}

#content form input.button.with-text{
  height: 30px;
  max-height: 30px;
  padding: 5px 10px;
  background: #FFF none;
  color: #3E67B1;
  border-radius: 4px;
  border: 1px solid #3E67B1;
  font-size: 14px;
  line-height: 14px;
}

#content .button-bar .button.with-text.icon-save.submit:hover,
#content .button-bar a.button.with-text:hover,
#content a.button:hover,
#content #article-actions a.button.with-text:hover,
#content input.button.with-text:hover{
  background-color: #FFF;
  color: #3E67B1;
  border: 1px solid #3E67B1;
}

/* This is a temporary solution until noosfero deals with logged-out comments in a better manner. */
.comment-replies .comment-logged-out .comment-text,
.comment-logged-out .comment-picture,
.comment-logged-out h4 {
  opacity: 1.0;
}

.comment-logged-out .comment-text,
.comment-info {
  color: black;
}
/**/

/* Temporary solution to code block in tutorial page. */
.article-body td {
    background-color: white;
}

.article-body td:hover {
    background-color: white;
}
/* End of temporary solution to code block in tutorial page. */