style.css 5.77 KB
#hub-loading {
  /*margin-top: 18px;*/
  float: right;
}

.icon-newcommunity-hub,
.icon-community-hub {
  background-image: url(/plugins/community_hub/icons/community-hub.png)
}

.hub {
    /*border: 1px solid red;*/
}

.hub ul {padding-left: 0px; margin-top: 0;}

#content .hub h1{
	margin-bottom: 0;
}


#content .hub .title {
    font-size: 33px;
    font-weight: normal;
    padding-right: 70px;
	 color: #4b7421;
	 font-variant: normal;
}

.hub .description {
	font-size: 14px;
}

.hub .post {
	border-bottom: 1px solid #ddd;
	background: url("images/hub-time-bg.gif") repeat-y left top #fff;
	padding: 5px 0;
}


.hub .time{
    display: inline-block;
    font-size: 8px;
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
    width: 35px;
}

.hub .avatar{
    background-color: lightGray;
    display: inline-block;
    height: 43px;
    margin: 0 10px;
    vertical-align: top;
    width: 43px;
    text-align: center;
}

.hub .avatar img{
    max-height: 43px;
    max-width: 43px;
}

.hub .message{
    display: inline-block;
    width: 70%;
}

.hub .message .author {
	font-weight: bold;
	float: left;
	display: inline-block;
	line-height: 20px;
	margin-right: 5px;
}

.hub .mediation-bar {
  display: inline-block;
  margin: 10px 0 10px 104px;
  width: 70%;
}

.hub .mediation-bar ul {}

.hub .mediation-bar ul li {
  display: inline-block;
  /*margin-right: 5px;*/
  overflow: hidden;
  /*text-indent: -1000px;*/
  width: 16px;
}

.hub .mediation-bar ul li.likes-dislikes{
    overflow: visible;
    text-indent: 0px;
    width: auto;
	 vertical-align: top;
}

.hub .mediation-bar ul li.pin{
	height: 25px;
}

.hub .remove{}

.hub .mediation-bar ul li a{
	text-indent: -10000px;
}

.hub .promote {
	background: url("images/hub-promote-icon.png") no-repeat center center #fff;
}

.hub .promote .not-promoted {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.hub .pin {
	background: url("images/hub-pin-icon.png") no-repeat center center #fff;
}

.hub .pin .not-pinned {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.hub .mediation-bar ul li.pin {
	float: right;
}

.hub ul.mediation-comment-list{
	margin-left: 80px;
	display: inline-block;
	padding: 10px 0;
	background-color: #fff;
	margin-bottom: 10px;
}

.hub ul.mediation-comment-list li{
	padding-left: 10px;
}

/**/

.hub .live {
    border: 0px solid lightGray;
    display: inline-block;
    float: left;
    width: 49%;
	margin-bottom: 2em;
}

.hub ul#live-posts, .hub ul#mediation-posts{
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: lightGray;
	padding-top: 10px;
}


.hub #live-posts .post {
	background-color:#fff;
}

.hub ul#mediation-posts .post{
  background-color:#eee;
  border-color: #fff;
}

#content .main-block .hub .live h1{
	 background-color: #f4f4f4;
	 border: 1px solid lightGray
}

#content .hub .live .title {
    color: #656565;
    display: inline-block;
    font-size: 20px;
	 font-family: Arial Black, arial, sans-serif;
    padding-right: 0;
    width: 70%;
}
#content .hub .live .on-air {
    background-color: #d40000;
    border-radius: 10px 10px 10px 10px;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0.5em;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 20%;

}
#content .hub .live .off-air {
    background-color: gray;
    border-radius: 10px 10px 10px 10px;
    color: black;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0.5em;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 20%;
}


.hub .mediation {
	border: 0px solid lightGray;
	display: inline-block;
	clear: right;
	float: none;
	margin-left: 1%;
	width: 50%;
	margin-bottom: 2em;
}

#content .main-block .hub .mediation h1{
    background-color: #ed8e01;
	 border: 1px solid lightGray
}

#content .hub .mediation .title {
    color: white;
    display: inline-block;
    font-size: 20px;
	 font-family: Arial Black, arial, sans-serif;
    padding-right: 0;
    width: 100%;
	/*font-variant: normal;*/
}
.hub .mediation .expand {
    float: right;
    padding-right: 1em;
}
.hub .form {
    clear: left;
    float: left;
    width: 49%;
}

.hub div.settings {
    float: right;
    width: 50%;
}

.hub ul.settings li {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
	padding: 0 10px;
	background: url("images/hub-arrow-right.png") no-repeat 90% top #ed8e01;
}

.hub ul.settings span.collapse {
    padding-right: 0.5em;
    float: right;
}

.hub div.banner {
  width: 50%;
  height: 100px;
  background-color: #6d6d6d;
  float: right;
  text-align: center;
}

.hub div.banner span {
  color: white;
  font-family: Arial Black, arial, sans-serif;
  font-size: large;
  font-weight: normal;
  margin-top: 35px;
  display: block;
}

.hub div.embed {
  margin-top: 10px;
  padding: 8px;
  width: 48%;
  height: 216px;
  border: 1px solid #c0c0c0;
  float: right;
}

.hub div.embed textarea.code {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  height: 195px;
  resize: none;
}

#content .hub ul.settings li a{
    color: white;
    font-family: Arial Black, arial, sans-serif;
    font-size: large;
    font-weight: normal;
}

#content .hub ul.settings li a:hover {
	 text-decoration: none;
}

#content .hub form input.button.submit {
	 font-family: Arial Black, arial, sans-serif;
    font-size: small;
    font-weight: normal;
	 color: #333;
	 margin-top: 10px;
}

.hub .settings .twitter, .hub .settings .facebook, .hub .settings .general {
   /* border: 1px solid red;*/
}

textarea#message_body {
  width: auto;
  margin-left: 80px;
}

.comment-count {
  margin-left: 80px;
  padding: 5px 10px;
  background-color: white;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: -5px;
}