]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - assets/vintage/css/shaarli.css
Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/
[github/shaarli/Shaarli.git] / assets / vintage / css / shaarli.css
similarity index 98%
rename from tpl/vintage/css/shaarli.css
rename to assets/vintage/css/shaarli.css
index 9c72d9938bca0dd6750daf950c778b5c0cb8ae6d..c919339b95ca3b10f064227fcf029add52135540 100644 (file)
@@ -113,7 +113,7 @@ a.bigbutton, #pageheader a.bigbutton {
 }
 
 #pageheader #logo {
-    background-image: url('../../../images/logo.png');
+    background-image: url('../img/logo.png');
     background-repeat: no-repeat;
     float: left;
     margin: 0 10px 0 10px;
@@ -433,7 +433,7 @@ a.bigbutton, #pageheader a.bigbutton {
 }
 
 #linklist li.private {
-    background: url('../images/private.png') no-repeat 4px center;
+    background: url('../img/private.png') no-repeat 4px center;
     padding-left: 30px;
 }
 
@@ -465,7 +465,7 @@ a.bigbutton, #pageheader a.bigbutton {
 }
 
 .linkdate a {
-    background-image: url('../images/calendar.png');
+    background-image: url('../img/calendar.png');
     padding: 2px 0 3px 20px;
     background-repeat: no-repeat;
     text-decoration: none;
@@ -516,7 +516,7 @@ a.bigbutton, #pageheader a.bigbutton {
     height: 20px;
     border-radius: 3px;
     cursor: pointer;
-    background-image: url('../images/tag_blue.png');
+    background-image: url('../img/tag_blue.png');
     background-repeat: no-repeat;
     background-position: 3px center;
     background-color: #ffffff;
@@ -762,7 +762,7 @@ div.daily {
     /* Background paper texture by BashCorpo:
        http://www.bashcorpo.dk/textures.php
        http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-5-22966998  */
-    background-image: url("../images/Paper_texture_v5_by_bashcorpo_w1000.jpg");
+    background-image: url("../img/Paper_texture_v5_by_bashcorpo_w1000.jpg");
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
@@ -860,7 +860,7 @@ div.dailyEntryThumbnail {
     width: 100%;
     text-align: center;
     background-color: rgb(128, 128, 128);
-    background: url(../images/50pc_transparent.png);
+    background: url(../img/50pc_transparent.png);
     padding: 4px 0px 2px 0px;
 }