Advertisement
Guest User

kaka

a guest
Mar 28th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.14 KB | None | 0 0
  1.  
  2. <!-- "Wondering" THM BY HANACHU
  3. - http://hanachu.tumblr.com/
  4.  
  5. THE RULES:
  6.  
  7. 1. Use all you want! Customize everything, do whatever. Just DO NOT remove the credits! If you customize it enough that it doesn't look like my theme anymore, at least give credit on another page or something :)
  8. 2. Do not claim as your own.
  9. 3. If you customize it too much and somehow screw up the coding, I probably won't help you ^^;
  10. 4. If you have any questions, please feel free to ask. BUT FIRST - try googling your problem, I'm sure you'll be able to find better help than I can probably give you haha
  11.  
  12. That's it! Enjoy the theme! <3
  13.  
  14.  
  15. -->
  16.  
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <link rel="shortcut icon" href="{favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22. <head>
  23.  
  24. <title>{Title}</title>
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26.  
  27.  
  28. <!--- MAIN META --->
  29.  
  30. <meta name="image:BG">
  31. <meta name="image:sideimg" content="http://static.tumblr.com/v394o8d/tNWmr24uq/tumblr_static_041312.png">
  32.  
  33. <meta name="if:250px" content="1">
  34. <meta name="if:400px">
  35. <meta name="if:500px">
  36. <meta name="if:photo fade" content="1">
  37. <meta name="if:infinite scroll" content="1">
  38. <meta name="if:captions" content="0">
  39.  
  40. <meta name="color:BG" content="#fff">
  41. <meta name="color:text" content="#6E6E6E">
  42. <meta name="color:link" content="#575757">
  43. <meta name="color:link hover" content="#000">
  44. <meta name="color:link click" content="#fff">
  45. <meta name="color:title" content="#575757">
  46. <meta name="color:nav" content="#6E6E6E">
  47. <meta name="color:perma" content="#6E6E6E">
  48. <meta name="color:scroll" content="#DEDEDE">
  49. <meta name="color:borders" content="#EDEDED">
  50.  
  51. <meta name="color:link shadow 1" content="#FFCCC4">
  52. <meta name="color:link shadow 2" content="#FFF2ED">
  53.  
  54. <meta name="color:sidebardesc" content="#ffffff">
  55. <meta name="color:desctext" content="#6E6E6E">
  56. <meta name="color:navlinks" content="#FFCCC4">
  57. <meta name="color:big title" content="#6E6E6E">
  58. <meta name="color:little title" content="#D1D1D1">
  59.  
  60. <meta name="text:link one" content="/">
  61. <meta name="text:link one title" content="link">
  62. <meta name="text:link two" content="/">
  63. <meta name="text:link two title" content="link">
  64. <meta name="text:link three" content="/">
  65. <meta name="text:link three title" content="link">
  66.  
  67. <meta name="text:amount of grayscale" content="0"/>
  68. <meta name="text:img opacity" content=".6"/>
  69.  
  70. <meta name="text:big title" content="wonder at times;"/>
  71. <meta name="text:little title" content="am i easy to forget?"/>
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. /*FONTS*/
  82.  
  83. @font-face { font-family:"silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  84. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  85.  
  86.  
  87.  
  88.  
  89.  
  90. /*FOLLOW & DASHBOARD ICONS*/
  91.  
  92. iframe#tumblr_controls{
  93. right: 0px !important;
  94. position: fixed !important;
  95. -webkit-filter:invert(100%);
  96. opacity: .2;
  97. z-index: 999999;
  98. }
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. /*SCROLLBAR, SELECTION, CURSOR*/
  106.  
  107. ::-webkit-scrollbar-track { background-color:{color:BG}; }
  108. ::-webkit-scrollbar-thumb { background-color:{color:scroll}; }
  109. ::-webkit-scrollbar { width:6px; height:4px; }
  110.  
  111. ::-moz-selection {background-color: {color:link shadow 2};
  112. color:{color:link};}
  113.  
  114. ::selection {background-color: {color:link shadow 2};
  115. color:{color:link};}
  116.  
  117. *, body, a {cursor: url(http://i.imgur.com/2qleX.jpg), auto;}
  118.  
  119. a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), auto;}
  120.  
  121.  
  122.  
  123.  
  124.  
  125. /*IMAGE OPACITY*/
  126.  
  127. {block:ifphotofade}
  128. img {
  129. {block:indexpage}opacity: {text:img opacity};{/block:indexpage}
  130. -webkit-transition: all 0.6s ease-out;
  131. -moz-transition: all 0.6s ease-out;
  132. transition: all 0.6s ease-out;
  133. -webkit-filter:grayscale({text:amount of grayscale}%);
  134. -moz-filter:grayscale({text:amount of grayscale}%);
  135. -ms-filter:grayscale({text:amount of grayscale}%);
  136. -o-filter:grayscale({text:amount of grayscale}%);
  137. filter:grayscale({text:amount of grayscale}%);}
  138.  
  139. img:hover {
  140. opacity: 1;
  141. -webkit-transition: all 0.6s ease-out;
  142. -moz-transition: all 0.6s ease-out;
  143. transition: all 0.6s ease-out;}
  144.  
  145. iframe.photoset {
  146. {block:indexpage}opacity: {text:img opacity};{/block:indexpage}
  147. -webkit-transition: all 0.6s ease-out;
  148. -moz-transition: all 0.6s ease-out;
  149. transition: all 0.6s ease-out;
  150. -webkit-filter:grayscale({text:amount of grayscale}%);
  151. -moz-filter:grayscale({text:amount of grayscale}%);
  152. -ms-filter:grayscale({text:amount of grayscale}%);
  153. -o-filter:grayscale({text:amount of grayscale}%);
  154. filter:grayscale({text:amount of grayscale}%);}
  155. }
  156. iframe.photoset:hover {
  157. opacity: 1;
  158. -webkit-transition: all 0.6s ease-out;
  159. -moz-transition: all 0.6s ease-out;
  160. transition: all 0.6s ease-out;
  161. }
  162. {/block:ifphotofade}
  163.  
  164.  
  165.  
  166. /*BODY*/
  167.  
  168. body {
  169. font-family: calibri;
  170. font-size: 9px;
  171. text-align: justify;
  172. background: {color:BG} url('{image:BG}') fixed repeat center;
  173. color: {color:text};
  174. margin: 0px;
  175. text-overflow: ellipsis;
  176. }
  177.  
  178. a {
  179. text-decoration: none;
  180. letter-spacing: 2px;
  181. -webkit-transition:all 0.6s ease-in-out;
  182. -moz-transition:all 0.6s ease-in-out;
  183. -o-transition:all 0.6s ease-in-out;
  184. transition:all 0.6s ease-in-out;
  185. color:{color:link};
  186. }
  187.  
  188. a:hover {
  189. color: {color:link hover};
  190. text-shadow:2px 0px {color:link shadow 1}, -2px 0px {color:link shadow 2};
  191. text-decoration:none;
  192. -webkit-transition:all 0.3s ease-in-out;
  193. -moz-transition:all 0.3s ease-in-out;
  194. -o-transition:all 0.3s ease-in-out;
  195. transition:all 0.3s ease-in-out;
  196. }
  197.  
  198. a:active {
  199. color: {color:link click};
  200. -webkit-transition:all 0.05s ease-in-out;
  201. -moz-transition:all 0.05s ease-in-out;
  202. -o-transition:all 0.05s ease-in-out;
  203. transition:all 0.05s ease-in-out;
  204. }
  205.  
  206. b, strong {
  207. font-style: bold;
  208. }
  209.  
  210. i, em {
  211. font-style: oblique;
  212. }
  213.  
  214. blockquote {
  215. margin-left: 30px;
  216. border-left: 2.5px solid {color:borders};
  217. padding: 0px 0px 0px 8px;
  218. }
  219.  
  220. ol, ul {
  221. list-style: circle;
  222. }
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229. /*POSTS*/
  230.  
  231. #main {
  232. margin: auto;
  233. padding-right: 1px;
  234. {block:indexpage}
  235. {block:if250px}width: 250px;{/block:if250px}
  236. {block:if400px}width: 400px;{/block:if400px}
  237. {block:if500px}width: 500px;{/block:if500px}
  238. {/block:indexpage}
  239. {block:permalinkpage}
  240. width: 500px;
  241. {/block:permalinkpage}
  242. }
  243.  
  244. #posts {
  245. {block:indexpage}
  246. {block:if250px}width: 250px;{/block:if250px}
  247. {block:if400px}width: 400px;{/block:if400px}
  248. {block:if500px}width: 500px;{/block:if500px}
  249. {/block:indexpage}
  250. {block:permalinkpage}
  251. width: 500px;
  252. {/block:permalinkpage}
  253. }
  254.  
  255. .post {
  256. margin: 30px 0px 10px 0px;
  257. margin-bottom: -10px;
  258. {block:indexpage}
  259. {block:if250px}width: 250px;{/block:if250px}
  260. {block:if400px}width: 400px;{/block:if400px}
  261. {block:if500px}width: 500px;{/block:if500px}
  262. {/block:indexpage}
  263. {block:permalinkpage}
  264. width: 500px;
  265. {/block:permalinkpage}
  266. }
  267.  
  268. .post img {
  269. {block:indexpage}
  270. {block:if250px}max-width: 250px;{/block:if250px}
  271. {block:if400px}max-width: 400px;{/block:if400px}
  272. {block:if500px}max-width: 500px;{/block:if500px}
  273. margin-bottom: 2px;
  274. margin-top: 2px;
  275. {/block:indexpage}
  276. {block:permalinkpage}
  277. max-width: 500px;
  278. {/block:permalinkpage}
  279. -webkit-transition:all 0.6s ease-in-out;
  280. -moz-transition:all 0.6s ease-in-out;
  281. -o-transition:all 0.6s ease-in-out;
  282. transition:all 0.6s ease-in-out;
  283. }
  284.  
  285. .key {
  286. padding-top: 2px;
  287. -webkit-transition:all 0.6s ease-in-out;
  288. -moz-transition:all 0.6s ease-in-out;
  289. -o-transition:all 0.6s ease-in-out;
  290. transition:all 0.6s ease-in-out;
  291. }
  292.  
  293.  
  294.  
  295.  
  296.  
  297. /*PERMALINK*/
  298.  
  299. #perma {
  300. letter-spacing: -1px;
  301. font-size: 8px;
  302. padding-bottom: 1px;
  303. text-transform: uppercase;
  304. font-family: silkscreen;
  305. {block:permalinkpage}display: none;{/block:permalinkpage}
  306. opacity: .6;
  307. margin-top: 5px;
  308. text-align: center;
  309. -webkit-transition: all 0.7s ease-out;
  310. -moz-transition: all 0.7s ease-out;
  311. -ms-transition: all 0.7s ease-out;
  312. -o-transition: all 0.7s ease-out;
  313. transition: all 0.7s ease-out;
  314. }
  315.  
  316. #perma a {
  317. text-decoration: none;
  318. color: {color:perma};
  319. }
  320.  
  321. #perma img {
  322. opacity: .5;
  323. }
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331. /*TITLE*/
  332.  
  333. .shinee {
  334. font-size: 16px;
  335. text-align: center;
  336. font-family: print;
  337. color:{color:title};
  338. letter-spacing: 2px;
  339. padding-bottom: 2px;
  340. }
  341.  
  342.  
  343.  
  344.  
  345.  
  346. /*ASK POSTS*/
  347.  
  348. .question {
  349. padding: 0px 10px 0px 0px;
  350. color: {color:title};
  351. letter-spacing: 1px;
  352. font-family: print;
  353. line-height: 13px;
  354. font-size: 15px;
  355. align: right;
  356. }
  357.  
  358. .speak {
  359. overflow: hidden;
  360. }
  361.  
  362. .speak img {
  363. {block:indexpage}
  364. max-width: 200px;
  365. margin-bottom: -2px;
  366. {/block:indexpage}
  367. {block:permalinkpage}
  368. max-width: 500px;
  369. {/block:permalinkpage}
  370. }
  371.  
  372. .questionimg {
  373. margin-right: 15px;
  374. margin-bottom: 15px;
  375. float: left;
  376. padding: 5px;
  377. border: 1px solid {color:borders};
  378. }
  379.  
  380. .permalinkpage {
  381. padding: 0px 10px 0px 10px;
  382. }
  383.  
  384.  
  385.  
  386.  
  387.  
  388. /*AUDIO POSTS*/
  389.  
  390. #audio {
  391. width: 100%;
  392. overflow: hidden;
  393. padding-top: 15px;
  394. padding-left: 5px;
  395. padding-right: 5px;
  396. padding-bottom: 0px;
  397. background-color: {color:link shadow 2};
  398. color: {color:text};
  399. }
  400.  
  401. #audio_player {
  402. width: 26px;
  403. height: 28px;
  404. border: 16px solid {color:link shadow 2};
  405. background-color: {color:link shadow 2};
  406. display: block;
  407. overflow: hidden;
  408. -moz-transition:all linear 0.8s;
  409. -webkit-transition:all linear 0.8s;
  410. -o-transition:all linear 0.8s;
  411. transition:all linear 0.8s;
  412. }
  413.  
  414. #audio_track {
  415. font-size: 10px;
  416. font-family: georgia;
  417. }
  418.  
  419.  
  420.  
  421.  
  422. /*PAGINATION*/
  423.  
  424. #pagination {
  425. position: absolute;
  426. font-family: silkscreen;
  427. font-size: 8px;
  428. letter-spacing: 1px;
  429. text-align: center;
  430. padding-bottom: 30px;
  431. padding-top: 20px;
  432. {block:if250px}
  433. width:270px;
  434. {/block:if250px}
  435. {block:if400px}
  436. width:420px;
  437. {/block:if400px}
  438. {block:if500px}
  439. width:520px;
  440. {/block:if500px}
  441. }
  442.  
  443.  
  444.  
  445.  
  446.  
  447. /*SIDEBAR*/
  448.  
  449. #sidebar {
  450. position: fixed;
  451. width: 150px;
  452. top: 210px;
  453. margin-left: -185px;
  454. text-align: center;
  455. }
  456.  
  457. .sidebar a {
  458. text-decoration: none;
  459. }
  460.  
  461. #minho {
  462. font-family: georgia;
  463. font-size: 15px;
  464. line-height: 13px;
  465. text-align: center;
  466. font-style: italic;
  467. color: {color:big title};
  468. padding-top: 4.5px;
  469. }
  470.  
  471. #lilminho {
  472. font-family: georgia;
  473. font-size: 10px;
  474. line-height: 8px;
  475. text-align: right;
  476. font-style: italic;
  477. color: {color:little title};
  478. padding-bottom: 1px;
  479. margin-right: 1px;
  480. }
  481.  
  482. #desc {
  483. background: {color:sidebardesc};
  484. color: {color:desctext};
  485. text-align: justify;
  486. font-family: calibri;
  487. font-size: 9px;
  488. line-height: 11px;
  489. padding-left: 5px;
  490. padding-right: 5px;
  491. letter-spacing: 1px;
  492. }
  493.  
  494. #desc a{
  495. color: {color:desctext};
  496. }
  497.  
  498. #sideimg{
  499. text-align: center;
  500. margin-left:-15px;
  501. max-width: 160px;
  502. opacity: 1;
  503. -webkit-transition: opacity 0.6s linear;
  504. -webkit-transition: all 0.6s ease-in-out;
  505. -moz-transition: all 0.6s ease-in-out;
  506. }
  507.  
  508. #nav {
  509. opacity: .8;
  510. text-align: center;
  511. font-family: silkscreen;
  512. width: 100%;
  513. font-size: 8px;
  514. margin-top: 3px;
  515. padding-bottom:1px;
  516. }
  517.  
  518. #nav a {
  519. color: {color:link};
  520. padding: 1px;
  521. margin-right: 5px;
  522. letter-spacing: 0px;
  523. -webkit-transition: all 0.8s ease-in;
  524. -moz-transition: all 0.8s ease-in;
  525. -o-transition: all 0.8s ease-in;
  526. -webkit-transition: all 0.4s ease-out;
  527. -moz-transition: all 0.4s ease-out;
  528. -o-transition: all 0.4s ease-out;
  529. }
  530.  
  531. #nav a:hover {
  532. text-shadow:0px 0px 3px #888;
  533. -webkit-transition: all 0.8s ease-in;
  534. -moz-transition: all 0.8s ease-in;
  535. -o-transition: all 0.8s ease-in;
  536. -webkit-transition: all 0.4s ease-out;
  537. -moz-transition: all 0.4s ease-out;
  538. -o-transition: all 0.4s ease-out;
  539. }
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552. /*HOVER TEXT*/
  553.  
  554. #s-m-t-tooltip {
  555. position: relative;
  556. overflow: hidden;
  557. z-index: 9999;
  558. max-width: 120px;
  559. background: #ffffff;
  560. font-family: calibri;
  561. text-align: center;
  562. font-size: 8px;
  563. color: #6e6e6e;
  564. margin-top: 12px;
  565. margin-left: 8px;
  566. letter-spacing: 1px;
  567. padding-top: 3px;
  568. padding-bottom: 3px;
  569. padding-left: 4px;
  570. padding-right: 4px;
  571. -webkit-transition: all 0.2s ease;
  572. -moz-transition: all 0.2s ease;
  573. -o-transition: all 0.2s ease;
  574.  
  575. -webkit-transition: all 0.2s ease;
  576. -moz-transition: all 0.2s ease;
  577. -o-transition: all 0.2s ease;
  578. }
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586. /*CREDIT*/
  587.  
  588. #yo {
  589. font-family: silkscreen;
  590. position: fixed;
  591. text-align: center;
  592. color: {color:text};
  593. bottom: 5px;
  594. right: 5px;
  595. font-size: 8px;
  596. text-transform: uppercase;
  597. display: block;
  598. background-color: transparent;
  599. letter-spacing: 1px;
  600. opacity:.6;
  601. }
  602.  
  603. #yo img{
  604. opacity: .8;
  605. -moz-transition-duration:0.5s;
  606. -webkit-transition-duration:0.5s;
  607. -o-transition-duration:0.5s;
  608. }
  609.  
  610. #yo a{
  611. color: {color:link};
  612. }
  613.  
  614. #yo a:hover{
  615. opacity:.1;
  616. -moz-transition-duration:0.5s;
  617. -webkit-transition-duration:0.5s;
  618. -o-transition-duration:0.5s;
  619. }
  620.  
  621.  
  622.  
  623.  
  624.  
  625. /*EXTRA CODES*/
  626.  
  627.  
  628.  
  629.  
  630.  
  631. #ocehans1{
  632. height:13px;
  633. text-align:center;
  634. overflow:hidden;
  635. margin-top:-1px;
  636. border-bottom:1px solid #efefef;
  637. text-transform:uppercase;
  638. letter-spacing:1px;
  639. font-size:8px;
  640. line-height:10px;
  641. z-index:999999999999999999999;
  642. -webkit-transition: all 0.5s ease-in-out;
  643. -moz-transition: all 0.5s ease-in-out;
  644. -o-transition: all 0.5s ease-in-out;
  645. }
  646. #ocehans1:hover{
  647. height:67px;
  648. -webkit-transition: all 0.5s ease-in-out;
  649. -moz-transition: all 0.5s ease-in-out;
  650. -o-transition: all 0.5s ease-in-out;
  651. }
  652.  
  653. #ocehans2{
  654. height:13px;
  655. text-align:center;
  656. overflow:hidden;
  657. border-bottom:1px solid #efefef;
  658. text-transform:uppercase;
  659. background-color:#fff;
  660. letter-spacing:1px;
  661. font-size;8px;
  662. line-height:13px;
  663. z-index:999999999999999999999;
  664. -webkit-transition: all 0.5s ease-in-out;
  665. -moz-transition: all 0.5s ease-in-out;
  666. -o-transition: all 0.5s ease-in-out;
  667. }
  668.  
  669. #ocehans2:hover{
  670. height:60px;
  671. -webkit-transition: all 0.5s ease-in-out;
  672. -moz-transition: all 0.5s ease-in-out;
  673. -o-transition: all 0.5s ease-in-out;
  674. }
  675.  
  676. #ocehans3{
  677. height:13px;
  678. text-align:center;
  679. overflow:hidden;
  680. border-bottom:1px solid #efefef;
  681. text-transform:uppercase;
  682. background-color:#fff;
  683. letter-spacing:1px;
  684. font-size;8px;
  685. line-height:13px;
  686. z-index:999999999999999999999;
  687. -webkit-transition: all 0.5s ease-in-out;
  688. -moz-transition: all 0.5s ease-in-out;
  689. -o-transition: all 0.5s ease-in-out;
  690. }
  691.  
  692. #ocehans3:hover{
  693. height:135px;
  694. -webkit-transition: all 0.5s ease-in-out;
  695. -moz-transition: all 0.5s ease-in-out;
  696. -o-transition: all 0.5s ease-in-out;
  697. }
  698.  
  699.  
  700.  
  701. #ocehans4{
  702. height:13px;
  703. text-align:center;
  704. overflow:hidden;
  705. border-bottom:0px solid #efefef;
  706. text-transform:uppercase;
  707. background-color:#fff;
  708. letter-spacing:1px;
  709. font-size;8px;
  710. line-height:13px;
  711. z-index:999999999999999999999;
  712. -webkit-transition: all 0.5s ease-in-out;
  713. -moz-transition: all 0.5s ease-in-out;
  714. -o-transition: all 0.5s ease-in-out;
  715. }
  716.  
  717. #ocehans4:hover{
  718. height:145px;
  719. -webkit-transition: all 0.5s ease-in-out;
  720. -moz-transition: all 0.5s ease-in-out;
  721. -o-transition: all 0.5s ease-in-out;
  722. }
  723.  
  724. #ocehans{
  725. text-align:left;
  726. font-size:8px;
  727. text-transform:uppercase;
  728. opacity: .8;
  729. border:1px solid #eee;
  730. position:fixed;
  731. font-family:calibri;
  732. left:14px;
  733. background-color:#fff;
  734. letter-spacing:1px;
  735. width:65px;
  736. z-index:9999;
  737. padding:4px;
  738. top:14px;
  739.  
  740. }
  741. </style>
  742.  
  743.  
  744. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  745.  
  746. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  747. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  748. <script>
  749. (function($){
  750. $(document).ready(function(){
  751. $("[title]").style_my_tooltips();
  752. });
  753. })(jQuery);
  754. </script>
  755.  
  756. {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
  757.  
  758.  
  759. </head>
  760. <body>
  761.  
  762. <div id="ocehans">
  763. <center>
  764. <div id="ocehans1">
  765. <div style="font-size:8px;">stats</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  766. <script language="JavaScript" src="http://tc.freehostedscripts.net/tcounter.php?url=ivanswaginsky.tumblr.com&name=СОМЯДDЕS"></script> |
  767. <script language="JavaScript">
  768. var ref = (''+document.referrer+'');
  769. var w_h = window.screen.width + " x " + window.screen.height;
  770. document.write('<script language="JavaScript" src="http://tc.freehostedscripts.net/tcounter.php?url=ivanswaginsky.tumblr.com&name=swaggies"></script>');
  771. </script>
  772.  
  773. <br><br>
  774. </div>
  775. </div>
  776.  
  777. <div id="ocehans2">
  778. <div style="font-size:8px;">updates</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  779. + on a school hiatus (Jan 4th - ?)
  780. + queue for 5 posts a day
  781. +
  782. </div></div>
  783.  
  784. <div id="ocehans3">
  785. <div style="font-size:8px;">art</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  786. <a href="sjhamart.tumblr.com"> art blog</a>
  787. <a href="ivanswaginsky.tumblr.com/tagged/my+art"> art tag</a>
  788. <br><br>
  789. </div>
  790. </div>
  791.  
  792. <div id="ocehans4">
  793. <div style="font-size:8px;">etc</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  794. <script type="text/javascript" src="//ra.revolvermaps.com/0/0/5.js?i=07b7csnym17&amp;m=0&amp;s=90&amp;c=ff0000&amp;cr1=ffffff" async="async"></script>
  795. </div></div>
  796. </div></div></div></div>
  797. <script type="text/javascript" src="http://static.tumblr.com/qsifglb/mZjl87ts1/f8.js"></script>
  798.  
  799. <script type="text/javascript">
  800. snowStorm.snowColor = '#fffff'; //
  801. snowStorm.flakesMaxActive = 30;
  802. </script>
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836. <div id="main">
  837.  
  838.  
  839. <div id="sidebar">
  840.  
  841. <img id="sideimg" src="{image:sideimg}"/>
  842. <div id="minho">{text:big title}</div>
  843. <div id="lilminho">{text:little title}</div>
  844. <div id="nav">
  845. <a href="/" title="index">.i</a>
  846. <a href="/ask" title="write">.ii</a>
  847. {block:iflinkone}<a href="{text:link one}" title="{text:link one title}">.iii</a>{/block:iflinkone}
  848. {block:iflinktwo}<a href="{text:link two}" title="{text:link two title}">.iv</a>{/block:iflinktwo}
  849. {block:iflinkthree}<a href="{text:link three}" title="{text:link three title}">.v</a>{/block:iflinkthree}
  850. </div>
  851. <div id="desc">{description}</div>
  852.  
  853. </div>
  854.  
  855.  
  856. <div id="posts">
  857.  
  858. {block:Posts}
  859.  
  860. <div class="post">
  861.  
  862. {block:Text}
  863. <div class="key">
  864. {block:Title}<div class="shinee">{Title}</div>{/block:Title}
  865. <div class="speak">{Body}</div>
  866. <div id="perma">
  867. <a href="{ReblogURL}" target="_blank" title="reblog?">//</a> {block:Date}<a href="{permalink}" title="{NoteCountWithLabel}">{shortmonth} {dayofmonth}</a>{/block:Date}
  868. </div></div>
  869. {/block:Text}
  870.  
  871.  
  872. {block:Quote}
  873. <div class="key">
  874. <div style="font-family:georgia; font-size:12px; text-align:center; line-height: 12px; font-style: oblique;"><center>"{Quote}"</center></div></div>
  875. {block:Source}<div style="text-align:center; font-size:7px; margin-top: 3px; padding-bottom: 2px;"> {Source}</div>{/block:Source}
  876. <div id="perma">
  877. <a href="{ReblogURL}" target="_blank" title="reblog?">//</a> {block:Date}<a href="{permalink}" title="{NoteCountWithLabel}">{shortmonth} {dayofmonth}</a>{/block:Date}
  878. </div></div>
  879. {/block:Quote}
  880.  
  881.  
  882. {block:Link}
  883. <div class="key">
  884. <div class="shinee"><a href="{URL}" target="{Target}">:: {Name} ::</a></div>
  885. {block:Description}<div class="speak">{Description}</div>{/block:Description} <div id="perma">
  886. <a href="{ReblogURL}" target="_blank" title="reblog?">//</a> {block:Date}<a href="{permalink}" title="{NoteCountWithLabel}">{shortmonth} {dayofmonth}</a>{/block:Date}
  887. </div>
  888. </div>
  889. {/block:Link}
  890.  
  891.  
  892. {block:Chat}
  893. <div class="key">
  894. {block:Title}<div class="shinee">{title}</div>{/block:Title}
  895. <div class="speak">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>
  896. <div id="perma">
  897. <a href="{ReblogURL}" target="_blank" title="reblog?">//</a> {block:Date}<a href="{permalink}" title="{NoteCountWithLabel}">{shortmonth} {dayofmonth}</a>{/block:Date}
  898. </div></div>
  899. {/block:Chat}
  900.  
  901.  
  902. {block:Audio}
  903. <table border="0" cellpadding="0" cellspacing="0" ><tr>
  904. <td valign="top">
  905. <div id="audio_player">{AudioPlayerWhite}</div>
  906. </td>
  907. <td id="audio" valign="top" >
  908. {block:TrackName}
  909. <span id="audio_track">{TrackName}
  910. {/block:TrackName}
  911. <br>
  912. {block:Artist}
  913. by {Artist}
  914. {/block:Artist}</span>
  915. <div style="font-size:7px; text-transform:uppercase;">{PlayCountWithLabel}</div>
  916. </td>
  917. </tr>
  918. </table>
  919. {block:ifcaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifcaptions}
  920. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  921. <div id="perma">
  922. <a href="{ReblogURL}" target="_blank" title="reblog?">//</a> {block:Date}<a href="{permalink}" title="{NoteCountWithLabel}">{shortmonth} {dayofmonth}</a>{/block:Date}</div>
  923. {/block:Audio}
  924.  
  925.  
  926. {block:Answer}
  927. <div class="key">
  928. <img src="{AskerPortraitURL-24}" class="questionimg">
  929. <div class="question">{asker} wondered: {Question}
  930. </div>
  931. <div class="speak"><div style="padding-top:1px; letter-spacing:1px;">{Answer}</div></div>
  932. <div id="perma">
  933. <a href="{ReblogURL}" target="_blank" title="reblog?">//</a> {block:Date}<a href="{permalink}" title="{NoteCountWithLabel}">{shortmonth} {dayofmonth}</a>{/block:Date}
  934. </div>
  935. </div>
  936. {/block:Answer}
  937.  
  938.  
  939. {block:Photo}
  940. {block:indexpage}
  941. <center><a href="{Permalink}" title="{NoteCountWithLabel}"><img style="" src="{PhotoURL-500}"></a></center>
  942. {block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}
  943. {/block:indexpage}
  944. {block:permalinkpage}
  945. <center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>
  946. <div class="speak">
  947. {block:Caption}{Caption}<br>{/block:Caption}
  948. </div>
  949. {/block:permalinkpage}
  950. {/block:Photo}
  951.  
  952.  
  953. {block:Photoset}
  954. {block:indexpage}
  955. {block:if250px}{Photoset-250}{/block:if250px}{block:if400px}{Photoset-400}{/block:if400px}{block:if500px}{Photoset-500}{/block:if500px}
  956. {block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}
  957. {/block:indexpage} <div id="perma">
  958. <a href="{ReblogURL}" target="_blank" title="reblog?">//</a> {block:Date}<a href="{permalink}" title="{NoteCountWithLabel}">{shortmonth} {dayofmonth}</a>{/block:Date}
  959. </div>
  960. {block:permalinkpage}
  961. {Photoset-500}
  962. {block:Caption}<div class="speak">{Caption}</div>{/block:Caption}
  963. {/block:permalinkpage}
  964. {/block:Photoset}
  965.  
  966.  
  967. {block:Video}
  968. {block:indexpage}
  969. {block:if250px}{Video-250}{/block:if250px}{block:if400px}{Video-400}{/block:if400px}{block:if500px}{Video-500}{/block:if500px}
  970. {/block:indexpage}
  971. <div id="perma">
  972. <a href="{ReblogURL}" target="_blank" title="reblog?">//</a> {block:Date}<a href="{permalink}" title="{NoteCountWithLabel}">{shortmonth} {dayofmonth}</a>{/block:Date}
  973. </div>
  974. {block:permalinkpage}
  975. {Video-500}
  976. {block:Caption}<div class="speak">{Caption}</div>{/block:Caption}
  977. {/block:permalinkpage}
  978. {/block:Video}
  979.  
  980.  
  981. {block:permalinkpage}
  982. <div class="permalinkpage">
  983.  
  984. {block:Date}<div style="text-align:center; font-family:print; font-size:15px; padding-top: 2px;">{DayOfWeek} {Month} {DayOfMonth}, {Year}<br>{TimeAgo}</div><br>{/block:Date}
  985.  
  986. {block:RebloggedFrom}Via : <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  987. <br>Source : <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br>{/block:RebloggedFrom}
  988. {block:HasTags}Tagged — {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}<br>{/block:HasTags}
  989.  
  990. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  991. {block:PostNotes}{PostNotes}{/block:PostNotes}
  992.  
  993. </div>
  994. {/block:permalinkpage}
  995. </div>
  996.  
  997.  
  998. {/block:Posts}
  999.  
  1000.  
  1001. {block:ifnotinfinitescroll}
  1002. {block:indexpage}
  1003. {block:pagination}
  1004. <div id="pagination">
  1005. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  1006. {CurrentPage} of {TotalPages}
  1007. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  1008. </div>
  1009. {/block:pagination}
  1010. {/block:indexpage}
  1011. {/block:ifnotinfinitescroll}
  1012.  
  1013.  
  1014.  
  1015. </div></div></div>
  1016.  
  1017.  
  1018. <div id="yo"><a href="http://hanachu.tumblr.com/" title="theme by hanachu">THM</a></div>
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024. </body>
  1025. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement