Advertisement
arizounas

page 01. // character.

Nov 9th, 2014
5,034
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.50 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7.  
  8. <!--- CODES BY @ARIZOUNAS | #1
  9.  
  10. PAGE NAME: CHARACTER.
  11.  
  12. hey there, this coding is not made
  13. for others to steal. use at your
  14. own free will, but don't redistribute
  15. as your own!
  16.  
  17. --->
  18.  
  19. <!--TOOL TIP-->
  20.  
  21. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  22.  
  23. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24.  
  25. <script>
  26.  
  27. (function($){
  28.  
  29. $(document).ready(function(){
  30.  
  31. $("a[title]").style_my_tooltips({
  32.  
  33. tip_follows_cursor:true,
  34.  
  35. tip_delay_time:90,
  36.  
  37. tip_fade_speed:600,
  38.  
  39. attribute:"title"
  40.  
  41. });
  42.  
  43. });
  44.  
  45. })(jQuery);
  46.  
  47. </script>
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. /*TOOLTIP*/
  53.  
  54. #s-m-t-tooltip {
  55. max-width:300px;
  56. opacity:1;
  57. padding:3px 4px 5px 4px;
  58. margin:-15px 0px -10px 10px;
  59. background-color:#ffffff;
  60. border:1px solid #f8f8f8;
  61. font-family:arial;
  62. font-size:9px;
  63. letter-spacing:0px;
  64. color:#8c8c8c;
  65. z-index:1000;
  66.  
  67. }
  68.  
  69. /*CURSOR*/
  70.  
  71. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  72.  
  73.  
  74. /* SCROLLBAR */
  75.  
  76. ::-webkit-scrollbar-thumb{
  77. background-color: #f0f0f0;
  78. border: 2px solid #ffffff;
  79. height:auto;
  80. }
  81.  
  82. ::-webkit-scrollbar {
  83. height:2px;
  84. width:9px;
  85. background-color: #f0f0f0;
  86. border: 4px solid #ffffff;
  87. }
  88.  
  89. /* ETC */
  90.  
  91. body {
  92. background:#ffffff;
  93. margin:0px;
  94. color:#8c8c8c;
  95. font-family:calibri;
  96. font-size:9px;
  97. letter-spacing:0px;
  98. text-align:justify;
  99. }
  100.  
  101. small, sub, sup {font-size:10px;}
  102.  
  103. pre {
  104. font-family:arial;
  105. font-size:9px;
  106. text-transform:lowercase;
  107. letter-spacing:-1px;
  108. text-align:left;
  109. padding:6px;
  110. background-color:#f8f8f8;
  111. font-weight:bold;
  112. }
  113.  
  114. code {
  115. font-family:arial;
  116. font-size:7px;
  117. width:auto;
  118. padding:3px;
  119. text-align:left;
  120. letter-spacing:1px;
  121. }
  122.  
  123. a {
  124. text-decoration:none;
  125. outline:none;
  126. -moz-outline-style:none;
  127. color:#8c8c8c;
  128. }
  129.  
  130. b, strong {
  131. color:#474747;
  132. }
  133.  
  134. a:hover {
  135. text-decoration:none;
  136. outline:none;
  137. -moz-outline-style:none;
  138. color:;
  139. -moz-transition-duration:0.3s;
  140. -webkit-transition-duration:0.3s;
  141. -o-transition-duration:0.3s;
  142. cursor:url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  143. }
  144.  
  145.  
  146. h1 {
  147. font-weight:normal;
  148. font-size:12px;
  149. text-transform:uppercase;
  150. font-family:arial;
  151. letter-spacing:1px;
  152. color:#656565;
  153. border-bottom:1px solid #f0f0f0;
  154. padding:5px;
  155. }
  156.  
  157. /*HEADER*/
  158.  
  159. #title {
  160. font-size:12px;
  161. text-transform:uppercase;
  162. font-family:arial;
  163. letter-spacing:10px;
  164. color:#656565;
  165. }
  166.  
  167. #sidebar {
  168. position:absolute;
  169. margin-left:537px;
  170. width:500px;
  171. height:200px;
  172. margin-top:-300px;
  173. }
  174.  
  175. #description {
  176. margin-top:355px;
  177. margin-left:0px;
  178. position:absolute;
  179. text-align:center;
  180. font-family:calibri;
  181. line-height:140%;
  182. width:500px;
  183. padding:8px;
  184. font-size:10px;
  185. text-transform:none;
  186. color:#8c8c8c;
  187. }
  188.  
  189. #desc {
  190. width:300px;
  191. margin-left:100px;
  192. text-align:center;
  193. }
  194.  
  195. .links {
  196. width:500px;
  197. padding:4px;
  198. text-align:center;
  199. text-transform:lowercase;
  200. border-top:1px solid #f0f0f0;
  201. margin-top:15px;
  202. }
  203.  
  204. .links a {
  205. width:65px;
  206. display:inline-block;
  207. font-family:arial;
  208. padding:5px;
  209. margin:2px;
  210. font-size:9px;
  211. letter-spacing:1px;
  212. color:#8c8c8c;
  213. }
  214.  
  215. .links a:hover {
  216. -moz-transition-duration:0.3s;
  217. -webkit-transition-duration:0.3s;
  218. -o-transition-duration:0.3s;
  219. opacity:.4;
  220. }
  221.  
  222. .linkhover a::before,
  223. .linkhover a::after {
  224. display: inline-block;
  225. opacity: 0;
  226. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  227. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  228. transition: transform 0.3s, opacity 0.2s;
  229. }
  230.  
  231. .linkhover a::before {
  232. padding-right:2px;
  233. content: '[';
  234. -webkit-transform: translateX(20px);
  235. -moz-transform: translateX(20px);
  236. transform: translateX(20px);
  237. }
  238.  
  239. .linkhover a::after {
  240. padding-left:2px;
  241. content: ']';
  242. -webkit-transform: translateX(-20px);
  243. -moz-transform: translateX(-20px);
  244. transform: translateX(-20px);
  245. }
  246.  
  247. .linkhover a:hover::before,
  248. .linkhover a:hover::after,
  249. .linkhover a:focus::before,
  250. .linkhover a:focus::after {
  251. opacity: 1;
  252. -webkit-transform: translateX(0px);
  253. -moz-transform: translateX(0px);
  254. transform: translateX(0px);
  255. }
  256.  
  257. /*CHARACTERS*/
  258.  
  259. #container {
  260. position:absolute;
  261. width:900px;
  262. margin-top:40px;
  263. margin-left:-198px;
  264. }
  265.  
  266. #box {
  267. display:inline-block;
  268. width:160px;
  269. height:200px;
  270. margin:35px;
  271. }
  272.  
  273. #box img {
  274. width 100px;
  275. height:100px;
  276. margin-top:0px;
  277. border:10px solid #fafafa;
  278. outline:1px solid #f5f5f5;
  279. }
  280.  
  281. .info {
  282. height:90px;
  283. overflow:auto;
  284. text-align:justify;
  285. padding:2px;
  286. padding-bottom:5px;
  287. border-bottom:1px solid #f0f0f0;
  288. }
  289.  
  290. .nlinks {
  291. text-align:right;
  292. margin-right:12px;
  293. text-transform:lowercase;
  294. }
  295.  
  296. .nlinks a {
  297. width:15px;
  298. display:inline-block;
  299. font-family:arial;
  300. padding:5px;
  301. margin:2px;
  302. font-size:9px;
  303. letter-spacing:1px;
  304. color:#8c8c8c;
  305. }
  306.  
  307. /*DON'T TOUCH*/
  308.  
  309. iframe#tumblr_controls {
  310. white-space:nowrap; -webkit-filter: invert(100%);
  311. -moz-filter: invert(100%);
  312. -o-filter: invert(100%);
  313. -ms-filter: invert(100%);
  314. filter: invert(100%);
  315. opacity:.3;
  316. }
  317.  
  318.  
  319.  
  320.  
  321. {CustomCSS}</style></head><body>
  322.  
  323. <div id="sidebar">
  324.  
  325. <div id="description">
  326.  
  327. <div id="desc">
  328. <div id="title">my characters</div><br>
  329. — ❝ this is where ur info goes have fun have a BALL remember in the coding it shows u where to copy from and stuff and ya have a ball :). ❞</div>
  330.  
  331.  
  332. <div class="links">
  333. <div class="linkhover">
  334. <a href="/" title="return">un. </a>
  335. <a href="/ask" title="ask">deux. </a>
  336. <a href="/nav" title="navigate">tres. </a>
  337. <a href="http://arizounas.tumblr.com/" title="credit">quatre. </a>
  338. </div></ul></li></div>
  339.  
  340. <div id="container">
  341.  
  342. <!-- COPY FROM HERE -->
  343.  
  344. <div id="box">
  345.  
  346. <img src="https://secure.static.tumblr.com/127ab9877ac62e5139ce6d3aacabec7b/2zfewaz/APsner9aa/tumblr_static_enx7k5e142oggscgwkcwwk80s.png"/>
  347.  
  348. <h1>{ <b>FLORA,</b> RYAN; <I>XIX</i>. }</h1>
  349.  
  350. <div class="info">
  351. — ❝ the drought was the very worst, when the <i>flowers</i> that we’d grown died of thirst. it was months, and months, of back and forth. you’re still all over me like a wine-stained dress i can’t <s>wear</s> anymore. hung my head as i lost the war, and the sky turned black like a perfect <u>storm</u>. ❞
  352. </div>
  353.  
  354. <div class="nlinks">
  355. <a href="/">acc.</a>
  356. <a href="/">tag.</a>
  357. <a href="/" title="status">status.</a>
  358. </div>
  359.  
  360. </div>
  361.  
  362. <!-- TO HERE -->
  363.  
  364. <!-- COPY FROM HERE -->
  365.  
  366. <div id="box">
  367.  
  368. <img src="https://secure.static.tumblr.com/127ab9877ac62e5139ce6d3aacabec7b/2zfewaz/APsner9aa/tumblr_static_enx7k5e142oggscgwkcwwk80s.png"/>
  369.  
  370. <h1>{ <b>LAST,</b> FIRST; <I>AGE</i>. }</h1>
  371.  
  372. <div class="info">
  373. — ❝ the drought was the very worst, when the <i>flowers</i> that we’d grown died of thirst. it was months, and months, of back and forth. you’re still all over me like a wine-stained dress i can’t <s>wear</s> anymore. hung my head as i lost the war, and the sky turned black like a perfect <u>storm</u>. ❞
  374. </div>
  375.  
  376. <div class="nlinks">
  377. <a href="/">acc.</a>
  378. <a href="/">tag.</a>
  379. <a href="/" title="status">status.</a>
  380. </div>
  381.  
  382. </div>
  383.  
  384. <!-- TO HERE -->
  385.  
  386. <!-- COPY FROM HERE -->
  387.  
  388. <div id="box">
  389.  
  390. <img src="https://secure.static.tumblr.com/127ab9877ac62e5139ce6d3aacabec7b/2zfewaz/APsner9aa/tumblr_static_enx7k5e142oggscgwkcwwk80s.png"/>
  391.  
  392. <h1>{ <b>LAST,</b> FIRST; <I>AGE</i>. }</h1>
  393.  
  394. <div class="info">
  395. — ❝ the drought was the very worst, when the <i>flowers</i> that we’d grown died of thirst. it was months, and months, of back and forth. you’re still all over me like a wine-stained dress i can’t <s>wear</s> anymore. hung my head as i lost the war, and the sky turned black like a perfect <u>storm</u>. ❞
  396. </div>
  397.  
  398. <div class="nlinks">
  399. <a href="/">acc.</a>
  400. <a href="/">tag.</a>
  401. <a href="/" title="status">status.</a>
  402. </div>
  403.  
  404. </div>
  405.  
  406. <!-- TO HERE -->
  407.  
  408. <!-- COPY FROM HERE -->
  409.  
  410. <div id="box">
  411.  
  412. <img src="https://secure.static.tumblr.com/127ab9877ac62e5139ce6d3aacabec7b/2zfewaz/APsner9aa/tumblr_static_enx7k5e142oggscgwkcwwk80s.png"/>
  413.  
  414. <h1>{ <b>LAST,</b> FIRST; <I>AGE</i>. }</h1>
  415.  
  416. <div class="info">
  417. — ❝ the drought was the very worst, when the <i>flowers</i> that we’d grown died of thirst. it was months, and months, of back and forth. you’re still all over me like a wine-stained dress i can’t <s>wear</s> anymore. hung my head as i lost the war, and the sky turned black like a perfect <u>storm</u>. ❞
  418. </div>
  419.  
  420. <div class="nlinks">
  421. <a href="/">acc.</a>
  422. <a href="/">tag.</a>
  423. <a href="/" title="status">status.</a>
  424. </div>
  425.  
  426. </div>
  427.  
  428. <!-- TO HERE -->
  429.  
  430. <!-- COPY FROM HERE -->
  431.  
  432. <div id="box">
  433.  
  434. <img src="https://secure.static.tumblr.com/127ab9877ac62e5139ce6d3aacabec7b/2zfewaz/APsner9aa/tumblr_static_enx7k5e142oggscgwkcwwk80s.png"/>
  435.  
  436. <h1>{ <b>LAST,</b> FIRST; <I>AGE</i>. }</h1>
  437.  
  438. <div class="info">
  439. — ❝ the drought was the very worst, when the <i>flowers</i> that we’d grown died of thirst. it was months, and months, of back and forth. you’re still all over me like a wine-stained dress i can’t <s>wear</s> anymore. hung my head as i lost the war, and the sky turned black like a perfect <u>storm</u>. ❞
  440. </div>
  441.  
  442. <div class="nlinks">
  443. <a href="/">acc.</a>
  444. <a href="/">tag.</a>
  445. <a href="/" title="status">status.</a>
  446. </div>
  447.  
  448. </div>
  449.  
  450. <!-- TO HERE -->
  451.  
  452. <!-- COPY FROM HERE -->
  453.  
  454. <div id="box">
  455.  
  456. <img src="https://secure.static.tumblr.com/127ab9877ac62e5139ce6d3aacabec7b/2zfewaz/APsner9aa/tumblr_static_enx7k5e142oggscgwkcwwk80s.png"/>
  457.  
  458. <h1>{ <b>LAST,</b> FIRST; <I>AGE</i>. }</h1>
  459.  
  460. <div class="info">
  461. — ❝ the drought was the very worst, when the <i>flowers</i> that we’d grown died of thirst. it was months, and months, of back and forth. you’re still all over me like a wine-stained dress i can’t <s>wear</s> anymore. hung my head as i lost the war, and the sky turned black like a perfect <u>storm</u>. ❞
  462. </div>
  463.  
  464. <div class="nlinks">
  465. <a href="/">acc.</a>
  466. <a href="/">tag.</a>
  467. <a href="/" title="status">status.</a>
  468. </div>
  469.  
  470. </div>
  471.  
  472. <!-- TO HERE -->
  473.  
  474. <!-- COPY FROM HERE -->
  475.  
  476. <div id="box">
  477.  
  478. <img src="https://secure.static.tumblr.com/127ab9877ac62e5139ce6d3aacabec7b/2zfewaz/APsner9aa/tumblr_static_enx7k5e142oggscgwkcwwk80s.png"/>
  479.  
  480. <h1>{ <b>LAST,</b> FIRST; <I>AGE</i>. }</h1>
  481.  
  482. <div class="info">
  483. — ❝ the drought was the very worst, when the <i>flowers</i> that we’d grown died of thirst. it was months, and months, of back and forth. you’re still all over me like a wine-stained dress i can’t <s>wear</s> anymore. hung my head as i lost the war, and the sky turned black like a perfect <u>storm</u>. ❞
  484. </div>
  485.  
  486. <div class="nlinks">
  487. <a href="/">acc.</a>
  488. <a href="/">tag.</a>
  489. <a href="/" title="status">status.</a>
  490. </div>
  491.  
  492. </div>
  493.  
  494. <!-- TO HERE -->
  495.  
  496. <!-- COPY FROM HERE -->
  497.  
  498. <div id="box">
  499.  
  500. <img src="https://secure.static.tumblr.com/127ab9877ac62e5139ce6d3aacabec7b/2zfewaz/APsner9aa/tumblr_static_enx7k5e142oggscgwkcwwk80s.png"/>
  501.  
  502. <h1>{ <b>LAST,</b> FIRST; <I>AGE</i>. }</h1>
  503.  
  504. <div class="info">
  505. — ❝ the drought was the very worst, when the <i>flowers</i> that we’d grown died of thirst. it was months, and months, of back and forth. you’re still all over me like a wine-stained dress i can’t <s>wear</s> anymore. hung my head as i lost the war, and the sky turned black like a perfect <u>storm</u>. ❞
  506. </div>
  507.  
  508. <div class="nlinks">
  509. <a href="/">acc.</a>
  510. <a href="/">tag.</a>
  511. <a href="/" title="status">status.</a>
  512. </div>
  513.  
  514. </div>
  515.  
  516. <!-- TO HERE -->
  517.  
  518. <!-- COPY FROM HERE -->
  519.  
  520. <div id="box">
  521.  
  522. <img src="https://secure.static.tumblr.com/127ab9877ac62e5139ce6d3aacabec7b/2zfewaz/APsner9aa/tumblr_static_enx7k5e142oggscgwkcwwk80s.png"/>
  523.  
  524. <h1>{ <b>LAST,</b> FIRST; <I>AGE</i>. }</h1>
  525.  
  526. <div class="info">
  527. — ❝ the drought was the very worst, when the <i>flowers</i> that we’d grown died of thirst. it was months, and months, of back and forth. you’re still all over me like a wine-stained dress i can’t <s>wear</s> anymore. hung my head as i lost the war, and the sky turned black like a perfect <u>storm</u>. ❞
  528. </div>
  529.  
  530. <div class="nlinks">
  531. <a href="/">acc.</a>
  532. <a href="/">tag.</a>
  533. <a href="/" title="status">status.</a>
  534. </div>
  535.  
  536. </div>
  537.  
  538. <!-- TO HERE -->
  539.  
  540. <!-- COPY FROM HERE -->
  541.  
  542. <div id="box">
  543.  
  544. <img src="https://secure.static.tumblr.com/127ab9877ac62e5139ce6d3aacabec7b/2zfewaz/APsner9aa/tumblr_static_enx7k5e142oggscgwkcwwk80s.png"/>
  545.  
  546. <h1>{ <b>LAST,</b> FIRST; <I>AGE</i>. }</h1>
  547.  
  548. <div class="info">
  549. — ❝ the drought was the very worst, when the <i>flowers</i> that we’d grown died of thirst. it was months, and months, of back and forth. you’re still all over me like a wine-stained dress i can’t <s>wear</s> anymore. hung my head as i lost the war, and the sky turned black like a perfect <u>storm</u>. ❞
  550. </div>
  551.  
  552. <div class="nlinks">
  553. <a href="/">acc.</a>
  554. <a href="/">tag.</a>
  555. <a href="/" title="status">status.</a>
  556. </div>
  557.  
  558. </div>
  559.  
  560. <!-- TO HERE -->
  561.  
  562. <!-- COPY FROM HERE -->
  563.  
  564. <div id="box">
  565.  
  566. <img src="https://secure.static.tumblr.com/127ab9877ac62e5139ce6d3aacabec7b/2zfewaz/APsner9aa/tumblr_static_enx7k5e142oggscgwkcwwk80s.png"/>
  567.  
  568. <h1>{ <b>LAST,</b> FIRST; <I>AGE</i>. }</h1>
  569.  
  570. <div class="info">
  571. — ❝ the drought was the very worst, when the <i>flowers</i> that we’d grown died of thirst. it was months, and months, of back and forth. you’re still all over me like a wine-stained dress i can’t <s>wear</s> anymore. hung my head as i lost the war, and the sky turned black like a perfect <u>storm</u>. ❞
  572. </div>
  573.  
  574. <div class="nlinks">
  575. <a href="/">acc.</a>
  576. <a href="/">tag.</a>
  577. <a href="/" title="status">status.</a>
  578. </div>
  579.  
  580. </div>
  581.  
  582. <!-- TO HERE -->
  583.  
  584. <!-- COPY FROM HERE -->
  585.  
  586. <div id="box">
  587.  
  588. <img src="https://secure.static.tumblr.com/127ab9877ac62e5139ce6d3aacabec7b/2zfewaz/APsner9aa/tumblr_static_enx7k5e142oggscgwkcwwk80s.png"/>
  589.  
  590. <h1>{ <b>LAST,</b> FIRST; <I>AGE</i>. }</h1>
  591.  
  592. <div class="info">
  593. — ❝ the drought was the very worst, when the <i>flowers</i> that we’d grown died of thirst. it was months, and months, of back and forth. you’re still all over me like a wine-stained dress i can’t <s>wear</s> anymore. hung my head as i lost the war, and the sky turned black like a perfect <u>storm</u>. ❞
  594. </div>
  595.  
  596. <div class="nlinks">
  597. <a href="/">acc.</a>
  598. <a href="/">tag.</a>
  599. <a href="/" title="status">status.</a>
  600. </div>
  601.  
  602. </div>
  603.  
  604. <!-- TO HERE -->
  605.  
  606.  
  607. </div>
  608.  
  609. </body>
  610.  
  611. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement