lowkeywicked

Freebie Simple CSS

Dec 21st, 2019 (edited)
15,558
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 1 0
  1. /* background pattern -- write "none" if you do not want to use a pattern */
  2. $bg_url: "https://f2.toyhou.se/file/f2-toyhou-se/images/18493463_E7zWDYoSCMyMjEH.png";
  3.  
  4. /* background color -- will be seen if you use a transparent pattern or just dont use a pattern */
  5. $bg_c: #bdbdbd;
  6.  
  7.  
  8. /* primary color -- for links/buttons */
  9. $primary: #d8607b;
  10.  
  11.  
  12. /* set layout theme -- put "light" for white bg/dark font, or "dark" for dark bg, light font */
  13. $theme: light;
  14.  
  15.  
  16. /* border radius -- choose "round" or "soft" or "sharp" */
  17. $radius: round;
  18.  
  19.  
  20. /* NAVIGATION SWITCHES ----- set to "on" for the sidebar links to appear -- set to "off" for the links to hide */
  21. $nav_worlds: off;
  22.  
  23. $nav_links: off;
  24.  
  25. $nav_lits: on;
  26.  
  27. /* CSS IMPORT LINK */
  28. @import '0/2593/IgkSIQ/freebie-simple';
  29.  
  30. /* if you want to write custom css, do so below the import link */
  31. /* DO NOT combine this import with other layout imports, it will break */
Add Comment
Please, Sign In to add comment