fini il reste juste les corrections sur la tl

This commit is contained in:
Valentin
2023-11-30 02:57:55 +01:00
parent 4999a4a944
commit 54e7a2e847
18 changed files with 21509 additions and 1883 deletions
+77 -8
View File
@@ -10,13 +10,47 @@ html {
background-color: #1e262e !important;
}
body.wp-admin {
background-color: #26313b;
body.wp-admin, div:not(#tutorial_editor), .notice, table, th, td, tr, tr.active, tbody {
background-color: #26313b !important;
background: #26313b !important;
color: white !important;
font-family: "Authentic_Sans_60";
}
.wp-admin table,
textarea {
color: #1e262e !important;
}
input[type="text"],
textarea {
border: solid 1px white !important;
color: white !important;
}
button span .components-menu-item__info,
button span .components-menu-item__item,
.components-menu-item__item,
.components-menu-item__shortcut,
.components-tab-panel__tabs-item {
color: white !important;
}
.components-tab-panel__tabs-item.is-active {
background-color: #1e262e !important;
}
#postcustomstuff input,
#postcustomstuff textarea,
#postcustomstuff select {
color: white !important;
background-color: #1e262e !important;
}
.wp-admin.toplevel_page_revisionary-q table,
.wp-admin.toplevel_page_revisionary-q table td,
.wp-admin.toplevel_page_revisionary-q table th,
.wp-admin.toplevel_page_revisionary-q table thead,
.wp-admin.toplevel_page_revisionary-q table tfoot,
.wp-admin #adminmenuwrap li,
.wp-admin #adminmenuwrap ul {
background: #1f2730 !important;
@@ -62,7 +96,7 @@ body.wp-admin {
color: white !important;
}
.wp-admin a {
.wp-admin a:not(#backToIndexButton a):not(#backToMyRevisionsButton a) {
color: #bbb !important;
}
@@ -103,6 +137,27 @@ body.wp-admin {
display: none;
} */
.interface-pinned-items button.has-icon {
display: none !important;
}
.wp-block-freeform,
h1.wp-block {
padding-left: 10px !important;
}
button#mceu_28-button i {
color: white !important;
}
.components-snackbar-list {
display: none !important;
}
.components-panel__header button.has-icon {
display: none !important;
}
.components-panel__header button svg {
fill: white !important;
outline: white !important;
@@ -129,11 +184,25 @@ body.wp-admin {
background-color: #1e262e !important;
color: white !important;
}
/*
.components-panel > div {
display: none !important;
} */
.components-panel > div:first-of-type {
display: block !important;
}
.user-admin-color-wrap {
display: none !important;
}
div.row-actions {
position: unset !important;
display: none !important;
}
#contextual-help-columns li,
#contextual-help-columns p {
color: #1e262e !important;
}
#bulk-revisions #bulk-action-selector-top > option[value="publish_revision"] {
display: none !important;
}
+39 -5
View File
@@ -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);
}
}
}
+23 -2
View File
@@ -1,5 +1,8 @@
.edit-post-header > div:first-of-type,
.block-editor-block-toolbar {
.block-editor-block-toolbar,
.components-modal__screen-overlay,
.table-of-contents,
.table-of-contents__popover {
display: none !important;
}
@@ -37,12 +40,16 @@
display: none !important;
}
.components-panel > div:not(:first-of-type),
.components-panel > div:not(:first-of-type):not(:last-of-type),
.edit-post-post-status > h2,
.edit-post-post-status > div:nth-of-type(3) {
display: none !important;
}
.edit-post-post-status > #backToIndexButton {
display: block !important;
}
.rvy-author-selection,
.rvy-submission-div > a:last-of-type,
.revision-created > a {
@@ -54,4 +61,18 @@
#bulk-action-selector-top > option[value="decline_revision"],
#bulk-action-selector-top > option[value="publish_revision"] {
display: none !important;
}
.tablenav.bottom,
tfoot,
.search-box {
display: none !important;
}
.wpie-message {
display: none !important;
}
.block-editor-block-card {
display: none !important;
}