yavsc/Yavsc/wwwroot/css/main/site.css

405 lines
6.1 KiB
CSS
Raw Normal View History

2017-05-30 23:42:21 +02:00
.navbar-link,
2017-09-23 05:22:53 +02:00
.navbar-brand,
.navbar-nav .dropdown>a {
2017-05-30 23:42:21 +02:00
background-color: rgba(0, 0, 0, .2);
border-radius: 2em;
vertical-align: center;
}
2017-05-27 16:22:25 +02:00
2017-05-30 23:42:21 +02:00
.navbar-link:hover,
.navbar-brand:hover,
.navbar-link:focus,
.navbar-brand:focus {
background-color: rgba(0, 0, 0, .4);
}
2017-05-27 16:22:25 +02:00
2017-05-27 18:26:27 +02:00
.ql-editor {
border: outset 1em rgb(238, 144, 62);
padding: 1em;
}
.badge {
margin: 1em;
}
2017-04-08 09:17:15 +02:00
.badge img {
height: 2em;
}
2017-05-27 16:22:25 +02:00
2017-10-20 20:24:51 +02:00
.row img {
max-width: 100%;
2017-10-20 20:44:51 +02:00
max-height: 6em;
2017-10-20 20:24:51 +02:00
}
2017-10-22 13:10:05 +02:00
main img {
max-width: 100%;
max-height: 100%;
}
2017-05-27 16:22:25 +02:00
.userinfo {
display: block;
padding: .8em;
margin: .6em;
2017-04-01 02:14:10 +02:00
background-repeat: no-repeat;
2017-04-01 02:35:24 +02:00
background-attachment: local;
background-size: contain;
2017-05-27 16:22:25 +02:00
background-image: url('/images/lis.svg');
overflow: auto;
padding-left: 2em;
2017-04-01 02:14:10 +02:00
}
2017-05-27 16:22:25 +02:00
.performer {
border-radius: 1.5em;
background-color: #f1e4f1;
padding: 1em;
}
2017-04-01 02:14:10 +02:00
.performer ul {
margin-left: 2.5em;
}
2017-03-13 16:44:07 +01:00
2017-05-27 16:22:25 +02:00
.smalltofhol {
align-self: left;
2017-10-10 20:50:05 +02:00
padding: .1em;
border-radius: 50%;
2017-10-05 11:58:51 +02:00
}
.commentmeta {
margin: .5em;
padding: .5em;
border-right: #444 dashed 1px;
border-top: #444 solid 1px;
2017-05-27 16:22:25 +02:00
}
2017-03-13 16:43:49 +01:00
.price {
font-weight: bold;
2017-05-12 12:15:57 +02:00
font-size: large;
2017-03-13 16:43:49 +01:00
padding: .2em;
margin: .2em;
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
.total {
font-weight: bold;
font-size: xx-large;
2017-03-13 16:44:07 +01:00
background-color: #f8f;
border: solid black 3px;
2017-03-13 16:43:49 +01:00
border-radius: 1em;
padding: .2em;
margin: .2em;
}
.blog {
padding: 1em;
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
.blog a {
2017-05-27 16:22:25 +02:00
font-weight: 900;
2017-03-13 16:43:49 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
.blog a:active,
.blog a:hover {
2017-05-27 16:22:25 +02:00
outline: 0;
2017-03-13 16:43:49 +01:00
}
2017-03-13 16:44:07 +01:00
.discussion {
2017-05-27 16:22:25 +02:00
color: black;
2017-03-13 16:44:07 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:44:07 +01:00
.notif {
2017-05-27 16:22:25 +02:00
color: #555;
2017-03-13 16:44:07 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:44:07 +01:00
.pv {
2017-05-27 16:22:25 +02:00
color: #540;
font-style: bold;
2017-03-13 16:44:07 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:44:07 +01:00
.discussion {
2017-05-27 16:22:25 +02:00
font-family: monospace;
2017-03-13 16:44:07 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:44:07 +01:00
.notif {
2017-05-27 16:22:25 +02:00
color: #006;
font-family: monospace;
2017-03-13 16:44:07 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:44:07 +01:00
.pv {
2017-05-27 16:22:25 +02:00
color: #251;
font-family: monospace;
font-style: bold;
2017-03-13 16:44:07 +01:00
}
2017-05-27 16:22:25 +02:00
#targets {
display: block;
2017-03-13 16:44:07 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
tr.visiblepost {
max-height: 3em;
}
2017-05-27 16:22:25 +02:00
tr.visiblepost img {
max-height: 3em;
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
tr.hiddenpost {
max-height: 2em;
2017-03-13 16:44:07 +01:00
background-color: #888;
2017-03-13 16:43:49 +01:00
font-size: smaller;
}
2017-05-27 16:22:25 +02:00
tr.hiddenpost img {
max-height: 3em;
2017-03-13 16:43:49 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
a.bloglink {
font-weight: bold;
2017-05-27 16:22:25 +02:00
text-shadow: 0px 0px 8px black;
2017-03-13 16:43:49 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
a {
2017-05-27 16:22:25 +02:00
font-weight: 900;
2017-03-13 16:43:49 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
a:active,
a:hover {
2017-05-27 16:22:25 +02:00
outline: 0;
2017-03-13 16:43:49 +01:00
}
2017-05-27 16:22:25 +02:00
.panel {
display: inline-block;
padding: 1em;
margin: 1em;
color: black;
background-color: inherit;
border: solid black 1px;
2017-03-17 18:01:19 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-17 18:01:19 +01:00
#discussion {
float: left;
2017-03-13 16:43:49 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
/* Set widths on the form inputs since otherwise they're 100% wide */
2017-05-27 16:22:25 +02:00
input,
2017-03-13 16:43:49 +01:00
select,
2017-05-27 16:22:25 +02:00
button,
textarea {
background-color: #bbb;
color: #000;
2017-03-13 16:43:49 +01:00
}
.jumbotron {
padding: .5em;
}
2017-05-27 16:22:25 +02:00
.carousel .item .carousel-caption-s {
2017-05-28 06:15:04 +02:00
-webkit-transition: -webkit-transform 2s background-color 2s color 2s;
2017-05-12 12:15:57 +02:00
-moz-transition: transform 2s background-color 2s color 2s;
2017-05-27 16:22:25 +02:00
transition: transform 2s;
transform: scale3d(0, 0, 0);
-webkit-transform: scale3d(0, 0, 0);
}
2017-05-28 06:15:04 +02:00
.carousel .item.active .carousel-caption-s {
2017-05-28 00:43:44 +02:00
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
2017-03-22 03:31:29 +01:00
}
2017-05-27 16:22:25 +02:00
.disabled {
2017-03-22 03:31:29 +01:00
color: #999;
2017-03-17 01:57:56 +01:00
background-color: #555;
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
/* Set widths on image and video, since otherwise they use their native resolution */
.smallphoto {
max-height: 4em;
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
/* .navbar-reac */
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
/* Carousel */
2017-05-27 16:22:25 +02:00
.carousel-caption-s p {
2017-04-25 12:15:25 +02:00
-webkit-text-shadow: 3px 3px 7px rgb(0, 0, 0);
animation: mymove 4s infinite;
font-family: "Arial";
2017-04-25 10:45:53 +01:00
font-weight: 800;
2017-04-25 12:15:25 +02:00
font-size: x-large;
2017-05-12 12:15:57 +02:00
text-shadow: 3px 3px 7px rgb(0, 0, 60);
color: #fff;
background-color: rgba(94, 24, 194, .15);
border-radius: .5em;
2017-03-13 16:43:49 +01:00
}
.carousel-caption-s {
2017-05-27 16:22:25 +02:00
right: 3em;
top: 1em;
left: 3em;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
min-height: 16em;
overflow: auto;
2017-03-13 16:43:49 +01:00
}
2017-03-13 16:43:49 +01:00
.carousel-inner .item {
/* background-color: #301010; */
2017-05-27 16:22:25 +02:00
padding-left: 15%;
/* la taille du carousel-control */
padding-right: 15%;
/* la taille du carousel-control */
2017-03-13 16:43:49 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
.carousel-indicators {
position: absolute;
z-index: 15;
padding: 0;
text-align: center;
list-style: none;
top: .1em;
height: 1em;
}
main.container {
padding-right: 1em;
padding-left: 1em;
margin-left: 1em;
margin-right: 1em;
}
2017-05-27 16:22:25 +02:00
@media (max-width: 767px) {
main.container {
padding-right: .3em;
padding-left: .3em;
margin-left: .3em;
margin-right: .3em;
}
.navbar-brand {
float: left;
height: 50px;
padding: 5px 5px;
font-size: 16px;
line-height: 18px;
}
.carousel-caption-s p {
margin: 0.2em;
padding: .2em;
}
2017-04-25 12:15:25 +02:00
}
2017-03-13 16:43:49 +01:00
@-webkit-keyframes mymove {
2017-05-27 16:22:25 +02:00
from {
text-decoration-color: red;
}
50% {
text-decoration-color: blue;
}
to {
text-decoration-color: red;
}
2017-03-13 16:43:49 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
/* Standard syntax */
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
@keyframes mymove {
2017-05-27 16:22:25 +02:00
from {
text-decoration-color: red;
}
50% {
text-decoration-color: blue;
}
to {
text-decoration-color: red;
}
2017-03-13 16:43:49 +01:00
}
2017-05-27 16:22:25 +02:00
2017-03-13 16:43:49 +01:00
ul.actiongroup li {
2017-05-27 16:22:25 +02:00
display: inline;
2017-03-13 16:43:49 +01:00
}
ul.actiongroup li a:hover {
2017-05-27 16:22:25 +02:00
background-color: rgba(200, 200, 200, .6);
2017-03-13 16:44:07 +01:00
color: #400;
2017-03-13 16:43:49 +01:00
}
footer {
vertical-align: bottom;
padding: 1.5em;
}
.display-field {
font-kerning: none;
display: inline-flex;
2017-03-13 16:44:07 +01:00
color: #008;
2017-03-13 16:43:49 +01:00
}
.display-label {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-stretch: condensed;
display: inline-flex;
2017-04-01 02:14:10 +02:00
color: #ff8;
padding: .1em;
border-radius: .5em;
2017-03-13 16:43:49 +01:00
background-color: #210912;
}
footer {
2017-05-27 16:22:25 +02:00
color: rgb(128, 128, 128);
2017-03-13 16:43:49 +01:00
font-weight: bolder;
font-size: x-small;
}
2017-05-27 16:22:25 +02:00
.meta {
color: #444;
2017-03-13 16:43:49 +01:00
font-style: italic;
font-size: smaller;
}
.activity {
font-family: fantasy
}
2017-05-27 16:22:25 +02:00
.blogtitle {
2017-03-13 16:43:49 +01:00
display: inline-block;
font-size: x-large;
}
.blogphoto {
float: left;
margin: 1em;
2018-01-04 17:00:39 +01:00
max-width: 100em;
max-height: 100em;
2017-03-13 16:43:49 +01:00
}
2017-05-27 16:22:25 +02:00
2017-12-19 10:57:35 +01:00
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p {
font-size: 20px;
}
p.small {
font-size: 16px;
}
2018-01-26 13:51:09 +01:00
.smalltext {
font-size: 10px;
}
2017-12-19 10:57:35 +01:00
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
2017-05-27 16:22:25 +02:00
}