Nouvelle classe Membre, différente. D'autres modifs....
This commit is contained in:
+47
-5
@@ -15,11 +15,18 @@
|
||||
width:100%;
|
||||
height:100%;
|
||||
vertical-align:middle;
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
.big-background-semi-opaque{
|
||||
background-color: rgba(34,34,34,0.75);
|
||||
}
|
||||
|
||||
.big-background-opaque{
|
||||
background-color: rgba(34,34,34,1);
|
||||
}
|
||||
|
||||
.opaque{
|
||||
opacity: 0.75;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.absent {
|
||||
@@ -31,9 +38,8 @@
|
||||
margin-top: 50vh;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.screen-horizontal-centered{
|
||||
display:inline;
|
||||
opacity:1;
|
||||
|
||||
.full-text{
|
||||
font-size:42px;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
@@ -49,6 +55,41 @@
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
ul.gone-puce{
|
||||
margin: 0 auto;
|
||||
padding:0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.gray-bordered{
|
||||
border: 3px #999 outset;
|
||||
}
|
||||
|
||||
.fast-full-width{
|
||||
width:90%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.screen-horizontal-centered{
|
||||
display:inline;
|
||||
opacity:1;
|
||||
}
|
||||
|
||||
ul li.selected{
|
||||
background-color: rgba(100, 200, 40,1);
|
||||
color: #222;
|
||||
}
|
||||
|
||||
li.potentialPos{
|
||||
border: 1px rgb(100, 200, 40) dashed;
|
||||
}
|
||||
|
||||
.redMessage{
|
||||
background-color: red;
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
.bigText{
|
||||
position: absolute;
|
||||
top:0;
|
||||
@@ -132,6 +173,7 @@ footer {
|
||||
padding-bottom: 0px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
#copyright {
|
||||
|
||||
Reference in New Issue
Block a user