This commit is contained in:
Paul Schneider 2017-05-27 16:22:25 +02:00
commit 724e0e17ef
11 changed files with 5831 additions and 4360 deletions

View file

@ -1,27 +1,46 @@
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.badge img {
height: 2em;
}
.performer {
padding-left: 1em;
.userinfo {
display: block;
padding: .8em;
margin: .6em;
background-repeat: no-repeat;
background-image: url('/images/lis.svg');
background-attachment: local;
background-size: contain;
background-image: url('/images/lis.svg');
overflow: auto;
padding-left: 2em;
}
.performer {
border-radius: 1.5em;
background-color: #f1e4f1;
padding: 1em;
}
.performer ul {
margin-left: 2.5em;
}
.smalltofhol { max-height: 3em; max-width: 3em; float:left; margin:.5em; }
.smalltofhol {
align-self: left;
padding: 1em;
}
.price {
font-weight: bold;
font-size: large;
padding: .2em;
margin: .2em;
}
.total {
font-weight: bold;
font-size: xx-large;
@ -35,113 +54,136 @@
.blog {
padding: 1em;
}
.blog a {
font-weight: 900;
font-weight: 900;
}
.blog a:active,
.blog a:hover {
outline: 0;
outline: 0;
}
.discussion {
color: black;
}
.notif {
color: #555;
}
.pv {
color: #540;
font-style: bold;
}
.discussion {
font-family: monospace;
}
.notif {
color: #006;
font-family: monospace;
}
.pv {
color: #251;
font-family: monospace;
font-style: bold;
color: black;
}
#targets {
display:block;
.notif {
color: #555;
}
.pv {
color: #540;
font-style: bold;
}
.discussion {
font-family: monospace;
}
.notif {
color: #006;
font-family: monospace;
}
.pv {
color: #251;
font-family: monospace;
font-style: bold;
}
#targets {
display: block;
}
tr.visiblepost {
max-height: 3em;
}
tr.visiblepost img {
max-height: 3em;
}
tr.hiddenpost {
max-height: 2em;
background-color: #888;
font-size: smaller;
}
tr.hiddenpost img {
max-height: 3em;
}
a.bloglink {
font-weight: bold;
text-shadow: 0px 0px 8px black;
}
a {
font-weight: 900;
}
a:active,
a:hover {
outline: 0;
text-shadow: 0px 0px 8px black;
}
.panel{
display: inline-block;
padding:1em;
margin:1em;
color: black;
background-color: inherit;
border: solid black 1px;
a {
font-weight: 900;
}
a:active,
a:hover {
outline: 0;
}
.panel {
display: inline-block;
padding: 1em;
margin: 1em;
color: black;
background-color: inherit;
border: solid black 1px;
}
#discussion {
float: left;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
input,
select,
button,
textarea {
background-color: #bbb;
color: #000;
button,
textarea {
background-color: #bbb;
color: #000;
}
.jumbotron {
padding: .5em;
}
.carousel .item .btn {
.carousel .item .carousel-caption-s {
-webkit-transition: -webkit-transform 2s background-color 1s color 1s;
-moz-transition: transform 2s background-color 2s color 2s;
transition: transform 2s ;
transform: scale3d(0,0,0);
-webkit-transform: scale3d(0,0,0);
transition: transform 2s;
transform: scale3d(0, 0, 0);
-webkit-transform: scale3d(0, 0, 0);
}
.carousel .active .btn {
.carousel .active .carousel-caption-s {
-webkit-transform: inherit;
transform: inherit;
transform: inherit;
}
.disabled {
.disabled {
color: #999;
background-color: #555;
}
/* Set widths on image and video, since otherwise they use their native resolution */
/* .navbar-reac */
/* Carousel */
.carousel-caption-s p {
.carousel-caption-s p {
-webkit-text-shadow: 3px 3px 7px rgb(0, 0, 0);
animation: mymove 4s infinite;
font-family: "Arial";
@ -154,23 +196,25 @@ select,
}
.carousel-caption-s {
right: 3em;
top: 1em;
left: 3em;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
min-height: 16em;
overflow: auto;
right: 3em;
top: 1em;
left: 3em;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
min-height: 16em;
overflow: auto;
}
.carousel-inner .item {
/* background-color: #301010; */
padding-left:15%; /* la taille du carousel-control */
padding-right:15%; /* la taille du carousel-control */
padding-left: 15%;
/* la taille du carousel-control */
padding-right: 15%;
/* la taille du carousel-control */
}
.carousel-indicators {
position: absolute;
z-index: 15;
@ -187,45 +231,60 @@ main.container {
margin-left: 1em;
margin-right: 1em;
}
@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;
}
@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;
}
}
@-webkit-keyframes mymove {
from {text-decoration-color: red;}
50% {text-decoration-color: blue;}
to {text-decoration-color: red;}
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;}
from {
text-decoration-color: red;
}
50% {
text-decoration-color: blue;
}
to {
text-decoration-color: red;
}
}
ul.actiongroup li {
display:inline;
display: inline;
}
ul.actiongroup li a:hover {
background-color: rgba(200,200,200,.6);
background-color: rgba(200, 200, 200, .6);
color: #400;
}
@ -251,13 +310,13 @@ footer {
}
footer {
color:rgb(128,128,128);
color: rgb(128, 128, 128);
font-weight: bolder;
font-size: x-small;
}
.meta {
color : #444;
.meta {
color: #444;
font-style: italic;
font-size: smaller;
}
@ -266,7 +325,7 @@ footer {
font-family: fantasy
}
.blogtitle {
.blogtitle {
display: inline-block;
font-size: x-large;
}
@ -275,6 +334,7 @@ footer {
float: left;
margin: 1em;
}
.dl-horizontal dd {
margin-left: 20%;
}
}