Jump to content

Recommended Posts

Posted
Spoiler

/* board stats */
#board_stats ul { text-align: center; }
    #board_stats li { 
    margin-right: 20px;
    background: #2d2d2d;
    border-radius: 3px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 10px;
    transition: all 0.8s ease-in-out;
}
    #board_stats .value {
    display: inline-block;
    background: #252525;
    color: #fff;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    padding: 3px 7px;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 3px;
    -webkit-box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px;
    -moz-box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px;
    box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px;
    transition: all 0.8s ease-in-out;
    }
        #board_stats li:hover .value {
        box-shadow:inset 0px -50px 0px rgba(255,51,51,0.7);
        }
#board_stats li:hover {
        box-shadow:inset 0px 50px 0px rgba(255,255,255,0.1); }

.statistics {
    margin: 20px 0 0 0;
    padding: 8px;
    line-height: 1.3;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.05);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.statistics_head {
    text-shadow:rgba(0,0,0,0.8) 0px -1px 0px;
    background:#272727;
    transition:all 1.2s ease-in-out;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    font-weight:bold;
    padding:9px;
    margin:-8px -8px 8px -8px
}
.statistics_head,
.statistics_head
a {
    color:#fff
}
.statistics .statistics_head:first-of-type {
    border-top:0
}
.statistics .statistics_head:not(:first-of-type) {
    margin-top:0
}
    
#stat_links{ font-weight: normal; }
#stat_links a{ margin: 0 5px; }

.friend_list ul li,
#top_posters li {
    text-align: center;
    padding: 8px 0 0 0;
    margin: 5px 0 0 0;
    min-width: 80px;
    height: 80px;
    float: left;
}

    .friend_list ul li span.name,
    #top_posters li span.name {
        font-size: 0.95em;
    }
    
.friend_list ul li .ipsUserPhotoLink{ margin-bottom: 5px; }

#hook_watched_items ul li {
    padding: 8px;
}

    body#ipboard_body #hook_watched_items fieldset.submit {
        padding: 8px;
    }
    
#hook_birthdays .list_content {
    padding-top: 8px;
}

#hook_calendar .ipsBox_container { padding: 10px; }
#hook_calendar td, #hook_calendar th { text-align: center; }
#hook_calendar th { font-weight: bold; padding: 5px 0;}

 

  • Upvote 1

 

Skype: marianbl7

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.