Advertisement
tragical

Bravado > Profile Layout

Jan 10th, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  2.  
  3. <!- Graphics & coding (c) Owly 2014 -!>
  4. <style type="text/css">
  5. #header, #search, #main-navbar, #sidebar, #sidetabs, #alerts, #navigation, #chatroom_mini,#chatroom, #footer_bg, #breadcrumbs, #footer_bg, .wrapper{display: none;}div.wraper{ background:none;}
  6.  
  7. #boxli{
  8. margin-top: 20px;
  9. text-align: center;
  10. width: 200px;
  11. height:116px;
  12. position:absolute;
  13. top:150px;
  14. left:30px;
  15.  
  16. }
  17.  
  18. #boxli a{
  19. text-transform:uppercase;
  20. font-size:10px;
  21. display:block;
  22. max-width:200px;
  23. padding-top:3px;
  24. text-decoration:none;
  25. padding-bottom:5px;
  26. margin-left:3px;
  27. margin-top:2px;
  28. background:#858585;
  29. color:#fff;
  30. -webkit-transition: all 1s ease;
  31. -moz-transition: all 1s ease;
  32. -ms-transition: all 1s ease;
  33. -o-transition: all 1s ease;
  34. transition: all 1s ease;
  35. }
  36.  
  37. #boxli a:hover{
  38. background-color:#5E5E5E;
  39. }
  40.  
  41. #boxli2{
  42. margin-top: 20px;
  43. text-align: center;
  44. width: 200px;
  45. height:116px;
  46. position:absolute;
  47. top:150px;
  48. left:250px;
  49.  
  50. }
  51.  
  52. #boxli2 a{
  53. max-width:100px;
  54. text-transform:uppercase;
  55. text-decoration:none;
  56. font-size:10px;
  57. display:block;
  58. max-width:200px;
  59. padding-top:3px;
  60. padding-bottom:5px;
  61. margin-left:3px;
  62. margin-top:2px;
  63. background:#858585;
  64. color:#fff;
  65. -webkit-transition: all 1s ease;
  66. -moz-transition: all 1s ease;
  67. -ms-transition: all 1s ease;
  68. -o-transition: all 1s ease;
  69. transition: all 1s ease;
  70. }
  71.  
  72. #boxli2 a:hover{
  73. background-color:#5E5E5E;
  74. }
  75.  
  76.  
  77. #box{
  78. height:362px;
  79. width:468px;
  80. position:fixed;
  81. overflow:auto;
  82. top:200px;
  83. left:470px;
  84. background:#fff;
  85. opacity:.9;
  86. padding:5px;
  87. border:5px solid #858585;
  88. }
  89.  
  90. #name{
  91. text-shadow: -1px 0 #858585, 0 1px #858585,
  92. 1px 0 #858585, 0 -1px #858585;
  93. height:200px
  94. width:400px;
  95. position:fixed;
  96. top:130px;
  97. font-family: 'The Girl Next Door', cursive;
  98. left:665px;
  99. font-size:50px;
  100. color:#fff;
  101. }
  102.  
  103. #img{
  104. position:absolute;
  105. top:5px;
  106. overflow:hidden;
  107. left:165px;
  108. height:150px;
  109. width:150px;
  110. -webkit-border-radius: 100px;
  111. -moz-border-radius: 100px;
  112. border-radius: 100px;
  113. }
  114.  
  115.  
  116. body{
  117. background:url(http://i39.tinypic.com/208k9j9.png);
  118. overflow:hidden;
  119. font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  120. }
  121.  
  122. .head{
  123. display:none;
  124. }
  125.  
  126. #block1, #block6{
  127. display:none;
  128. }
  129.  
  130. #content #body, #content td, #content table{
  131. background:none;
  132. border:none;
  133. }
  134. </style>
  135. <div id="name">River</div>
  136.  
  137.  
  138. <div id="box">
  139. <center>
  140. <div id="img"><img src=http://i39.tinypic.com/ddmk2g.gif></div>
  141. <br><br><br><br><br><br><div id="boxli"><a href="updates">home</a><a href="gallery">showroom</a>
  142. </div>
  143. <div id="boxli2">
  144. <a href="usershops/viewshop.php?id=206395">merchant</a>
  145. <a href="ranchershop">rancher</a>
  146. </div>
  147. <br><br><br><br><br><br><br><br>your information goes here -- the box automatically adds a scroll bar if the text happens to be too long.
  148. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement