reorg
This commit is contained in:
parent
d000f77098
commit
40e8e08690
3487 changed files with 39 additions and 21 deletions
137
src/Yavsc.Org/wwwroot/css/dark/site.css
Normal file
137
src/Yavsc.Org/wwwroot/css/dark/site.css
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
|
||||
/* Wrapping element */
|
||||
/* Set some basic padding to keep content from hitting the edges */
|
||||
|
||||
body {
|
||||
/* background-color: #04264f;
|
||||
color:#000;*/
|
||||
background-color: #0c0813;
|
||||
color:#999;
|
||||
}
|
||||
h1,h2,h3,h4,h5,h6{color:#fff;}
|
||||
|
||||
.discussion {
|
||||
color: white;
|
||||
}
|
||||
.notif {
|
||||
color: #aaf;
|
||||
}
|
||||
.pv {
|
||||
color: yellow;
|
||||
font-style: bold;
|
||||
}
|
||||
|
||||
.price {
|
||||
color: #fff;
|
||||
border: solid white 1px;
|
||||
}
|
||||
.total {
|
||||
color: #fff;
|
||||
background-color: #1f1c58;
|
||||
border-color: white ;
|
||||
}
|
||||
|
||||
.blog {
|
||||
padding: 1em;
|
||||
}
|
||||
.blog a {
|
||||
color: #FF8;
|
||||
}
|
||||
.blog a:active,
|
||||
.blog a:hover {
|
||||
color: #FAFA09;
|
||||
}
|
||||
|
||||
tr.hiddenpost {
|
||||
background-color: #130414;
|
||||
}
|
||||
a.bloglink {
|
||||
text-shadow: 0px 0px 8px white;
|
||||
}
|
||||
a {
|
||||
color: #FF8;
|
||||
}
|
||||
a:active,
|
||||
a:hover {
|
||||
color: #FAFA09;
|
||||
}
|
||||
|
||||
.panel{
|
||||
color: white;
|
||||
background-color: #421824;
|
||||
}
|
||||
/* Set widths on the form inputs since otherwise they're 100% wide */
|
||||
input,
|
||||
select,
|
||||
button,
|
||||
textarea {
|
||||
background-color: #999;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.jumbotron {
|
||||
background-color: #502020;
|
||||
}
|
||||
/* Set widths on image and video, since otherwise they use their native resolution */
|
||||
|
||||
/* .navbar-reac */
|
||||
|
||||
/* Carousel */
|
||||
|
||||
.carousel-caption-s p {
|
||||
text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.8);
|
||||
-webkit-text-shadow: inset 0 3px 5px rgb(0, 0, 0);
|
||||
color: black;
|
||||
background-color: rgba(256,256,256,.4);
|
||||
}
|
||||
|
||||
.carousel-caption-s {
|
||||
text-shadow: 0 4px 8px rgba(0, 0, 0, .6);
|
||||
}
|
||||
.carousel-inner .item {
|
||||
/* background-color: #301010; */
|
||||
color: #FF8;
|
||||
}
|
||||
|
||||
|
||||
@-webkit-keyframes mymove {
|
||||
from {text-decoration-color: red;}
|
||||
50% {text-decoration-color: blue;}
|
||||
to {text-decoration-color: red;}
|
||||
}
|
||||
|
||||
/* Standard syntax */
|
||||
@keyframes mymove {
|
||||
from {text-decoration-color: red;}
|
||||
50% {text-decoration-color: blue;}
|
||||
to {text-decoration-color: red;}
|
||||
}
|
||||
|
||||
ul.actiongroup li a:hover {
|
||||
background-color: rgba(128,128,128,.2);
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
||||
.display-field {
|
||||
color: #FF8;
|
||||
background-color: #502020;
|
||||
}
|
||||
|
||||
.display-label {
|
||||
color: #A0A0A0;
|
||||
background-color: #210912;
|
||||
}
|
||||
|
||||
footer {
|
||||
color:rgb(128,128,128);
|
||||
}
|
||||
|
||||
.meta {
|
||||
color : #A0A0A0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
14
src/Yavsc.Org/wwwroot/css/dark/site.min.css
vendored
Normal file
14
src/Yavsc.Org/wwwroot/css/dark/site.min.css
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
body{background-color:#0c0813;color:#999;}
|
||||
h1,h2,h3,h4,h5,h6{color:#fff;}.discussion{color:white;}.notif{color:#aaf;}.pv{color:yellow;font-style:bold;}.price{color:#fff;border:solid white 1px;}.total{color:#fff;background-color:#1f1c58;border-color:white;}.blog{padding:1em;}.blog a{color:#FF8;}.blog a:active,.blog a:hover{color:#FAFA09;}
|
||||
tr.hiddenpost{background-color:#130414;}
|
||||
a.bloglink{text-shadow:0px 0px 8px white;}
|
||||
a{color:#FF8;}
|
||||
a:active,a:hover{color:#FAFA09;}.panel{color:white;background-color:#421824;}
|
||||
input,select,button,textarea{background-color:#999;color:#333;}.jumbotron{background-color:#502020;}.carousel-caption-s p{text-shadow:3px 3px 7px rgba(0,0,0,0.8);-webkit-text-shadow:inset 0 3px 5px rgb(0,0,0);color:black;background-color:rgba(256,256,256,.4);}.carousel-caption-s{text-shadow:0 4px 8px rgba(0,0,0,.6);}.carousel-inner.item{color:#FF8;}@-webkit-keyframes mymove{from{text-decoration-color:red;}
|
||||
50%{text-decoration-color:blue;}
|
||||
to{text-decoration-color:red;}}@keyframes mymove{from{text-decoration-color:red;}
|
||||
50%{text-decoration-color:blue;}
|
||||
to{text-decoration-color:red;}}
|
||||
ul.actiongroup li a:hover{background-color:rgba(128,128,128,.2);color:red;}.display-field{color:#FF8;background-color:#502020;}.display-label{color:#A0A0A0;background-color:#210912;}
|
||||
footer{color:rgb(128,128,128);}.meta{color:#A0A0A0;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue