Changeset 2949:4e44ab2ef195 for themes/berlin/scss
- Timestamp:
- 01/31/15 13:02:01 (11 years ago)
- Branch:
- default
- Location:
- themes/berlin/scss
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/berlin/scss/init/_mixins-functions.scss
r2670 r2949 3 3 $file-name, 4 4 $css-img-path: $css-img-path) { 5 background-image: url($css-img-path+'/'+$file-name+'.png');6 background-image: url($css-img-path+'/'+$file-name+'.svg'), none;5 background-image: inline-image($file-name+'.png'); 6 background-image: inline-image($file-name+'.svg'), none; 7 7 } 8 8 … … 13 13 $position: 50% 50%, 14 14 $bg-color: transparent) { 15 background: url($css-img-path+'/'+$file-name+'.png') $repeat, $position, $bg-color;16 background-image: url($css-img-path+'/'+$file-name+'.svg'), none;15 background: inline-image($file-name+'.png') $repeat, $position, $bg-color; 16 background-image: inline-image($file-name+'.svg'), none; 17 17 } 18 18 -
themes/berlin/scss/modules/_off-canvas.scss
r2673 r2949 44 44 display: block; 45 45 background-color: $white; 46 background-image: url(img/icon_open-sidebar.png);47 background-image: url(img/icon_open-sidebar.svg), none;46 background-image: inline-image('icon_open-sidebar.png'); 47 background-image: inline-image('icon_open-sidebar.svg'), none; 48 48 border: .1em solid $gray-dark; 49 49 border-radius: .25em; … … 52 52 #offcanvas-off { 53 53 background-color: $gray-very-dark; 54 background-image: url(img/icon_close.png);55 background-image: url(img/icon_close.svg), none;54 background-image: inline-image('icon_close.png'); 55 background-image: inline-image('icon_close.svg'), none; 56 56 border: 1px solid $white; 57 57 } -
themes/berlin/scss/partials/_archive.scss
r2846 r2949 79 79 /* par categorie */ 80 80 .arch-cat-list, .arch-sub-cat-list { 81 background: transparent url(img/vline.png) repeat-y;81 background: transparent inline-image('vline.png') repeat-y; 82 82 } 83 83 .arch-sub-cat-list { … … 86 86 .arch-cat-list li { 87 87 padding: .2em .2em .2em 20px; 88 background: transparent url(img/hline.png) no-repeat left .82em;88 background: transparent inline-image('hline.png') no-repeat left .82em; 89 89 } 90 90 .arch-cat-list li:last-child { 91 background-image: url(img/last-hline.png);91 background-image: inline-image('last-hline.png'); 92 92 } 93 93 /* par tag */ -
themes/berlin/scss/partials/_content.scss
r2644 r2949 5 5 } 6 6 .prev { 7 @include replace-text( 'icon_prev.png');7 @include replace-text(inline-image('icon_prev.png')); 8 8 } 9 9 .next { 10 @include replace-text( 'icon_next.png');10 @include replace-text(inline-image('icon_next.png')); 11 11 } 12 12 .prev, .next { -
themes/berlin/scss/partials/_global_layout.scss
r2640 r2949 1 1 body { 2 background: $gray-light url(img/bg_light.png);2 background: $gray-light inline-image('bg_light.png'); 3 3 color: $primary-color; 4 4 } -
themes/berlin/scss/partials/_header.scss
r2643 r2949 106 106 } 107 107 &.open { 108 background-image: url(img/icon_close.png);109 background-image: url(img/icon_close.svg), none;108 background-image: inline-image('icon_close.png'); 109 background-image: inline-image('icon_close.svg'), none; 110 110 } 111 111 } -
themes/berlin/scss/partials/_icons.scss
r2947 r2949 16 16 } 17 17 .post-date { 18 background-image: url(img/icon_date.png);18 background-image: inline-image('icon_date.png'); 19 19 } 20 20 .post-cat { 21 background-image: url(img/icon_category.png);21 background-image: inline-image('icon_category.png'); 22 22 } 23 23 .post-tags-list { 24 background-image: url(img/icon_tags.png);24 background-image: inline-image('icon_tags.png'); 25 25 padding-left: 22px !important; 26 26 } 27 27 .comment_count { 28 background-image: url(img/icon_comments.png);28 background-image: inline-image('icon_comments.png'); 29 29 } 30 30 .ping_count { 31 background-image: url(img/icon_trackbacks.png);31 background-image: inline-image('icon_trackbacks.png'); 32 32 } 33 33 .attach_count { 34 background-image: url(img/icon_attach.png);34 background-image: inline-image('icon_attach.png'); 35 35 } 36 36 .post-permalink { 37 background-image: url(img/icon_permalink.png);37 background-image: inline-image('icon_permalink.png'); 38 38 } 39 39 .feed { 40 background-image: url(img/icon_feed.png);41 background-image: url(img/icon_feed.svg), none;40 background-image: inline-image('icon_feed.png'); 41 background-image: inline-image('icon_feed.svg'), none; 42 42 background-size: .875em; 43 43 padding-left: 1.25em; -
themes/berlin/scss/partials/_post.scss
r2697 r2949 81 81 } 82 82 .post-attachments:before { 83 content: url(img/icon_attachments.png);84 content: url(img/icon_attachments.svg);83 content: inline-image('icon_attachments.png'); 84 content: inline-image('icon_attachments.svg'); 85 85 display: block; 86 86 position: absolute; … … 125 125 } 126 126 .ping { 127 background: #f3efed url(img/icon_trackbacks.png) no-repeat 1.5em 4em;127 background: #f3efed inline-image('icon_trackbacks.png') no-repeat 1.5em 4em; 128 128 } 129 129 .comment-number { … … 150 150 } 151 151 .send-trackback { 152 background: #f3efed url(img/icon_trackbacks.png) no-repeat 1.5em 4em;152 background: #f3efed inline-image('icon_trackbacks.png') no-repeat 1.5em 4em; 153 153 } 154 154 .field label {
Note: See TracChangeset
for help on using the changeset viewer.