chat_and_hub.css 1.15 KB
/*From Old Theme*/

/* chat {{{ */

#chat .toolbar {
  background-color: #F8C300;
  border: 2px solid #F8C300;
}

#chat #environment-logo {
  background-color: #FCDD4E;
}

/* }}} */

/*estilos do HUB*/

.hub .post{
	background: url("../images/hub-time-bg.gif") repeat-y	left top #fff;
}

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

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

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

.hub ul.settings li{
	 position: relative;
	 background: url("../images/hub-arrow-right.png") no-repeat scroll 98% 50% #ED8E01;
	 overflow: hidden;
	 z-index:999;
}

.hub ul.settings li.twitter:hover{
	 background: url("../images/hub-arrow-up.png") no-repeat scroll 95% 50% #ED8E01;
	 min-height: 50px;
	 height: auto;
}

.hub ul.settings li.twitter label{    
	 color: white;
    display: block;
    font-style: oblique;
    line-height: 1.5em;
	 margin-bottom: 5px;
}

.hub ul.settings li.twitter input{margin-bottom: 10px; margin-right: 5px;}

.hub ul.settings li.twitter input.btn-ok {}