This commit is contained in:
Paul Schneider 2017-02-08 22:03:42 +01:00
commit 91caba751f
5 changed files with 18 additions and 16 deletions

View file

@ -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 {