style
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
</h1>
|
</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<div markdown="@Model.Content" site="SiteSettings.Value"></div>
|
<div markdown="@Model.Content" site="SiteSettings.Value" class="blog"></div>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<div class="meta">
|
<div class="meta">
|
||||||
|
@ -49,7 +49,4 @@
|
|||||||
<span class="sr-only">Suivant</span>
|
<span class="sr-only">Suivant</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<environment names="Lua,Development">
|
|
||||||
<div class="change-embed-petition" data-petition-id="9084164"></div>
|
|
||||||
<script src="https://static.change.org/product/embeds/v1/change-embeds.js" type="text/javascript"></script>
|
|
||||||
</environment>
|
|
||||||
|
@ -62,6 +62,10 @@
|
|||||||
</main>
|
</main>
|
||||||
<hr />
|
<hr />
|
||||||
<footer>
|
<footer>
|
||||||
|
<environment names="Lua,Development">
|
||||||
|
<p><em>Site de développement</em></p>
|
||||||
|
</environment>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
window.fbAsyncInit = function() {
|
window.fbAsyncInit = function() {
|
||||||
FB.init({
|
FB.init({
|
||||||
@ -88,6 +92,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<p>Yavsc - Copyright © 2016 - 2017 Paul Schneider</p>
|
<p>Yavsc - Copyright © 2016 - 2017 Paul Schneider</p>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
@RenderSection("scripts", required: false)
|
@RenderSection("scripts", required: false)
|
||||||
|
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
/* Set some basic padding to keep content from hitting the edges */
|
/* Set some basic padding to keep content from hitting the edges */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #000;
|
color: #fff;
|
||||||
background-color: #888;
|
background-color: #210912;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blogbody {
|
.blog {
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
color: #000;
|
color: #000;
|
||||||
@ -23,13 +23,13 @@ select,
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #300000;
|
color: #9ff;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
}
|
}
|
||||||
a:active,
|
a:active,
|
||||||
a:hover {
|
a:hover {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
color: #401515;
|
color: #a05050;
|
||||||
}
|
}
|
||||||
/* Set widths on image and video, since otherwise they use their native resolution */
|
/* Set widths on image and video, since otherwise they use their native resolution */
|
||||||
|
|
||||||
@ -46,11 +46,11 @@ a:hover {
|
|||||||
text-decoration-line: overline;
|
text-decoration-line: overline;
|
||||||
text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.8);
|
text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.8);
|
||||||
-webkit-text-shadow: inset 0 3px 5px rgb(0, 0, 0);
|
-webkit-text-shadow: inset 0 3px 5px rgb(0, 0, 0);
|
||||||
color: white;
|
color: black;
|
||||||
margin:0;
|
margin:0.5em;
|
||||||
padding:.5em;
|
padding:.5em;
|
||||||
animation: mymove 3s infinite;
|
animation: mymove 3s infinite;
|
||||||
background-color: rgba(0,0,0,.4);
|
background-color: rgba(256,256,256,.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel-caption-s {
|
.carousel-caption-s {
|
||||||
@ -61,13 +61,13 @@ a:hover {
|
|||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
|
text-shadow: 0 4px 8px rgba(0, 0, 0, .6);
|
||||||
height: 16em;
|
height: 16em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.carousel-inner .item {
|
.carousel-inner .item {
|
||||||
background-color: #301010;
|
background-color: #301010;
|
||||||
color: #90FFFF;
|
color: #FF8;
|
||||||
}
|
}
|
||||||
.carousel-indicators {
|
.carousel-indicators {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -119,7 +119,7 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
background: url('/images/booking/musique-2.jpg') 0% 50%;
|
background: url('/images/arts/musique-3.jpg') 0% 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
BIN
Yavsc/wwwroot/images/arts/musique-3.jpg
Normal file
BIN
Yavsc/wwwroot/images/arts/musique-3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 285 KiB |
Reference in New Issue
Block a user