yavsc/Yavsc/wwwroot/css/site.css

157 lines
2.8 KiB
CSS
Raw Normal View History

2016-05-17 18:22:18 +02:00
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
2017-02-08 01:44:34 +01:00
body {
color: #000;
background-color: #888;
}
.blogbody {
2016-05-17 18:22:18 +02:00
padding-left: 15px;
padding-right: 15px;
2017-02-08 01:44:34 +01:00
color: #000;
background-color: #fff;
2016-05-17 18:22:18 +02:00
}
/* Set widths on the form inputs since otherwise they're 100% wide */
2017-02-08 01:44:34 +01:00
input,
2016-05-17 18:22:18 +02:00
select,
2017-02-08 01:44:34 +01:00
button,
textarea {
background-color: #999;
color: #333;
2016-05-17 18:22:18 +02:00
}
2017-02-08 01:44:34 +01:00
a {
color: #300000;
font-weight: 900;
}
a:active,
a:hover {
outline: 0;
color: #401515;
}
/* Set widths on image and video, since otherwise they use their native resolution */
/* .navbar-reac */
2016-05-17 18:22:18 +02:00
/* Carousel */
2017-01-20 14:21:01 +01:00
.carousel-caption-s p {
2016-05-17 18:22:18 +02:00
font-family: "jubilat";
font-weight: 600;
font-size: large;
line-height: 1.1;
2017-01-20 14:21:01 +01:00
text-decoration: overline;
text-decoration-line: overline;
text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.8);
2016-08-01 01:43:32 +02:00
-webkit-text-shadow: inset 0 3px 5px rgb(0, 0, 0);
2017-02-08 01:44:34 +01:00
color: white;
2016-05-17 18:22:18 +02:00
margin:0;
padding:.5em;
2017-01-20 14:21:01 +01:00
animation: mymove 3s infinite;
2017-02-08 01:44:34 +01:00
background-color: rgba(0,0,0,.4);
2017-01-20 14:21:01 +01:00
}
.carousel-caption-s {
right: 3em;
top: 1em;
left: 3em;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
2017-02-04 16:51:29 +01:00
height: 16em;
overflow: auto;
}
2017-02-08 01:44:34 +01:00
.carousel-inner .item {
background-color: #301010;
color: #90FFFF;
}
.carousel-indicators {
position: absolute;
z-index: 15;
padding-left: 0;
text-align: center;
list-style: none;
2017-02-04 16:51:29 +01:00
bottom: 1em;
top: initial;
}
2017-01-20 14:21:01 +01:00
@-webkit-keyframes mymove {
from {text-decoration-color: red;}
50% {text-decoration-color: blue;}
to {text-decoration-color: red;}
2016-05-17 18:22:18 +02:00
}
2017-01-20 14:21:01 +01:00
/* Standard syntax */
@keyframes mymove {
from {text-decoration-color: red;}
50% {text-decoration-color: blue;}
to {text-decoration-color: red;}
}
2016-05-17 18:22:18 +02:00
ul.actiongroup li {
display:inline;
}
2017-01-20 14:21:01 +01:00
2016-05-17 18:22:18 +02:00
ul.actiongroup li a:hover {
background-color: rgba(128,128,128,.2);
color: red;
}
2017-01-20 14:21:01 +01:00
2016-05-17 18:22:18 +02:00
footer {
vertical-align: bottom;
padding: 1.5em;
2016-08-01 00:32:57 +02:00
}
2017-01-20 14:21:01 +01:00
2016-08-01 00:32:57 +02:00
.display-field {
2016-08-01 01:43:32 +02:00
font-kerning: none;
2016-08-01 00:32:57 +02:00
display: inline-flex;
}
.display-label {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-stretch: condensed;
display: inline-flex;
color: rgb(127,127,127);
background-color: rgba(200,256,200,.4);
2016-08-01 01:43:32 +02:00
}
nav {
background: url('/images/booking/musique-2.jpg') 0% 50%;
2016-08-04 13:59:09 +02:00
}
2017-01-20 14:21:01 +01:00
2016-08-04 13:59:09 +02:00
footer {
2016-08-04 14:02:31 +02:00
color:rgb(128,128,128);
2016-08-04 13:59:09 +02:00
font-weight: bolder;
font-size: x-small;
}
.meta {
color : #A0A0A0;
font-style: italic;
font-size: smaller;
}
.activity {
border-style: groove none none groove;
}
2017-01-31 13:22:30 +01:00
2017-02-03 15:07:33 +01:00
.blogtitle {
display: inline-block;
2017-01-31 13:22:30 +01:00
font-size: x-large;
}
.blogtext {
font-feature-settings: "valt"
}
.blogphoto {
float: left;
margin: 1em;
}