0% found this document useful (0 votes)
204 views1 page

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)
204 views1 page

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

/* ------------ 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:
'[Link]

/* --- 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