Advertisement
Guest User

suh dood

a guest
Sep 29th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. body {
  4.  
  5. background-color: #fff;
  6. background-image: url();
  7. background-attachment: fixed;
  8. background-position: center center;
  9. background-repeat: repeat;
  10. background-size: auto;
  11. font-family: Times New Roman;
  12. font-variant: normal;
  13. font-size: 70%;
  14. color: #666666;}
  15.  
  16.  
  17. a {color: black;
  18. text-decoration: none;
  19. }
  20.  
  21. a:hover {color: grey;
  22. text-decoration: line-through;
  23. cursor:
  24. url('http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png');
  25. }
  26.  
  27. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;
  28. }
  29.  
  30.  
  31. #pictureone { position:fixed; left:50px; top:35px; }
  32. #picturetwo { position:fixed; right:590px; top:35px; border: 3px solid black; border-radius: 50%;}
  33.  
  34.  
  35. .abox {background-color:#fff; color: #000; font-size: 15px; font-family: BrowalliaUPC; text-align: justify; position: absolute; width:240; height:340; left: 545; top:300; letter-spacing:0px; line-height: 12px; padding: 10px; margin: 1px; overflow:auto; border:4px double black;}
  36.  
  37. .navbar {Background-color: #fff; Position: absolute; Height: 13px; Width: 242px; Left: 554; Top: 270; padding: 4px; z-index: 100;}
  38.  
  39. .link1 {Position: absolute; Left: 20px; Border: solid 1px #000; Height: 10px; Width: 40px; }
  40.  
  41. .link2 {Position: absolute; Left: 74px; Border: solid 1px #000; Height: 10px; Width: 40px; }
  42.  
  43. .link3 {Position: absolute; Left: 125px; Border: solid 1px #000; Height: 10px; Width: 40px; }
  44.  
  45. .link4 {Position: absolute; Left: 175px; Border: solid 1px #000; Height: 10px; Width: 40px; }
  46.  
  47. .link1:hover {Background-color: #000;}
  48. .link2:hover {Background-color: #000;}
  49. .link3:hover {Background-color: #000;}
  50. .link4:hover {Background-color: #000;}
  51.  
  52. .slide {Position: fixed; Height: 555555; Width: 555555; Top: -100px; Left: 0; Z-index: -1; Opacity: 0; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  53.  
  54. .slide:target {Top: 0; Opacity: 1; Z-index: 1; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  55. #title {position:absolute;
  56. color: black;
  57. font-size:70;
  58. font-family:Freestyle Script;
  59. left:230;
  60. top:140;
  61. }
  62.  
  63.  
  64. h2 {
  65.  
  66. position: fixed;
  67. right: 10px;
  68. bottom: 0px;
  69. font-family: Arial;
  70. font-variant: normal;
  71. font-weight: normal;
  72. font-size: 100%;
  73. color: #000000;}
  74. </style>
  75.  
  76. <h2>Layout © <a href="http://roleplaychat.org/profile.php?user=Cosimia" target="_blank"><font color="#B30000">A Bad Bitch</font></a></h2>
  77.  
  78.  
  79. <div class="navbar">
  80. <a class="link1" href="#1"></a>
  81. <a class="link2" href="#2"></a>
  82. <a class="link3" href="#3"></a>
  83. <a class="link4" href="#4"></a>
  84. </div>
  85.  
  86. <div id="pictureone">
  87. <img src="https://s-media-cache-ak0.pinimg.com/originals/ec/1a/2b/ec1a2bf41275febfbc173acdefd01a28.gif" class="image" width="270px;" height="690px;">
  88. </div>
  89.  
  90. <div id="picturetwo">
  91. <img src="http://31.media.tumblr.com/tumblr_ma347doeTI1rtz2yfo1_500.jpg" class="image" width="200px;" height="200px;" style="border-radius:50%;">
  92. </div>
  93.  
  94. <div id="1" class="slide">
  95. <div class="abox">
  96.  
  97.  
  98.  
  99. </div></div>
  100.  
  101.  
  102. <div id="2" class="slide">
  103. <div class="abox">
  104.  
  105.  
  106. </div></div>
  107.  
  108. <div id="3" class="slide">
  109. <div class="abox">
  110.  
  111.  
  112. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement