Edu' Edu'  • 03.01.14 12:13

Colocando TopStory normais na Habzin Empty Colocando TopStory normais na Habzin 03.01.14 12:13

Olá, Convidado

Não é muito um tutorial, mas fiz isso para quem usa a Habzin e sabe que não tem como colocar os TopStory normais.

Bom, primeiro vá em

web-gallery > v2 > styles

abra o arquivo style.css

apague oque tiver lá, e coloque isso:

Código:
@charset "UTF-8";
/* CSS Document */
/* DESIGN & PROGRAMAÇÃO POR JE4N - BASEADO NO DESIGN DE LOUIS*/
/* PROPRIEDADE DA [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] */
/* NÃO RETIRE OS CRÉDITOS! */

a, a:visited, a:hover, a:active
{
    text-decoration: none;
    border-bottom: 0px dotted;
}

a:hover
{
    border-bottom: 0px dotted;
}

html {
overflow: auto;
}

body {
    background: #E2E2E2 url(../images/bg.png) fixed;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

input, textarea, select {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
    color: #FF8000;
}


img {
    border: 0;
}

#newsline {
    padding: 4px 0 15px 0;
    border-bottom: 1px solid #414141;
}

fieldset {
    border: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

div.fielderror {
    margin-bottom: 8px;
}
div.fielderror div {
    background-color: #e2001a;
    color: #fff;
}
div.loginbox .box-content a.login-register-link {
    color: #333;
    font-weight:bold;
}

div.loginbox .box-content a.login-register-link:hover {
    color: #fff;
    font-weight:bold;
}

div.rooms h2.title {
    background-color: #225e6a;
}
div.rooms .box-content {
    color: #ffffff;
}
div.rooms a {
    color: #fc0;
}

div.rounded-container {
    margin: 0 4px;
}

div.box-content {
    padding: 8px 15px;
    clear: both;
}

p {
    margin: 0;
    padding-bottom: 1em;
}

p.last {
    padding-bottom: 0;
}


div.column {
    float: left;
}

/* columns total width = 930px */
/* set the right margin of the rightmost column to 0 */

.cb { margin: 0 8px 7px 0; }

#column1 {
    width: 460px;
    height:auto;
}

#column2 {
    width: 310px;
}

#column7 {
    width: 770px;
}

#column-marktplatz {
    width: 1000px;
}

#column-footer {
    clear: left;
}

body#news #column1, body#tags #column1 {
    width: 210px;
}

body#news #column2, body#tags #column2 {
    width: 560px;
}

body#newcredits #column1 {
    width: 770px;
}

#column3,
body#news #column3,
body#tags #column3,
body#newcredits #column2 {
    width: 160px;
}

#column3 .cb,
body#news #column3 .cb,
body#tags #column3 .cb,
body#newcredits #column2 .cb {
    margin-right: 0;
}

#header-container {
    background-image: url(../images/topok.png);
    background-color:#D8E7F7;
    background-repeat: repeat-x;
    background-position: 0 100%;
    min-width: 93px;
    height: 128px;
    border-bottom: 1px solid black;
    margin: 0;
    boder:: 10;
}

#header-container, #content-container {
    padding: 0 10px;
}

#header {
    position: relative;   
}

body.anonymous #header {
    background: none;
}

#header h1 {
    float: left;
    margin-top: 16px;
    margin-bottom: 0px;
    boder:: 2;
}

#header-container #header h1 {
    margin-bottom: 18px;
}

#header h1 a, #header h1 span {
    text-indent: -10000px;
    float: left;
    width: 158px;
    height: 65px;
    border: 0;
    background-repeat: no-repeat;
    background-image: url(../images/logo.png);
    margin-top: 20px;
}

#container, #header, #navi2-container {
    margin-left:auto;
    margin-right:auto;
    text-align: left;
    width: 800px;
    boder:: 8999;
}

#container {
    clear: both;
}

#habbos-online-text {
    position: absolute;
    top: 46px;
    left: 505px;
    font-size: 10px;
    text-align: 10px;
}

#habbos-online {
    position: absolute;
    width: 110px;
    left: 781px;
    top: 15px;
    font-size: 10px;
    text-align: 10px;
}
#habbos-online .rounded, #habbos-online .rounded-done {
    background-color: #fff;   
}

#habbos-online span {
    display: block;   
    padding: 10px;
    background-color: #fff;       
}

#navi {
    clear: both;
    font-size: 12px;
}

#navi li {
    float: left;
    height: 33px;
    margin: 0 5px 0 0;
    white-space: nowrap;
}

#navi li strong, #navi li a {
    float: left;
    height: 22px;
    padding: 9px 16px 0 22px;
    background-repeat: no-repeat;
    background-image: url(../images/tabs.png);
    background-position: -10px -31px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;

    /* hide overflowing text */
    max-width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#navi li span {
    float: left;
    height: 31px;
    width: 6px;
    background-repeat: no-repeat;
    background-image: url(../images/tabs.png);
    background-position: -4px -31px;
}

#navi li.selected strong, #navi li.selected a {
    background-position: -10px 0;
    height:22px;
    color: #000000;
    font-weight: bold;
}

#navi li.selected span {
    background-position: -4px 0;
}

#navi li:hover strong, #navi li:hover a {
    height:22px;
    background-position: -10px -31px;
}
#navi li:hover span {
    background-position: -4px -31px;
}
#navi li.selected:hover strong, #navi li.selected:hover a {
    background-position: -10px 0;
}
#navi li.selected:hover span {
    background-position: -4px 0;
}

#navi li.metab i {
    padding-left: 16px;
    font-style: normal;
    background: transparent url(../images/fb-icon.png) no-repeat left 50%;
}

#navi #tab-register-now a {
    background-position: -10px -84px;
}

#navi #tab-register-now span {
    background-position: -4px -84px;
}

#navi #tab-register-now:hover a {
    background-position: -10px -112px;
}

#navi #tab-register-now:hover span {
    background-position: -4px -112px;
}


#subnavi {
    position: absolute;
    left: 190px;
    top: 0;
    width: 572px;
}


#subnavi a.userlink {
    color: #FFF;
}

#subnavi-search #subnavi-search-links {
    display: inline;
}

#subnavi-search, #subnavi-login {
    position: absolute;
    right: 0;
    top: 7px;
    text-align: right;
    boder::100000000;
}

#subnavi-search {
    width: 215px;
}

#subnavi-search ul {
    font-size: 10px;
    margin-right: 11px;
    padding-bottom: 21px;
    clear: none;
}

#subnavi-search form {
    text-align: right;
    margin-top: 20px;
    clear: both;
}

#subnavi-search .search-box-query {
    color: #8e8e8e;
    padding: 4px;   
}

.tag-search-form .search-box-query {
    padding: 4px;
}

#tag-cloud-slim ul {
    display: inline;
}
#tag-cloud-slim div.bt, #tag-cloud-slim div.bt div,
#tag-cloud-slim div.bb, #tag-cloud-slim div.bb div,
#tag-cloud-slim div.i1, #tag-cloud-slim div.i2 {
    background-image: none;
}

.tags-habbos-like {
    font-weight: bold;
    color: blue;
    font-size: 16px;
}
#subnavi-search ul li {
    display: inline;
}

#subnavi-search ul li+li {
    border-left: 1px solid #E8E8E8;
    padding-left: 5px;
}

#subnavi-search label {
    font-weight: bold;
}

#to-hotel {
    position: absolute;
    top: 33px;
    right: 3px;
    boder::100;
}

#navi2-container {
    background-position: 1px 100%;
}

#navi2 {
    width: 760px;
    background: #FFF;
    height: 34px;
    position: relative;
    border:1px solid rgba(0,0,0,.3);
    border-bottom:3px solid rgba(0,0,0,.3);
    border-top:none;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    line-height: 21px;
    background-repeat: repeat-y;
    background-position: 1px 0;
    font-size: 12px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

#navi2 ul {
    margin: 0 179px 0 2px;
    padding: 6px 0 0 20px;
    height: 24px;
    line-height: 24px;
    padding: 4px 0 0 0;
    margin: 0 0 0 19px;
    font-weight: bold;
}

#navi2 ul li {
    float: left;
    padding-right: 1.3em;
    margin-right: 1.3em;
    border-right: 1px solid #e8e8e8;
}

#navi2 ul li.last {
    border-right: 0;
}

#navi2 ul li.selected {
    font-weight: bold;
}

#navi2 ul li a {
    color: #808080;
}


#navi2 ul li a:hover {
    text-decoration: underline;
}

#navi2 ul li.selected a {
    color: black;
    text-decoration: none;
}

#navi2 ul li.selected a:hover {
    color: black;
    text-decoration: none;
}

#content {
    clear: both;
    padding-top: 5px;
}

#footer {
    clear: both;
    text-align: center;
    font-size: 11px;
    padding: 0 170px 1em 4px;
}

#viewmode #footer, #editmode #footer {
    padding-right: 4px;
}

#footer p {
    margin: 0;
    padding-top: .7em;
    padding-bottom: 0;
    font-size: 9px;
    color: #777;
}

#footer a {
    color: #000000;
}

ul.widelist li {
    padding: .5em 14px;
    margin: 0;
}

li.even {
    background-color: #fff;
    border-bottom: 1px dashed #d4d4d4;
}

/* highlighted list items, hidden from IE6 */
html > body .habblet-container .blue li.odd:hover { background-color: #f1f8ff}
html > body .habblet-container .blue li.even:hover { background-color: #E6F0FB }
html > body .habblet-container .default li.odd:hover { background-color: #fff6ee }
html > body .habblet-container .default li.even:hover { background-color: #fff0dc }
html > body .habblet-container .green li.odd:hover { background-color: #ebffd9 }
html > body .habblet-container .green li.even:hover { background-color: #dafdc2 }
html > body .habblet-container .darkred li.even:hover { background-color: #dafdc2 }
html > body .habblet-container .darkred li.odd:hover { background-color: #ebffd9 }

.topdialog {
    text-align: left;
    position:absolute;
    width:398px;
    boder::9001;
}

.topdialog-body {
    padding: 10px 10px 0 10px;
}

.topdialog .dialog-handle {
    cursor: move;
}

a.topdialog-exit {
    height: 15px;
    width: 15px;
    position: absolute;
    right: 13px;
    top: 9px;
    text-indent: -10000px;
    background: transparent url(../images/close_x.gif) no-repeat;
}

.black a.topdialog-exit {
    background: transparent url(../images/close_x_black.png) no-repeat;
}

.topdialog .box-tabs {
    border-bottom: 1px solid #000;
}

.topdialog .box-tabs li {
    float: left;
}

/* Rounded boxes */
/* Basic styling, used when JavaScript is unsupported */
.cbb {
    margin: 8px;
    padding: 0;
    background: #FFFFFF;
}
/* Normal styling */
    /* Top corners and border */
.bt {
    height: 5px;
    margin: 0 0 0 18px;
    background: no-repeat 100% 0;
}
.bt div {
    position: relative;
    left: -18px;
    width: 18px;
    height: 5px;
    background: no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    boder:: 1;
}

    /* Bottom corners and border */
.bb {
    height: 9px;
    margin: 0 0 0 8px;
    background: no-repeat 100% 100%;
    position: relative;
}
.bb div {
    position: absolute;
    left: -8px;
    width: 8px;
    height: 9px;
    background: no-repeat 0 100%;
    font-size: 0;
    line-height: 0;
    display: block;
}

    /* Left border */
.i1 {
    padding: 0 0 0 1px;
    background: url(../images/borders.png) repeat-y;
}
    /* Right border */
.i2 {
    padding: 0 1px 0 0;
    background: url(../images/borders.png) repeat-y top right;
}
    /* Wrapper for the content. Use it to set the background colour and insert some padding between the borders2 and the content. */
.i3 {
    display: block;
    margin: 0;
    padding: 0;
    background: #fff;
    boder:: 0;
}
    /* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.i3 {display: inline-block;}
.i3 {display: block;}


/* Quick tabs */
.the-qtab {
    position: absolute;
    width: 220px;
    boder:: 99;
    font-size: 11px;
}

.qtab-container-bottom {
    background-repeat: no-repeat;
    background-image: url(../images/quickmenu.png);
    background-position: bottom left;
    padding: 6px 1px 10px 1px;
}

.qtab-container {
    text-align: left;
    max-height: 460px;
    overflow: auto;
}

.qtab-container-top {
    background-repeat: no-repeat;
    background-image: url(../images/quickmenu_top.png);
    background-position: 0 0;
    height: 4px;
    font-size: 1px;
}

form {
    margin: 0;
    padding: 0;
}

/* Invite a friend */
#invite-friend-button {
    display:block;
    float:left;
    line-height: 20px;
    margin: 5px 15px;
    padding-right: 21px;
    background: transparent url(../images/myhabbo_icons.png) no-repeat 100% -234px;
}

#invitation-form {
    margin-bottom: 10px;
}

#invitation_message {
    float: left;
    width: 54%;
    height: 75px;
}

#invitation-email {
    float: left;
    margin-left: 10px;
    width: 40%
}

div.invitation-input {
    margin-bottom: 10px;
}

input.invitation-input {
    margin-left: 2px;
    width: 85%;
}

/* Purse habblet */
#purse-habblet input.redeemcode {
    width: 155px;
    float: left;
}

#purse-habblet ul {
    padding-top: 10px;
}

#purse-habblet li.icon-purse {
    background-image: url(../../images/purse/purse_icon.gif);
    background-repeat: no-repeat;
    background-position: 22px 9px;
    padding: 10px 0 15px 60px;
}

span.purse-balance-amount {
    font-size: 1.2em;
    font-weight: bold;
}

#purse-redeem-result {
    text-align: center;
    padding: 8px 15px 0 15px;
    clear: both;
}

/* Recommended rooms habblet */
#rooms-habblet-list-container li.locked {
    background-image: url(../images/locked.gif);
    background-repeat: no-repeat;
    background-position: 4px;
}


/* Groups Habblet */
div.groups-list li {
    background-position: 15px 50%;
}
div.groups-list li .item {
    display: block;
    height: 42px;
    padding: 2px 0 2px 60px;
}

div.groups-list li .item {
    margin-right: 30px;
    color: #000;
}

div.groups-list .new-gb-entries, div.groups-list .new-posts {
    float: right;
    padding: 0 0 0 16px;
    margin: 2px 10px;
    line-height: 18px;
    text-indent: -10000px;
    clear: right;
    outline: none;
}

div.groups-list .new-gb-entries {
    background: transparent url(../images/info_icons.png) no-repeat 100% -241px;
}

div.groups-list .new-posts {
    background: transparent url(../images/info_icons.png) no-repeat 100% -336px;
}

div.groups-list li.right {
    background-position: 7px 50%;
}
div.groups-list li.right div.item {
    padding-left: 52px;
}

div.groups-list p.groups-info-text {
    margin-top: 5px;
    padding-left: 11px;
}

a.hotgroups-toggle-more-data {
    float: right;
    margin-top: 7px;
    padding-right: 10px;   
}

/* Active Homes Habblet */
#homes-habblet-list-container li {
    background-position: 15px 50%;
}
#homes-habblet-list-container li div.item {
    height: 45px;
    padding: 10px 0 2px 60px;
}

#homes-habblet-list-container li.right {
    background-position: 7px 50%;
}
#homes-habblet-list-container li.right div.item {
    padding-left: 52px;
}

/* News promo habblet */

.habblet-container.news-promo .bt {
    display: none;
}

#content .habblet-container.news-promo .i1 {
    background-repeat: no-repeat;
    background-position: 0 5px;
}

#content .habblet-container.news-promo .i2 {
    background-repeat: no-repeat;
    background-position: right 5px;
}

.notitle .bt div {
    boder:: 0;
}

#newspromo #topstories {
    position: relative;
    height: 187px;   
}

#newspromo #topstories #topstories-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 302px;
    font-family: arial,sans-serif;
    text-align:center;
    font-size: 12px;
    line-height: 20px;
    background-color:rgba(0, 0, 0, .50);
    border-radius: 4px;
    color: #FFF;
    text-shadow: 0 .1em #000;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top:1px;
    float: left;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    text-align: center;
    line-height: 21px;
}

#newspromo #topstories #topstories-nav a.prev {
    left: 10px;
}

#newspromo #topstories #topstories-nav a.next {
    right: 10px;
}

#newspromo #topstories #topstories-nav a {
    top: 0px;
    color: #fff;
    text-decoration: none;
    position: absolute;
}

#newspromo .topstory {
    background:rgba(255,255,255,.10) no-repeat;
    background-position: -0px -0px;
    border-radius:4px;
    margin-right:7px;
    border-bottom: 2px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1p;
    background-color: #D8D9CE;
    color: #fff;
    height: 180px;
    width: 273px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 14px;   
    margin-top: 0px;
}

#newspromo .topstory a {
    color: #fff;
}

#newspromo .topstory h4 {
    margin: 0 0 3px 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
}

#newspromo .topstory h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
}

#newspromo .topstory h3 a {
    text-decoration: none;
}

#newspromo .topstory h3 a:hover {
    text-decoration: none;
}

#newspromo .topstory p.summary {
    width: 65%;
}

#newspromo .newsitem-date {
    color: #888;
    font-size: 10px;
    margin-top: 2px;
}

#newspromo li.odd a, #newspromo li.even a {
    color: #333;
    text-decoration: none;
}

#newspromo li.odd a:hover, #newspromo li.even a:hover {
    text-decoration: none;
}

#newspromo li.last {
    text-align: right;
}

/* Bubble ID*/

#bubbleid img.article-image {
    float: right;
    margin: 0 0 10px 10px;
}

/* News article */

#article-wrapper {
    padding: 0 10px;
}

#article-wrapper h2 {
    margin: 0 0 4px 0;
    color: #fc6204;
    font-size: 16px;
}

#article-wrapper .article-meta {
    color: #959699;
    margin-bottom: 8px;
    border-top:1px solid #fc6204;
    padding-top: 7px;
}

#article-wrapper p.summary {
    font-weight: bold;
}

#article-wrapper img.article-image {
    float: right;
    margin: 0 0 10px 10px;
}

#article-wrapper .article-images {
    clear: left;
    margin: 15px 0;
}

#article-wrapper .article-images a {
    display: block;
    width: 300px;
    height: 187px;
    background-repeat: repeat;
    float: center;
    margin: 0 1em 1em 0;
    border: 3px solid #999;
}

#article-wrapper .article-author { margin-top: 10px; font-weight: bold }

/* article archives */
#article-archive {
    padding: 7px;
}

#article-archive ul {
    margin: 0 0 1.5em 15px;
}

#article-archive ul li {
    margin: 5px 0;
}

#article-archive h2 {
    font-size: 100%;
    border-bottom: 1px dashed ;
    margin: 0;
    padding: 3px 0;
}

#article-archive h2 a {
    color:#000000;
    text-decoration:none;
}

#article-paging {
    padding-bottom: 1.5em;
}
#article-paging a.older {
    float: left;
}
#article-paging a.newer {
    float: right;
}

/* Tag listing */

#tag-related-habblet-container .tag-list, #front-tags .tag-list {
    text-align: center;
}

.tag-list li {
    display: inline;
    margin-right: 5px;
}

.tag-list li a, .my-tag-list li a{
    color: #000;
}

a.tag-remove-link, a.tag-add-link, .tag-list li span {
    background: transparent url(../images/tags/tags.gif) no-repeat 0 0;
    padding: 8px 10px 1px 0;
    margin-left: 4px;
    outline: none;
    font-size: 1px;
    zoom: 1;
}

.tag-list li span {
    background-position: -40px 0;
}

a.tag-remove-link:hover {
    background-position: -10px 0;
    text-decoration: none;
}

a.tag-add-link {
    background-position: -20px 0;
}

a.tag-add-link:hover {
    background-position: -30px 0;
    text-decoration: none;
}
/*

*/
.add-tag-form, .tag-search-form {
    margin-top: 1em;
}

.add-tag-form em.tag-question {
    float: left;
    color: #888 !important;
       font-style: normal;
       margin-top: 3px;
}

#add-tag-input {
    width: 100px;
    margin: 3px 10px 0 5px;
}

/* Login habblet */
#login-habblet {
    background: url(../images/landing/signin_bg.gif) no-repeat bottom right;
}
form.login-habblet li {
    padding: 5px;
    margin: 0;
    clear: both;
}
form.login-habblet li.no-label {
    padding-left: 81px;
}
form.login-habblet input {
    float: left;
    margin-right: 6px;
}
form.login-habblet li.no-label input {
    padding: 0;
    margin-left: 0;
}

form.login-habblet .login-text {
    float: left;
    width: 75px;
    padding: 3px 0 0 0;
}
form.login-habblet .login-field {
    width: 87px;
    border: 1px solid #555;
    padding: 5px;
}
form.login-habblet li span.username {
    float: left;
    padding-top: 5px;
    font-weight: bold;
}

div.flash-message {
    margin-bottom: 8px;
    text-align: center;
}

div.action-error div {
    background-color: #e2001a;
    color: #fff;
}
div.action-error div a { color: #FFCC02 }

div.action-confirmation div {
    background-color: #4bb601;
    color: #fff;
}

body#logout .flash-message {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 auto;
    width: 90%;
}

body#logout #logout-ok {
    margin-bottom: 20px;
}

#remember-me-notification {
    color:#333333;
    position:absolute;
    width:220px;
    boder::1;
    top: 179px;
    right: 0;
}

#remember-me-notification .submit {
    margin-bottom: 5px;
}

div.progressbar {
    text-align: center;
    padding: 8px;
}

div.rounded, div.rounded-done {
    padding: 0 8px;
}

div.rounded-orange {
    color: #FFFFFF;
    background-color: #f29400;
}

div.rounded-red {
    color: #FFFFFF;
    background-color: #e2001a;
}

div.rounded-red a {
    color: #FFFFFF;
}

div.rounded-hcred {
    background-color: #D64242;
}

div.rounded-lightbrown {
    background-color: #cf9c44;
}

div.rounded-green {
    color: #FFFFFF;
    background-color: #3ba800;
    border-radius:3px;
}

div.rounded-xmas {
    color: #FFFFFF;
    background-color: #fc6204;
}

div.rounded-activehomes {
    background-color: #99cadb;
}

div.rounded-darkgray {
    color: #fff;
    background-color: #595959;
}

div.rounded-blue {
    color: #fff;
    background-color: #3399cc;
}

/* ip blocked */

div.frank-stop {
    text-align: center;
}

#overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    boder:: 9000;
    background-color: #000000;
    -moz-opacity: .5;
    opacity: .50;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#overlay_progress {
    position: absolute;
    top: 0;
    left: -1500px;
    boder:: 9000;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}


div.best-exps-list-container {
    width: 460px;
    height: 185px;
    overflow: auto;
}

div.best-exps-no-exps {
    text-align: center;
    line-height:160px;
}

table.best-exps-scores .own-score {
    background-color: #FFDC0D;
}

tr.best-exps-types td.selected {
    font-weight: bold;
}

tr.best-exps-types td.selected a {
    color: black;
    text-decoration: none;
}

table.best-exps-offsets {
    height: 30px;
}

table.best-exps-scores {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    width: 440px;
}

table.best-exps-scores tr.odd {
    background-color: #efefef;
}

table.best-exps-scores td, table.highscores-scores th {
    margin: 0;
    padding: 2px 8px;
    text-align: left;
}

table.best-exps-scores th {
    color: #999;
    font-size: 10px;
    font-weight: normal;
}

table.best-exps-scores .scores-position {
    padding-left: 15px;
    color: #999;
}

table.best-exps-scores .scores-name {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

table.best-exps-scores .scores-points {
    text-align: right;
    padding-right: 15px;
}

tr.hall-of-fame-games td.selected {
    font-weight: bold;
}

tr.hall-of-fame-games td.selected a {
    color: black;
    text-decoration: none;
}




ul.highscores-habblet-games {
    list-style: none;
    padding-left: 0;
}

ul.highscores-habblet-games li {
    display: inline;
    margin-right: 12px;
}

ul.highscores-habblet-games li.selected {
    font-weight: bold;
}

ul.highscores-habblet-games li.selected a {
    color: black;
    text-decoration: none;
}

table.highscores-habblet-scores {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

table.highscores-habblet-scores tr.odd {
    background-color: #efefef;
}

table.highscores-habblet-scores td, table.highscores-habblet-scores th {
    margin: 0;
    padding: 2px 8px;
    text-align: left;
}

table.highscores-habblet-scores th {
    color: #999;
    font-size: 10px;
    font-weight: normal;
}

table.highscores-habblet-scores .scores-position {
    padding-left: 15px;
    color: #999;
}

table.highscores-habblet-scores .scores-name {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

table.highscores-habblet-scores .scores-points {
    text-align: right;
    padding-right: 15px;
}

div.highscores-habblet-paging {
    padding: 8px 15px 0 15px;
}

div.highscores-habblet-paging .prev {
    float: left;
}

div.highscores-habblet-paging .next {
    float: right;
}

div.hc-buy-buttons {
    background-color: #d64242;
}

/* ------------ article competitions -------------- */

.article-body ul.errors li, .article-body span.error { color: red; }
.article-body ul.errors li { font-weight: bold; }
.competition { clear: both; }
.competition h4 { font-size: 11px; }

/* ------------ HC membership habblet -------------- */

#hc-membership-giftNumber {
    position: absolute;   
    font-size: 18px;
    color: white;
    boder:: 2;
    left: 211px;
    top: 40px;   
}

#hc-membership-nextGift {
margin: 0 auto;
}

#hc-membership-giftName {
    font-weight: bold;
    color:#D64242;
}

#hc-membership-gift {
    position: relative;
    text-align: right;
    margin-left:-14px;
}

#hc-membership-giftPicture {
    boder:: 1;
}

#hc-buy-container {
}

/* ------------ HC catalog habblet -------------- */

#hc-catalog-starGreen {
  background: url(../images/hc_star_green.png) no-repeat 0 0;
    width: 106px;
    height: 106px;
    display: block;
    float: left;

}

#hc-catalog {
    font-size: 11px;
    padding-bottom: 17px;
}

#hc-catalog-giftName {
    text-align: center;
    font-weight:bold;
    clear: both;
}

#hc-catalog-giftPicture {
        display: inline;
}

#hc-catalog-giftPicture img {
      max-width:150px;
  width: expression(this.width > 150 ? 150 : true);
}

#hc-catalog-giftNumber {
    font-size: large;
    color: white;
    text-align: center;
    padding-top: 40px;
}

.hc-catalog-monthNumber {
    text-align: center;
    width: 27px;
    float: left;
}
.hc-catalog-navi {
    float: left;
    margin-left: 3px;
}

/* Active discussion habblet --------------------- */
ul.active-discussions-toplist {
    padding-top: 5px;
}

ul.active-discussions-toplist li {
    height: 20px;
    padding-left: 13px;
    white-space: nowrap;
}

ul.active-discussions-toplist li a.topic {
    text-decoration: none;
    color: #000;
    margin-top: 3px;
    display: block;
    width: 252px;
    overflow: hidden;
    float: left;
}

ul.active-discussions-toplist li img.topic-closed-image {
    margin-left: 5px;
}

ul.active-discussions-toplist li div.topic-info {
    margin-top: 3px;
    padding-right: 36px;
    text-align: right;
    float: right;
    width: 147px;
}

ul.active-discussions-toplist li a:hover {
    text-decoration: none;
}

ul.active-discussions-toplist li div.post-icon {
    background-image: url(../images/info_icons.png);
    background-position: 152px -336px;
    background-repeat: no-repeat;
    height: 16px;
}

ul.active-discussions-toplist li .grey {
    color: #aaa;
}

a.discussions-toggle-more-data {
    background: transparent url(../images/more_arrows.png) no-repeat 100% -93px;
    float: left;
    padding-right: 14px;
    margin: 7px 0 10px 10px;
}

a.discussions-toggle-more-data.less {
    background: transparent url(../images/more_arrows.png) no-repeat 100% -141px;
}

/* Active homes habblet */

#homes-habblet-list-container {
    position: relative;
}

#homes-habblet-list-container .active-habbo-image, #homes-habblet-list-container .active-habbo-data {
    display: none;
    position:absolute;
    left: -1000px
}

#homes-habblet-list-container .active-habbo-image-placeholder {
    background-repeat: no-repeat;
    position:absolute;
    height:110px;
    width: 64px;
    background-image: url(../images/activehomes/habbo_skeleton.png);
}

#homes-habblet-list-container .active-habbo-imagemap {
    position: relative;
    boder:: 9001;
}

div.bubbletip div.content {
    text-align: left;
    overflow: hidden;
}

div.bubbletip p.moto {
    padding-top: 7px;
    padding-bottom: 0;
    color: #595959;
}

div.bubbletip .active-name {
    background-repeat: no-repeat;
    background-position: 100%;
    height: 16px;
    font-weight: bold;
}

div.bubbletip .active-name.offline {
    background-image: url(../images/status/offline.gif);
}

div.bubbletip .active-name.online {
    background-image: url(../images/status/online.gif);
}

div.bubbletip .active-habbo-data-container {
    overflow: hidden;
}

/* Welcome info habblet */


#invitation-info-habblet h2.title {
    background-color: #fc6204;   
}

#inviter-info-habblet img {
    float: left;
    margin-left: -5px;
}

#inviter-info-habblet p {
    float: left;
    width: 232px;
    padding: 0;
    margin: 10px 0 0 65px;
}

#column2 #inviter-info-habblet p { margin-left: 9px }

#inviter-info-habblet p span.text {
    display: block;
    background: #fff url(../images/tooltips/large-bubble.png) no-repeat 0 0;
    padding: 11px 19px 11px 15px;
}

#inviter-info-habblet p span.text em {
    background: transparent url(../images/offline.gif) no-repeat top right;
    height: 16px;
    display: block;
}

#inviter-info-habblet p span.text em.online {
    background-image: url(../images/online.gif);
}

#inviter-info-habblet p span.bottom {
    display: block;
    height: 6px;
    background: #fff url(../images/tooltips/large-bubble.png) no-repeat 0 100%;
}

/* underline */

#underline {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Vegur', Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 4px 0 15px 0;
    border-bottom: 1px solid #414141;
}

/* Error page styling */
#notfound-content .error-text {
    float: left;
    position: relative;
    width: 80%;
}

#notfound-content #error-image {
    float: right;
    display: inline;
    position: relative;
}

#notfound-looking-for a {
    color: #3ba800;
}

#exception-container #error-image-container {
    text-align: center;
}

div.game-links-top {
    padding-top: 6px;
}

ul.game-links {
    text-align: center;
    padding: 10px 6px 6px 6px;
    list-style-type: none;
    margin: 0;
}

#game-promo {
    background: transparent url(../images/games_illustration.png) no-repeat right top;
    padding: 93px 107px 0 0;   
}

ul.game-links li {
    display: inline;
    margin: 0 3px;
}

div.ad-container {
    margin: 0 8px 7px 0;
}

/* create habbo content habblet */
#register-button {   
    text-align: center;  
}

/* Webstore bubble background */

div.webstore-frank div.blackbubble-bottom-body, div.webstore-frank-image {
    text-align: right;
}

div.webstore-frank div.blackbubble-bottom-body img.invitation-tail {
    margin-right: 60px;
}

div.invitation-component div.blackbubble-bottom {
    text-align: right;
}

/* Habbo recommends! */
#hr-container {
    background-color: #eeeeee;
    width: 160px;
    padding: 1px 1px 1px 1px;
}

div.hr-headline {
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    font-size: 11px;
}

div.hr-headline-bg {
    background-color: #CCCCCC;
    height: 20px;
}

div.hr-image {
    float: left;
    clear: none;
    margin: 6px 0 0 6px;
}

div.hr-box {
    height: 145px;
    background-color: #FFFFFF;
    border: #CCCCCC solid 1px;
    overflow: hidden;
    margin: 1px 0 0 0;
}

div.hr-bold {
    color: #333333;
    font-weight: bold;
    font-size: 10px;
    overflow: hidden;
    height: 60px;
    margin: 6px  6px 0 6px;
}

div.hr-body {
    color: #666666;
    font-size:10px;
    margin: 6px  6px 0 6px;
}

div.hr-body a {
    color: #fc6204;
    font-weight: bold;
    font-size: 11px;
}

/* Habbo recommends! */
#hr-container {
    background-color: #eeeeee;
    width: 160px;
    padding: 1px 1px 1px 1px;
}

#hr-container div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

div.hr-headline {
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    font-size: 11px;
}

div.hr-headline-bg {
    background-color: #CCCCCC;
    height: 20px;
}

div.hr-image {
    float: left;
    clear: none;
    margin: 6px 0 0 6px;
}

div.hr-box {
    height: 145px;
    background-color: #FFFFFF;
    border: #CCCCCC solid 1px;
    overflow: hidden;
    margin: 1px 0 0 0;
}

div.hr-bold {
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    height: 60px;
    margin: 6px  6px 0 6px;
}

div.hr-body {
    color: #666666;
    margin: 6px  6px 0px; 6px;
    height: 70px;
    overflow: hidden;
    background-color: pink;
}

div.hr-body a {
    color: #fc6204;
    font-weight: bold;
}

#reregistration .cb {
    margin-right: 0;
}

#invitation-link-container .copytext {
    padding-left: 93px;
    background: transparent url(../images/mgm_dialogue.png) no-repeat 10px 0px;
    padding-bottom: 20px;
}

#invitation-link-container h3 {
    font-size: 13px;
    margin: 15px 0;
    padding: 0;
}

#email-verified-container {
    width: 460px;  
}

.perfilwuidget {
background-image: url(../images/home/widgets/fundo.png);
margin-left:15px;
margin-top: 11px;
width:194px;
height:222px;
}

#linhas {
    color: #333;
    margin: 0 0 2px 0;
    padding: 10px;
    border-bottom: 1px dashed #A8A8A8;
    }
   
#linhas2 {
    color: #999;
    margin: 0 0 0px 0;
    border-bottom: 1px dashed #d4d4d4;
    }
#linhas3 {
    color: #000;
    margin: 3px 0 0px 0;
    border-bottom: 1px dashed #A8A8A8;
    }
#linhas4 {
    color: #000;
    margin: -10px 0 0px 0;
    border-bottom: 1px dashed #A8A8A8;
    }
   
.menu-navegador {
    float:left;
    margin-left: -158px;
    margin-top:96px;
    overflow:hidden;
    boder::100;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu-navegador ul {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration:none;
}

.menu-navegador li {
    float:left;
    boder::0;
    padding:0 18px;
    height:30px;
    line-height:30px;
    border:2px solid #144785;
    border-bottom:none;
    margin-right:8px;
    border-radius:5px 5px 0 0;   
    background:#4190cc url(../images/menus.png) center;
    text-shadow: 0 .2em .2em rgba(0,0,0,0.2);
    -moz-text-shadow: 0 .2em .2em rgba(0,0,0,0.2);
    cursor: pointer;
    cursor: hand;
    font-size:13px;
    font-weight: bold;
    text-shadow: .18em .18em 0 rgba(0,0,0,.1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration:none;
}   

.menu-navegador li:hover {
    background-color:#50AFE6;   
     transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;   
}

.menu-navegador li.vermelho {
    background-color:#cc0404;
    border-color:#630303;
}
.menu-navegador li.vermelho:hover {
    background-color:#fc0505;
}
.menu-navegador li.verde {
    background-color:#5ba600;
    border-color:#315900;
}       
.menu-navegador li.verde:hover {
    background-color:#71c700;
}   

.menu-navegador li.ativo {
background: #fff;
border-color: #000;
color: black;
text-shadow: 0 .0em .0em rgba(0,0,0,0.2);
-moz-text-shadow: 0 .0em .0em rgba(0,0,0,0.2);
border-bottom: 1px solid #fff;
border-bottom-width: 1px;
}

* {
    margin:0;
    padding:0;   
     transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;   
}

.link {
    color: #FFF;
}
   
.staff-avatar {
    width: 64px;
    height: 70px;
    margin: -10px 0 -10px -10px;
    background-repeat: no-repeat;
    float: left;
    overflow: hidden;
}

.staff-dono {
    width: 64px;
    height: 115px;
    margin: -10px 0 -10px -10px;
    background-repeat: no-repeat;
    float: left;
    overflow: hidden;
}

.staff-badges {
    width: 50px;
    height: 50px;
    background: center no-repeat;
    float: right;
}

.staff-div {
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    padding: 0px 0;
    margin-bottom: -1px;
    width: 100%;
    float: left;
    height: 70px;
    position: relative;
}

#Box-Conteudo {
    padding: 5px;
    background: #FFF;
    border: 1px solid #ADADAD;
    border-bottom: 2px solid #ADADAD;
    border-radius: 3px;
    margin-bottom: 7px;
}
#Box-Conteudo.left {
    width: 750px;
}
#Box-Titulo {
    font-family: Arial !important;
    font-size: 12px;
    color: white;
    height: 32px;
    line-height: 32px;
    text-align:left;
    text-indent: 10px;
    font-weight:bold;
    border-radius:3px;
    background-image:url(../images/title.png);
    background-position:center right;
    text-shadow: .18em .18em 0 rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.25), inset 0 1px 0 1px rgba(255,255,255,.25);
    margin-bottom:5px;
}
#Box-Titulo a {
    color: #FFF;
    font-weight:bold;
}

.input_div {
    border-top:1px dashed #bfbfbf;
    border-bottom:1px dashed #bfbfbf;
    padding:10px 0;
    margin-bottom:-1px;
    text-align:left;
}
.input_div.preview {
    height: 166px;
}
.input_tags {
    height:34px;
    line-height:34px;
    width:167px;
    float:left;
    margin-top:4px;
    border:1px solid #999999;
    border-radius:3px;
    text-indent:10px;
}
.input_form
{
    height:36px;
    line-height:36px;
    width:100%;
    margin-top:4px;
    border:1px solid #999999;
    border-radius:3px;
    text-indent:10px;
}
.input_form.r_user {
    width:325px;
}
select.input_form {
    text-indent:6px;
    height:38px;
    line-height:38px;
}

.botão-cms {
    background-color: #429905;
    background-image:url(../images/menu_bg.png);
    background-position:center right;
    border-radius: 3px;
    border: none;
    height: 37px;
    line-height: 35px;
    font-family: Arial !important;
    font-size: 12px;
    color: white;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.25), inset 0 1px 0 1px rgba(255,255,255,.25);
    color: #fff;
    cursor: pointer;
    cursor: hand;
    margin-left:auto;
    margin-right:auto;
    line-height: 33px;
    font-weight: bold;
    text-shadow: .18em .18em 0 rgba(0,0,0,.1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration:none;
}
.botão-cms:hover {
    background-color:#63a838;
}

.c-box {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 2px;
    overflow: hidden;
}

.campanhas-div {
    border-top: 1px dashed #cccccc;
    width: 100%;
    position: relative;
    color: #000;
    cursor:pointer;
}

.conta_sair {
    height:30px;
    line-height:30px;
    width:41px;
    text-align:center;
    background:#cc0404 url(../images/menu_bg.png) center;
    position:fixed;
    margin-left: 170px;
    border-radius: 4px 4px 4px 4px;
    overflow:hidden;
    margin-top:-10px;
    border:2px solid #630303;
    border-bottom:2px solid #630303;
    text-shadow: 0 .2em .2em rgba(0,0,0,0.2);
    -moz-text-shadow: 0 .2em .2em rgba(0,0,0,0.2);
    boder::10000000000000;
}
.conta_sair:hover {
    background-color:#fc0505;
    cursor:pointer;
}

#hotel_entrar2 {
    height:23px;
    line-height:22px;
    width:120px;
    text-align:center;
    background:#5EC616 url(../images/menu_bg.png) center;
    margin-left: 100px;
    border-radius: 2px 2px 2px 2px;
    overflow:hidden;
    margin-top:0px;
    border:1px solid #236400;
    border-bottom:1px solid #236400;
    text-shadow: 0 .2em .2em rgba(0,0,0,0.2);
    -moz-text-shadow: 0 .2em .2em rgba(0,0,0,0.2);
}
#hotel_entrar2:hover {
    background-color:#7AE831;
    cursor:pointer;
}

.badge-div {
    border-top:1px dashed #ccc;
    border-bottom:1px dashed #ccc;
    padding:10px 0;
    margin-bottom:-1px;
    text-align:left;}
.badge-div{ padding:8px 0;
    position:relative;}
   
    .gg span.classic {
    margin-left: -999em;
    position: absolute;
}
.gg:hover div.classic {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Arial !important;
    boder:: 99;
    margin: -100px 0 0 -455px;
}
.gg:hover span.classic {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Arial !important;
    boder:: 99;
    margin: -245px 0 0 20px;
}
.gg div.classic {
    margin-left: -999em;
    position: absolute;
    display:inline;
}

#usuarioBox {
    background-color:#FFF;
    padding: 5px;
    height:220px;
    border: 1px solid #ADADAD;
    border-bottom: 2px solid #ADADAD;
    border-radius: 3px;
    margin: 0 0 0 0;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#contentBox.left {
    width: 750px;
}

