Toxicandii

Oldie (Four Images, Five Tabs)

Mar 31st, 2018 (edited)
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. <style>
  2. .pfor {
  3. display: none;}
  4. #profile {
  5. background-color: transparent;
  6. border: transparent;
  7. font-size: 16px;
  8. font-family: Script MT;
  9. text-align: justify;}
  10.  
  11. body {
  12. background: url("URL");
  13. background-size: 100% 100%;
  14. background-repeat: no-repeat;}
  15.  
  16. #title{
  17. vertical-align: center;
  18. text-transform: none;
  19. color:#AD5C57;
  20. font-size:12px;
  21. font-family:Harrington;
  22. text-align: center;
  23. position: absolute;
  24. right: 50px;
  25. bottom: 8px;
  26. margin: 1px;
  27. z-index:1;}
  28.  
  29. .abox {
  30. background-color:#FFE4E1;
  31. color: #DC143C;
  32. font-size: 16px;
  33. font-family: Harrington;
  34. text-align: justify;
  35. position: absolute;
  36. width:410;
  37. height:250;
  38. left: 480;
  39. top:228;
  40. letter-spacing:0px;
  41. line-height: 12px;
  42. padding: 10px;
  43. margin: 1px;
  44. overflow:auto;
  45. border-radius:50px;
  46. border:10px double #DC143C;
  47. opacity: .8;}
  48.  
  49. .navbar {
  50. Position: absolute;
  51. Height: 13px;
  52. Width: 342px;
  53. Left: 580;
  54. Top: 55;
  55. padding: 4px;
  56. z-index: 100;}
  57.  
  58. .link1 {
  59. Position: absolute;
  60. Left: 23px;
  61. background-color:#FA5858;
  62. border-radius:50px;
  63. Border: double 2px #DC143C;
  64. Height: 10px;
  65. Width: 10px; }
  66.  
  67. .link2 {
  68. Position: absolute;
  69. Left: 50px;
  70. background-color:#FA5858;
  71. border-radius:50px;
  72. Border: double 2px #DC143C;
  73. Height: 10px;
  74. Width: 10px; }
  75.  
  76. .link3 {
  77. Position: absolute;
  78. Left: 75px;
  79. background-color:#FA5858;
  80. border-radius:50px;
  81. Border: double 2px #DC143C;
  82. Height: 10px;
  83. Width: 10px; }
  84.  
  85. .link4 {
  86. Position: absolute;
  87. Left: 100px;
  88. background-color:#FA5858;
  89. border-radius:50px;
  90. Border: double 2px #DC143C;
  91. Height: 10px;
  92. Width: 10px; }
  93.  
  94. .link5 {
  95. Position: absolute;
  96. Left: 125px;
  97. background-color:#FA5858;
  98. border-radius:50px;
  99. Border: double 2px #DC143C;
  100. Height: 10px;
  101. Width: 10px; }
  102.  
  103. .link6 {
  104. Position: absolute;
  105. Left: 150px;
  106. background-color:#FA5858;
  107. border-radius:50px;
  108. Border: double 2px #DC143C;
  109. Height: 10px;
  110. Width: 10px; }
  111.  
  112.  
  113. .link1:hover {
  114. Background-color: #DC143C;}
  115. .link2:hover {
  116. Background-color: #DC143C;}
  117. .link3:hover {
  118. Background-color: #DC143C;}
  119. .link4:hover {
  120. Background-color: #DC143C;}
  121. .link5:hover {
  122. Background-color: #DC143C;}
  123. .link6:hover {
  124. Background-color: #DC143C;}
  125.  
  126.  
  127. .slide {
  128. Position: fixed;
  129. Height: 555555;
  130. Width: 555555;
  131. Top: -100px;
  132. Left: 0;
  133. Z-index: -1;
  134. Opacity: 0;
  135. transition: 0.8s;
  136. -moz-transition: 0.8s;
  137. webkit-transition: 0.8s;
  138. -o-transition: 0.8s;}
  139.  
  140. .slide:target {
  141. top: 5px;
  142. opacity: 1;
  143. Z-index: 1;
  144. transition: 0.8s;
  145. -moz-transition: 0.8s;
  146. webkit-transition: 0.8s;
  147. -o-transition: 0.8s;}
  148.  
  149.  
  150. #picbox {
  151. height: 350;
  152. width: 100;
  153. background-color: #transparent;
  154. position: absolute;
  155. top: 225px;
  156. left:130px; }
  157.  
  158. #picbox2 {
  159. height: 350;
  160. width: 100;
  161. background-color: #transparent;
  162. position: absolute;
  163. top: 225px;
  164. right:230px; }
  165.  
  166. .picture {
  167. height: 150;
  168. width: 175;
  169. border-radius:50px;
  170. background-color: #fff;
  171. border: 5px double #DC143C;
  172. overflow: hidden; }
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180. h1{
  181. font-size: 16px;
  182. width: 100%;
  183. font-family: Harrington;
  184. font-weight: normal;
  185. line-height: 12px;
  186. text-transform: None;
  187. text-align: left;
  188. border-bottom: 1px solid #DC143C;
  189. }
  190.  
  191. h1:first-letter{
  192. color: #DC143C;
  193. font-size: 18px;
  194. font-weight: bold;
  195. }
  196.  
  197. big{
  198. font-family:Harrington;
  199. font-style:bold;
  200. color: #DC143C;
  201. font-size:20px;
  202. line-height:11px;
  203. }
  204.  
  205.  
  206. a {color: #CD5C5C;
  207. text-decoration: none;
  208. -webkit-transition: all 0.5s ease-in-out;
  209. -moz-transition: all 0.5s ease-in-out;
  210. -o-transition: all 0.5s ease-in-out;
  211. -ms-transition: all 0.5s ease-in-out;
  212. transition: all 0.5s ease-in-out;
  213. }
  214.  
  215. a:hover {color: #DC143C;
  216. text-decoration: underline;
  217. -webkit-transition: all 0.5s ease-in-out;
  218. -moz-transition: all 0.5s ease-in-out;
  219. -o-transition: all 0.5s ease-in-out;
  220. -ms-transition: all 0.5s ease-in-out;
  221. transition: all 0.5s ease-in-out;
  222. }
  223.  
  224.  
  225.  
  226.  
  227. .circle{
  228. border-radius:150px;
  229. -webkit-transition: all 0.8s ease-out;
  230. -moz-transition: all 0.8s ease-out;
  231. -o-transition: all 0.8s ease-out;
  232. }
  233.  
  234. .circle:hover{
  235. border-radius:0px;
  236. -webkit-transition: all 0.8s ease-out;
  237. -moz-transition: all 0.8s ease-out;
  238. -o-transition: all 0.8s ease-out;
  239. }
  240.  
  241. ::-webkit-scrollbar {
  242. width: 12px;
  243. }
  244.  
  245. ::-webkit-scrollbar-track {
  246. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  247. border-radius: 10px;
  248. }
  249.  
  250. ::-webkit-scrollbar-thumb {
  251. border-radius: 10px;
  252. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  253. }
  254.  
  255.  
  256.  
  257. </style>
  258.  
  259.  
  260.  
  261. <div class="navbar">
  262. <a class="link1" href="#1"></a>
  263. <a class="link2" href="#2"></a>
  264. <a class="link3" href="#3"></a>
  265. <a class="link4" href="#4"></a>
  266. <a class="link5" href="#5"></a>
  267. <a class="link6" href="#6"></a>
  268. </div>
  269.  
  270. <div id="picbox">
  271. <div class="picture"><img src="URL" height="100%" width="174"></a></div><br>
  272.  
  273. <div class="picture"><img src="URL" height="100%" width="174"></a></div><br>
  274.  
  275. </div></div>
  276.  
  277.  
  278.  
  279. <div id="picbox2">
  280. <div class="picture"><img src="URL" height="101%" width="174"></a></div><br>
  281.  
  282. <div class="picture"><img src="URL" height="100%" width="174"></a></div><br>
  283.  
  284. </div>
  285. </div>
  286.  
  287.  
  288.  
  289. <div id="1" class="slide">
  290. <div class="abox">
  291. <h1>Statistics.</h1><br>
  292. <b>Race</b>. <font style=float:right>dvbxc</font><br>
  293. <b>Age</b>. <font style=float:right>svbx</font><br>
  294. <b>Gender</b>. <font style=float:right>afcb</font><br>
  295. <b>Height</b>. <font style=float:right>afdbax</font><br>
  296. <b>Weight</b>. <font style=float:right>adfba</font><br>
  297. <b>Hair Color</b>. <font style=float:right>Ladfb</font><br>
  298. <b>Eye Color</b>. <font style=float:right>fbc</font><br>
  299. <b>Residence</b>. <font style=float:right>fnws</font><br>
  300. <b>Orientaion</b>. <font style=float:right>dfb</font><br>
  301. <b>Mated Status</b>. <font style=float:right>dfbdfb</font><br>
  302.  
  303. </div></div>
  304.  
  305. <div id="2" class="slide">
  306. <div class="abox">
  307.  
  308. <h1>STUFF</h1><p>
  309.  
  310.  
  311.  
  312.  
  313. </div></div>
  314.  
  315.  
  316. <div id="3" class="slide">
  317. <div class="abox">
  318. <h1>THINGS</h1><p>
  319.  
  320.  
  321. </div></div>
  322.  
  323.  
  324. <div id="4" class="slide">
  325. <div class="abox">
  326. <h1>Connections.</h1>
  327.  
  328. <center>
  329. <a href="https://roleplay.chat/profile.php?user=USERNAME" target="_blank"><img src="IMAGE" class="circle" height="75" width="75" title="TITLE" border="3"></a>
  330.  
  331.  
  332.  
  333. <br><br>
  334.  
  335. </div></div>
  336.  
  337. <div id="title">
  338. @Coded by <a href="https://pastebin.com/u/Toxicandii" target="_blank">Toxicandii</a>
  339. </div>
  340.  
  341. <div id="5" class="slide">
  342. <div class="abox">
  343. <h1>Out of character.</h1><p>
  344. Do not remove credit
  345.  
  346.  
  347. </div></div>
Add Comment
Please, Sign In to add comment