Le thème officiel de Maria Quintero Noir, la seconde mascotte de Onche !
Thème Maria Quintero Noir by Trapvador
Details
AuthorTrapvador
LicenseNo License
Categoryonche
Created
Updated
Size3.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Thème de Maria Quintero Noir
@version 20240412.16.17
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://onche.org/") {
/*THÊME MARIA QUINTERO
PARTRAPVADOR
VERSION 1.0.2*/
/*Style général*/
/* Fond d'écran du site */
#content,
html {
background-image: url('https://i.imgur.com/NCoF3y3.jpeg')!important;
background-size: cover!important;
background-attachment: fixed!important;
position: relative;
}
/* Page de Profil */
.profile-cover-username {
color: #fff!important;
}
/* Boutons */
.button {
background-color: #000!important;
color: #fff!important;
}
/* Liste des Sujets */
.topic-left,
.topic > .right,
.topic {
background-color: #0000009e;
border-top: solid 0px!important;
}
.topic-subject:hover {
background-color: #2b2b2bad;
}
.topic:nth-child(2n + 1),
.topic:nth-child(2n + 1) > .right,
.topic:nth-child(2n + 1) > .topic-left {
background-color: #1d1d1dbd!important;
}
.topic-subject,
.content.links {
color: #fff!important;
font-size: 14px!important;
}
.content.topics {
padding: 0px #000!important;
}
.topic {
padding: 0px!important;
border-top: 0px!important;
}
/* Topics et messages */
.bloc,
.message,
#menu {
background-color: #000000d9!important;
color: #d1e4e9!important;
outline: none;
box-shadow: 0 0 30px #575757d9!important;
text-shadow: 1px 1px 5px #000;
transition: background-color 1s, text-shadow 1s, box-shadow 1s;
backdrop-filter: blur(5px);
}
.message:hover {
background-color: #343434cc!important;
text-shadow: 0 0 5px #828282;
box-shadow: 0 0 50px #3f3f3fbd!important;
}
.message-content {
font-size: 14px!important;
color: #919191!important;
}
.Messages__list__item__content__message {
font-size: 14px!important;
color: #919191!important;
}
.message-username,
h1,
.Conversations__list__item__info__name,
.Messages__list__item__content__info__name {
font-size: 14px!important;
color: #919191!important;
}
.message-date,
textarea,
.preview,
.sticky-container,
.title,
input,
.pagination a,
a.active,
.margin-bottom,
.Messages,
.poll,
.favoriteStickers,
.color.blue,
.see-more,
.item,
.item.onche::before {
background-color: #0000!important;
color: #919191!important;
text-shadow: 1px 1px 2px #393939;
}
header {
background-color: #0000009e!important;
}
header .logo.logo-royal .image {
background-image: url("https://i.imgur.com/XcLfSpS.png") !important;
background-size: 9% 25%; /* Ajustez cette propriété selon vos besoins */
background-repeat: no-repeat; /* Empêche la répétition de l'image */
background-position: center; /* Centrez l'image dans le conteneur */
height: 200px; /* Ajustez la hauteur selon vos besoins */
width: 100%; /* Assurez-vous que le conteneur prenne toute la largeur disponible */
}
._format._spoiler:not(.active) > div {
background-color: #000!important;
color: #000!important;
text-shadow: none!important;
}
.see-more {
background: linear-gradient(to bottom, rgba(213, 0, 192, 0) 0%, #242424db 65%)!important;
}
.message.answer {
box-shadow: none!important;
}
.message-top > .right {
box-shadow: 0 0 5px #91919100!important;
color: #f00!important;
}
}