.baixoUser {
    background-color:rgba(0, 0, 0, .50);
    font-family: arial,sans-serif;
    text-align: left;
    font-size: 12px;
    line-height: 29px;
    text-align:center;
    border:3px;
    border-bottom:3px;
    border-top:none;
    border-radius: 0px 0px 3px 3px;
    width: 446px;;
    height: 29px;
    color: #FFF;
    text-shadow: 0 .1em #000;
    float: left;
    margin-top: 193px;
    margin-left: 0px;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tituloNoti {
    width:274px;
    height:30px;
    padding:5px;
    margin-top:129px;
    margin-right:-5px;
    background-color:rgba(0,0,0,.75);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    font:11px Verdana;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    float:right;
    }
   
   
    .forum_left_div
{
    border:2px solid white;
    box-shadow:0px 0px 0px 1px #b3b3b3;   
    overflow:hidden;
    border-radius:4px;
    height:auto;
    margin-bottom:6px;
    float:left;
    text-align:left;
}
.forum_right_div
{
    border:2px solid white;
    box-shadow:0px 0px 0px 1px #b3b3b3;   
    overflow:hidden;
    border-radius:4px;
    margin-bottom:6px;
    text-align:left;
    float:right;
    width:760px;
    overflow:visible;
    position:relative;
}
.forum_right_div:after {
    top: 6px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #b3b3b3;
    border-width: 10px;
    left: -22px;
}
.forum_div
{
    border:2px solid white;
    box-shadow:0px 0px 0px 1px #b3b3b3;   
    overflow:hidden;
    border-radius:5px;
    height:90px;
    margin-bottom:6px;
    text-align:left;
}
.left_category {
    background:#d9d9d9 url(../images/shine_bg.png);
    width:90px;
    height:90px;
    float:left;
    border-right:1px solid rgba(0,0,0,.3);
    opacity:1;
}
.left_category:hover {
    background-color:#e6e6e6;
    cursor:pointer;
}

.user_avatar {
    width: 75px;
    height: 70px;
    margin: -10px 0 -10px -10px;
    background-repeat: no-repeat;
    float:left;
}
.user_avatar.category {
    margin:0;
    margin-left:10px;
}

.content_homes {
    height:450px;
    width:100%;
    margin-top:5px;
    border:3px;
    border-bottom:3px;
    border-top:none;
    border-radius: 0px 0px 3px 3px;
}

.conteudo_me {
    height:222px;
    width:446px;
    margin-top:-1px;
    margin-left:-2px;
    border:3px;
    border-bottom:4px;
    border-top:4px;
    border-radius: 3px 3px 3px 3px;
}

.input_me
{
    height:30px;
    line-height:30px;
    width:100%;
    margin-top:4px;
    border:1px solid #999999;
    border-radius:3px;
    text-indent:10px;
}


.count {
background-color: rgba(0,0,0,.75);
padding: 6px;
border-radius:0px 5px 5px 0px;
font: 11px Verdana;
color: #fff;
font-weight: bold;
font-size: 12px;
float: left;
margin-top:20px;
margin-left:0px;
}

.BoxNick{
    background-color: rgba(0,0,0,.75);
    padding: 6px;
    width:80px;
    text-align:center;
    border-radius:0px 5px 5px 0px;
    font: 11px Verdana;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    float: left;
    margin-top:20px;
    margin-left:0px;
    text-shadow: 0 .1em #000;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: background .25s ease-in-out;
    transition-property: width;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    transition: width .25s ease-in-out;
    transition-property: width;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
}

.BoxNick:hover{
    background-color: rgba(0,0,0,.75);
    width:140px;
    cursor: pointer;
    cursor: hand;
}

.conteudo_celebridade {
    height:175px;
    width:294px;
    margin-top:-0px;
    margin-left:-1px;
    border:3px;
    border-bottom:4px;
    border-top:4px;
    border-radius: 3px 3px 3px 3px;
}

.noticia-div {
border-top: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
padding: 10px 0;
margin-bottom: -1px;
width: 100%;
float: left;
height: 65px;
position: relative;
color: #000;
cursor: pointer;
}

.noticia-imagem {
background-position: 90px center;
-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.25),inset 0 2px 0 1px rgba(255,255,255,.25);
box-shadow: inset 0 0 0 1px rgba(0,0,0,.85),inset 0 2px 0 1px rgba(255,255,255,.25);
height: 64px;
width: 64px;
float: left;
border-radius: 3px;
}

.noticia-titulo {
text-align: left;
font-weight: bold;
float: right;
width: 370px;
font-size: 12px;
}

.noticia-subtitulo {
float: right;
width: 370px;
margin-top: 3px;
text-align: left;
font-size: 11px;
}

.botao_news {
height: 34px;
line-height: 23px;
float: right;
padding: 0 15px;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 15px;
font-weight: 700;
text-shadow: 1px 1px 0 rgba(0,0,0,.3);
background: #4ba3d6 url(../images/title.png) center;
box-shadow: inset 0 0 0 1px rgba(0,0,0,.25), inset 0 1px 0 1px rgba(255,255,255,.25);
border-radius:4px;
border: 2px;
cursor: pointer;
cursor: hand;
margin: 10px 1px 0 0;
margin-top: 10px;
margin-right: 1px;
margin-bottom: 0px;
margin-left: 0px;
color: #fff;
position: relative;
}

.botao_news:hover {
background-color: #55b5ed;
}

.staffBox {
background-color: #F0F0F0;
border: 1px solid rgba(0,0,0,0.1);
border-top-color: rgba(0, 0, 0, 0.0980392);
border-top-style: solid;
border-top-width: 1px;
border-right-color: rgba(0, 0, 0, 0.0980392);
border-right-style: solid;
border-right-width: 1px;
border-bottom-color: rgba(0, 0, 0, 0.0980392);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgba(0, 0, 0, 0.0980392);
border-left-style: solid;
border-left-width: 1px;
box-shadow: inset 0px 0px 3px rgba(0,0,0,0.075);
-webkit-border-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}
.staffCol {
float: left;
padding: 10px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
width: 33.3%;
}

.mensagem-sucesso {
    height: 34px;
    line-height: 34px;
    background: #56BA12 url(../images/header_background.png);
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

.mensagem-erro {
    height: 34px;
    line-height: 34px;
    background: #d64242 url(../images/header_background.png);
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

Feche e salve, em seguida faça um teste :)

Não tirei um print ;p

Je4n Je4n  • 03.01.14 12:19

Colocando TopStory normais na Habzin Empty Re: Colocando TopStory normais na Habzin 03.01.14 12:19

É. O Ruim que eu fiz a área Left (Onde fica o Slide) um pouco maior que 300px de largura, e as Topstorys tem só 300px, ou seja, fica um espaço em cinza faltando. Mas aí é do gosto e preferência de cada um.

Bom Tutorial, vai ajudar o pessoal. :D

avatar De4n  • 03.01.14 15:54

Colocando TopStory normais na Habzin Empty Re: Colocando TopStory normais na Habzin 03.01.14 15:54

Ótimo tutorial, não vou testar por preguiça, mas vindo de você (Edu) tenho certeza que funciona.
Recomendo a todos.
Obrigado por compartilhar vai ajudar muita gente.
Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.