exapsy

beginbot_me

Dec 27th, 2020 (edited)
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.63 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');
  2.  
  3. /**************************
  4.  * Hide help info
  5.  *************************/
  6.  
  7. .flex-right {
  8.     display: none;
  9. }
  10.  
  11. /**************************
  12.  * Commands
  13.  *************************/
  14.  
  15. figure {
  16.     border: 1px solid #f0f0f044 !important;
  17.     border-radius: 4px;
  18.     padding: 32px 32px 48px;
  19.     background-image: linear-gradient(140deg, #080808, transparent);
  20. }
  21.  
  22. figcaption b:after {
  23.     content: "cost";
  24.     color: #f0f0f0;
  25.     font-weight: 100;
  26.     font-size: 12px;
  27.     margin-right: -1px;
  28.     letter-spacing: 2px;
  29. }
  30.  
  31. figcaption b {
  32.     margin-left: 18px;
  33.     font-size: 18px;
  34.     color: transparent;
  35.     width: 0;
  36.     font-size: 0;
  37. }
  38.  
  39. figcaption a::before {
  40.     color: rgba(232, 230, 227, 0.9);
  41.     content: "!";
  42.     font-size: 20px;
  43.     font-weight: 400;
  44.     margin-right: 4px;
  45. }
  46.  
  47. figcaption a {
  48.     text-decoration: none;
  49.     color: #f00280;
  50.     font-size: 20px;
  51.     margin-right: 18px;
  52. }
  53. figcaption {
  54.     padding: 4px 8px 24px;
  55.     font-size: 24px;
  56.     font-weight: 700;
  57. }
  58.  
  59. a:active {
  60.     line-height: 20px;
  61.     color: #c02050;
  62.     transition: 300ms color ease;
  63. }
  64.  
  65. /**************************
  66.  * Scores, Points etc.
  67.  *************************/
  68.  
  69. h2:nth-child(6):before,
  70. h2:nth-child(7):before,
  71. h2:nth-child(8):before {
  72.     content: "➜ ";
  73.     color: #f0f0f0aa;
  74. }
  75.  
  76. /**************************
  77.  * Lovers
  78.  *************************/
  79.  
  80. h2:nth-child(10) {
  81.     color: #f02080;
  82.     font-weight: 700;
  83. }
  84. h2:nth-child(10):after {
  85.     content: " { fmt.Printf(\"➜ %s\", lover) }";
  86.     color: #f0f0f080;
  87.     font-weight: 100;
  88. }
  89.  
  90. h2:nth-child(10):before {
  91.     content: "for _, lover := range user.";
  92.     color: #f0f0f080;
  93.     font-weight: 100;
  94. }
  95.  
  96. ul {
  97.     margin-left: 48px;
  98. }
  99.  
  100. ul li:before {
  101.     content: "➜ ";
  102. }
  103.  
  104. ul li a {
  105.     text-decoration: none;
  106.     color: #f00280;
  107.     transition: 300ms color ease;
  108. }
  109.  
  110. ul li a:hover {
  111.     color: #f0f0f0;
  112.     transition: 300ms color ease;
  113. }
  114.  
  115. /**************************
  116.  * H2 headers
  117.  *************************/
  118.  
  119. h2 {
  120.     font-weight: 400;
  121.     font-size: 22px;
  122.     margin-left: 48px;
  123. }
  124.  
  125. /**************************
  126.  * Separator
  127.  *************************/
  128.  
  129. hr {
  130.     border-color: #f8f8f8;
  131.     border-width: 1px;
  132.     border: none;
  133.     border-top: 1px solid;
  134. }
  135.  
  136. /**************************
  137.  * Menu
  138.  *************************/
  139.  
  140. nav {
  141.     position: fixed;
  142.     margin: 24px 48px;
  143.     left: 0;
  144.     line-height: 32px;
  145. }
  146. nav a:before {
  147.     content: "nav::";
  148.     color: #ffffff80;
  149. }
  150. nav a:after {
  151.     content: "()";
  152.     color: #ffffff80;
  153. }
  154. nav a:hover {
  155.     transition: 300ms color ease;
  156.     color: #f0f0f8;
  157. }
  158. nav a {
  159.     color: #f02080;
  160.     text-decoration: none;
  161.     transition: 300ms color ease;
  162. }
  163.  
  164. /**************************
  165.  * Place username after logo
  166.  *************************/
  167.  
  168. body h2:nth-child(5) {
  169.     font-size: 14px;
  170.     color: rgb(253, 80, 206);
  171.     position: absolute;
  172.     top: 52px;
  173.     left: 53.5vw;
  174. }
  175.  
  176. /**************************
  177.  * Logo
  178.  *************************/
  179.  
  180. h1 a {
  181.     color: #f0f0f0;
  182.     text-decoration: none;
  183.     font-weight: 100;
  184.     letter-spacing: 2px;
  185.     font-family: 'Roboto', sans-serif;
  186. }
  187.  
  188. h1 {
  189.     width: 100%;
  190.     background-image: radial-gradient(#212121, transparent, transparent);
  191.     padding: 40px 10px;
  192.     margin: 0 0 20px 0;
  193. }
  194.  
  195. /**************************
  196.  * Other
  197.  *************************/
  198.  
  199. body {
  200.     width: 60%;
  201.     margin: auto;
  202.     font-size: 18px;
  203.     background-image: linear-gradient(160deg, #101010, #212121);
  204.     font-family: 'Roboto', sans-serif;
  205. }
Advertisement
Add Comment
Please, Sign In to add comment