yavsc/Yavsc/wwwroot/css/site.css

215 lines
3.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 {
2017-03-10 18:59:29 +01:00
/* background-color: #04264f;
color:#000;*/
2017-02-08 22:03:42 +01:00
background-color: #210912;
2017-02-10 10:51:08 +01:00
color:#999;
2017-02-08 01:44:34 +01:00
}
2017-03-10 16:42:57 +01:00
h1,h2,h3,h4,h5,h6{color:#fff;}
.smalltofhol { max-height: 3em; max-width: 3em; float:left; margin:.5em; }
2017-03-02 12:29:36 +01:00
.price {
font-weight: bold;
font-size: x-large;
color: #fff;
border: solid white 1px;
border-radius: 1em;
padding: .2em;
margin: .2em;
}
.total {
font-weight: bold;
font-size: xx-large;
color: #fff;
background-color: #1f1c58;
border: solid white 1px;
border-radius: 1em;
padding: .2em;
margin: .2em;
}
2017-02-08 22:03:42 +01:00
.blog {
2017-02-09 00:27:07 +01:00
padding: 1em;
2017-02-10 10:51:08 +01:00
}
.blog a {
2017-03-10 16:42:57 +01:00
color: #FF8;
2017-02-10 10:51:08 +01:00
font-weight: 900;
}
.blog a:active,
.blog a:hover {
outline: 0;
2017-03-10 16:42:57 +01:00
color: #FAFA09;
2017-02-10 10:51:08 +01:00
}
2017-02-09 00:27:07 +01:00
2017-03-10 16:42:57 +01:00
tr.visiblepost {
2017-02-10 10:51:08 +01:00
max-height: 3em;
}
2017-03-10 16:42:57 +01:00
tr.hiddenpost {
background-color: #130414;
2017-02-10 10:51:08 +01:00
font-size: smaller;
max-height: 2em;
}
2017-03-10 16:42:57 +01:00
a.bloglink {
2017-02-10 10:51:08 +01:00
font-weight: bold;
2017-03-10 16:42:57 +01:00
text-shadow: 0px 0px 8px white;
}
a {
font-weight: 900;
color: #FF8;
2017-02-10 10:51:08 +01:00
}
2017-03-10 16:42:57 +01:00
a:active,
a:hover {
outline: 0;
color: #FAFA09;
2017-02-10 10:51:08 +01:00
}
2017-03-10 16:42:57 +01:00
2017-02-10 10:51:08 +01:00
.panel{
float: left;
padding:1em;
margin:1em;
color: white;
background-color: #421824;
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-09 00:27:07 +01:00
.jumbotron {
background-color: #502020;
2017-02-10 00:41:08 +01:00
padding: .5em;
2017-02-08 01:44:34 +01:00
}
/* 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 22:03:42 +01:00
color: black;
margin:0.5em;
2016-05-17 18:22:18 +02:00
padding:.5em;
2017-01-20 14:21:01 +01:00
animation: mymove 3s infinite;
2017-02-08 22:03:42 +01:00
background-color: rgba(256,256,256,.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;
2017-02-08 22:03:42 +01:00
text-shadow: 0 4px 8px 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 {
2017-03-06 03:06:03 +01:00
/* background-color: #301010; */
2017-02-08 22:03:42 +01:00
color: #FF8;
2017-03-06 03:06:03 +01:00
margin-left:15%; /* la taille du carousel-control */
margin-right:15%; /* la taille du carousel-control */
}
.carousel-indicators {
position: absolute;
z-index: 15;
2017-03-01 10:11:20 +01:00
padding: 0;
text-align: center;
list-style: none;
2017-03-01 10:11:20 +01:00
top: .1em;
height: 1em;
}
2017-03-06 03:06:03 +01:00
main.container {
2017-03-06 14:59:55 +01:00
padding-right: 1em;
padding-left: 1em;
margin-left: 1em;
margin-right: 1em;
2017-03-06 03:06:03 +01:00
}
2017-03-06 14:51:32 +01:00
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;
2017-03-03 11:48:06 +01:00
color: #FF8;
background-color: #502020;
2016-08-01 00:32:57 +02:00
}
.display-label {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-stretch: condensed;
display: inline-flex;
2017-03-03 11:48:06 +01:00
color: #A0A0A0;
background-color: #210912;
2016-08-01 01:43:32 +02: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 {
2017-02-19 20:42:00 +01:00
font-family: fantasy
}
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;
}
.blogphoto {
float: left;
margin: 1em;
}