Toxicandii

Twins (Two Images, Two Tabs)

Mar 31st, 2018 (edited)
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. <style>
  2. .pfor {
  3. display: none;}
  4. #profile {
  5.  
  6. border: transparent;}
  7.  
  8. body {
  9. background-color#EEE7E6;
  10. background-image: url();
  11. background-size: 100% 100%;
  12. background-repeat:no-repeat;
  13. }
  14.  
  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.  
  30. .circle{
  31. border-radius:150px;
  32. -webkit-transition: all 0.8s ease-out;
  33. -moz-transition: all 0.8s ease-out;
  34. -o-transition: all 0.8s ease-out;
  35. }
  36.  
  37. a {
  38. color: #DCDCDC;
  39. text-decoration: none;
  40. transition: all 0.5s ease-in-out;
  41. -moz-transition: all 0.5s ease-in-out;
  42. -webkit-transition: all 0.5s ease-in-out;}
  43. a:hover {
  44. color: #666666;
  45. text-decoration: line-through;
  46. transition: all 0.5s ease-in-out;
  47. -moz-transition: all 0.5s ease-in-out;
  48. -webkit-transition: all 0.5s ease-in-out;}
  49.  
  50. b {
  51. font-family:Georgia;
  52. font-size:22px;
  53. line-height:12px;
  54. color: #DB7093;
  55. font-weight:bold;
  56. }
  57.  
  58. i{
  59. color: #FFB6C1;
  60. font-weight: light;
  61. letter-spacing: -1px;
  62. font-style: italic;
  63. font-weight: normal;
  64. }
  65.  
  66. u{
  67. color: #6495ED;
  68. font-weight: light;
  69. }
  70.  
  71. big{
  72. font-family:Georgia;
  73. font-style:bold;
  74. color: #5B6FD4;
  75. font-size:22px;
  76. line-height:12px;
  77. }
  78.  
  79.  
  80. h1{
  81. font-size: 18px;
  82. width: 100%;
  83. font-family: Georgia;
  84. font-weight: normal;
  85. line-height: 12px;
  86. text-transform: None;
  87. text-align: left;
  88. border-bottom: 1px solid #5B6FD4;
  89. }
  90.  
  91. h1:first-letter{
  92. color: #5B6FD4;
  93. font-size: 22px;
  94. font-weight: bold;
  95. }
  96.  
  97. h2{
  98. font-size: 18px;
  99. width: 100%;
  100. font-family: Georgia;
  101. font-weight: normal;
  102. line-height: 12px;
  103. text-transform: None;
  104. text-align: left;
  105. border-bottom: 1px solid #DB7093;
  106. }
  107.  
  108. h2:first-letter{
  109. color: #DB7093;
  110. font-size: 22px;
  111. font-weight: bold;
  112. }
  113.  
  114.  
  115.  
  116. ::-webkit-scrollbar {
  117. width: 12px;
  118. }
  119.  
  120. ::-webkit-scrollbar-track {
  121. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  122. border-radius: 10px;
  123. }
  124.  
  125. ::-webkit-scrollbar-thumb {
  126. border-radius: 10px;
  127. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  128. }
  129.  
  130.  
  131. .navbar1 a {
  132. display: block;
  133. width: 2.5%;
  134. margin-top: 2px;
  135. padding-top: 2px;
  136. padding-bottom: 2px;
  137. color: #cccccc;
  138. text-decoration: none;
  139. font-family: Rockwell;
  140. Font-size: 10px;
  141. transition: all 0.5s ease-in-out;
  142. -moz-transition: all 0.5s ease-in-out;
  143. -webkit-transition: all 0.5s ease-in-out;}
  144.  
  145.  
  146.  
  147. .abox {background-color:#000000; opacity: .9; color: #DCDCDC; font-size: 18px; font-family: Poor Richard; text-align: justify; position: absolute; width:400; height:332; left: 350; top:130; letter-spacing:0px; line-height: 12px; padding: 50px; margin: 1px; overflow:auto; border-radius:180px; border:8px ridge #DCDCDC;}
  148.  
  149. .navbar { Position: absolute; Height: 50px; Width: 99.4%; Left: 0; Top: 0; padding: 4px; z-index: 100;}
  150.  
  151. .link1 {Position: absolute; top:230; Left: 65px; background-color:#6495ED; border-radius:50px; Border: outset 2px #F6CECE; Height: 150px; Width: 10px; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  152.  
  153. .link2 {Position: absolute; top:230; Left: 381px; background-color:#6495ED; border-radius:50px; Border: outset 2px #F6CECE; Height: 150px; Width: 10px; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  154.  
  155. .link3 {Position: absolute; top:230; right: 381px; background-color:#FFB6C1; border-radius:50px; Border: outset 2px #F6CECE; Height: 150px; Width: 10px; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  156.  
  157. .link4 {Position: absolute; top:230; right: 65px; background-color:#FFB6C1; border-radius:50px; Border: outset 2px #F6CECE; Height: 150px; Width: 10px; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  158.  
  159. .link1:hover {Background-color: #4169E1; Height: 200px; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  160. .link2:hover {Background-color: #4169E1; Height: 200px; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  161. .link3:hover {Background-color: #DB7093; Height: 200px; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  162. .link4:hover {Background-color: #DB7093; Height: 200px; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  163.  
  164.  
  165.  
  166.  
  167. .slide {Position: fixed; Height: 555555; Width: 555555; Top: -100px; Left: 75; Z-index: -1; Opacity: 0; transition: 1.5s; -moz-transition: 1.5s; webkit-transition: 1.5s; -o-transition: 1.5s;}
  168.  
  169. .slide:target {
  170. top: -20px;
  171. opacity: 1;
  172. Z-index: 1;
  173. transition: 1.5s;
  174. -moz-transition: 1.5s;
  175. webkit-transition: 1.5s;
  176. -o-transition: 1.5s;}
  177.  
  178.  
  179.  
  180. #image1 {
  181. position:fixed;
  182. left:80;
  183. top:100;
  184. width:300;
  185. height:471;
  186. }
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193. #NAME{
  194. position: fixed;
  195. top: 65px;
  196. left: 90px;
  197. height: 30px;
  198. width: 400px;
  199. font-family: Informal Roman;
  200. font-size: 32px;
  201. color: #4169E1;
  202. }
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209. #image2 {
  210. position:fixed;
  211. right:80;
  212. top:100;
  213. width:300;
  214. height:471;
  215. }
  216.  
  217.  
  218.  
  219.  
  220.  
  221. #NAME2{
  222. position: fixed;
  223. top: 65px;
  224. right: -20px;
  225. height: 30px;
  226. width: 400px;
  227. font-family: Harrington;
  228. font-size: 26px;
  229. color: #DB7093;
  230. }
  231.  
  232.  
  233. </style>
  234.  
  235. <div id="image1"><img src="IMAGE URL" class="circle"></div>
  236. <div id="NAME">
  237. NAME
  238. </div>
  239.  
  240.  
  241. <div id="image2"><img src="IMAGE URL" class="circle"></div>
  242. <div id="NAME2">
  243. NAME
  244. </div>
  245.  
  246.  
  247. <div class="navbar">
  248. <a class="link1" href="#1"></a>
  249. <a class="link2" href="#2"></a>
  250. <a class="link3" href="#3"></a>
  251. <a class="link4" href="#4"></a>
  252. </div>
  253.  
  254. <div id="1" class="slide">
  255. <div class="abox">
  256. <center><h1>Name</h1><br></center>
  257. <u>Race</u>. <font style=float:right>afb</font><br><br>
  258. <u>Gender</u>. <font style=float:right>afb</font><br><br>
  259. <u>Height</u>. <font style=float:right>afb</font><br><br>
  260. <u>Weight</u>. <font style=float:right>afb</font><br><br>
  261. <u>Hair Color</u>. <font style=float:right>afb</font><br><br>
  262. <u>Eye Color</u>. <font style=float:right>af</font><br><br>
  263. <u>Family</u>. <font style=float:right>afg</font><br><br>
  264. <u>Residence</u>. <font style=float:right>fga</font><br><br>
  265. <h1>Personality <big>T</big>raits.</h1><br><br>
  266. Do Not Remove Credit
  267.  
  268. </div></div>
  269.  
  270.  
  271. <div id="title">
  272. @Coded by <a href="https://pastebin.com/u/Toxicandii" target="_blank">Toxicandii</a>
  273. </div>
  274.  
  275. <div id="3" class="slide">
  276. <div class="abox">
  277. <center><h2>Name</h2></center>
  278. <i>Race</i>. <font style=float:right>afb</font><br><br>
  279. <i>Gender</i>. <font style=float:right>adfb</font><br><br>
  280. <i>Height</i>. <font style=float:right>afb.</font><br><br>
  281. <i>Weight</i>. <font style=float:right>afb</font><br><br>
  282. <i>Hair Color</i>. <font style=float:right>afbe</font><br><br>
  283. <i>Eye Color</i>. <font style=float:right>afb</font><br><br>
  284. <i>Family</i>. <font style=float:right>fb</font><br><br>
  285. <i>Residence</i>. <font style=float:right>afb</font><br><br>
  286. <h2>Personality <b>T</b>raits.</h2><br>
  287.  
  288. </div></div></div>
Add Comment
Please, Sign In to add comment