yavsc/Yavsc/wwwroot/css/site.css

65 lines
1.4 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 */
/* .navbar-reac */
/* Carousel */
8 years ago
.carousel, .carousel img {
min-height: 15em;
}
.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;
}
.display-field {
font-kerning: 2em;
display: inline-flex;
}
.display-label {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-stretch: condensed;
display: inline-flex;
color: rgb(127,127,127);
background-color: rgba(200,256,200,.4);
}