Advertisement
Guest User

Untitled

a guest
May 27th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. /**Created by Kaiya and made to be used by Jericho only. Do not tamper with or I will hunt you down and kill you D<**/
  2.  
  3. #template {
  4. width:459px;
  5. height:500px;
  6. padding:15px;
  7. text-align:left;
  8. overflow:hidden;
  9. margin:9px 8px 10px 8px;
  10. background-color: transparent;
  11. display:inline-block;
  12. border:1px solid transparent;
  13. -webkit-transition:all .6s ease-out;
  14. -moz-transition:all .6s ease-out;
  15. transition:all .6s ease-out;}
  16.  
  17. #template img {
  18. width:397px;
  19. height:464px;
  20. padding:2px;
  21. float: right;
  22. border:1px solid #e1e1e1;}
  23.  
  24. a:link, a:visited, a:active {
  25. text-decoration:none;
  26. color: #555;
  27. -moz-transition-duration: 0.5s;
  28. -webkit-transition-duration: 0.5s;
  29. -o-transition-duration: 0.5s;
  30. transition-duration: 0.5s; }
  31.  
  32. a:hover {
  33. color: black; }
  34.  
  35.  
  36. #comments {
  37. position:absolute;
  38. left: 82px;
  39. width:355px;
  40. height:425px;
  41. overflow:auto;
  42. font-size:9px;
  43. font-family:tahoma;
  44. opacity:0.0;
  45. line-height:1.5;
  46. letter-spacing:1px;
  47. text-align:justify;
  48. text-transform:uppercase;
  49. padding-right:6px;
  50. border:10px solid #ffffff;
  51. border-right:3px solid #ffffff;
  52. background-color:#ffffff;
  53. margin:13px;
  54.  
  55. -webkit-transition:all 0.3s ease-out;
  56. -moz-transition:all 0.3s ease-out;
  57. transition:all 0.3s ease-out;}
  58. #template:hover #comments {
  59. opacity:1.0;
  60. -webkit-transition:all 0.3s ease-out;
  61. -moz-transition:all 0.3s ease-out;
  62. transition:all 0.3s ease-out;}
  63.  
  64. #comments img {
  65. width:auto;
  66. height:auto;
  67. float:center;
  68. margin:9px 0px 6px 0px;
  69. max-width:173px;
  70. max-height:123px;}
  71.  
  72.  
  73. ::-webkit-scrollbar-thumb:vertical {background-color:black;}
  74. ::-webkit-scrollbar-thumb:horizontal {display:none;}
  75. ::-webkit-scrollbar {background-color:white; height:0px; width:4px;}
  76.  
  77.  
  78.  
  79. .bg
  80. { padding: 10px;
  81. border-right: 1px solid black;
  82. border-top: 1px solid black;
  83. border-bottom: 1px solid black;
  84. border-left: 1px solid black;
  85. background-color: #AB9D90;
  86. width: 150px;
  87. height: 130px;
  88. line-height: 13px;
  89. position: absolute;
  90. top: 150px;
  91. left: 550px;
  92. overflow: auto;
  93. text-align: justify;
  94. color: #000;
  95. font-family: verdana;
  96. font-size: 11px;
  97. z-index: 10; }
  98. ::-webkit-scrollbar-thumb:vertical {background-color:black;}
  99. ::-webkit-scrollbar-thumb:horizontal {display:none;}
  100. ::-webkit-scrollbar {background-color:white; height:0px; width:4px;}
  101.  
  102.  
  103. #profile-container {background:none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement