yavsc/Yavsc/wwwroot/css/dark/site.css

137 lines
2 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-03-11 01:06:42 +01:00
background-color: #080225;
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;}
2017-03-13 16:44:07 +01:00
.discussion {
color: white;
}
.notif {
color: #aaf;
}
.pv {
color: yellow;
font-style: bold;
}
2017-03-02 12:29:36 +01:00
.price {
color: #fff;
border: solid white 1px;
}
.total {
color: #fff;
background-color: #1f1c58;
2017-03-13 16:44:07 +01:00
border-color: white ;
2017-03-02 12:29:36 +01:00
}
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
}
.blog a:active,
.blog a:hover {
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.hiddenpost {
background-color: #130414;
2017-02-10 10:51:08 +01:00
}
2017-03-10 16:42:57 +01:00
a.bloglink {
text-shadow: 0px 0px 8px white;
}
a {
color: #FF8;
2017-02-10 10:51:08 +01:00
}
2017-03-10 16:42:57 +01:00
a:active,
a:hover {
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{
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-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 {
2017-01-20 14:21:01 +01:00
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;
background-color: rgba(256,256,256,.4);
2017-01-20 14:21:01 +01:00
}
.carousel-caption-s {
2017-02-08 22:03:42 +01:00
text-shadow: 0 4px 8px rgba(0, 0, 0, .6);
}
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
}
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 a:hover {
background-color: rgba(128,128,128,.2);
color: red;
}
2017-01-20 14:21:01 +01:00
2016-08-01 00:32:57 +02:00
.display-field {
2017-03-03 11:48:06 +01:00
color: #FF8;
background-color: #502020;
2016-08-01 00:32:57 +02:00
}
.display-label {
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);
}
.meta {
color : #A0A0A0;
}