/* 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: 90%; } /* Set widths on image and video, since otherwise they use their native resolution */ /* .navbar-reac */ /* Carousel */ .carousel-caption-s p { font-family: "jubilat"; font-weight: 600; font-size: large; line-height: 1.1; text-decoration: overline; 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; margin:0; padding:.5em; animation: mymove 3s infinite; } .carousel-caption-s { right: 3em; top: 1em; left: 3em; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 2px 4px rgba(0, 0, 0, .6); } .carousel-caption-s .btn { text-shadow: none; } .carousel-indicators { position: absolute; z-index: 15; padding-left: 0; text-align: center; list-style: none; top: .2em; bottom: initial; } @-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 { display:inline; } ul.actiongroup li a:hover { background-color: rgba(128,128,128,.2); color: red; } footer { vertical-align: bottom; padding: 1.5em; } .display-field { font-kerning: none; 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); } nav { background: url('/images/booking/musique-2.jpg') 0% 50%; } footer { color:rgb(128,128,128); font-weight: bolder; font-size: x-small; } .meta { color : #A0A0A0; font-style: italic; font-size: smaller; } .activity { border-style: groove none none groove; } .blogtitle { display: inline-block; font-size: x-large; } .blogtext { font-feature-settings: "valt" } .blogphoto { float: left; margin: 1em; }