Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.76 KB | None | 0 0
  1. /*-----------------------------------------
  2.   -----------------------------------------
  3.     AVENGERS ASSEMBLE
  4.     Theme by SinnySpid
  5.   -----------------------------------------
  6.   -----------------------------------------*/
  7.  
  8. /* CSS RESET */
  9.  
  10. * {
  11.   margin: 0;
  12.   padding: 0;
  13. }
  14.  
  15. a, a:hover, a:visited, a:active {
  16.   text-decoration: none;
  17. }
  18.  
  19. #columns {
  20.   float: none;
  21.   position: relative;
  22.   top: 0;
  23. }
  24.  
  25. #column_1, #column_2, #column_3,
  26. .panel {
  27. // float: none; /* disable columns */
  28.   top: 0;
  29.   margin: 0;
  30. }
  31.  
  32. #avatar_menu li, #avatar_menu li.menu_seperator, #avatar_menu a {
  33.   margin: 0;
  34.   padding: 0;
  35. }
  36.  
  37.  
  38. /* MAIN CODE START */
  39.  
  40. html, body {
  41.   background: #000000;
  42. }
  43.  
  44. a, a:visited, a:active,
  45. #gaia_header #header_left img,
  46. #gaia_header #header_left a,
  47. #gaia_header #header_right a,
  48. #avatar_menu a {
  49.   color: #546A87 !important;
  50.   font-size: 10px;
  51.   font-weight: bold;
  52.   text-transform: uppercase;
  53.   transition: all 0.2s;
  54.   -ms-transition: all 0.2s;
  55.   -moz-transition: all 0.2s;
  56.   -webkit-transition: all 0.2s;
  57.   -o-transition: all 0.2s;
  58. }
  59.  
  60. a:hover,
  61. #gaia_header #header_left a:hover,
  62. #gaia_header #header_right a:hover {
  63.   color: #ffffff !important;
  64. }
  65.  
  66. #gaia_header,
  67. #gaia_header #header_left,
  68. #gaia_header #header_right {
  69.   background-color: #192536;
  70.   box-shadow: inset 0px 1px 0px #405166, inset 0px -1px 0px #0D141C;
  71.   border-bottom: 1px solid #283442;
  72.   color: #192536 !important;
  73. }
  74.  
  75. #header_right::before {
  76.   content: 'Profile by SinnySpid';
  77.   margin: 0 15px;
  78.   color: #546A87;
  79.   font-size: 10px;
  80.   font-weight: bold;
  81.   text-transform: uppercase;
  82. }
  83.  
  84. #header_left img {
  85.   padding: 0px 35px 17px 0px;
  86.   margin: 0 10px;
  87.   width: 0px;
  88.   height: 0px;
  89.   background: url('http://i194.photobucket.com/albums/z160/singaia/profiles/free/avengers/gaia.png');
  90. }
  91.  
  92. #header_left img:hover {
  93.   background: url('http://i194.photobucket.com/albums/z160/singaia/profiles/free/avengers/gaia-h.png');
  94. }
  95.  
  96. #columns {
  97.   margin: auto;
  98.   padding: 500px 0 0 0;
  99.   width: 960px;
  100.   background-image: url('http://i194.photobucket.com/albums/z160/singaia/profiles/free/avengers/banner.jpg');
  101.   background-position: top center;
  102.   background-repeat: no-repeat;
  103. }
  104.  
  105. .panel {
  106.   top: 0;
  107.   margin: 30px 10px;
  108.   padding: 15px 10px;
  109.   background: #0D141C;
  110.   color: #A5B9D1;
  111.   box-shadow: 0px 0px 3px #405166, inset 0px 0px 3px #000000;
  112.   border-radius: 0 0 10px 10px;
  113. }
  114.  
  115. .panel h2 {
  116.   position: absolute;
  117.   left: 5px;
  118.   top: -15px;
  119.   margin: 0 0 10px -6px;
  120.   padding: 5px 0;
  121.   width: 100%;
  122.   height: 10px;
  123.   background-color: #192536;
  124.   box-shadow: inset 0px 1px 0px #405166, inset 0px 0px 3px #0D141C;
  125.   border: 1px solid #283442;
  126.   color: #768CA8;
  127.   text-align: center;
  128.   border-radius: 10px 10px 0 0;
  129. }
  130.  
  131. .forum_userstatus {
  132.   background-color: #192536;
  133.   box-shadow: inset 0px 1px 0px #405166, inset 0px 0px 2px #0D141C;
  134.   border: 1px solid #283442;
  135.   border-radius: 10px;
  136.   color: #A5B9D1;
  137. }
  138.  
  139. .forum_userstatus .statuslinks {
  140.   background-image: url('http://i194.photobucket.com/albums/z160/singaia/profiles/free/avengers/pushbox.png');
  141. }
  142.  
  143. .forum_userstatus .statuslinks span {
  144.   margin-top: 2px;
  145.   color: #546A87 !important;
  146.   font-size: 10px;
  147.   font-weight: bold;
  148.   text-transform: uppercase;
  149. }
  150.  
  151. .forum_userstatus .statuslinks span.online,
  152. .forum_userstatus .statuslinks span.offline {
  153.   background: none;
  154. }
  155.  
  156. #avatar_menu {
  157.   background: none;
  158.   border: none;
  159. }
  160.  
  161. #avatar_menu li {
  162.   background: none !important;
  163. }
  164.  
  165. #avatar_menu li.menu_seperator {
  166.   background: #0D141C !important;
  167. }
  168.  
  169. #avatar_menu a {
  170.   margin: 0;
  171.   padding: 2px 1px;
  172.   background: #0D141C !important;
  173.   box-shadow: inset 0px 0px 2px #0D141C, 1px 1px 3px #000000;
  174.   text-align: center;
  175. }
  176.  
  177. #avatar_menu a:hover {
  178.   color: #ffffff !important;
  179. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement