yavsc/build/wwwroot/css/site.css

53 lines
1.0 KiB
CSS

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
max-width: 280px;
}
/* Set widths on image and video, since otherwise they use their native resolution */
img,
video {
max-width: 100%;
}
/* .navbar-reac */
/* Carousel */
.carousel-caption p {
font-family: "jubilat";
font-weight: 600;
font-size: large;
line-height: 1.1;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
color: white;
background-color: rgba(0,0,0,.5);
-webkit-text-shadow: inset 0 3px 5px rgb(0, 0, 0);
text-shadow: inset 0 3px 5px rgb(0, 0, 0);
margin:0;
padding:.5em;
}
ul.actiongroup li {
display:inline;
}
ul.actiongroup li a:hover {
background-color: rgba(128,128,128,.2);
color: red;
}
input, select, textarea {
max-width: 100%;
}
footer {
vertical-align: bottom;
padding: 1.5em;
}