avant corrections

This commit is contained in:
Valentin
2023-11-02 08:04:25 +01:00
parent 52fdf5bdf4
commit 4999a4a944
12 changed files with 1328 additions and 137 deletions
+139
View File
@@ -0,0 +1,139 @@
@font-face {
font-family: "Authentic_Sans_60";
src: url("../assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff") format("woff"),
url("../assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff2") format("woff2"),
url("../assets/fonts/authentic-sans-90/AUTHENTICSans-60.otf") format("otf");
font-style: normal;
}
html {
background-color: #1e262e !important;
}
body.wp-admin {
background-color: #26313b;
color: white !important;
font-family: "Authentic_Sans_60";
}
.wp-admin table,
.wp-admin #adminmenuwrap li,
.wp-admin #adminmenuwrap ul {
background: #1f2730 !important;
border: none;
}
.wp-admin #adminmenu li.current a {
background: #384756 !important;
}
.wp-admin .selected {
background-color: #384756 !important;
}
#wpadminbar .menupop {
background: #1e262e !important;
}
.wp-admin li,
.wp-admin ul {
background-color: #26313b !important;
}
.wp-admin .current::after {
border-right-color: #26313b !important;
}
.wp-admin table tbody tr,
.wp-admin #adminmenuback,
.wp-admin #adminmenuwrap,
.wp-admin #adminmenu,
#wpadminbar {
background-color: #1e262e !important;
}
.wp-admin th,
.wp-admin h1,
.wp-admin h2,
.wp-admin p,
.wp-admin label,
.wp-admin abbr,
.wp-admin td {
color: white !important;
}
.wp-admin a {
color: #bbb !important;
}
.editor-styles-wrapper {
background-color: #26313b !important;
}
.edit-post-header {
background-color: #1e262e !important;
color: white !important;
}
.edit-post-header .components-button svg {
fill: white !important;
outline: white !important;
}
.edit-post-header button {
color: white !important;
outline-color: white !important;
background: none !important;
}
.interface-interface-skeleton__footer {
display: none !important;
}
.components-panel__header {
background-color: #26313b !important;
}
.components-panel__header ul li button {
color: white !important;
}
/* .components-panel__header ul li:last-of-type {
display: none;
} */
.components-panel__header button svg {
fill: white !important;
outline: white !important;
}
.interface-interface-skeleton__sidebar {
background-color: #1e262e !important;
}
.components-panel__body-title:hover {
background-color: initial !important;
}
.components-panel__body-title button {
color: white !important;
}
.components-panel__body-title button svg {
fill: white !important;
outline: white !important;
}
.components-panel {
background-color: #1e262e !important;
color: white !important;
}
/*
.components-panel > div {
display: none !important;
} */
.components-panel > div:first-of-type {
display: block !important;
}
+159 -2
View File
@@ -28,7 +28,6 @@
url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff2") format("woff2"),
url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.otf") format("otf");
font-style: normal;
}
@font-face {
@@ -47,5 +46,163 @@
font-style: italic;
}
#wpadminbar {
display: none;
}
thead::after {
content: '';
display: block;
position: fixed;
width: 100px;
height: 80px;
background-color: #010d19;
top: 100px;
left: 83.3333vw;
z-index: 10;
}
.isContentPart td:last-of-type {
position: absolute;
width: auto !important;
padding: 0;
right: 14vw;
height: auto;
display: flex;
align-items: center;
padding-bottom: 0.75rem;
}
.isContentPart td:last-of-type a {
font-size: 1.1rem;
opacity: 0.4;
transition: opacity 0.2s ease-in;
}
.isContentPart td:last-of-type a:hover {
opacity: 1 !important;
}
.isContentPart:hover td:last-of-type a {
opacity: 0.7;
}
em {
font-family: "Libre_Caslon";
font-style: italic;
}
.xoo-el-sidebar {
max-width: 50%;
background-color: #eee;
}
.xoo-el-sidebar p {
padding: 40px 40px;
color: 010d19;
}
#about_popup {
z-index: 10;
position: fixed;
top: 0;
left: 0;
display: none;
opacity: 0;
width: 100vw;
height: 100vh;
align-items: center;
justify-content: center;
transition: opacity 0.3s ease-out;
}
#about_popup #about_modale {
position: relative;
background-color: white;
color: #010d19;
width: 75vw;
}
#about_popup #about_modale span {
position: absolute;
top: -11px;
right: -11px;
color: #010d19;
font-size: 23px;
border-radius: 50%;
background-color: white;
border: 4px solid white;
cursor: pointer;
}
#about_popup #about_modale span:hover {
color: red;
}
#about_popup #about_modale #about_title {
color: #010d19;
background-color: white;
width: 100%;
height: 80px;
text-align: center;
font-family: 'Libre_Caslon';
padding-top: 25px;
text-transform: uppercase;
font-size: 1.3rem;
}
#about_popup #about_modale #about_content {
color: #010d19;
background-color: #eee;
padding: 40px 30px;
height: 100%;
}
#about_popup #about_modale #about_content p {
margin-bottom: 15px;
}
.highlight {
color: #010d19;
background-color: yellow;
}
input {
width: 100%;
}
#search_results {
display: none;
top: 8vh;
background-color: #26313b;
max-height: 0px;
height:auto;
opacity: 0;
transition: opacity 0.3s ease, max-height 0.3s ease;
}
#search_results img.disabled {
opacity: 0.4;
cursor: default;
}
#search_results > div:last-of-type {
padding: 15px;
border-top: solid 1px white;
}
#search_results > div:last-of-type p {
display: inline-block;
padding: 3px 9px;
margin: 5px 3px;
border: solid 1px white;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
transition: background-color 0.2s ease;
}
#search_results > div:last-of-type p:hover {
background-color: rgba(255, 255, 255, 0.1);
}
}
+57
View File
@@ -0,0 +1,57 @@
.edit-post-header > div:first-of-type,
.block-editor-block-toolbar {
display: none !important;
}
/* .block-library-classic__toolbar
*/
#mceu_54-body > div:first-of-type,
#mceu_54-body > div:nth-of-type(2),
#mceu_54-body > div:nth-of-type(4),
#mceu_54-body > div:nth-of-type(5),
#mceu_54-body > div:nth-of-type(6),
#mceu_54-body > div:nth-of-type(7),
#mceu_54-body > div:nth-of-type(8),
#mceu_54-body > div:nth-of-type(9),
#mceu_54-body > div:nth-of-type(10),
#mceu_54-body > div:nth-of-type(11),
#mceu_54-body > div:nth-of-type(12),
#mceu_54-body > div:nth-of-type(13),
#mceu_54-body > div:nth-of-type(14) {
display: none !important;
}
.edit-post-header-toolbar__left > button:first-of-type,
.edit-post-header-toolbar__left > div:first-of-type,
.edit-post-header-toolbar__left > button:last-of-type {
display: none !important;
}
.edit-post-header__settings > button:first-of-type,
.edit-post-header__settings > div:first-of-type,
.edit-post-header__settings > div:last-of-type,
.edit-post-header__settings > button:last-of-type,
.block-editor-inserter,
.components-panel__header ul > li:last-of-type {
display: none !important;
}
.components-panel > div:not(:first-of-type),
.edit-post-post-status > h2,
.edit-post-post-status > div:nth-of-type(3) {
display: none !important;
}
.rvy-author-selection,
.rvy-submission-div > a:last-of-type,
.revision-created > a {
display: none !important;
}
#bulk-action-selector-top > option[value="submit_revision"],
#bulk-action-selector-top > option[value="approve_revision"],
#bulk-action-selector-top > option[value="decline_revision"],
#bulk-action-selector-top > option[value="publish_revision"] {
display: none !important;
}