Advertisement
arizounas

page 02. // character

Dec 26th, 2014
3,682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.38 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 | #2
  9.  
  10. PAGE NAME: SOUND.
  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. text-align:right;
  148. font-weight:normal;
  149. font-size:9px;
  150. text-transform:uppercase;
  151. font-family:arial;
  152. letter-spacing:1px;
  153. color:#656565;
  154. background-color:#fafafa;
  155. padding:5px;
  156. }
  157.  
  158. h2 {
  159. text-align:right;
  160. font-weight:normal;
  161. font-size:7px;
  162. text-transform:uppercase;
  163. font-family:arial;
  164. letter-spacing:1px;
  165. color:#656565;
  166. background-color:#fafafa;
  167. padding:5px;
  168. margin-top:-16px;
  169. border-bottom:1px solid #f0f0f0;
  170. }
  171.  
  172. /*HEADER*/
  173.  
  174. #title {
  175. font-size:12px;
  176. font-family:arial;
  177. font-weight:bold;
  178. color:#000;
  179. margin-left:-100px;
  180. }
  181.  
  182. #sidebar {
  183. position:absolute;
  184. margin-left:537px;
  185. width:500px;
  186. height:200px;
  187. margin-top:-300px;
  188. }
  189.  
  190. #description {
  191. margin-top:425px;
  192. margin-left:0px;
  193. position:absolute;
  194. text-align:center;
  195. font-family:calibri;
  196. line-height:140%;
  197. width:500px;
  198. padding:8px;
  199. font-size:10px;
  200. text-transform:none;
  201. color:#8c8c8c;
  202. }
  203.  
  204. #desc {
  205. width:500px;
  206. margin-left:0px;
  207. text-align:left;
  208. }
  209.  
  210. #border {
  211. margin-left:-100px;
  212. width:700px;
  213. padding:4px;
  214. text-align:center;
  215. text-transform:lowercase;
  216. border-top:1px solid #f0f0f0;
  217. margin-top:-5px;
  218. }
  219.  
  220. .links {
  221. width:500px;
  222. padding:4px;
  223. text-align:right;
  224. text-transform:lowercase;
  225. margin-top:-40px;
  226. margin-left:100px;
  227. }
  228.  
  229. .links a {
  230. width:45px;
  231. display:inline-block;
  232. font-family:arial;
  233. padding:5px;
  234. margin:2px;
  235. font-size:9px;
  236. letter-spacing:1px;
  237. color:#8c8c8c;
  238. }
  239.  
  240. .links a:hover {
  241. -moz-transition-duration:0.3s;
  242. -webkit-transition-duration:0.3s;
  243. -o-transition-duration:0.3s;
  244. opacity:.4;
  245. }
  246.  
  247. .linkhover a::before,
  248. .linkhover a::after {
  249. display: inline-block;
  250. opacity: 0;
  251. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  252. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  253. transition: transform 0.3s, opacity 0.2s;
  254. }
  255.  
  256. .linkhover a::before {
  257. padding-right:2px;
  258. content: '[';
  259. -webkit-transform: translateX(20px);
  260. -moz-transform: translateX(20px);
  261. transform: translateX(20px);
  262. }
  263.  
  264. .linkhover a::after {
  265. padding-left:2px;
  266. content: ']';
  267. -webkit-transform: translateX(-20px);
  268. -moz-transform: translateX(-20px);
  269. transform: translateX(-20px);
  270. }
  271.  
  272. .linkhover a:hover::before,
  273. .linkhover a:hover::after,
  274. .linkhover a:focus::before,
  275. .linkhover a:focus::after {
  276. opacity: 1;
  277. -webkit-transform: translateX(0px);
  278. -moz-transform: translateX(0px);
  279. transform: translateX(0px);
  280. }
  281.  
  282. /*CHARACTERS*/
  283.  
  284. #container {
  285. position:absolute;
  286. width:900px;
  287. margin-top:40px;
  288. margin-left:-198px;
  289. }
  290.  
  291. #box {
  292. display:inline-block;
  293. width:160px;
  294. height:40px;
  295. margin:35px;
  296. }
  297.  
  298. #box img {
  299. width 100px;
  300. height:100px;
  301. margin-top:0px;
  302. border:10px solid #fafafa;
  303. outline:1px solid #f5f5f5;
  304. margin-left:35px;
  305. }
  306.  
  307. .info {
  308. height:90px;
  309. overflow:auto;
  310. text-align:justify;
  311. padding:2px;
  312. padding-bottom:5px;
  313. }
  314.  
  315. .nlinks {
  316. width:160px;
  317. text-align:left;
  318. text-transform:lowercase;
  319. border-bottom:1px solid #f0f0f0;
  320. border-top:1px solid #f0f0f0;
  321. }
  322.  
  323. .nlinks a {
  324. width:15px;
  325. display:inline-block;
  326. font-family:arial;
  327. padding:2px;
  328. margin:2px;
  329. font-size:9px;
  330. letter-spacing:1px;
  331. color:#8c8c8c;
  332. }
  333.  
  334. .nlinks a:hover {
  335. display:inline-block;
  336. letter-spacing:1px;
  337. color:#000;
  338. }
  339.  
  340. /*DON'T TOUCH*/
  341.  
  342. iframe#tumblr_controls {
  343. white-space:nowrap; -webkit-filter: invert(100%);
  344. -moz-filter: invert(100%);
  345. -o-filter: invert(100%);
  346. -ms-filter: invert(100%);
  347. filter: invert(100%);
  348. opacity:.3;
  349. }
  350.  
  351.  
  352.  
  353.  
  354. {CustomCSS}</style></head><body>
  355.  
  356. <div id="sidebar">
  357.  
  358. <div id="description">
  359.  
  360. <div id="desc">
  361. <div id="title">my characters</div><br>
  362. </div>
  363.  
  364. <div class="links">
  365. <div class="linkhover">
  366. <a href="/" title="return">i. </a>
  367. <a href="/ask" title="ask">ii. </a>
  368. <a href="/nav" title="navigate">iii. </a>
  369. <a href="http://arizounas.tumblr.com/" title="credit">iv. </a>
  370. </div></ul></li></div>
  371.  
  372. <div id="border"></div>
  373.  
  374. <div style="text-align:left;margin-left:-100px;">
  375.  
  376. description must be one line.
  377.  
  378.  
  379. </div>
  380.  
  381. <div id="container">
  382.  
  383. <!-- COPY FROM HERE -->
  384.  
  385. <div id="box">
  386.  
  387. <img src="http://static.tumblr.com/0137364e7118ccb7915c8c7fdcf28a04/2zfewaz/kannh66xd/tumblr_static_2ddxkfeicyskgk84wk0kkcwc0.png"/>
  388.  
  389. <h1>LAST, FIRST.</h1>
  390. <h2>THE SOMETHING.</h2>
  391.  
  392. <div class="info">
  393. <pre>AGE. LOCATION.</pre>
  394. ❝ so early in my life, i had learned that if you want something, you had better make some noise. ❞
  395. </div>
  396.  
  397. <div class="nlinks">
  398. <a href="/tagged/">character.</a>
  399. <a href="/" title="active" style="margin-left:100px;">status.</a>
  400. </div>
  401.  
  402. </div>
  403.  
  404. <!-- TO HERE -->
  405.  
  406. <!-- COPY FROM HERE -->
  407.  
  408. <div id="box">
  409.  
  410. <img src="http://static.tumblr.com/0137364e7118ccb7915c8c7fdcf28a04/2zfewaz/kannh66xd/tumblr_static_2ddxkfeicyskgk84wk0kkcwc0.png"/>
  411.  
  412. <h1>LAST, FIRST.</h1>
  413. <h2>THE SOMETHING.</h2>
  414.  
  415. <div class="info">
  416. <pre>AGE. LOCATION.</pre>
  417. ❝ so early in my life, i had learned that if you want something, you had better make some noise. ❞
  418. </div>
  419.  
  420. <div class="nlinks">
  421. <a href="/tagged/">character.</a>
  422. <a href="/" title="active" style="margin-left:100px;">status.</a>
  423. </div>
  424.  
  425. </div>
  426.  
  427. <!-- TO HERE -->
  428.  
  429. <!-- COPY FROM HERE -->
  430.  
  431. <div id="box">
  432.  
  433. <img src="http://static.tumblr.com/0137364e7118ccb7915c8c7fdcf28a04/2zfewaz/kannh66xd/tumblr_static_2ddxkfeicyskgk84wk0kkcwc0.png"/>
  434.  
  435. <h1>LAST, FIRST.</h1>
  436. <h2>THE SOMETHING.</h2>
  437.  
  438. <div class="info">
  439. <pre>AGE. LOCATION.</pre>
  440. ❝ so early in my life, i had learned that if you want something, you had better make some noise. ❞
  441. </div>
  442.  
  443. <div class="nlinks">
  444. <a href="/tagged/">character.</a>
  445. <a href="/" title="active" style="margin-left:100px;">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="http://static.tumblr.com/0137364e7118ccb7915c8c7fdcf28a04/2zfewaz/kannh66xd/tumblr_static_2ddxkfeicyskgk84wk0kkcwc0.png"/>
  457.  
  458. <h1>LAST, FIRST.</h1>
  459. <h2>THE SOMETHING.</h2>
  460.  
  461. <div class="info">
  462. <pre>AGE. LOCATION.</pre>
  463. ❝ so early in my life, i had learned that if you want something, you had better make some noise. ❞
  464. </div>
  465.  
  466. <div class="nlinks">
  467. <a href="/tagged/">character.</a>
  468. <a href="/" title="active" style="margin-left:100px;">status.</a>
  469. </div>
  470.  
  471. </div>
  472.  
  473. <!-- TO HERE -->
  474.  
  475. <!-- COPY FROM HERE -->
  476.  
  477. <div id="box">
  478.  
  479. <img src="http://static.tumblr.com/0137364e7118ccb7915c8c7fdcf28a04/2zfewaz/kannh66xd/tumblr_static_2ddxkfeicyskgk84wk0kkcwc0.png"/>
  480.  
  481. <h1>LAST, FIRST.</h1>
  482. <h2>THE SOMETHING.</h2>
  483.  
  484. <div class="info">
  485. <pre>AGE. LOCATION.</pre>
  486. ❝ so early in my life, i had learned that if you want something, you had better make some noise. ❞
  487. </div>
  488.  
  489. <div class="nlinks">
  490. <a href="/tagged/">character.</a>
  491. <a href="/" title="active" style="margin-left:100px;">status.</a>
  492. </div>
  493.  
  494. </div>
  495.  
  496. <!-- TO HERE -->
  497.  
  498. <!-- COPY FROM HERE -->
  499.  
  500. <div id="box">
  501.  
  502. <img src="http://static.tumblr.com/0137364e7118ccb7915c8c7fdcf28a04/2zfewaz/kannh66xd/tumblr_static_2ddxkfeicyskgk84wk0kkcwc0.png"/>
  503.  
  504. <h1>LAST, FIRST.</h1>
  505. <h2>THE SOMETHING.</h2>
  506.  
  507. <div class="info">
  508. <pre>AGE. LOCATION.</pre>
  509. ❝ so early in my life, i had learned that if you want something, you had better make some noise. ❞
  510. </div>
  511.  
  512. <div class="nlinks">
  513. <a href="/tagged/">character.</a>
  514. <a href="/" title="active" style="margin-left:100px;">status.</a>
  515. </div>
  516.  
  517. </div>
  518.  
  519. <!-- TO HERE -->
  520.  
  521. <!-- COPY FROM HERE -->
  522.  
  523. <div id="box">
  524.  
  525. <img src="http://static.tumblr.com/0137364e7118ccb7915c8c7fdcf28a04/2zfewaz/kannh66xd/tumblr_static_2ddxkfeicyskgk84wk0kkcwc0.png"/>
  526.  
  527. <h1>LAST, FIRST.</h1>
  528. <h2>THE SOMETHING.</h2>
  529.  
  530. <div class="info">
  531. <pre>AGE. LOCATION.</pre>
  532. ❝ so early in my life, i had learned that if you want something, you had better make some noise. ❞
  533. </div>
  534.  
  535. <div class="nlinks">
  536. <a href="/tagged/">character.</a>
  537. <a href="/" title="active" style="margin-left:100px;">status.</a>
  538. </div>
  539.  
  540. </div>
  541.  
  542. <!-- TO HERE -->
  543.  
  544. <!-- COPY FROM HERE -->
  545.  
  546. <div id="box">
  547.  
  548. <img src="http://static.tumblr.com/0137364e7118ccb7915c8c7fdcf28a04/2zfewaz/kannh66xd/tumblr_static_2ddxkfeicyskgk84wk0kkcwc0.png"/>
  549.  
  550. <h1>LAST, FIRST.</h1>
  551. <h2>THE SOMETHING.</h2>
  552.  
  553. <div class="info">
  554. <pre>AGE. LOCATION.</pre>
  555. ❝ so early in my life, i had learned that if you want something, you had better make some noise. ❞
  556. </div>
  557.  
  558. <div class="nlinks">
  559. <a href="/tagged/">character.</a>
  560. <a href="/" title="active" style="margin-left:100px;">status.</a>
  561. </div>
  562.  
  563. </div>
  564.  
  565. <!-- TO HERE -->
  566.  
  567. <!-- COPY FROM HERE -->
  568.  
  569. <div id="box">
  570.  
  571. <img src="http://static.tumblr.com/0137364e7118ccb7915c8c7fdcf28a04/2zfewaz/kannh66xd/tumblr_static_2ddxkfeicyskgk84wk0kkcwc0.png"/>
  572.  
  573. <h1>LAST, FIRST.</h1>
  574. <h2>THE SOMETHING.</h2>
  575.  
  576. <div class="info">
  577. <pre>AGE. LOCATION.</pre>
  578. ❝ so early in my life, i had learned that if you want something, you had better make some noise. ❞
  579. </div>
  580.  
  581. <div class="nlinks">
  582. <a href="/tagged/">character.</a>
  583. <a href="/" title="active" style="margin-left:100px;">status.</a>
  584. </div>
  585.  
  586. </div>
  587.  
  588. <!-- TO HERE -->
  589.  
  590.  
  591. <br><br><br><br><br><br>
  592.  
  593. </div>
  594.  
  595. </body>
  596.  
  597. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement