Advertisement
Guest User

1st revise (Fixed Header)

a guest
May 1st, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. body{
  2. background url();
  3. }
  4.  
  5. #gaia_header, #gaia_header ul{
  6. background: none !important;
  7. color: #F19987 !important;
  8. font-size: 11px !important;
  9. font-family: 'Century Gothic';
  10. letter-spacing: 2px;
  11. }
  12.  
  13. #gaia_header a{color: #F19987 !important;
  14. transition: .25s;
  15. text-decoration: none;}
  16.  
  17. #gaia_header a:hover{opacity: .5;}
  18.  
  19.  
  20. #columns{
  21. width:500px;
  22. margin-left:-240px;
  23. margin-right:auto;
  24. float:none;
  25. position: absolute;
  26. top: 0px;
  27. left: 50%;
  28. padding-top: 100px;
  29. }
  30.  
  31. .panel a{color:#FFFFFF;
  32. tramsition: .25s all;
  33. }
  34. .panel a:hover{opacity: .5;
  35. }
  36. .panel h2{
  37. color:whitesmoke;
  38. text-align: center;
  39. letter-spacing: 2px;
  40. height: 11px;
  41. padding: 5px;
  42. background: none;
  43. }
  44.  
  45. #alert_container{float: none;}
  46. #id_comments dt{border-bottom: 1px dotted #FFBDCF;}
  47.  
  48. #id_friends li, #id_equipment .item, #id_wishlist .item{display: inline-block; float: none !important;}
  49.  
  50. #id_friends li{max-width: 65px; max-height: 70px;}
  51. #id_friends li p{margin-bottom: 2px;}
  52. #id_friends li img{border: 1px dotted #FFBDCF; border-radius: 5px;}
  53.  
  54.  
  55. #id_comments .avatarImage, #find_friends_banner, .deletecomment, #alerts_banner, #alerts_banner, .deletecomment, .premium_sparkle, #avatar_menu+div+div, noscript+script+script+noscript+div[style*='display']~div{
  56. display: none !important;}
  57.  
  58. #avatar_menu ~ div{
  59. display: none;}
  60.  
  61. .avatar_decoration{
  62. opacity: 1;
  63. }
  64. .avatar_decoration:hover{
  65. opacity: 1;
  66. }
  67.  
  68. img {opacity: .90; -moz-opacity: .90; filter:alpha(opacity=.90); -khtml-opacity: .90;}
  69.  
  70. img{border-radius: 50px;}
  71. div.avatar_decoration {
  72. opacity: .2;
  73. -moz-opacity: .7;
  74. filter:alpha(opacity=80);
  75. -khtml-opacity: .7;
  76. }
  77.  
  78. div.avatar_decoration:hover {
  79. opacity:.80;
  80. -moz-opacity:.80;
  81. filter:alpha(opacity=80);
  82. -khtml-opacity: .80;
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement