Advertisement
Momshroom

Blastic Designs New CSS

Jun 21st, 2020
1,320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.40 KB | None | 0 0
  1. @font-face{
  2.     font-family: 'Aquino';
  3.     src: url('http://files.enjin.com/765160/blasticdesigns/aquino.TTF') format('truetype');
  4. }
  5.  
  6. #enjin-bar,
  7. #page-footer,
  8. #site-body > div:nth-child(3),
  9. #site-body > div:nth-child(1),
  10. .m_minecraftserverstatus_new {
  11.     display: none;
  12. }
  13. .element_avatar.simple {
  14.     border: none;
  15. }
  16. .element_avatar.simple:hover {
  17.     border: none;
  18. }
  19. body {
  20.     background-color: #313131;
  21. }
  22. .element_smalltitle {
  23.     background: #46aed8;
  24.     color: #000;
  25.     border-radius: 4px;
  26.     padding: 0px 10px;
  27. }
  28. .element_smalltitle .left,
  29. .element_smalltitle .right {
  30.     display: none;
  31. }
  32. .element_title {
  33.     margin-bottom: 7px;
  34.     background: #0fbad0;
  35.     color: #000;
  36.     font-weight: 700;
  37. }
  38. .element_title .left,
  39. .element_title .right {
  40.     display: none;
  41. }
  42. .v2_system_social .profile_menu.v2_sticky,
  43. .v2_system_social .sidebar_container.v2_sticky {
  44.     position: inherit;
  45. }
  46.  
  47. /* Page layout */
  48. #site-body > div:nth-child(2) {
  49.     background: #272727;
  50.     margin-top: -20px;
  51.     border-top-right-radius: 15px;
  52.     border-top-left-radius: 15px;
  53. }
  54. #section-main {
  55.     padding: 15px 0 15px 15px;
  56. }
  57. #section-right {
  58.     padding: 15px;
  59. }
  60. .container .container_header {
  61.     margin-bottom: 10px;
  62. }
  63. .container .container_header .title .mask .text .header_text_text {
  64.     font-family: 'aquino', sans-serif;
  65.     font-size: 20px;
  66.     font-weight: 600;
  67. }
  68. #section-main .container.with-header .container_header .title .mask .text .header_text_text i {
  69.     color: #000;
  70. }
  71. #section-right .container.with-header.first .container_header .left,
  72. #section-right .container.with-header.first .container_header .right,
  73. #section-right .container.with-header .container_header .left,
  74. #section-right .container.with-header .container_header .right {
  75.     background-image: none;
  76. }
  77. #section-right .container.with-header.first .container_header,
  78. #section-right .container.with-header .container_header {
  79.     background: #1f1f1f;
  80. }
  81.  
  82.  
  83. /* Navigation menu */
  84.  
  85. .bd-nav {
  86.     background-color: #333;
  87.     position: fixed;
  88.     width: 100%;
  89.     top: 0;
  90.     left: 0;
  91.     z-index: 999;
  92.     border-bottom: 3px solid #10c0d5;
  93. }
  94. .nav-content {
  95.     width: 1060px;
  96.     display: block;
  97.     margin: 0 auto;
  98. }
  99. .bd-nav .nav-content li {
  100.     float: left;
  101.     list-style: none;
  102. }
  103.  
  104. .bd-nav .nav-content li a, .dropbtn {
  105.     display: inline-block;
  106.     color: white;
  107.     text-align: center;
  108.     padding: 20px 16px;
  109.     font-size: 18px;
  110.     text-decoration: none;
  111.     transition: .2s ease-in-out;
  112. }
  113.  
  114. .bd-nav .nav-content li a:hover, .nav-content .dropdown:hover .dropbtn {
  115.     background-color: #10c0d5;
  116.     text-decoration: none;
  117.     color: #000;
  118. }
  119.  
  120. .bd-nav .nav-content li.dropdown {
  121.     display: inline-block;
  122. }
  123.  
  124. .bd-nav .nav-content .dropdown-content {
  125.     display: none;
  126.     position: absolute;
  127.     background-color: #f9f9f9;
  128.     min-width: 160px;
  129.     max-width: 200px;
  130.     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  131. }
  132.  
  133. .bd-nav .nav-content .dropdown-content a {
  134.     color: black;
  135.     padding: 12px 16px;
  136.     text-decoration: none;
  137.     display: block;
  138.     text-align: left;
  139.     white-space: nowrap;
  140. }
  141.  
  142. .bd-nav .nav-content .dropdown-content a:hover {
  143.     background-color: #10c0d5
  144. }
  145. .bd-nav .nav-content .nav-right {
  146.     float: right;
  147. }
  148.  
  149. #nav-ipbutton {
  150.     font-size: 16px;
  151.     width: 130px;
  152.     background: transparent;
  153.     color: #fff;
  154.     border: none;
  155.     border-radius: 0;
  156.     line-height: 58px;
  157.     text-align: center;
  158.     transition: .4s ease-in-out;
  159.     cursor: default;
  160. }
  161.     #nav-ipbutton:hover {
  162.         cursor: pointer;
  163.     }
  164. .nav-ipbutton-i {
  165.     color: white;
  166.     font-size: 16px
  167. }
  168.  
  169.  
  170.  
  171. .bd-pagetop {
  172.     margin-top: 61px;
  173.     width: 100%;
  174.     height: 450px;
  175.     border-bottom: 5px solid #242424;
  176. }
  177. .bd-pagetop > img {
  178.     display: block;
  179.     margin: 0 auto;
  180. }
  181.  
  182. /* Admin button */
  183. .bd-admin {
  184.     position: fixed;
  185.     left: 0;
  186.     top: 200px;
  187.     padding: 6px 8px 6px 5px;
  188.     background: #0c0c0c;
  189.     font-size: 20px;
  190.     display: none;
  191. }
  192. .bd-admin a {
  193.     color: #e0e0e0;
  194. }
  195. .bd-admin a:hover {
  196.     color: #e0e0e0;
  197.     text-decoration: none;
  198. }
  199.  
  200.  
  201.  
  202. /* FORUMS */
  203. .m_forum .breadcrumbs {
  204.     /*display: none;*/
  205. }
  206. .m_forum .search-box .input-text {
  207.     margin: 0;
  208.     border: none;
  209.     height: 23px;
  210.     padding: 3px 5px;
  211.     line-height: 23px;
  212. }
  213. .m_forum .search-box .element_button {
  214.     background: #2488cb;
  215.     height: 29px;
  216.     border: none;
  217.     line-height: 29px;
  218. }
  219.     .m_forum .search-box .element_button .l,
  220.     .m_forum .search-box .element_button .r {
  221.         background-image: none;
  222.     }
  223. .m_forum .contentbox .h,
  224. .m_forum .contentbox .h.alt {
  225.     background-color: #313131 !important;
  226.     color: #dbdbdb;
  227. }
  228. .m_forum .forum-area .contentbox .block-title {
  229.     border-bottom: 2px solid #2481b3;
  230. }
  231.     .m_forum .forum-area .contentbox .block-title .left,
  232.     .m_forum .forum-area .contentbox .block-title .right {
  233.         background: transparent;
  234.     }
  235. .m_forum .forum-area .contentbox .block-container {
  236.     padding: 0;
  237. }
  238. .m_forum .forum-area .contentbox .block-container .structure .row td {
  239.     transition: .2s ease-in-out;
  240.     background: #0f2329;
  241. }
  242.     .m_forum .forum-area .contentbox .block-container .structure .row:hover td {
  243.         background: #15323b;
  244.     }
  245. .m_forum .forum-area .contentbox .block-container .structure .row .forum-icon,
  246. .m_forum .forum-area .contentbox .block-container .structure .row .thread-icon {
  247.     background: #0e3c47;
  248. }
  249.     .m_forum .forum-area .contentbox .block-container .structure .row:hover .forum-icon,
  250.     .m_forum .forum-area .contentbox .block-container .structure .row:hover .thread-icon {
  251.         background: #135564;
  252.     }
  253.     .m_forum .forum-icon .icon.unread,
  254.     .m_forum .forum-icon .icon.read {
  255.         background-image: url("http://files.enjin.com/765160/blasticdesigns/forum-icon.ico");
  256.         background-size: 30px;
  257.     }
  258.     .m_forum .forum-icon .icon.read {
  259.         filter: gray;
  260.         filter: grayscale(1);
  261.         -webkit-filter: grayscale(1);
  262.     }
  263. .m_forum .forum-area .contentbox .block-title .text .mask {
  264.     font-size: 18px;
  265.     font-family: 'Montserrat', sans-serif;
  266. }
  267. .m_forum .forum-area .contentbox .block-container .block-filter,
  268. .m_forum .forum-area .contentbox .block-container .announcement-separator {
  269.     border: 0;
  270. }
  271. .m_forum .forum-area .contentbox .block-container .block-filter .filter-elem.active {
  272.     background: #0C2324;
  273. }
  274. .m_forum .forum-area .contentbox .block-container .block-filter .filter-elem,
  275. .m_forum .forum-area .contentbox .block-container .block-filter {
  276.     background: #041617;
  277. }
  278.  
  279. .m_forum .forum-area .contentbox .block-container .structure .row .post {
  280.     background: #00222B !important;
  281. }
  282. .m_forum .forum-area .forum-stats {
  283.     border: 1px solid  #1c1c1c;
  284. }
  285. .m_forum .forum-area .forum-stats .inner {
  286.     background: #222;
  287.     border: none;
  288.     color: #d1d1d1;
  289. }
  290. .m_forum .forum-area .forum-stats .inner span {
  291.     color: #aeaeae;
  292. }
  293.  
  294. /* LATEST THREADS */
  295. .m_forumlatestthreads .thread {
  296.     transition: .2s ease-in-out;
  297. }
  298.     .m_forumlatestthreads .thread:hover {
  299.         border-left: 3px solid #23CECC;
  300.         transition: .1s ease-in-out;
  301.     }
  302. .m_forumlatestthreads .thread .post-info .title a:hover {
  303.     text-decoration: none;
  304.     text-shadow: 0px 0px 5px #4DF5DD;
  305.     color: #3493c2;
  306. }
  307. .m_forumlatestthreads .thread_first {
  308.     padding-top:10px;
  309. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement