Sebastian C. Posted July 9, 2014 Report Posted July 9, 2014 Salut doresc si eu sa stiu cum pot modifica statisticile de la tema mea care apar asa in Tin sa mentionez ca tema unde apar modificate este Carbon iar eu folosesc Deflection . Versiunea forumului meu este 3.4.x
Moderators Courage Posted July 9, 2014 Moderators Report Posted July 9, 2014 Posteaza ce ai in ipb_styles.css la /* board stats */
Sebastian C. Posted July 9, 2014 Author Report Posted July 9, 2014 Am luat totul de /* board stats */ pana la /* FORUM VIEW (& RELATED) STYLES */ Uite aici codu cu tot ce am /* board stats */ #board_stats ul { text-align: center; } #board_stats li { margin-right: 20px; } #board_stats .value { display: inline-block; background: #2b2b2b url('{style_images_url}/highlight_reallyfaint.png') repeat-x 0 0; 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; } .statistics { margin: 20px 0 0 0; padding: 8px; line-height: 1.3; overflow: hidden; border: 1px solid #393939; } .statistics_head { border-bottom: 1px solid #393939; border-top: 1px solid #393939; text-shadow: rgba(0,0,0,0.8) 0px -1px 0px; background: #222222 url('{style_images_url}/highlight_reallyfaint.png') repeat-x 0 -1px; font-size: 11px; font-weight: bold; padding: 8px; 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 .ipsUserPhoto{ 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;}
Moderators Solution Popular Post Courage Posted July 9, 2014 Moderators Solution Popular Post Report Posted July 9, 2014 /* board stats */ #board_stats ul { text-align: center; } #board_stats li { margin-right: 20px; } #board_stats .value { display: inline-block; background: #2b2b2b url('{style_images_url}/highlight_reallyfaint.png') repeat-x 0 0; 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; } Schimba cu #board_stats ul { text-align: center; border: 1px solid #383838; -webkit-box-shadow: #000 0px 0px 0px 1px; -moz-box-shadow: #000 0px 0px 0px 1px; box-shadow: #000 0px 0px 0px 1px; background: #232323; line-height: 28px; } #board_stats li { margin-right: 20px; } #board_stats .value { display: inline-block; background: #2d2d2d; color: #fff; text-shadow: rgba(0,0,0,0.8) 0px -1px 0px; padding: 0px 7px; font-weight: bold; margin-right: 3px; } 7
CsN Posted July 10, 2014 Report Posted July 10, 2014 La tema carbon blue pot modifica cu ce ai dat tu Courage? Nu ma prea pricep la ipb si incerc cu ajutorul vostru sa invat. Respect http://pctroubleshooting.ro/
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now