banner settings
This commit is contained in:
parent
f356fd4ea8
commit
ab65ccac4e
18 changed files with 54 additions and 16 deletions
6
src/Yavsc/wwwroot/css/coiffure.css
Normal file
6
src/Yavsc/wwwroot/css/coiffure.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
nav { background: url(/images/haircut/coiffure.svg);
|
||||
background-attachment: local;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
1
src/Yavsc/wwwroot/css/coiffure.min.css
vendored
Normal file
1
src/Yavsc/wwwroot/css/coiffure.min.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
nav{background:url(/images/haircut/coiffure.svg) no-repeat local;background-size:contain}
|
||||
5
src/Yavsc/wwwroot/css/default.css
Normal file
5
src/Yavsc/wwwroot/css/default.css
Normal 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
1
src/Yavsc/wwwroot/css/default.min.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
nav{background:url(/images/yavsc.png) no-repeat local;background-size:contain}
|
||||
5
src/Yavsc/wwwroot/css/dev.css
Normal file
5
src/Yavsc/wwwroot/css/dev.css
Normal 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
1
src/Yavsc/wwwroot/css/dev.min.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
nav{background:url(/images/it/neworleans-louisiana-bywater-1973969-o.jpg) no-repeat local;background-size:contain}
|
||||
4
src/Yavsc/wwwroot/css/freespeech.css
Normal file
4
src/Yavsc/wwwroot/css/freespeech.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
nav { background: url(/images/arts/concert.jpg);
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
1
src/Yavsc/wwwroot/css/freespeech.min.css
vendored
Normal file
1
src/Yavsc/wwwroot/css/freespeech.min.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
nav{background:url(/images/arts/concert.jpg) no-repeat;background-size:cover}
|
||||
5
src/Yavsc/wwwroot/css/lua.css
Normal file
5
src/Yavsc/wwwroot/css/lua.css
Normal 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
1
src/Yavsc/wwwroot/css/lua.min.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
nav{background:url(/images/logo-lua.png) no-repeat local;background-size:contain}
|
||||
5
src/Yavsc/wwwroot/css/yavsc.css
Normal file
5
src/Yavsc/wwwroot/css/yavsc.css
Normal 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
1
src/Yavsc/wwwroot/css/yavsc.min.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
nav{background:url(/images/logo-lua.png) no-repeat local;background-size:contain}
|
||||
5
src/Yavsc/wwwroot/css/yavscpre.css
Normal file
5
src/Yavsc/wwwroot/css/yavscpre.css
Normal 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/yavscpre.min.css
vendored
Normal file
1
src/Yavsc/wwwroot/css/yavscpre.min.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
nav{background:url(/images/logo-lua.png) no-repeat local;background-size:contain}
|
||||
Loading…
Add table
Add a link
Reference in a new issue