vnext
Paul Schneider 8 years ago
parent 394550badc
commit 18df72ba54
5 changed files with 18 additions and 16 deletions

@ -12,7 +12,7 @@
</h1>
<hr />
<div markdown="@Model.Content" site="SiteSettings.Value"></div>
<div markdown="@Model.Content" site="SiteSettings.Value" class="blog"></div>
<hr/>
<div class="meta">

@ -49,7 +49,4 @@
<span class="sr-only">Suivant</span>
</a>
</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>
<hr />
<footer>
<environment names="Lua,Development">
<p><em>Site de développement</em></p>
</environment>
<script>
window.fbAsyncInit = function() {
FB.init({
@ -88,6 +92,7 @@
<p>Yavsc - Copyright &copy; 2016 - 2017 Paul Schneider</p>
</footer>
@RenderSection("scripts", required: false)

@ -3,11 +3,11 @@
/* Set some basic padding to keep content from hitting the edges */
body {
color: #000;
background-color: #888;
color: #fff;
background-color: #210912;
}
.blogbody {
.blog {
padding-left: 15px;
padding-right: 15px;
color: #000;
@ -23,13 +23,13 @@ select,
}
a {
color: #300000;
color: #9ff;
font-weight: 900;
}
a:active,
a:hover {
outline: 0;
color: #401515;
color: #a05050;
}
/* Set widths on image and video, since otherwise they use their native resolution */
@ -46,11 +46,11 @@ a:hover {
text-decoration-line: overline;
text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.8);
-webkit-text-shadow: inset 0 3px 5px rgb(0, 0, 0);
color: white;
margin:0;
color: black;
margin:0.5em;
padding:.5em;
animation: mymove 3s infinite;
background-color: rgba(0,0,0,.4);
background-color: rgba(256,256,256,.4);
}
.carousel-caption-s {
@ -61,13 +61,13 @@ a:hover {
padding-top: 20px;
padding-bottom: 20px;
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;
overflow: auto;
}
.carousel-inner .item {
background-color: #301010;
color: #90FFFF;
color: #FF8;
}
.carousel-indicators {
position: absolute;
@ -119,7 +119,7 @@ footer {
}
nav {
background: url('/images/booking/musique-2.jpg') 0% 50%;
background: url('/images/arts/musique-3.jpg') 0% 50%;
}
footer {

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

Loading…