Advertisement
JaylBird

Pastel Goth CSS

Oct 14th, 2020 (edited)
3,171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.89 KB | None | 0 0
  1. div#fpaw_layout_column_2 {overflow: visible;}
  2. div#fpaw_layout_holder {top:-11350px;float:
  3. none;position: relative;margin: 0px 0px 0px 0px;left:
  4. 0px;float: left;}
  5. .text_logout, #fpaw_layout_column_1, fpaw_layout_column_3, #top_bar, #fpaw_layout_footer, #fpaw_layout_inner_footer, #fpaw_layout_footer_text, .footer_legal, fpaw_layout_footer_section, .fpaw_layout_footer_subsection {display: none;}
  6.  
  7. body {
  8.   background: #333;
  9.   overflow-x: hidden;
  10.   width: 100vw;
  11.   padding: 0;
  12.   margin: 0;
  13.   left: 0;
  14. }
  15.  
  16. .positioning {
  17.   position: absolute;
  18.   top: 11295px;
  19.   left: 0;
  20.   width: 100vw;
  21.   min-height: 100vh;
  22.   padding: 2vh 0;
  23.   margin: 0;
  24.   text-align: justify;
  25.   text-align-last: center;
  26.   color: white;
  27.   font-size: 1em;
  28.   font-weight: bold;
  29.   background-color: #333;
  30. }
  31.  
  32. h1 {
  33.   font-size: 3em;
  34. }
  35.  
  36. h3 {
  37.   color: #333;
  38.   letter-spacing: 3px;
  39. }
  40.  
  41. a {
  42.   color: inherit;
  43.   text-decoration: none;
  44. }
  45.  
  46. a:hover {
  47.   color: silver;
  48.   text-decoration: none;
  49. }
  50.  
  51. .nav {
  52.   width: 80%;
  53.   max-width: 750px;
  54.   margin: 2% auto;
  55.   padding: 1%;
  56.   border-top: 1px solid white;
  57.   border-bottom: 1px solid white;
  58. }
  59.  
  60. .nav a {
  61.   padding: 0 2%;
  62.   color: inherit;
  63.   text-decoration: none;
  64.   letter-spacing: 3px;
  65. }
  66.  
  67. .nav a:hover {
  68.   color: silver;
  69.   text-decoration: none;
  70.   font-weight: normal;
  71. }
  72.  
  73. .note {
  74.   width: 80%;
  75.   max-width: 750px;
  76.   margin: 1% auto;
  77.   padding: 0;
  78. }
  79.  
  80. .green-box {
  81.   border-radius: 5px;
  82.   border: 1px solid #bffcc6;
  83.   margin: 0;
  84.   padding: 0;
  85.   background: #565656;
  86. }
  87.  
  88. .green-header {
  89.   background-color: #bffcc6;
  90.   border-radius: 0;
  91.   margin: 0;
  92.   margin-bottom: 1%;
  93.   padding: 1%;
  94. }
  95.  
  96. .blue-box {
  97.   border-radius: 5px;
  98.   border: 1px solid  #ace7ff;
  99.   margin: 0;
  100.   padding: 0;
  101.   background: #565656;
  102. }
  103.  
  104. .blue-header {
  105.   background-color: #ace7ff;
  106.   border-radius: 0;
  107.   margin: 0;
  108.   margin-bottom: 1%;
  109.   padding: 1%;
  110. }
  111.  
  112. .yellow-box {
  113.   border-radius: 5px;
  114.   border: 1px solid  #fff5ba;
  115.   margin: 0;
  116.   padding: 0;
  117.   background: #565656;
  118. }
  119.  
  120. .yellow-header {
  121.   background-color:  #fff5ba;
  122.   border-radius: 0;
  123.   margin: 0;
  124.   margin-bottom: 1%;
  125.   padding: 1%;
  126. }
  127.  
  128. .pink-box {
  129.   border-radius: 5px;
  130.   border: 1px solid #ffccf9;
  131.   margin: 0;
  132.   padding: 0;
  133.   background: #565656;
  134. }
  135.  
  136. .pink-header {
  137.   background-color: #ffccf9;
  138.   border-radius: 0;
  139.   margin: 0;
  140.   margin-bottom: 1%;
  141.   padding: 1%;
  142. }
  143.  
  144. .red-box {
  145.   border-radius: 5px;
  146.   border: 1px solid #ffabab;
  147.   margin: 0;
  148.   padding: 0;
  149.   background: #565656;
  150. }
  151.  
  152. .red-header {
  153.   background-color: #ffabab;
  154.   border-radius: 0;
  155.   margin: 0;
  156.   margin-bottom: 1%;
  157.   padding: 1%;
  158. }
  159.  
  160. .purple-box {
  161.   border-radius: 5px;
  162.   border: 1px solid  #d5aaff;
  163.   margin: 0;
  164.   padding: 0;
  165.   background: #565656;
  166. }
  167.  
  168. .purple-header {
  169.   background-color:  #d5aaff;
  170.   border-radius: 0;
  171.   margin: 0;
  172.   margin-bottom: 1%;
  173.   padding: 1%;
  174. }
  175.  
  176. .credit {
  177.   padding: 2em;
  178. }
  179.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement