Advertisement
rpcrandom

3 img layout

Jun 10th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. .pfor {display:none;}
  4.  
  5. #profile { border: hidden; background-color: transparent; }
  6.  
  7. body {
  8. background-color:#000000;
  9. }
  10.  
  11. a:link, a:visited, a:active { -webkit-transition:
  12. all 0.8s ease-out; -moz-transition:
  13. all 0.8s ease-out;
  14. color: #FFFFFF;
  15. text-decoration: line-through;}
  16.  
  17.  
  18. a:hover{-webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;cursor:url(http://i41.tinypic.com/1pj5w4.gif); color: #FFFFFF; text-decoration: none;}
  19.  
  20.  
  21. #bubble1{
  22. position:fixed;
  23. top:15%;
  24. left:17%;
  25. width:250px;
  26. height:450px;
  27. border-radius:0px;
  28. background:url('');
  29. background-size: 100%;
  30. background-repeat: no-repeat;
  31. border:20px solid #666666;
  32. padding: 0px;
  33. overflow: hidden;
  34. }
  35.  
  36. #bubble2{
  37. position:fixed;
  38. top:15%;
  39. left:38%;
  40. width:250px;
  41. height:450px;
  42. border-radius:0px;
  43. background:url('');
  44. background-size: 100%;
  45. background-repeat: no-repeat;
  46. border:20px solid #666666;
  47. padding: 0px;
  48. overflow: hidden;
  49. }
  50.  
  51. #bubble3{
  52. position:fixed;
  53. top:15%;
  54. left:59%;
  55. width:250px;
  56. height:450px;
  57. border-radius:0px;
  58. background:url('');
  59. background-size: 100%;
  60. background-repeat: no-repeat;
  61. border:20px solid #666666;
  62. padding: 0px;
  63. overflow: hidden;
  64. }
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. .effect1{
  72. height:450px;
  73. width:250px;
  74. background-color:#333333;
  75. filter: alpha(opacity=0);
  76. opacity: 0;
  77. border-radius:0px;
  78. -webkit-transition: all 0.6s ease-out;
  79. -moz-transition: all 0.6s ease-out;
  80. overflow:hidden;
  81. }
  82.  
  83. .effect1:hover{
  84. border-radius:0px;
  85. filter: alpha(opacity=50);
  86. opacity: .9;
  87. overflow:hidden;
  88. }
  89.  
  90. .poke{
  91. color:#000000;
  92. font-family: 'Give You Glory', cursive;
  93. font-size:11px;
  94. font-weight:bold;
  95. text-align:center;
  96. margin: 2px;
  97. }
  98.  
  99. b {
  100. color: #000000;
  101. font-family: 'Give You Glory', cursive;
  102. font-weight:bold;
  103. font-size:11px;
  104. letter-spacing: 1px;
  105. }
  106.  
  107. i{
  108. color:#000000;
  109. font-family: 'Give You Glory', cursive;
  110. font-weight:light;
  111. letter-spacing: 1px;
  112. font-size:11px;
  113. font-style:italic;
  114. }
  115.  
  116. u{
  117. text-decoration:none;
  118. border-bottom:1px dotted #9188a7;
  119. }
  120.  
  121.  
  122.  
  123.  
  124. </style>
  125.  
  126.  
  127. <div id="bubble1">
  128. <div class="effect1">
  129. <div class="poke">
  130. one
  131.  
  132. </div></div></div>
  133.  
  134. <div id="bubble2">
  135. <div class="effect1">
  136. <div class="poke">
  137. two
  138.  
  139. </div></div></div>
  140.  
  141. <div id="bubble3">
  142. <div class="effect1">
  143. <div class="poke">
  144. three
  145.  
  146. </div></div></div>
  147.  
  148.  
  149.  
  150.  
  151. </center>
  152.  
  153. </div></div></center></div></center></div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement