Advertisement
imgirlrauhl

About Page #2 "Bubble" - vitanica

Apr 12th, 2014
2,323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.78 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!----------
  6.  
  7. About Page #2 "Bubble" by Vanne @ vitanica.tumblr.com
  8.  
  9. .Do NOT remove the credits
  10. .Do NOT steal my codes
  11. .Do NOT use as base code
  12. .Do NOT claim as your own
  13.  
  14. Thank you so much for using my theme! <3
  15.  
  16. ----------->
  17.  
  18. <html>
  19.  
  20. <head>
  21.  
  22. <title>About me</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
  27.  
  28. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  29.  
  30. <style>
  31. div#qTip {
  32. margin: 6px;
  33. padding: 2px 4px 2px 4px;
  34. z-index: 99999;
  35. display: none;
  36. text-align: center;
  37. position: absolute;
  38. font-family: noto sans;
  39. font-size: 7px;
  40. text-transform: uppercase;
  41. background: #000; /*tooltip background*/
  42. color: #fff; /*tooltip text*/
  43. letter-spacing: 1px;
  44. }
  45. </style>
  46.  
  47. <style type="text/css">
  48.  
  49. @import url(http://weloveiconfonts.com/api/?family=entypo);
  50.  
  51. /* entypo */
  52. [class*="entypo-"]:before {
  53. font-family: 'entypo', sans-serif;
  54. }
  55.  
  56. iframe#tumblr_controls {
  57. display: none;
  58. }
  59.  
  60. body {
  61. background: url('https://24.media.tumblr.com/8939bf293e12aa837a2b92645724f327/tumblr_n1odeovR551t0v4cmo4_250.png'); /*background image*/
  62. background-attachment: fixed;
  63. background: # ; /*background color*/
  64. line-height: 14px;
  65. font-size: 12px;
  66. font-family: arial;
  67. overflow: hidden;
  68. }
  69.  
  70. a { color: #55D4F8; text-decoration: none; } /*link color*/
  71.  
  72. a:hover { color: #42AC69; text-decoration: none; } /*link hover color*/
  73.  
  74. b, strong { color: #FD7983; font-weight: bold; } /*bold text color*/
  75.  
  76. i, em { color: #73C965; font-style: italic; } /*italic text color*/
  77.  
  78. ::-webkit-scrollbar-thumb:vertical {
  79. background: #e3e3e3;
  80. height: auto;}
  81.  
  82. ::-webkit-scrollbar-thumb:horizontal {
  83. background: #e3e3e3;
  84. height: auto;}
  85.  
  86. ::-webkit-scrollbar {
  87. height: 2px;
  88. width: 2px;
  89. background: #fff;}
  90.  
  91. #all {
  92. position:relative;
  93. top:0px;
  94. width:700px;
  95. height: 800px;
  96. margin:0 auto;
  97. padding:5px;
  98. -webkit-transition: all 0.5s ease-in-out;
  99. -moz-transition: all 0.5s ease-in-out;
  100. -o-transition: all 0.5s ease-in-out;
  101. -ms-transition: all 0.5s ease-in-out;
  102. transition: all 0.5s ease-in-out;
  103. }
  104.  
  105. #title {
  106. position: fixed;
  107. z-index: 2;
  108. margin-top: 100px;
  109. margin-left: 250px;
  110. width: 200px;
  111. height: 200px;
  112. line-height: 400px;
  113. font-size: 30px;
  114. letter-spacing: -4px;
  115. word-spacing: 5px;
  116. font-weight: bold;
  117. color: #fff; /*title color*/
  118. text-shadow: 2px 2px #666; /*title shadow color*/
  119. text-align: center;
  120. border-radius: 200px;
  121. background: rgba(0, 162, 207, 0.5); /*blue circle*/
  122. -webkit-transition: all 0.5s ease-in-out;
  123. -moz-transition: all 0.5s ease-in-out;
  124. -o-transition: all 0.5s ease-in-out;
  125. -ms-transition: all 0.5s ease-in-out;
  126. transition: all 0.5s ease-in-out;
  127. }
  128.  
  129. #all:hover #title {
  130. margin-top: 0px;
  131. line-height: 190px;
  132. }
  133.  
  134. #text1 {
  135. position: fixed;
  136. z-index: 1;
  137. margin-top: 200px;
  138. margin-left: 150px;
  139. padding: 70px 10px 0px 10px;
  140. font-style: italic;
  141. font-family: consolas;
  142. font-size: 11px;
  143. width: 180px;
  144. height: 130px;
  145. color: rgba(43, 206, 87, 0);
  146. text-align: center;
  147. border-radius: 200px;
  148. background: rgba(43, 206, 87, 0.5); /*green circle*/
  149. -webkit-transition: all 0.5s ease-in-out;
  150. -moz-transition: all 0.5s ease-in-out;
  151. -o-transition: all 0.5s ease-in-out;
  152. -ms-transition: all 0.5s ease-in-out;
  153. transition: all 0.5s ease-in-out;
  154. }
  155.  
  156. #all:hover #text1 {
  157. color: #fff; /*green circle text color*/
  158. margin-left: 0px;
  159. margin-top: 250px;
  160. }
  161.  
  162. #image {
  163. position: fixed;
  164. z-index: 0;
  165. margin-top: 300px;
  166. margin-left: 250px;
  167. width: 200px;
  168. height: 200px;
  169. border-radius: 200px;
  170. background: rgba(255, 255, 0, 0.5); /*yellow circle*/
  171. -webkit-transition: all 0.5s ease-in-out;
  172. -moz-transition: all 0.5s ease-in-out;
  173. -o-transition: all 0.5s ease-in-out;
  174. -ms-transition: all 0.5s ease-in-out;
  175. transition: all 0.5s ease-in-out;
  176. }
  177.  
  178. #image img {
  179. margin: 20px;
  180. width: 160px;
  181. height: 160px;
  182. opacity: 0;
  183. border-radius: 200px;
  184. -webkit-transition: all 0.5s ease-in-out;
  185. -moz-transition: all 0.5s ease-in-out;
  186. -o-transition: all 0.5s ease-in-out;
  187. -ms-transition: all 0.5s ease-in-out;
  188. transition: all 0.5s ease-in-out;
  189. -webkit-transition: opacity 0.8s linear;
  190. -webkit-filter:grayscale(50%);
  191. }
  192.  
  193. #all:hover #image {
  194. margin-top: 500px;
  195. }
  196.  
  197. #all:hover #image img {
  198. opacity: .8;
  199. }
  200.  
  201. #text2 {
  202. position: fixed;
  203. z-index: -1;
  204. margin-top: 200px;
  205. margin-left: 350px;
  206. padding: 70px 10px 0px 10px;
  207. font-style: italic;
  208. width: 180px;
  209. height: 130px;
  210. font-style: italic;
  211. font-family: consolas;
  212. font-size: 11px;
  213. color: rgba(255, 31, 44, 0.0);
  214. text-align: center;
  215. border-radius: 200px;
  216. background: rgba(255, 31, 44, 0.5); /*red circle*/
  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. #all:hover #text2 {
  225. color: #fff; /*red circle text color*/
  226. margin-left: 500px;
  227. margin-top: 250px;
  228. }
  229.  
  230. #description {
  231. position: fixed;
  232. z-index: 3;
  233. margin-top: 300px;
  234. margin-left: 350px;
  235. width: 0px;
  236. height: 0px;
  237. font-family: Noto Sans;
  238. color: #444; /*description color*/
  239. text-align: center;
  240. overflow: hidden;
  241. -webkit-transition: all 0.5s ease-in-out;
  242. -moz-transition: all 0.5s ease-in-out;
  243. -o-transition: all 0.5s ease-in-out;
  244. -ms-transition: all 0.5s ease-in-out;
  245. transition: all 0.5s ease-in-out;
  246. }
  247.  
  248. #all:hover #description {
  249. width: 200px;
  250. height: 200px;
  251. margin-left: 250px;
  252. margin-top: 250px;
  253. overflow: auto;
  254. }
  255.  
  256. #main {
  257. z-index: 9999999999999999;
  258. position: fixed;
  259. top: 210px;
  260. margin-left: 150px;
  261. padding-top: 15px;
  262. width: 400px;
  263. text-align: center;
  264. opacity: 0;
  265. -webkit-transition: all 0.5s ease-in-out;
  266. -moz-transition: all 0.5s ease-in-out;
  267. -o-transition: all 0.5s ease-in-out;
  268. -ms-transition: all 0.5s ease-in-out;
  269. transition: all 0.5s ease-in-out;
  270. }
  271.  
  272. #all:hover #main {
  273. margin-left: 250px;
  274. width: 200px;
  275. opacity: 1;
  276. top: 110px;
  277. }
  278.  
  279. #main a {
  280. z-index: 9999999999999999;
  281. margin: 0px 26px 0px 26px;
  282. position: relative;
  283. display: inline-block;
  284. text-align: center;
  285. width: 29px;
  286. height: 19px;
  287. color: #fff;
  288. text-shadow: 1px 1px #666; /*title shadow color*/
  289. -webkit-transition: all 0.5s ease-in-out;
  290. -moz-transition: all 0.5s ease-in-out;
  291. -o-transition: all 0.5s ease-in-out;
  292. -ms-transition: all 0.5s ease-in-out;
  293. transition: all 0.5s ease-in-out;
  294. }
  295.  
  296. #all:hover #main a {
  297. margin: 0px 6px 0px 6px;
  298. }
  299.  
  300. .iconu {
  301. float: left;
  302. margin-left: 0px;
  303. font-size: 13px;
  304. overflow: hidden;
  305. height: 19px;
  306. width: 29px;
  307. line-height: 19px;
  308. text-align: center;
  309. }
  310.  
  311. .iconti {
  312. height: 19px;
  313. width: 29px;
  314. font-size: 7px;
  315. font-family: Noto Sans;
  316. text-align: center;
  317. text-transform: uppercase;
  318. line-height: 19px;
  319. -webkit-transition: all 0.5s ease-in-out;
  320. -moz-transition: all 0.5s ease-in-out;
  321. -o-transition: all 0.5s ease-in-out;
  322. -ms-transition: all 0.5s ease-in-out;
  323. transition: all 0.5s ease-in-out;
  324. }
  325.  
  326. .iconvi {
  327. height: 19px;
  328. width: 29px;
  329. font-size: 12px;
  330. text-transform: uppercase;
  331. text-align: center;
  332. margin-left: 0px;
  333. line-height: 16px;
  334. -webkit-transition: all 0.5s ease-in-out;
  335. -moz-transition: all 0.5s ease-in-out;
  336. -o-transition: all 0.5s ease-in-out;
  337. -ms-transition: all 0.5s ease-in-out;
  338. transition: all 0.5s ease-in-out;
  339. }
  340.  
  341. .iconu:hover .iconvi {
  342. margin-top: -19px;
  343. }
  344.  
  345. /* You're not supposed to touch this */
  346. #pancake { position: fixed; bottom: 10px; left: 10px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #pancake a { display: inline-block; text-align: center; font-size: 15px; font-family: arial; letter-spacing: -1px; padding: 2px 4px 4px 3px; font-weight: bold; width: 14px; height: 15px; line-height: 15px; overflow: hidden; background: #6EC1DD; color: #fff; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #cupcake { z-index: -1; position: fixed; margin-top: -21px; margin-left: 0px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #cupcake a { display: inline-block; font-size: 15px; font-family: arial; letter-spacing: -1px; padding: 4px 4px 4px 0px; font-weight: bold; width: 10px; height: 13px; line-height: 13px; overflow: hidden; background: #fff; color: #444; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #pancake:hover #cupcake a { width: 70px; margin-left: 21px; }
  347.  
  348. </style>
  349.  
  350. </head>
  351.  
  352. <body>
  353.  
  354. <div id="all">
  355.  
  356. <div id="main">
  357. <a href="/" style="background: {color:Main Nav BG 1};">
  358. <div class="iconu">
  359. <div class="iconvi"><span class="entypo-home"></span></div>
  360. <div class="iconti" style="background: {color:Main Nav BG 4};">home</div>
  361. </div>
  362. </a>
  363.  
  364. <a href="{text:Ask URL}" style="background: {color:Main Nav BG 2};">
  365. <div class="iconu">
  366. <div class="iconvi"><span class="entypo-mail"></span></div>
  367. <div class="iconti" style="background: {color:Main Nav BG 3};">ask</div>
  368. </div>
  369. </a>
  370.  
  371. <a href="/archive" style="background: {color:Main Nav BG 3};">
  372. <div class="iconu">
  373. <div class="iconvi"><span class="entypo-attach"></span></div>
  374. <div class="iconti" style="background: {color:Main Nav BG 2};">past</div>
  375. </div>
  376. </a>
  377. </div>
  378.  
  379. <div id="title">about me;</div>
  380.  
  381. <div id="text1">
  382. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  383. </div>
  384.  
  385. <div id="image">
  386. <img src="https://24.media.tumblr.com/dacf8c10fcb345a12b0d0d8ad169d90a/tumblr_n3vzhjIJwF1t0v4cmo1_500.png">
  387. </div>
  388.  
  389. <div id="text2">
  390. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  391. </div>
  392.  
  393. <div id="description">
  394. Here goes your description. <b>Bold</b>, <i>italic</i>, <strike>strike</strike>, <u>underline</u>, <a href="/" title="tooltip">link</a>.
  395. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
  396. </div>
  397.  
  398. </div>
  399.  
  400. <div id="pancake"><a href="http://vitanica.tumblr.com/">v</a><div id="cupcake"><a href="http://vitanica.tumblr.com">vitanica</a></div></div>
  401.  
  402. </body>
  403.  
  404. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement