Ta_chan написал(а):Летописец
ссылку на форум пожалуйста)
Извините, забыл:
http://yourhistory.mybb.by/
Правда теперь эта проблема решилась тем, что pun-index был залит картинкой (но вопрос всё равно актуален - можно ли вообще сократить размер pun-index до минимума без коверкания форума?)
Собственно, по пути зародился второй вопрос (смотрите на нынешний этап дизайна): взял скрипт на прозрачность и после общего перечисления всех элементов форума к заданному в скрипте параметру background: transparent none !important; добавил border-style: none !important;, итого:
Был скрипт:
Код:<style type="text/css">
.category .container {background: transparent none !important; }
.punbb td.tcl, .punbb td.tc2, .punbb td.tc3, .punbb td.tcr{
background: transparent none !important;
}
.punbb .section .container,.punbb .post-body,.punbb .post-links,.punbb .formal fieldset .post-box,#viewprofile li strong,#viewprofile li div,#setmods dd,.punbb .info-box,.punbb #pun-main .info-box .legend,.punbb .main .container,.punbb .post .container,.punbb .post h3, #pun-stats h2,.punbb .main h1,.punbb .main h2,#pun-title .container,.punbb .modmenu .container,#pun-navlinks .container,.punbb th,.punbb .post h3 span,#pun-main fieldset legend span,.punbb textarea, .punbb .quote-box, .punbb .code-box, #pun-crumbs2 .container, #pun-about .container, .punbb .section .formal .container, .punbb .altstyle h3, .punbb .altstyle .container, #pun-navlinks .container, #pun-ulinks .container, #profilenav h2 span, .punbb td.tc2, .punbb td.tc3, .punbb td.tcr, #viewprofile li strong, #pun-title h1, #pun-stats div.statscon, #viewprofile li div, #setmods dd,.punbb #pun-main .info-box .legend, .punbb .post-links, .punbb .formal fieldset, .punbb .post-body, .post-box, .punbb .altstyle .post-links, .punbb .altstyle .post-body, .altstyle .post-box, .punbb th, .punbb legend span, .punbb .post h3 span, .punbb .altstyle h3 span, #viewprofile h2 span{
background: transparent none !important;
}
</style> Стал скрипт:
Код:<style type="text/css">
.category .container {border-style: none !important; background: transparent none !important;}
.punbb td.tcl, .punbb td.tc2, .punbb td.tc3, .punbb td.tcr {border-style: none !important; background: transparent none !important;}
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-title .container, .punbb .modmenu .container, #pun-navlinks .container, .punbb th, .punbb .post h3 span, #pun-main fieldset legend span, .punbb textarea, .punbb .quote-box, .punbb .code-box, #pun-crumbs2 .container, #pun-about .container, .punbb .section .formal .container, .punbb .altstyle h3, .punbb .altstyle .container, #pun-navlinks .container, #pun-ulinks .container, #profilenav h2 span, .punbb td.tc2, .punbb td.tc3, .punbb td.tcr, #viewprofile li strong, #pun-title h1, #pun-stats div.statscon, #viewprofile li div, #setmods dd, .punbb #pun-main .info-box .legend, .punbb .post-links, .punbb .formal fieldset, .punbb .post-body, .post-box, .punbb .altstyle .post-links, .punbb .altstyle .post-body, .altstyle .post-box, .punbb th, .punbb legend span, .punbb .post h3 span, .punbb .altstyle h3 span, #viewprofile h2 span {border-style: none !important; background: transparent none !important;}
</style> Но border не исчезли! (точнее, не все). Пробовал border вместо border-style - всё равно не помогло. Импотент должен по идее перекрывать настройки style...
Как же мне избавиться от этих жутких линий? (видимо, какой то элемент, отвечающий за оставшиеся линии, остался без заданного параметра "убрать бордер")
Отредактировано Летописец (Пн, 11 Фев 2013 22:41:32)