look & feel

This commit is contained in:
Paul Schneider 2017-02-08 01:44:34 +01:00
commit a29c3ffa0e
43 changed files with 32691 additions and 18 deletions

View file

@ -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;