bythestars

into the ocean

Jan 19th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.82 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Cookie|Lobster+Two|Montserrat|Unica+One');
  4.  
  5. body
  6. {overflow-x:hidden;
  7. background-image:
  8. url('https://www.transparenttextures.com/patterns/brushed-alum.png');
  9. background-position: bottom right;
  10. background-repeat: repeat;
  11. background-attachment: fixed;
  12. background-color:#4d6b75;
  13. font: 0px arial;
  14. color: black;}
  15. #profile {background-color: transparent;
  16. border:0px;
  17. }
  18.  
  19. ::-webkit-scrollbar-thumb:vertical {background-color:#21363d; height:3px; }
  20. ::-webkit-scrollbar { height:3px; width:3px; background-color:transparent; }
  21.  
  22. ::selection {
  23. color: #29272A;
  24. background: #eee;
  25. }
  26.  
  27. a {color: #23353d;
  28. text-decoration: none;
  29. text-transform:lowercase;
  30. font-family: 'Lobster Two', sans-serif;
  31. font-size:15px;
  32. letter-spacing: 1;
  33. -webkit-transition: all 0.5s ease-in-out;
  34. -moz-transition: all 0.5s ease-in-out;
  35. -o-transition: all 0.5s ease-in-out;
  36. -ms-transition: all 0.5s ease-in-out;
  37. transition: all 0.5s ease-in-out;
  38. }
  39.  
  40. a:hover {color: white;
  41. text-decoration: none;
  42. -webkit-transition: all 0.5s ease-in-out;
  43. -moz-transition: all 0.5s ease-in-out;
  44. -o-transition: all 0.5s ease-in-out;
  45. -ms-transition: all 0.5s ease-in-out;
  46. transition: all 0.5s ease-in-out;
  47. }
  48.  
  49. b {
  50. color:#21363d;
  51. font-family: calibri, sans-serif;
  52. text-transform: uppercase;
  53. font-size:10px;
  54. letter-spacing: 1;
  55. }
  56.  
  57. em {
  58. color:#21363d;
  59. font-family: 'Lobster Two', cursive;
  60. text-transform: lowercase;
  61. font-size:15px;
  62. letter-spacing: 1;
  63. }
  64.  
  65. h2 {color:#d95e1c;
  66. font-family: calibri, cursive;
  67. text-transform: uppercase;
  68. font-size:8px;
  69. letter-spacing: 2;
  70. }
  71.  
  72. h1 {
  73. padding:1px;
  74. margin-top: 30;
  75. margin-bottom: 10;
  76. padding-bottom: 10px;
  77. color:#4d6b75;
  78. font-size:40px;
  79. font-family: 'Cookie', sans-serif;
  80. text-transform:lowercase;
  81. letter-spacing: 1px;
  82. text-align:center;
  83. border-bottom: 1px solid #888;}
  84.  
  85. hr {
  86. border:0;
  87. margin-top:5px;
  88. margin-bottom:5px;
  89. width:90%;
  90. height:1px;
  91. -moz-box-sizing:border-box;
  92. box-sizing:border-box;
  93. background-color:#888;}
  94.  
  95. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;
  96. }
  97.  
  98. #bitch{position:absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  99.  
  100. #credit {
  101. overflow:hidden;
  102. position:absolute;
  103. text-align:justify;
  104. bottom:0px;
  105. right:0px;
  106. height:60px;
  107. width:60px;
  108. padding:0px;
  109. opacity: .6;
  110. background-image: url('https://i.imgur.com/MH0XSqe.png');
  111. background-position:top center;
  112. background-attachment: absolute;
  113. -webkit-background-size: cover;
  114. -moz-background-size: cover;
  115. -o-background-size: cover;
  116. background-size: cover;}
  117.  
  118. #container {
  119. position:absolute;
  120. top:45%;
  121. margin-top:-275px;
  122. left:50%;
  123. margin-left:-500px;
  124. margin-bottom: 20px;
  125. height:600px;
  126. width:1000px;
  127. background:#c5d0d4;
  128. border: 1px solid #031e29;
  129. box-shadow:1px 1px 3px #000;}
  130.  
  131. #top {
  132. background-color: #eee;
  133. border-bottom: 1px solid #031e29;
  134. position:absolute;
  135. width:100%;
  136. height:50px;
  137. left:0px;
  138. top:0px}
  139.  
  140. .links { width:980px; position:absolute; left:calc(50% - 55px ); top:20px;}
  141. .links a { font-weight:bold; font: 12px 'Unica One'; letter-spacing:1.5px; width:190px; display:inline; text-transform:lowercase; color: #000; padding:24px;}
  142. .links lc { color: #000; font-weight:bold; }
  143.  
  144. .abox {
  145. background-color: #eeedf0;
  146. text-transform: uppercase;
  147. text-align: center;
  148. color: #000;
  149. font-size:8px;
  150. font-family: calibri, sans-serif;
  151. position: absolute;
  152. width:300;
  153. height:500;
  154. left: 25px;
  155. top: 60px;
  156. letter-spacing:1px;
  157. line-height: 13px;
  158. padding: 10px;
  159. margin: 1px;
  160. overflow:auto;
  161. opacity: 1;
  162. z-index:1;}
  163.  
  164. .abox2 {
  165. background-color: #eeedf0;
  166. text-transform: uppercase;
  167. text-align: center;
  168. color: #000;
  169. font-size:8px;
  170. font-family: calibri, sans-serif;
  171. position: absolute;
  172. width:300;
  173. height:500;
  174. left: 25px;
  175. top: 60px;
  176. letter-spacing:1px;
  177. line-height: 13px;
  178. padding: 10px;
  179. margin: 1px;
  180. overflow:auto;
  181. opacity: 1;
  182. z-index:1;}
  183.  
  184. .slide {z-index: -1; opacity: 0;}
  185.  
  186. .slide:target {left: 0; opacity: 1; z-index: 1000;}
  187.  
  188. #sideimg {
  189. overflow:hidden;
  190. position:absolute;
  191. text-align:justify;
  192. margin-top:70px;
  193. right:25px;
  194. height:500px;
  195. width:250px;
  196. padding:0px;
  197. box-shadow:0px 0px 20px #4d6b75;
  198. background-image: url('https://78.media.tumblr.com/8bb1dcff4e94536b54869642d92c43c3/tumblr_oyi99zTtQ51rhfekio1_500.gif');
  199. background-position:center center;
  200. background-attachment: absolute;
  201. -webkit-background-size: cover;
  202. -moz-background-size: cover;
  203. -o-background-size: cover;
  204. background-size: cover;}
  205.  
  206. #description {
  207. background-color: #eeedf0;
  208. text-transform: uppercase;
  209. text-align: center;
  210. color: #000;
  211. font-size:8px;
  212. font-family: calibri, sans-serif;
  213. position: absolute;
  214. width:300;
  215. height:500;
  216. left: 25px;
  217. top: 60px;
  218. letter-spacing:1px;
  219. line-height: 13px;
  220. padding: 10px;
  221. margin: 1px;
  222. overflow:auto;
  223. opacity: 1;
  224. z-index:1;}
  225.  
  226. .descimg {
  227. background-image: url('https://i.imgur.com/PoOJRr0.gif');
  228. background-position:center center;
  229. background-repeat:repeat;
  230. background-attachment:absolute;
  231. box-shadow:0px 0px 20px #4d6b75;
  232. border: 10px solid #21363d;
  233. border-radius: 100%;
  234. padding:40px;
  235. margin-top: 30px;
  236. margin-left: 70px;
  237. margin-bottom: 30px;
  238. width: 50px;
  239. height: 50px;
  240. -webkit-background-size: cover;
  241. -moz-background-size: cover;
  242. -o-background-size: cover;
  243. background-size: cover;}
  244.  
  245. #stats {
  246. background-color: #eeedf0;
  247. text-transform: uppercase;
  248. text-align: center;
  249. color: #000;
  250. font-size:8px;
  251. font-family: calibri, sans-serif;
  252. position: absolute;
  253. width:330;
  254. height:265;
  255. left: 360px;
  256. top: 60px;
  257. letter-spacing:1px;
  258. line-height: 13px;
  259. padding: 10px;
  260. margin: 1px;
  261. overflow:auto;
  262. opacity: 1;
  263. z-index:1;}
  264.  
  265. #ooc {
  266. background-color: #eeedf0;
  267. text-transform: uppercase;
  268. text-align: left;
  269. color: #000;
  270. font-size:8px;
  271. font-family: calibri, sans-serif;
  272. position: absolute;
  273. width:330;
  274. height:200;
  275. left: 360px;
  276. bottom: 18px;
  277. letter-spacing:1px;
  278. line-height: 13px;
  279. padding: 10px;
  280. margin: 1px;
  281. overflow:auto;
  282. opacity: 1;
  283. z-index:1;}
  284.  
  285. #tt { z-index: 10000; letter-spacing: 1; position: absolute; left: 25px; top: -5px; text-transform: lowercase; font-family: 'Lobster Two', sans-serif; font-size:50px;
  286. background: -webkit-linear-gradient(#ebebeb, #697a80, #11252b);
  287. -webkit-background-clip: text;
  288. -webkit-text-fill-color: transparent;}
  289.  
  290. </style>
  291.  
  292.  
  293.  
  294.  
  295. <div id="bitch" oncontextmenu="return false;">
  296. <a href= "https://roleplay.chat/profile.php?user=UFO" target="_blank"><div id= "credit"></div></a>
  297.  
  298. <div id= "container">
  299. <div id= "tt">character name.</div>
  300.  
  301. <div id= "sideimg"></div>
  302.  
  303. <div id= "top">
  304. <div class="links">
  305. <a class="link1" href="#1" title="people"><lc>.01</lc> | friends & foes</a>
  306. <a class="link2" href="#2" title="history"><lc> .02 </lc> | character history </a>
  307. <a class="link3" href="#3" title="reset"><lc> .03 </lc> | reset</a>
  308. </div>
  309. </div>
  310.  
  311. <div id= "description">
  312. <div class= "descimg"></div>
  313. <h1>{ into the ocean.</h1>
  314. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  315. </div>
  316.  
  317. <div id= "stats">
  318. <h1>{ statistics.</h1>
  319. <font style=float:left><b>stat</b> </font> <font style=float:right>info.</font><br>
  320. <font style=float:left><b>stat</b> </font> <font style=float:right>info.</font><br>
  321. <font style=float:left><b>stat</b> </font> <font style=float:right>info.</font><br>
  322. <font style=float:left><b>stat</b> </font> <font style=float:right>info.</font><br>
  323. <font style=float:left><b>stat</b> </font> <font style=float:right>info.</font><br>
  324. <hr>
  325. <font style=float:left><b>stat</b> </font> <font style=float:right>info.</font><br>
  326. <font style=float:left><b>stat</b> </font> <font style=float:right>info.</font><br>
  327. <font style=float:left><b>stat</b> </font> <font style=float:right>info.</font><br>
  328. <font style=float:left><b>stat</b> </font> <font style=float:right>info.</font><br>
  329. </div>
  330.  
  331. <div id= "ooc">
  332. <h1>{ out of character.</h1>
  333. <b>.01</b> | profile design by <a href= "https://roleplay.chat/profile.php?user=UFO" target="_blank">ufo @ rpc</a> for anyone to use. contact ufo for commissions or visit their pastebin!<br>
  334. <b>.02</b> | ooc here.<br>
  335. </div>
  336.  
  337. <div id="1" class="slide">
  338. <div class="abox">
  339. <h1>{ friends & foes.</h1>
  340. <a target="_blank" href="">
  341. <img style="border: 2px solid #4d6b75; height:50px; border-radius: 50%;" src="http://i.picpar.com/FVIc.png"></a>
  342.  
  343. <a target="_blank" href="">
  344. <img style="border: 2px solid #4d6b75; height:50px; border-radius: 50%;" src="http://i.picpar.com/FVIc.png"></a>
  345.  
  346. <a target="_blank" href="">
  347. <img style="border: 2px solid #4d6b75; height:50px; border-radius: 50%;" src="http://i.picpar.com/FVIc.png"></a>
  348.  
  349. <a target="_blank" href="">
  350. <img style="border: 2px solid #4d6b75; height:50px; border-radius: 50%;" src="http://i.picpar.com/FVIc.png"></a>
  351.  
  352. <a target="_blank" href="">
  353. <img style="border: 2px solid #4d6b75; height:50px; border-radius: 50%;" src="http://i.picpar.com/FVIc.png"></a>
  354. </div></div>
  355.  
  356.  
  357. <div id="2" class="slide">
  358. <div class="abox2">
  359. <h1>{ history.</h1>
  360. words go here.
  361. </div></div>
  362. </div>
  363.  
  364. </div>
Add Comment
Please, Sign In to add comment