styles/prosilver_ls/template/search_results.html
Код: Выделить всё
заменил <div class="postbody"> (строка около 97) на <div class="postbody_seach">
styles/prosilver_ls/theme/content.css
добавил .postbody_seach вот код:
Код: Выделить всё
.postbody {
padding: 0;
margin-right: -205px;
-margin-right: -106px;
line-height: 1.48em;
color: #333333;
width: 100%;
float: right;
clear: both;
}
.postbody_seach {
padding: 0;
line-height: 1.48em;
color: #333333;
width: 100%;
float: right;
clear: both;
}
.postbody .ignore, .postbody_seach .ignore {
font-size: 1.1em;
}
.postbody h3.first, .postbody_seach h3.first {
/* The first post on the page uses this */
font-size: 1.7em;
}
.postbody h3, .postbody_seach h3 {
/* Postbody requires a different h3 format - so change it here */
font-size: 1.5em;
padding: 2px 0 0 0;
margin: 0 0 0.3em 0 !important;
text-transform: none;
border: none;
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
line-height: 125%;
}
.postbody h3 img, .postbody_seach h3 img {
/* Also see tweaks.css */
vertical-align: bottom;
}
.postbody .content, .postbody_seach .content {
font-size: 1.3em;
}
.search .postbody, .search .postbody_seach {
width: 68%
}Так же добавил .postbody_seach в styles/prosilver_ls/theme/tweaks.css
Код: Выделить всё
* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }
* html .postbody_seach h3 img { vertical-align: middle; }Может и переусердствовал, пожалуй где-то .postbody_seach будет лишним, но пока нет времени разбираться куда надо, куда нет, пока почти везде засунул, да и не так много получилось.
Посмотреть как получилось можно на Патриотопортале: http://conferencia.patriotoportal.ru/se ... 2&sr=posts








