C'est un test les clés circulez
Thème Israëlien by Concorde
Details
AuthorConcorde
LicenseNo License
CategoryOnche.org
Created
Updated
Size4.9 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 Israël (PC) - Opacité
@namespace onche.org
@version 1.0
@description Le thème avec les couleurs du drapeau d'Israël pour PC avec opacité
@author Concorde
==/UserStyle== */
@-moz-document domain("onche.org") {
/* Style général pour PC */
a,
.topic-subject,
.title,
h1,
span {
font-family: Arial, sans-serif !important;
font-size: 20px !important;
color: #FFFFFF !important; /* Texte en blanc */
}
#content,
html {
background-image: url('https://wallpapers.com/images/high/israel-1920-x-1080-background-z7kmo1z59nqf7mhp.webp') !important;
background-size: cover !important;
background-attachment: fixed !important;
position: relative;
}
.signature,
.profile-bloc {
font-family: Arial, sans-serif !important;
}
.profile-cover-username {
color: rgba(0, 51, 160, 0.8) !important; /* Blue color with opacity */
font-family: Arial, sans-serif !important;
}
.button {
background-color: rgba(255, 255, 255, 0.9) !important; /* White color with opacity */
color: rgba(0, 51, 160, 0.8) !important; /* Blue color with opacity */
}
/* Liste des Sujets */
.topic-left,
.topic > .right,
.topic {
background-color: rgba(0, 51, 160, 0.8) !important; /* Blue color with opacity */
border-top: solid 0px !important;
}
.topic-subject:hover {
background-color: rgba(255, 255, 255, 0.9) !important; /* White color with opacity */
color: rgba(0, 51, 160, 0.8) !important; /* Blue color with opacity */
}
.topic:nth-child(2n + 1),
.topic:nth-child(2n + 1) > .right,
.topic:nth-child(2n + 1) > .topic-left {
background-color: rgba(0, 51, 160, 0.8) !important; /* Blue color with opacity */
}
.topic-subject,
.content.links {
color: rgba(0, 51, 160, 0.8) !important; /* Blue color with opacity */
font-size: 18px !important;
}
.content.topics {
padding: 20px 0px !important;
}
.topic {
padding: 20px 0px !important;
border-top: 1px solid rgba(0, 51, 160, 0.8) !important;
}
/* Topics et messages */
.bloc,
.message,
#menu {
background-color: rgba(0, 51, 160, .8) !important; /* White color with opacity */
color: #0033A0 !important; /* Blue color */
outline: none;
box-shadow: 0 0 10px rgba(0, 51, 160, 0.8) !important; /* Blue color with opacity */
text-shadow: 1px 1px 5px #000;
transition: background-color 1s, text-shadow 1s, box-shadow 1s;
}
.message:hover {
background-color: rgba(2, 36, 109, .8) !important; /* Blue color with opacity */
text-shadow: 0 0 15px #000;
box-shadow: 0 0 50px rgba(0, 51, 160, 0.8) !important; /* Blue color with opacity */
}
.message-content {
font-size: 22px !important;
color: rgba(255, 255, 255, .9) !important; /* Blue color */
}
.Messages__list__item__content__message {
font-size: 20px !important;
color: #0033A0 !important; /* Blue color */
}
.message-username,
h1,
.Conversations__list__item__info__name,
.Messages__list__item__content__info__name {
font-size: 20px !important;
color: #FFFFFF !important; /* White color */
}
.message-date,
textarea,
.preview,
.sticky-container,
.title,
input,
.pagination,
a.active,
.margin-bottom,
.Messages {
background-color: rgba(0, 51, 160, 0.8) !important; /* Blue color with opacity */
color: #FFFFFF !important; /* White color */
text-shadow: 1px 1px 2px #000;
font-family: Arial, sans-serif !important;
}
header {
background-color: rgba(0, 51, 160, 0.8) !important; /* Blue color with opacity */
}
._format._spoiler:not(.active) > div {
background-color: rgba(0, 51, 160, 0.8) !important; /* Blue color with opacity */
color: rgba(0, 51, 160, 0.8) !important; /* Blue color with opacity */
text-shadow: none !important;
}
.see-more {
background: linear-gradient(to bottom, rgba(213, 0, 192, 0) 0%, rgba(216, 123, 40, 0.64) 65%) !important; /* Gradient with opacity */
}
.container {
min-width: 1400px !important;
}
.message.answer {
box-shadow: none !important;
}
.message-top > .right {
box-shadow: 0 0 15px rgba(0, 51, 160, 0.8) !important; /* Blue color with opacity */
color: rgba(255, 155, 74, 0.9) !important; /* Orange color with opacity */
}
}