lowkeywicked

Freebie - Soft CSS

Oct 29th, 2021 (edited)
17,077
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. /*----------------------------------------------- PAGE SETUP --------------------------- */
  2. /* put "light" for white bg/dark font, or "dark" for dark bg, light font */
  3. $theme: light;
  4.  
  5.  
  6. /* primary color - links & buttons */
  7. $primary: #d8607b;
  8.  
  9.  
  10. /* page background color -- if you're using a solid pattern you won't see this
  11. -- if you use a transparent pattern, this will show beneath ---------------*/
  12. $bg_c: #ffcdd6;
  13.  
  14.  
  15. /* page background pattern -- write "none" if you do not want to use a pattern -- this is for a SEAMLESS PATTERN */
  16. $bg_url: "none";
  17.  
  18.  
  19. /* content area corners -- choose "sharp" - "soft" - "round" */
  20. $radius: soft;
  21.  
  22.  
  23. /* CHARACTER PROFILE SWITCHES --- set to "on" for these sections to appear -- set to "off" to hide them */
  24. $character_header: off;
  25.  
  26. $recent_images: on;
  27.  
  28.  
  29. /* NAVIGATION SWITCHES ----- set to "on" for the sidebar links to appear -- set to "off" for the links to hide */
  30. $nav_lits: on;
  31.  
  32. $nav_worlds: on;
  33.  
  34. $nav_links: off;
  35.  
  36. $nav_user_art: on;
  37.  
  38. $nav_user_designs: on;
  39.  
  40.  
  41. /* CSS IMPORT -- do not combine with other imports
  42. -- if you are going to write custom css, do so below the import */
  43. @import '0/9658/z0D5Y3/soft-demo';
Advertisement
Add Comment
Please, Sign In to add comment