Petit thème tout simple pour Halloween
Gothicat World - Halloween 2022 by s9clay
Details
Authors9clay
LicenseCC-ByNCSA
Categorygothicat-world
Created
Updated
Size2.0 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 gothicat Halloween 2022
@version 20221030.15.05
@namespace https://gothicat-world.com
@description Petit thème tout simple pour Halloween
@author s9clay
@license CC-ByNCSA
==/UserStyle== */
@-moz-document url-prefix("https://gothicat-world.com") {
/* Le code ci-dessous pourrait être simplifié, il est néanmoins conçu de manière à faciliter son édition par des novices */
body {
background-color : #FFFFFF ;
background-image : url('https://static.vecteezy.com/system/resources/previews/011/450/086/non_2x/halloween-objects-seamless-pattern-background-for-wallpapers-textiles-papers-fabrics-web-pages-vintage-style-vector.jpg') ;
background-repeat : repeat ;
background-position : left top ;
background-attachment : scroll ;
}
/* Couleur du long bandeau supérieur */
#gothiheader, .HomepageHeader__Top {
background : black ;
}
/* Couleur du menu survolé dans le long bandeau supérieur */
td#menu_content, #center_header table tr th a.selected {
background : #9f85b4 ;
}
#content_header, #content_footer, .HomepageHeader__WelcomeMessage, .Footer {
background-image : none ;
background-color : /*#d4e4e4 */#E1E1E1;
border : 2px solid /* #97bbd1*/ black ;
border-radius : 15px ;
max-width : 1020px ;
}
#main_site {
border : 2px solid black ;
background : white ;
}
#my_creatures {
border-right : 2px solid black ;
}
#bandeau_lateral {
background : transparent ;
}
#bandeau_lateral .rubrique {
background : #f3a445 ;
}
/* NETTOYAGE : sert à retirer des choses du design pas défaut (rien à changer ci-dessous) */
#site_bg, .Homepage {
background : none ;
}
#site_left_bg, #site_right_bg, .HomepageHeader__RoundLeft, .HomepageHeader__RoundRight {
background-color : transparent ;
background-image : none ;
border : none ;
}
#content {
background : transparent ;
}
#site, #content {
border : none ;
}
}