Advertisement
_Twiistrz

MCPINOYZONE.CSS

Nov 24th, 2017
1,502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.53 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
  2.  
  3. * { font-family: 'Montserrat', Helvetice, Arial, sans-serif; }
  4.  
  5. body { background: url(https://mcpinoyzone.com/assets/bg.png) repeat center center !important; }
  6.  
  7. .App::before { background: rgba(52,73,94,1); }
  8.  
  9. .Header-logo {
  10.   margin-top: -8px;
  11.   margin-right: -12px;
  12.   height: 50px;
  13.   max-height: 60px !important;
  14. }
  15.  
  16. .Header-controls:first-child > li > a {
  17.   text-transform: uppercase;
  18.   color: rgba(255,255,255,.6) !important;
  19.   font-size: 10px;
  20.   font-weight: 600;
  21.   transition: all .15s linear;
  22. }
  23.  
  24. .Header-controls > li > a:hover { color: #fff !important; }
  25.  
  26. .darkenBackground { background: transparent !important; }
  27.  
  28. .Dropdown-menu {
  29.     border-radius: 12px;
  30.     padding: 0 !important;
  31. }
  32.  
  33. .Dropdown-header { padding-top: 18px; }
  34.  
  35. .Dropdown-menu .Dropdown-separator { margin: 0 !important; }
  36.  
  37. .Dropdown-menu li:first-child a,
  38. .Dropdown-menu li:first-child button { border-radius: 12px 12px 0 0; }
  39.  
  40. .Dropdown-menu li:last-child a,
  41. .Dropdown-menu li:last-child button { border-radius: 0 0 12px 12px; }
  42.  
  43. .Dropdown-menu > li:first-child:last-child > a,
  44. .Dropdown-menu > li:first-child:last-child > button { border-radius: 12px; }
  45.  
  46. .Header-controls .Dropdown-menu li a,
  47. .Dropdown-menu li button {
  48.   font-size: 12px;
  49.   font-weight: 300;
  50.   padding-top: 10px;
  51.   padding-bottom: 10px;
  52.   color: #66615b !important;
  53.   white-space: nowrap;
  54.   transition: all .15s linear;
  55.   text-transform: uppercase;
  56. }
  57.  
  58. .NotificationGroup { margin-bottom: 12px !important; }
  59.  
  60. .NotificationGroup:last-child { margin-bottom: 0 !important; }
  61.  
  62. .NotificationGroup .NotificationGroup-header {
  63.     background: #fff;
  64.     color: rgb(52, 73, 94) !important;
  65.     text-transform: none !important;
  66. }
  67.  
  68. .NotificationGroup .NotificationGroup-content li a {
  69.     border-radius: 0 !important;
  70.     text-transform: none !important;
  71. }
  72.  
  73. .Search-input input {
  74.   border-radius: 0;
  75.   padding-left: 34px;
  76.   background: rgba(0,0,0,.1) !important;
  77.   border-bottom: 2px solid rgba(255,255,255,.6) !important;
  78. }
  79.  
  80. .Search-input input:focus { border-bottom-color: #fff !important;}
  81.  
  82. .Search-results li,
  83. .Search-results li a { text-transform: none !important; }
  84.  
  85. .Search-results li.Dropdown-header {
  86.     color: #667f99;
  87.     text-transform: uppercase !important;
  88. }
  89.  
  90. .Button--flat,
  91. .Avatar,
  92. .UserCard-profile .Dropdown-toggle { border-radius: .3rem !important; }
  93.  
  94. .DiscussionPage-nav .Dropdown-toggle { border-radius: 0 .3rem .3rem 0 !important; }
  95.  
  96. .WelcomeHero,
  97. .UserHero,
  98. .Hero {
  99.   background: url(https://mcpinoyzone.com/assets/head-bg.png) repeat center center fixed !important;
  100.   text-align: center;
  101.   color: #FFFFFF;
  102.   padding-bottom: 16px;
  103. }
  104.  
  105. .UserCard--popover {
  106.     border-radius: .3rem;
  107.     background: url(https://mcpinoyzone.com/assets/head-bg.png) repeat center center fixed !important;
  108.     box-shadow: 0 0 10px rgba(0,0,0,.7);
  109. }
  110.  
  111. .Hero-close { display: none; }
  112.  
  113. .Hero-title {
  114.   font-size: 38px !important;
  115.   font-weight: 300 !important;
  116. }
  117.  
  118. .Hero-subtitle {
  119.   font-size: 16px;
  120.   font-weight: 400;
  121.   color: rgb(154, 154, 154);
  122. }
  123.  
  124. .Hero-subtitle .ip {
  125.   display: inline-block;
  126.   box-sizing: border-box;
  127.   font-family: 'Montserrat', Helvetice, Arial, sans-serif;
  128.   font-weight: 600;
  129.   font-size: 14px;
  130.   color: #fff;
  131.   background-color: rgba(52, 73, 94, .8);
  132.   padding: .5rem 18px;
  133.   margin-top: 16px;
  134.   line-height: 1.75;
  135.   transition: all .15s linear;
  136.   cursor: pointer;
  137.   border-radius: 30px;
  138. }
  139.  
  140. .Hero-subtitle .ip:hover { background-color: rgb(52, 73, 94); }
  141.  
  142. .TagLinkButton .TagIcon {
  143.   border-radius: 100%;
  144.   width: 16px !important;
  145.   height: 16px !important;
  146. }
  147.  
  148. .IndexPage-newDiscussion,
  149. .IndexPage-toolbar button,
  150. button[title="Load More"] { border-radius: 30px; }
  151.  
  152. .DiscussionList-discussions .DiscussionListItem { border-radius: .3rem; }
  153.  
  154. .DiscussionList-discussions .DiscussionListItem:hover { background: rgba(255,255,255,.5); }
  155.  
  156. .Scrubber-handle { background: transparent; }
  157.  
  158. .Composer {
  159.   border-top-left-radius: .3rem;
  160.   border-top-right-radius: .3rem;
  161. }
  162.  
  163. button[title="Log Out"]:hover,
  164. button[title="Delete"]:hover,
  165. button[title="Delete Forever"]:hover {
  166.     background: #e74c3c !important;
  167.     color: #fff !important;
  168. }
  169.  
  170. button[title="Restore"]:hover {
  171.     background: #3498db !important;
  172.     color: #fff !important;
  173. }
  174.  
  175. button[title="Follow"]:hover {
  176.     background: #de8e00 !important;
  177.     color: #fff !important;  
  178. }
  179.  
  180. li button[title="Popular"],
  181. li button[title="Unpopular"] { display: none; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement