Dotclear

source: themes/berlin/scss/partials/_icons.scss @ 2640:489437dde4f5

Revision 2640:489437dde4f5, 1000 bytes checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

New default theme BERLIN, first commit.
Needs A LOT of clean-up and to be enhanced.

Line 
1.post-date,
2.post-cat,
3.post-tags-list,
4.post-permalink,
5.comment_count,
6.ping_count,
7.attach_count,
8.feed {
9    padding-left: 22px;
10    background-repeat: no-repeat;
11    background-position: 0 50%;
12    padding-right: .5em;
13}
14.post-author {
15    padding-right: .5em;
16}
17.post-date {
18    background-image: url(img/icon_date.png);
19}
20.post-cat {
21    background-image: url(img/icon_category.png);
22}
23.post-tags-list {
24    background-image: url(img/icon_tags.png);
25    padding-left: 22px !important;
26}
27.comment_count {
28    background-image: url(img/icon_comments.png);
29}
30.ping_count {
31    background-image: url(img/icon_trackbacks.png);
32}
33.attach_count {
34    background-image: url(img/icon_attach.png);
35}
36.post-permalink {
37    background-image: url(img/icon_permalink.png);
38}
39.feed {
40    background-image: url(img/icon_feed.png);
41    background-image: url(img/icon_feed.svg), none;
42    -webkit-background-size: .875em;
43    -o-background-size: .875em;
44    background-size: .875em;
45    padding-left: 1.25em;
46}
Note: See TracBrowser for help on using the repository browser.

Sites map