Thème décoratif pour Gothicat World (issu d'une image officielle)
La Bibliothèque de Gothicat-World by s9clay
Details
Authors9clay
LicenseCC By-NC-SA
CategoryGothicat-world
Created
Updated
Size1.8 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 La Bibliothèque de Gothicat-World
@namespace gothicat-world.com
@version 1.0.0
@description Thème décoratif pour Gothicat World (issu d'une image officielle)
@author S9Clay
==/UserStyle== */
@-moz-document domain("gothicat-world.com") {
/* ---fond du site--- */
body {
background-color: transparent;
background: url('https://gothicat-world.com/secure/backgrounds/43585_crazyprophet_submitted_455.jpg') fixed no-repeat center bottom;
background-size: cover;
min-height: 100vh;
}
#site_left_bg,
#site_right_bg,
#site_bg {
display: none !important;
}
/* ---bannière--- */
#gothiheader {
background: linear-gradient(to bottom, #320d04 0%, transparent 100%);
}
td#menu_content, #center_header table tr th a.selected, #center_header table tr th a:hover {
background-color: rgba(127, 36, 13, 0.4);
}
/* ---header de partie centrale--- */
#content_header {
background: none;
margin-top: 10px;
}
#site {
border-left: none;
}
/* ---footer de partie centrale--- */
#content_footer {
background: none;
}
/* ---menu latéral--- */
#bandeau_lateral {
background-color: transparent;
}
#bandeau_lateral .rubrique {
background-color: rgba(127, 36, 13, 0.6);
border: 2px solid rgba(50, 13, 4, 0.6);
}
#bandeau_lateral #left_menu,
#bandeau_lateral #left_menu a,
#forum a {
color: #feffcd;
}
.CurrentDay p[data-v-76561fe3] {
color: #ccb371;
}
a:link {
color: #320d04;
}
#main_site {
background-color: transparent;
}
/* ---corps de page--- */
#content, .TradeBank, .TradeBackground {
background-color: transparent;
border: none;
}
#boutique_left, #boutique_left p, #boutique_left h4 {
color:#feffcd;
}
}