0% found this document useful (0 votes)
136 views

Demo Clean CSS

Uploaded by

Moon Sheep
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
136 views

Demo Clean CSS

Uploaded by

Moon Sheep
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

/* ------------ PAGE SETUP ------------------------ */

/* --- primary highlight color --- */


$primary: #f58c9f;

/* --- color mode -- choose 'dark' or 'light' --- */


$mode: light;

/* ------------ PAGE BACKGROUND ------------------------ */


/* --- page background color --- */
$bg_c: #eee;

/* --- page background image - write "none" if you dont want to use an image --- */
$bg_url:
'https://f2.toyhou.se/file/f2-toyhou-se/images/40398513_PjIIhy0fjBGHP0D.png';

/* --- background image style - write "pattern" for a seamless pattern image --
write "cover" for one big solid image --- */
$bg_image_style: pattern;

/* NAVIGATION SWITCHES ----- set to "on" for the sidebar links to appear -- set to
"off" for the links to hide */

$nav_user_art: on;

$nav_user_designs: off;

$nav_worlds: off;

$nav_links: off;

$nav_lits: off;

/* CHARACTER PROFILE HEADER --- set to "on" for the profile header to appear --
"off" to hide it */
$character_header: off;

/* CSS IMPORT LINK -- do not combine with other imports


-- write custom CSS below the import */
@import '0/11751/WNYubB/clean-demo';

You might also like