banner settings

This commit is contained in:
Paul Schneider 2019-05-08 04:42:14 +01:00
commit ab65ccac4e
18 changed files with 54 additions and 16 deletions

View file

@ -0,0 +1,6 @@
nav { background: url(/images/haircut/coiffure.svg);
background-attachment: local;
background-size: contain;
background-repeat: no-repeat;
}

View file

@ -0,0 +1 @@
nav{background:url(/images/haircut/coiffure.svg) no-repeat local;background-size:contain}

View file

@ -0,0 +1,5 @@
nav { background: url(/images/yavsc.png);
background-attachment: local;
background-size: contain;
background-repeat: no-repeat;
}

1
src/Yavsc/wwwroot/css/default.min.css vendored Normal file
View file

@ -0,0 +1 @@
nav{background:url(/images/yavsc.png) no-repeat local;background-size:contain}

View file

@ -0,0 +1,5 @@
nav { background: url(/images/it/neworleans-louisiana-bywater-1973969-o.jpg);
background-attachment: local;
background-size: contain;
background-repeat: no-repeat;
}

1
src/Yavsc/wwwroot/css/dev.min.css vendored Normal file
View file

@ -0,0 +1 @@
nav{background:url(/images/it/neworleans-louisiana-bywater-1973969-o.jpg) no-repeat local;background-size:contain}

View file

@ -0,0 +1,4 @@
nav { background: url(/images/arts/concert.jpg);
background-size: cover;
background-repeat: no-repeat;
}

View file

@ -0,0 +1 @@
nav{background:url(/images/arts/concert.jpg) no-repeat;background-size:cover}

View file

@ -0,0 +1,5 @@
nav { background: url(/images/logo-lua.png);
background-attachment: local;
background-size: contain;
background-repeat: no-repeat;
}

1
src/Yavsc/wwwroot/css/lua.min.css vendored Normal file
View file

@ -0,0 +1 @@
nav{background:url(/images/logo-lua.png) no-repeat local;background-size:contain}

View file

@ -0,0 +1,5 @@
nav { background: url(/images/logo-lua.png);
background-attachment: local;
background-size: contain;
background-repeat: no-repeat;
}

1
src/Yavsc/wwwroot/css/yavsc.min.css vendored Normal file
View file

@ -0,0 +1 @@
nav{background:url(/images/logo-lua.png) no-repeat local;background-size:contain}

View file

@ -0,0 +1,5 @@
nav { background: url(/images/logo-lua.png);
background-attachment: local;
background-size: contain;
background-repeat: no-repeat;
}

View file

@ -0,0 +1 @@
nav{background:url(/images/logo-lua.png) no-repeat local;background-size:contain}