OpalescentCodes

Dillenger Systems Profile CSS

Nov 13th, 2025 (edited)
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.82 KB | None | 0 0
  1. ++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. below is the Profile CSS. put it in the first box.
  3. ++++++++++++++++++++++++++++++++++++++++++++++++++++
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. /*CODE MADE BY O-P-A-L. DO NOT REDISTRIBUTE.*/
  12. @media only screen and (max-width:600px) {
  13.   .navbar-brand:after {
  14.     font-size:20px;
  15.   }
  16. }
  17. @import url('https://fonts.googleapis.com/css?family=Orbitron:400,900&display=swap');
  18. #container {
  19. background-image:url(https://f2.toyhou.se/file/f2-toyhou-se/images/110163725_lqvY3KWsh75qlgc.jpg) !important;
  20. background-repeat:no-repeat;
  21. background-position:center;
  22. background-size:cover;
  23. background-attachment:fixed;
  24. text-transform:uppercase;
  25. font-family: "Orbitron", sans-serif;
  26. letter-spacing:2px;
  27. color:white;
  28. }
  29. a {
  30.   color:red;
  31.   text-shadow:0px 0px 5px red;
  32. }
  33.  
  34. .navbar {
  35.   background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0), rgba(0,0,0,0.5));
  36. }
  37. .sidebar {
  38.   background-image:linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0)) !important;
  39.   background-color:rgba(0,0,0,0);
  40. }
  41. #footer {
  42.   background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)) !important;
  43.   content: "Dillinger Systems";
  44. }
  45. .navbar-brand {
  46.   text-indent:-99999px;
  47.   line-height: 0 ;
  48.   visibility: hidden;
  49.   color:red !important;
  50. }
  51. .navbar-brand:after {
  52.   font-size:30px;
  53.   content:"WELCOME TO THE GRID";
  54.   text-indent: 0;
  55.   display: block;
  56.   line-height: 5px;
  57.   visibility: visible;
  58. }
  59. .profile-content-content.user-content.fr-view {
  60.     text-transform: none !important;
  61. }
  62. .side-nav li.header {
  63.  
  64. }
  65. #content {
  66.   letter-spacing:initial;
  67.   text-transform:initial;
  68. }
  69. .side-nav li.header {
  70.   background-color:red !important;
  71. }
  72. .navbar .btn {
  73.   background-color:red !important;
  74.   border:none;
  75.   border-radius:0;
  76. }
  77. .navbar .dropdown-menu {
  78.   background-color: rgba(0,0,0,0.5);
  79. }
  80. .side-nav li.subheader {
  81.   background-color:rgba(255,0,0,0.5);
  82. }
  83. .img-thumbnail,.character-profile .profile-info-section .card .card-block {
  84.   background-color:rgba(0,0,0,0.5);
  85.   border:1px solid red;
  86.   border-radius:0;
  87. }
  88. #footer:before {
  89.   font-size:20px;
  90.   font-weight:400;
  91.   line-height:0;
  92.   content:"Dillinger Systems";
  93. }
  94. #footer {
  95.   font-size:10px;
  96. }
  97.  #footer:after {content:"Code by O-P-A-L";}
  98.  
  99. .characters-folder  {
  100.   background:none !important;
  101.   border:none;
  102.   border-radius:0;
  103. }
  104. .btn.btn-default {
  105.   background-color:red;
  106.   border:none;
  107.   border-radius:0;
  108. }
  109. #dropdownMenuButton {
  110.   border-radius:0;
  111.   background-color:red;
  112.   border:none;
  113. }
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  122. below is the Global Character CSS. put it in the second box.
  123. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  124.  
  125.  
  126.  
  127.  
  128. @media only screen and (max-width:600px) {
  129.   .navbar-brand:after {
  130.     font-size:20px;
  131.   }
  132. }
  133.  
  134. @import url('https://fonts.googleapis.com/css?family=Orbitron:400,900&display=swap');
  135. #container {
  136. background-image:url(https://f2.toyhou.se/file/f2-toyhou-se/images/110163725_lqvY3KWsh75qlgc.jpg) !important;
  137. background-repeat:no-repeat;
  138. background-position:center;
  139. background-size:cover;
  140. background-attachment:fixed;
  141. text-transform:uppercase;
  142. font-family: "Orbitron", sans-serif;
  143. letter-spacing:2px;
  144. color:white;
  145. }
  146. a {
  147.   color:red;
  148.   text-shadow:0px 0px 5px red;
  149. }
  150.  
  151. .navbar {
  152.   background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0), rgba(0,0,0,0.5));
  153. }
  154. .sidebar {
  155.   background-image:linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0)) !important;
  156.   background-color:rgba(0,0,0,0);
  157. }
  158. #footer {
  159.   background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)) !important;
  160.   content: "Dillinger Systems";
  161. }
  162. .navbar-brand {
  163.   text-indent:-99999px;
  164.   line-height: 0 ;
  165.   visibility: hidden;
  166.   color:red !important;
  167. }
  168. .navbar-brand:after {
  169.   font-size:30px;
  170.   content:"WELCOME TO THE GRID";
  171.   text-indent: 0;
  172.   display: block;
  173.   line-height: 5px;
  174.   visibility: visible;
  175. }
  176. .profile-content-content.user-content.fr-view {
  177.     text-transform: none !important;
  178. }
  179. .side-nav li.header {
  180.  
  181. }
  182. #content {
  183.   letter-spacing:initial;
  184.   text-transform:initial;
  185. }
  186. .side-nav li.header {
  187.   background-color:red !important;
  188. }
  189. .navbar .btn {
  190.   background-color:red !important;
  191.   border:none;
  192. }
  193. .navbar .dropdown-menu {
  194.   background-color: rgba(0,0,0,0.5);
  195. }
  196. .side-nav li.subheader {
  197.   background-color:rgba(255,0,0,0.5);
  198. }
  199. .img-thumbnail,.card {
  200.   background-color:rgba(0,0,0,0.5);
  201.   border:1px solid red;
  202. }
  203. .card-block.bg-faded {
  204.   background:none !important;
  205.   border:0;
  206. }
  207. .characters-folder {
  208.   background:none;
  209.   border:0;
  210. }
  211.  
  212. #footer:before {
  213.   font-size:25px;
  214.   font-weight:400;
  215.   content:"Dillinger Systems";
  216. }
  217. #footer {
  218.   font-size:10px;
  219. }
  220.  #footer:after {content:"Code by O-P-A-L";}
Advertisement
Add Comment
Please, Sign In to add comment