Jump to content

Как сделать статистику в рамку


Recommended Posts

Да, я забыл написать, извините:

АЦ → Внешний вид → выберите ваш скин → CSS → ipb_styles.css

Найти:


#board_stats ul { text-align: center; }
#board_stats li { margin-right: 20px; }
#board_stats .value {
display: inline-block;
color: #4a4a4a;
padding: 2px 6px;
font-weight: bold;
margin-top: 15px;
margin-right: 3px;
}
заменить на:

#board_stats ul { text-align: center; }
#board_stats li { margin-right: 20px; }
#board_stats .value {
display: inline-block;
background: rgba(0,0,0,0.1);
color: #222;
text-shadow: rgba(255,255,255,0.6) 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(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px;
box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px;
}
[/code]

Link to comment
Share on other sites

Файтинг,ты даже элементарно бэкграунд не можешь поменять.. Зачем браться тогда вообще за администрирование IPB, не понимаю..

Link to comment
Share on other sites

Respected, ты не понял меня, я не хочу обвести 1 колонку или текс, я хочу все колонки обвести

_Dark_, спасибо, разобрался

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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