Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. .navbar-brand {
  2. display: inline-block;
  3.  
  4. padding-top: 0.33575rem;
  5. padding-bottom: 0.33575rem;
  6. margin-right: 1rem;
  7.  
  8. font-size: 24px;
  9.  
  10. line-height: inherit;
  11. white-space: nowrap;
  12.  
  13. filter: drop-shadow(4px 4px 4px #1c0017);
  14. }
  15.  
  16. .navbar-dark .navbar-brand {
  17.  
  18. color: #fff;
  19. }
  20.  
  21.  
  22.  
  23. .navbar {
  24. background-color: #3a0024;
  25.  
  26. border: 0;
  27. margin-bottom: 0;
  28. min-height: 50px;
  29. padding: 0;
  30. padding-right: 0px;
  31. padding-left: 0px;
  32. filter: drop-shadow(4px 4px 4px #1c0017);
  33. }
  34.  
  35.  
  36. .navbar-dark .navbar-nav .show > .nav-link,
  37. .navbar-dark .navbar-nav .active > .nav-link,
  38. .navbar-dark .navbar-nav .nav-link.show,
  39. .navbar-dark .navbar-nav .nav-link.active {
  40. color: #ffde00;
  41. border: 2px solid #826d00;
  42. background: #140b1a;
  43. border-radius: 12px;
  44. -moz-border-radius: 12px;
  45. -webkit-border-radius: 12px;
  46. }
  47.  
  48. .navbar-dark .navbar-nav .nav-link {
  49.  
  50. color: #ffde00;
  51. }
  52.  
  53.  
  54.  
  55. html,
  56. body,
  57. #main,
  58. .fill-percentage,
  59. .routes {
  60.  
  61. margin: 0;
  62. width: 100%;
  63. height: 100%;
  64. color: #fff;
  65. font-family: Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif;
  66. text-shadow: 2px 2px 2px #000;
  67. font-size: 16px;
  68. background: linear-gradient(#2b0019, #430028, #59001a, #470015, #370021);
  69. }
  70.  
  71. .streams-heading {
  72. font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  73. font-size: 45px;
  74. font-style: normal;
  75. font-variant: small-caps;
  76. font-weight: 700;
  77. line-height: 45px;
  78. }
  79. h3 {
  80. font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  81. font-size: 17px;
  82. font-style: normal;
  83. font-variant: normal;
  84. font-weight: 700;
  85. line-height: 23px;
  86. }
  87. p {
  88. font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  89. font-size: 14px;
  90. font-style: normal;
  91. font-variant: normal;
  92. font-weight: 400;
  93. line-height: 23px;
  94. }
  95. blockquote {
  96. font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  97. font-size: 17px;
  98. font-style: normal;
  99. font-variant: normal;
  100. font-weight: 400;
  101. line-height: 23px;
  102. }
  103. pre {
  104. font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  105. font-size: 11px;
  106. font-style: normal;
  107. font-variant: normal;
  108. font-weight: 400;
  109. line-height: 23px;
  110.  
  111.  
  112. text-align: center;
  113. }
  114.  
  115. .stream-thumbnail {
  116. border: 2px solid #000;
  117. background-color: #222;
  118. filter: drop-shadow(2px 2px 2px #1c0017);
  119. margin-top: 1em;
  120. overflow: hidden;
  121. position: relative;
  122. }
  123. .form-control,
  124. .form-control,
  125. .btn-group > .navbar-btn,
  126. .input-group-btn > .btn {
  127. background-color: #140b1a;
  128. color: #fff;
  129. border-color: #000;
  130. border-radius: 5px;
  131. -moz-border-radius: 5px;
  132. -webkit-border-radius: 5px;
  133. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement