Авторизуйтесь по паролю
Валера 25.01.2020 Все вопросы » Шаблоны (TPL) 640
леший - 2020-01-2525 января 2020 14:47 - #74676
Валера - 2020-01-2525 января 2020 15:07 - #74678
леший - 2020-01-2525 января 2020 15:14 - #74680
Валера - 2020-01-2525 января 2020 15:16 - #74681
леший - 2020-01-2525 января 2020 15:30 - #74683
/* --- Новости --- */ .story { position: relative; } .story .title { margin: -.1em 0 .8em 0; } .story .title > a { color: inherit; text-decoration: none !important; -webkit-transition: color ease .2s; transition: color ease .2s; } .story .title > a:hover { color: #95c00e; } .story_top { margin-bottom: 1.5em; margin-top: -.8em; } .story_top .date { font-weight: bold; font-size: .86em; } .story > .text:after { content: ""; display: block; clear: both; } .story > .text > img[style*="left"], .story > .text > .highslide img[style*="left"] { margin: 4px 20px 20px 0; } .story > .text > img[style*="right"], .story > .text > .highslide img[style*="right"] { margin: 4px 0 20px 20px; } .story > .text img { max-width: 100%; } .story > .category, .editdate { margin: 1.5em 0; } .story > .category > .icon { width: 17px; height: 9px; margin: -2px 8px 0 0; fill: #95c00e; }
/* Нижняя часть новости */ .story_tools { margin-top: 1.5em; position: relative; font-size: .9em; } .story_tools_in { float: left; } .story_tools_in:before { content: ""; position: absolute; left: 0; top: 0; right: 0; border-radius: 20px; height: 38px; border: 1px solid #eaeaea; z-index: 0; } .story_tools:after { content: ""; display: block; clear: both; } .story_tools_in > .btn, .story_tools_in > .rate { position: relative; z-index: 1; float: left; } .story_tools_in > .btn { float: left; } .story_tools_in > .rate { float: left; margin: 2px 0 0 10px; } .story_tools_in .rate_stars { margin-top: 6px; } .rate_like > a, .rate_like-dislike { float: left; height: 23px; line-height: 23px; padding: 6px; text-decoration: none !important; font-weight: bold; color: #999; -webkit-transition: all ease .2s; transition: all ease .2s; } .rate_like .icon { width: 15px; height: 14px; margin: -2px .3em 0 0; } .rate_like > a { color: #95c00e; } .rate_like > a .icon { fill: #95c00e; } .rate_like > a:hover { opacity: .8; } .rate_like-dislike > a { display: inline-block; width: 23px; height: 23px; text-align: center; opacity: .6; } .rate_like-dislike > a:hover { opacity: 1; } .rate_like-dislike .ratingplus { color: #95c00e; } .rate_like-dislike .ratingminus { color: #e75820; } .rate_like-dislike > span { vertical-align: middle; cursor: default; padding: 2px; }
Валера - 2020-01-2525 января 2020 15:32 - #74685
Валера - 2020-01-2525 января 2020 15:43 - #74688
леший - 2020-01-2525 января 2020 15:42 - #74687
CREATE TABLE `dle_views` ( `id` int(11) NOT NULL, `news_id` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;