look & feel
This commit is contained in:
parent
056bd8067d
commit
a29c3ffa0e
43 changed files with 32691 additions and 18 deletions
6
Yavsc/wwwroot/css/bootstrap.css
vendored
6
Yavsc/wwwroot/css/bootstrap.css
vendored
|
|
@ -1088,8 +1088,6 @@ body {
|
|||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
}
|
||||
input,
|
||||
button,
|
||||
|
|
@ -1100,12 +1098,12 @@ textarea {
|
|||
line-height: inherit;
|
||||
}
|
||||
a {
|
||||
color: #337ab7;
|
||||
color: #808;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #23527c;
|
||||
color: #303;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:focus {
|
||||
|
|
|
|||
|
|
@ -1,18 +1,36 @@
|
|||
|
||||
/* Wrapping element */
|
||||
/* Set some basic padding to keep content from hitting the edges */
|
||||
.body-content {
|
||||
|
||||
body {
|
||||
color: #000;
|
||||
background-color: #888;
|
||||
}
|
||||
|
||||
.blogbody {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* Set widths on the form inputs since otherwise they're 100% wide */
|
||||
input,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
max-width: 90%;
|
||||
button,
|
||||
textarea {
|
||||
background-color: #999;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
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 */
|
||||
|
|
@ -28,10 +46,11 @@ textarea {
|
|||
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: aliceblue;
|
||||
color: white;
|
||||
margin:0;
|
||||
padding:.5em;
|
||||
animation: mymove 3s infinite;
|
||||
background-color: rgba(0,0,0,.4);
|
||||
}
|
||||
|
||||
.carousel-caption-s {
|
||||
|
|
@ -41,14 +60,14 @@ textarea {
|
|||
z-index: 10;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
|
||||
height: 16em;
|
||||
overflow: auto;
|
||||
}
|
||||
.carousel-caption-s .btn {
|
||||
text-shadow: none;
|
||||
.carousel-inner .item {
|
||||
background-color: #301010;
|
||||
color: #90FFFF;
|
||||
}
|
||||
.carousel-indicators {
|
||||
position: absolute;
|
||||
|
|
|
|||
4
Yavsc/wwwroot/css/site.min.css
vendored
4
Yavsc/wwwroot/css/site.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue