Nouvelle classe Membre, différente. D'autres modifs....

This commit is contained in:
Mysaa
2021-06-06 12:54:42 +02:00
parent 38ec48c9fc
commit e59898b0bb
42 changed files with 2006 additions and 455 deletions
+47 -5
View File
@@ -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 {