akvma

WDCSS Template V1.1

Oct 3rd, 2020 (edited)
3,682
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.74 KB | None | 1 0
  1. /*
  2. Template provided by Tetra #202
  3. Tetra's CSS Guide: https://www.wolvden.com/chatter/topic/15463
  4. Free for personal and commercial use.
  5. */
  6.  
  7. body /* The HTML body of the page. Great place to put a background/font rule. */ {
  8.     /* CODE HERE */
  9. }
  10.  
  11. .navbar-main /* Section containing the site navigation. */ {
  12.     /* CODE HERE */
  13. } .navbar-main .nav-link /* Individual navigation links. */ {
  14.     /* CODE HERE */
  15. }
  16.  
  17. .navbar-status /* Status bar containing your currencies, etc. */ {
  18.     /* CODE HERE */
  19. }
  20.  
  21. .breadcrumb-nav /* Gray breadcrumb bar under the status bar. */ {
  22.     /* CODE HERE */
  23. }
  24.  
  25. #sidebar /* Section containing the sidebar. */ {
  26.     /* CODE HERE */
  27. } #sidebar .card /* "Card" sections of the sidebar. */ {
  28.     /* CODE HERE */
  29. } #sidebar h3, #sidebar h4 /* Card headers. */ {
  30.     /* CODE HERE */
  31. }
  32.  
  33. #main /* Section containing the site's main content. */ {
  34.     /* CODE HERE */
  35. } h1 /* Title header. */ {
  36.     /* CODE HERE */
  37. } .nav-tabs /* Section containing the Den and Profile links. */ {
  38.     /* CODE HERE */
  39. } .nav-tabs .nav-link /* Individual links of the above section. */ {
  40.     /* CODE HERE */
  41. } .nav-tabs .nav-link.active /* Link of the page being viewed. */ {
  42.     /* CODE HERE */
  43. }
  44.  
  45. .table /* Tables containing Pack or User information. */ {
  46.     /* CODE HERE */
  47. } .table th /* Individual table headers. */ {
  48.     /* CODE HERE */
  49. } .subheader /* Subheader row of Cave tables. */ {
  50.     /* CODE HERE */
  51. }
  52.  
  53. .border-none /* Lead Wolf table. */ {
  54.     /* CODE HERE */
  55. } .border-none .card /* Card containing the Lead Wolf avatar. */ {
  56.     /* CODE HERE */
  57. } .border-none .striped /* Table of stats between the Lead and Featured wolves. */ {
  58.     /* CODE HERE */
  59. } .featured-wolf /* Featured wolf section. */ {
  60.     /* CODE HERE */
  61. }
  62.  
  63. .col-6 .card.text-center /* Big buttons under the Lead Wolf table. */ {
  64.     /* CODE HERE */
  65. }
  66.  
  67. .bottom /* Bottom row of the Member Information table. */ {
  68.     /* CODE HERE */
  69. } .left /* Lefthand cells of the Member Information tables. */ {
  70.     /* CODE HERE */
  71. } .right /* Righthand cells of the Member Information tables. */ {
  72.     /* CODE HERE */
  73. }
  74.  
  75. .alert /* Alerts and notifications that appear at the top of the page. */ {
  76.     /* CODE HERE */
  77. }
  78.  
  79. .progress /* Progress bars. */ {
  80.     /* CODE HERE */
  81. } .bg-info /* HP bars. These are blue. */ {
  82.     /* CODE HERE */
  83. } .bg-danger /* Hunger bars. These are red. */ {
  84.     /* CODE HERE */
  85. } .bg-primary /* Mood bars. These are dark blue. */ {
  86.     /* CODE HERE */
  87. } .bg-warning /* Energy bars. These are yellow. */ {
  88.     /* CODE HERE */
  89. } .bg-success /* EXP bars. These are green. */ {
  90.     /* CODE HERE */
  91. }
  92.  
  93. #footer /* Copyright content at the page bottom. Don't obscure or mess with it too much. */ {
  94.     /* CODE HERE */
  95. }
Add Comment
Please, Sign In to add comment