fini il reste juste les corrections sur la tl
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
display: block;
|
||||
position: fixed;
|
||||
width: 100px;
|
||||
height: 80px;
|
||||
height: 91px;
|
||||
background-color: #010d19;
|
||||
top: 100px;
|
||||
left: 83.3333vw;
|
||||
@@ -103,7 +103,7 @@
|
||||
}
|
||||
|
||||
#about_popup {
|
||||
z-index: 10;
|
||||
z-index: 15;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -121,12 +121,16 @@
|
||||
background-color: white;
|
||||
color: #010d19;
|
||||
width: 75vw;
|
||||
max-width: 75vw;
|
||||
max-height: 60vh;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#about_popup #about_modale span {
|
||||
position: absolute;
|
||||
top: -11px;
|
||||
right: -11px;
|
||||
top: 20px;
|
||||
right: 5px;
|
||||
color: #010d19;
|
||||
font-size: 23px;
|
||||
border-radius: 50%;
|
||||
@@ -173,7 +177,6 @@
|
||||
|
||||
#search_results {
|
||||
display: none;
|
||||
top: 8vh;
|
||||
background-color: #26313b;
|
||||
max-height: 0px;
|
||||
height:auto;
|
||||
@@ -205,4 +208,35 @@
|
||||
#search_results > div:last-of-type p:hover {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.contributionWanted a {
|
||||
opacity: 1 !important;
|
||||
background-color: yellow;
|
||||
border-radius: 8px;
|
||||
color: #010d19;
|
||||
padding: 3px 5px;
|
||||
transform: translateX(8px);
|
||||
}
|
||||
|
||||
.contributionWanted a:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.brand span {
|
||||
transition: font-size 0.2s ease-in, line-height 0.2s ease-in;
|
||||
}
|
||||
|
||||
.xoo-el-wrap .xoo-el-sidebar div,
|
||||
.xoo-el-wrap .xoo-el-sidebar p,
|
||||
.xoo-el-srcont .xoo-el-main div,
|
||||
.xoo-el-srcont .xoo-el-main li,
|
||||
.xoo-el-srcont .xoo-el-main input {
|
||||
font-family: "Authentic_Sans_60" !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1023px) {
|
||||
.edit-button {
|
||||
transform: translateX(70px);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user