Advertisement
rasperries

tweet nav

Mar 12th, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.19 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <script>
  4. if(location.pathname == '/ask')
  5. location.replace('http://20stitches.tumblr.com/m');
  6. </script>
  7.  
  8. <!DOCTYPE html>
  9. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  10.  
  11. <title> Navigation : blue</title>
  12.  
  13. <style type="text/css">figure {margin: 0;}</style>
  14. <link rel="shortcut icon" href="http://static.tumblr.com/0fd803ca6e75c98905513b949a26b791/kuvuvud/b0xnjvtms/tumblr_static_7fbgffaur4gscg0scc0gsg4cg.png">
  15. <link rel="alternate" type="application/rss+xml" href="http://20stitches.tumblr.com/rss">
  16. <meta name="description" content="" />
  17.  
  18. <!--Default Variables-->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#aaaaaa"/>
  22. <meta name="color:Link" content="#000000"/>
  23. <meta name="color:Link Hover" content="#ffffff"/>
  24. <meta name="color:Title" content="#000000"/>
  25. <meta name="color:Blog Title" content="#000000"/>
  26. <meta name="color:Borders" content="#eeeeee"/>
  27. <meta name="color:Accents" content="#f4f4f4"/>
  28. <meta name="color:Scrollbar" content="#000000"/>
  29.  
  30. <meta name="text:Link 1 URL" content="" />
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 2 URL" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 3 URL" content="" />
  35. <meta name="text:Link 3" content="" />
  36.  
  37. <meta name="text:Home Link Title" content="index"/>
  38. <meta name="text:Message Link Title" content="message"/>
  39. <meta name="text:Archive Link Title" content="archive"/>
  40.  
  41. <meta name="text:Nickname" content="Trish."/>
  42. <meta name="text:Post Spacing" content="100"/>
  43. <meta name="text:Post Width" content="350"/>
  44. <meta name="text:Header Image Height" content="200"/>
  45.  
  46. <meta name="image:Icon" content=""/>
  47. <meta name="image:Header" content=""/>
  48.  
  49. <meta name="if:Show Icon" content="1"/>
  50. <meta name="if:Infinite Scroll" content="1"/>
  51. <meta name="if:Show Header Image" content="0"/>
  52. <meta name="if:Stretch Header" content="0"/>
  53. <meta name="if:Hide Captions" content="0"/>
  54. <meta name="if:Hide Tags" content="0"/>
  55.  
  56. <!-- jquery for tooltips-->
  57.  
  58. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  59. <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  60. <script>
  61. $(function() {
  62. $(document).tooltip({
  63. track:true
  64. });
  65. });
  66. </script>
  67.  
  68. <script>
  69. $(document).ready(function() {
  70. var stickyNavTop = $('#nav, #sidebar').offset().top;
  71. var stickyNav = function(){
  72. var scrollTop = $(window).scrollTop();
  73. if (scrollTop > stickyNavTop) {
  74. $('#nav, #sidebar').addClass('sticky');
  75. }
  76. else {
  77. $('#nav, #sidebar').removeClass('sticky');
  78. }
  79. };
  80. stickyNav();
  81. $(window).scroll(function() {
  82. stickyNav();
  83. });
  84. });
  85. </script>
  86.  
  87. <!--CSS customization here. -->
  88.  
  89. <style type="text/css">
  90.  
  91. /*tumblr controls*/
  92.  
  93. iframe#tumblr_controls {
  94. white-space:nowrap!important;
  95. -webkit-filter:invert(100%)!important;
  96. -moz-filter:invert(100%)!important;
  97. -ms-filter:invert(100%)!important;
  98. -o-filter:invert(100%)!important;
  99. filter:invert(100%)!important;
  100. top:2px!important;
  101. right:5px!important;
  102. position:fixed!important;
  103. opacity:.2!Important;
  104. }
  105.  
  106. /*lightbox*/
  107.  
  108. #tumblr_lightbox {
  109. background-color:rgba(246, 246, 246, .9)!important;
  110. z-index:99999!important;
  111. }
  112.  
  113. #tumblr_lightbox img {opacity:0;}
  114.  
  115. #tumblr_lightbox_caption {
  116. color:black!important;
  117. font-family:trebuchet ms!important;
  118. font-size:10px!important;
  119. font-weight:normal!important;
  120. text-shadow:none!important;
  121. }
  122.  
  123. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  124. padding:10px!important;
  125. background:white!important;
  126. margin-top:-10px!important;
  127. margin-left:-10px!important;
  128. -moz-box-shadow:none!important;
  129. -webkit-box-shadow:none!important;
  130. box-shadow:none!important;
  131. -moz-border-radius:5px!important;
  132. -webkit-border-radius:5px!important;
  133. border-radius:5px!important;
  134. opacity:1!important;
  135. }
  136.  
  137. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {opacity:.6!important;}
  138.  
  139. /*tooltip*/
  140.  
  141. .ui-tooltip {
  142. position:Absolute;
  143. z-index:9999;
  144. padding:10px;
  145. }
  146.  
  147. .ui-tooltip-content {
  148. background:#fbfbfb;
  149. color:#000000;
  150. padding:0px 4px;
  151. line-height:14px;
  152. display:block;
  153. font-size:8px;
  154. text-transform:uppercase;
  155. letter-spacing:1px;
  156. }
  157.  
  158. /*scrollbar*/
  159.  
  160. ::-webkit-scrollbar{
  161. height:3px;
  162. width:4px;
  163. background-color:#FFFFFF;
  164. }
  165.  
  166. ::-webkit-scrollbar-thumb {
  167. background:#CCCCCC;
  168. border-radius:2px;
  169. }
  170.  
  171. ::-webkit-scrollbar-track {background-color:#FFFFFF;}
  172.  
  173. /*basics*/
  174.  
  175. body {
  176. background:#FFFFFF;
  177. color:#8f8f8f;
  178. font-family:calibri, arial;
  179. font-size:10px;
  180. text-align:left;
  181. margin:0;
  182. line-height:125%;
  183. }
  184.  
  185. blockquote {
  186. padding:0 0 0 10px;
  187. border-left:3px solid #eeeeee;
  188. margin:10px 0;
  189. text-align:left;
  190. }
  191.  
  192. .caption blockquote {
  193. margin:0;
  194. padding:0;
  195. border:0;
  196. }
  197.  
  198. a {
  199. color:#c3c3c3;
  200. text-decoration:none;
  201. }
  202.  
  203. a:hover {
  204. text-decoration:none;
  205. color:#000000;
  206. }
  207.  
  208. img {
  209. opacity:1;
  210. border:none;
  211. text-decoration:none;
  212. }
  213.  
  214. small {
  215. font-size:9px;
  216. }
  217.  
  218. big {
  219. font-size:9px;
  220. }
  221.  
  222. b, strong {color:#000000;}
  223.  
  224. p {margin:5px 0;}
  225.  
  226. p:first-of-type {margin-top:0;}
  227.  
  228. p:last-of-type {margin-bottom:0;}
  229.  
  230. pre {
  231. margin:0;
  232. padding:0;
  233. font-family:arial;
  234. font-size:10px;
  235. background:transparent;
  236. }
  237.  
  238. /*top*/
  239.  
  240. #sidebar {
  241. -webkit-animation-name: fade-in;
  242. -webkit-animation-duration: 2s;
  243. text-align:right!important;
  244. position:absolute;
  245. width:100px;
  246. z-index:15;
  247. top:100px;
  248.  
  249. top:300px;
  250.  
  251. left:50%;
  252. margin-left:calc(-350px / 2 - 150px);
  253. }
  254.  
  255. .class {
  256.  
  257.  
  258. padding:5px;
  259. margin-top:-40px;
  260. width:100px;
  261. height:100px;
  262. margin-left:-5px;
  263. background:#FFFFFF;
  264.  
  265. display:block;
  266. border-radius:5px;
  267. -moz-border-radius:5px;
  268. -webkit-border-radius:5px;
  269. overflow:hidden;
  270. transition:0.4s;
  271. -o-transition-transition:0.4s;
  272. -webkit-transition-duration:0.4s;
  273. -moz-transition-duration:0.4s;
  274. }
  275.  
  276. .class img {
  277. display:block;
  278. width:90px;
  279. height:90px;
  280.  
  281. width:100px;
  282. height:100px;
  283.  
  284. border-radius:3px!important;
  285. -moz-border-radius:3px;
  286. -webkit-border-radius:3px;
  287. }
  288.  
  289. #blogt {
  290. color:#000000;
  291. font-weight:bold;
  292. text-transform:uppercase;
  293. margin-top:10px;
  294. letter-spacing:1px;
  295. border-bottom:2px solid #000000;
  296. }
  297.  
  298. #blogt:hover {color:#000000;}
  299.  
  300. #nav {
  301. -webkit-animation-name: fade-in;
  302. -webkit-animation-duration: 2s;
  303. display:block;
  304. position:relative;
  305. background:#FFFFFF;
  306. z-index:10;
  307.  
  308. border-top:1px solid #eeeeee;
  309. margin-top:300px;
  310.  
  311. width:100%;
  312. border-bottom:1px solid #eeeeee;
  313.  
  314. }
  315.  
  316. #nh {
  317. -webkit-animation-name: fade-in;
  318. -webkit-animation-duration: 2s;
  319. position:absolute;
  320. top:50px;
  321.  
  322. background:#FFFFFF url('http://static.tumblr.com/2c15da37b7dcfc95924a4a3ee5230c53/kuvuvud/Bn1nke677/tumblr_static_1l3gc30bp3fo8coskk48g0ksg.jpg') bottom left fixed repeat;
  323.  
  324. top:0;
  325. height:300px;
  326.  
  327. -webkit-background-size: cover;
  328. -moz-background-size: cover;
  329. -o-background-size: cover;
  330. background-size: cover;
  331.  
  332.  
  333. left:0;
  334. width:100%;
  335. }
  336.  
  337. #sidebar.sticky .class {
  338. opacity:0;
  339. margin-top:-95px;
  340. }
  341.  
  342. #sidebar.sticky #description {
  343. visibility:hidden;
  344. }
  345.  
  346. #in {
  347. width:350px;
  348. margin:0 auto;
  349. }
  350.  
  351. .small {
  352. position:absolute;
  353. width:100px;
  354. line-height:34px;
  355. text-align:left;
  356. visibility:hidden;
  357. margin-top:-30px;
  358. transition:0.4s;
  359. -o-transition-transition:0.4s;
  360. -webkit-transition-duration:0.4s;
  361. -moz-transition-duration:0.4s;
  362. }
  363.  
  364. .small img {
  365. width:28px;
  366. width:28px;
  367. margin-right:10px;
  368. display:block;
  369. margin-top:3px;
  370. border-radius:2px;
  371. -moz-border-radius:2px;
  372. -webkit-border-radius:2px;
  373. float:left;
  374. }
  375.  
  376. #sidebar .sticky .class {
  377. transition:0.4s;
  378. -o-transition-transition:0.4s;
  379. -webkit-transition-duration:0.4s;
  380. -moz-transition-duration:0.4s;
  381. }
  382.  
  383. #sidebar .sticky .small {
  384. transition:0.8s;
  385. -o-transition-transition:0.8s;
  386. -webkit-transition-duration:0.8s;
  387. -moz-transition-duration:0.8s;
  388. }
  389.  
  390. #sidebar.sticky .small {
  391. margin-top:0;
  392. visibility:visible;
  393. }
  394.  
  395. #nav.sticky {left:0;}
  396.  
  397. #nav.sticky, #sidebar.sticky {
  398. position:fixed;
  399. top:0;
  400. margin-top:0!important;
  401. }
  402.  
  403. .links {
  404. text-transform:uppercase;
  405. font-size:8px;
  406. letter-spacing:1px;
  407. }
  408.  
  409. .links a {
  410. display:inline-block;
  411. padding:1px 5px 8px 5px;
  412. text-align:center;
  413. margin-bottom:-1px;
  414. border-bottom:2px solid transparent;
  415. }
  416.  
  417. .links a:hover {border-bottom:2px solid #000000;}
  418.  
  419. #description {
  420. z-index:5;
  421. display:block;
  422. padding-top:10px;
  423. text-align:left;
  424.  
  425.  
  426.  
  427. }
  428.  
  429. #description a {color:#8f8f8f;}
  430.  
  431. .see {
  432. font-size:12px;
  433. color:#000000!important;
  434. font-weight:bold;
  435. display:block;
  436. font-family:arial;
  437. margin-bottom:5px;
  438. }
  439.  
  440. /*pagination*/
  441.  
  442. #pagination {
  443. -webkit-animation-name: fade-in;
  444. -webkit-animation-duration: 2s;
  445. font-size:8px;
  446.  
  447. letter-spacing:1px;
  448. text-align:center;
  449. text-transform:uppercase;
  450. }
  451.  
  452. #pagination a {
  453. display:inline-block;
  454. margin:0 5px;
  455. padding:0 5px;
  456. background:#fbfbfb;
  457. color:#000000;
  458. border-radius:3px;
  459. -moz-border-radius:3px;
  460. -webkit-border-radius:3px;
  461. }
  462.  
  463. /*posts*/
  464.  
  465. #entries {
  466. margin:100px auto;
  467.  
  468. margin-top:calc(300px + 50px);
  469.  
  470. position:relative;
  471. width:350px;
  472. }
  473.  
  474. .posts {
  475. -webkit-animation-name: fade-in;
  476. -webkit-animation-duration: 2s;
  477. position:relative;
  478. display:block;
  479. width:350;
  480.  
  481.  
  482. margin-bottom:10px;
  483.  
  484. }
  485.  
  486.  
  487.  
  488. .hm iframe, .hm img {
  489. display:block;
  490. border-radius:3px;
  491. -moz-border-radius:3px;
  492. -webkit-border-radius:3px;
  493. width:350px;
  494. }
  495.  
  496. .v {
  497. display:block;
  498. border-radius:3px;
  499. -moz-border-radius:3px;
  500. -webkit-border-radius:3px;
  501. }
  502.  
  503. .video_big {
  504. position:relative;
  505. height:0;
  506. padding-bottom:56.25%;
  507. }
  508.  
  509. .video_big iframe {
  510. position:absolute;
  511. top:0;
  512. left:0;
  513. height:100%;
  514. width:100%;
  515. }
  516.  
  517. .sss {
  518. position:relative;
  519. width:calc(350px + 10px);
  520. display:block;
  521. margin-bottom:20px;
  522. }
  523.  
  524. .sss a, .sss span {
  525. width:calc(50% - 5px);
  526. display:inline-block;
  527. margin-right:5px;
  528. text-transform:uppercase;
  529. letter-spacing:1px;
  530. font-size:8px;
  531. border-bottom:1px solid #eeeeee;
  532. padding:5px 0;
  533. }
  534.  
  535. .sss span {
  536. font-weight:bold;
  537. color:#000000;
  538. }
  539.  
  540. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  541.  
  542. .tumblr_blog {
  543. margin-bottom:5px;
  544. text-transform:uppercase;
  545. font-size:8px;
  546. letter-spacing:1px;
  547. display:inline-block;
  548. }
  549.  
  550. #title {
  551. font-size:11px;
  552. color:#000000;
  553. margin-bottom:10px;
  554. padding:10px;
  555. border-radius:3px;
  556. -moz-border-radius:3px;
  557. -webkit-border-radius:3px;
  558. background:#fbfbfb;
  559. font-weight:bold;
  560. }
  561.  
  562. #title a {color:#000000;}
  563.  
  564. #title a:hover {color:#000000;}
  565.  
  566. .caption {
  567. margin-top:10px;
  568.  
  569. }
  570.  
  571. /*quote*/
  572.  
  573. #titlequote {
  574. font-size:11px;
  575. font-weight:bold;
  576. padding:10px;
  577. background:#fbfbfb;
  578. border-radius:3px;
  579. -moz-border-radius:3px;
  580. -webkit-border-radius:3px;
  581. line-height:150%;
  582. color:#000000;
  583. }
  584.  
  585. #source {
  586. margin-top:10px;
  587. letter-spacing:1px;
  588. font-size:8px;
  589. text-transform:uppercase;
  590. }
  591.  
  592. /*audio*/
  593.  
  594. .m {
  595. overflow:hidden;
  596. display:block;
  597. width:27px;
  598. height:28px;
  599. border:5px solid #fbfbfb;
  600. border-radius:5px;
  601. position:absolute;
  602. }
  603.  
  604. .player {
  605. width:25px;
  606. height:25px;
  607. background:white;
  608. border-right:2px solid white;
  609. border-bottom:3px solid white;
  610. }
  611.  
  612. .audioinfo {
  613. text-align:left;
  614. background:#fbfbfb;
  615. display:block;
  616. padding:10px;
  617. line-height:17px;
  618. border-radius:3px;
  619. -moz-border-radius:3px;
  620. -webkit-border-radius:3px;
  621. letter-spacing:1px;
  622. min-height:17px;
  623. margin-left:45px;
  624. text-transform:uppercase;
  625. font-size:8px;
  626. }
  627.  
  628. /*asks*/
  629.  
  630. .ss img {
  631. width:30px;
  632. height:30px;
  633. display:block;
  634. border-radius:3px;
  635. -moz-border-radius:3px;
  636. -webkit-border-radius:3px;
  637. }
  638.  
  639. .ss {
  640. padding:2px;
  641. display:block;
  642. float:left;
  643. background:#fbfbfb;
  644. border-radius:3px;
  645. border-radius:3px;
  646. -moz-border-radius:3px;
  647. -webkit-border-radius:3px;
  648. }
  649.  
  650. .q {
  651. margin-left:44px;
  652. min-height:12px;
  653. text-transform:uppercase;
  654. letter-spacing:1px;
  655. font-size:8px;
  656. padding:10px;
  657. text-align:left;
  658. border-radius:3px;
  659. border-radius:3px;
  660. -moz-border-radius:3px;
  661. -webkit-border-radius:3px;
  662. background:#fbfbfb;
  663. }
  664.  
  665. .q span, .q span a {color:#000000;}
  666.  
  667. .q a:hover {color:#000000;}
  668.  
  669. .a {margin-top:10px;}
  670.  
  671. /*chat*/
  672.  
  673. .chat ol {
  674. padding:0;
  675. margin:0;
  676. list-style:none;
  677. text-align:left;
  678. }
  679.  
  680. .line {
  681. margin-bottom:5px;
  682. padding:10px;
  683. border-radius:3px;
  684. -moz-border-radius:3px;
  685. -webkit-border-radius:3px;
  686. }
  687.  
  688. .line.odd {background:;}
  689.  
  690. .line.even {
  691. background:#fbfbfb;
  692. }
  693.  
  694. .line:last-of-type {margin:0;}
  695.  
  696. .label {
  697. text-transform:uppercase;
  698. font-size:8px;
  699. color:#000000;
  700. letter-spacing:1px;
  701. }
  702.  
  703. /*permalink and notes*/
  704.  
  705. #permalink, #perm {
  706. border-top:1px solid #eeeeee;
  707. margin-top:10px;
  708. font-size:8px;
  709. color:#c3c3c3;
  710. padding-top:10px;
  711. letter-spacing:1px;
  712. text-transform:uppercase;
  713. }
  714.  
  715. #permalink a {display:inline-block;}
  716.  
  717. #permalink span {
  718. float:right;
  719. text-align:right;
  720. }
  721.  
  722. #perm {
  723. padding:10px 0;
  724. margin:10px 0;
  725. border-bottom:1px solid #eeeeee;
  726. color:#8f8f8f;
  727. }
  728.  
  729. .tags {
  730. word-break:break-all;
  731. letter-spacing:1px;
  732. color:#c3c3c3;
  733. text-transform:uppercase;
  734. font-size:8px;
  735.  
  736. }
  737.  
  738. .tags a {margin-right:3px;}
  739.  
  740. .pagenotes {
  741. -webkit-animation-name: fade-in;
  742. -webkit-animation-duration: 2s;
  743. text-align:left;
  744. margin-bottom:50px;
  745. padding:10px;
  746. width:calc(350px - 20px);
  747. background:#fbfbfb;
  748. border-radius:3px;
  749. -moz-border-radius:3px;
  750. -webkit-border-radius:3px;
  751. font-size:8px;
  752. letter-spacing:1px;
  753. text-transform:uppercase;
  754. max-height:300px;
  755. overflow-y:auto;
  756. }
  757.  
  758. .pagenotes::-webkit-scrollbar{
  759. width:2px;
  760. background-color:#fbfbfb;
  761. }
  762.  
  763. .pagenotes::-webkit-scrollbar-thumb {background-color:#CCCCCC;}
  764.  
  765. .pagenotes::-webkit-scrollbar-track {background-color:#fbfbfb;}
  766.  
  767. .pagenotes ol {
  768. margin:0!important;
  769. padding:0!important;
  770. list-style:none;
  771. }
  772.  
  773. .pagenotes img {display:none!important;}
  774.  
  775. .pagenotes li {
  776. list-style-type:none;
  777. padding:0 0 5px 0;
  778. margin:0;
  779. text-align:left;
  780. }
  781.  
  782. .more_notes_link {color:#000000;}
  783.  
  784. #p {
  785. width:350px;
  786. text-align:center;
  787. margin:0 auto 100px auto;
  788. }
  789.  
  790. #load {
  791. font-size:8px;
  792. letter-spacing:1px;
  793. text-transform:uppercase;
  794. display:inline-block;
  795. background:#fbfbfb;
  796. padding:3px 5px;
  797. color:#000000;
  798. border-radius:3px;
  799. -moz-border-radius:3px;
  800. -webkit-border-radius:3px;
  801. }
  802.  
  803. #infscr-loading {display:none!important;}
  804.  
  805. .theme {
  806. position:fixed;
  807. bottom:15px;
  808. right:15px;
  809. width:15px;
  810. text-align:center;
  811. font-size:11px;
  812. color:;
  813. border:0;
  814. }
  815.  
  816. .theme:hover {border:0;}
  817.  
  818.  
  819.  
  820. @-webkit-keyframes fade-in {
  821. 0% { opacity: 0; }
  822. 50% { opacity: 0; }
  823. 100% { opacity: 1; }
  824.  
  825. </style>
  826.  
  827. </head>
  828.  
  829. <body>
  830.  
  831.  
  832.  
  833. <div id="sidebar">
  834. <div class="small"><a title="back to top" style="cursor:pointer" class="yes"><img src="http://static.tumblr.com/0fd803ca6e75c98905513b949a26b791/kuvuvud/b0xnjvtms/tumblr_static_7fbgffaur4gscg0scc0gsg4cg.png"/></a><a class="see" href="/">Trish.</a></div>
  835. <a href="/" class="class"><img src="http://static.tumblr.com/0fd803ca6e75c98905513b949a26b791/kuvuvud/b0xnjvtms/tumblr_static_7fbgffaur4gscg0scc0gsg4cg.png"/></a>
  836. <div id="description"><a class="see" href="/">@20stitches</a>I have acid rain in my brain and it's killing the flowers in my heart.</div>
  837. </div>
  838.  
  839. <div id="nh"><div id="nav">
  840. <div id="in" class="links">
  841. <a href="/" id="blogt">blue</a><a href="/">index</a><a href="/m">message</a><a href="/archive">archive</a><a href="/info">profile</a><a href="/n">navigation</a><script language="JavaScript">
  842. var ref = (''+document.referrer+'');
  843. var w_h = window.screen.width + " x " + window.screen.height;
  844. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4739833&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  845. </script>
  846. </div>
  847. </div></div>
  848. <div id="entries">
  849.  
  850.  
  851.  
  852.  
  853. <div class="posts">
  854.  
  855.  
  856.  
  857.  
  858. <div id="title">Navigation</div>
  859.  
  860. <div class="pad">
  861.  
  862. <div class="sss"><span>Personal</span><a href="/info">Profile</a><a href="/books">Books 2015</a><a href="/ficrec">fic rec</a><a href="/tv">television</a><a href="http://amzn.com/w/1XTT2GK7DNNM">wishlist</a><a href="/saved">saved urls</a><a href="/blogroll">blogroll</a></div>
  863.  
  864. <div class="sss"><span>Photoshop</span><a href="/tagged/!">Edits</a><a href="/tagged/typo">Typography</a><a href="/tagged/*">graphics</a><a href="/tagged/**">gifs</a><a href="/icons">icons</a></div>
  865.  
  866. <div class="sss"><span>Tags: Basics</span><a href="/tagged/text">text posts</a><a href="/tagged/quote">quotes</a><a href="/tagged/words">words</a><a href="/tagged/important">important</a><a href="/ask">asks</a><a href="/reference">reference</a><a href="/tagged/tunes">music</a></div>
  867.  
  868. <div class="sss"><span>Tags: Aesthetic</span><a href="/tagged/ph">photography</a><a href="/tagged/art">art</a><a href="/tagged/sculpture">sculpture</a><a href="/tagged/architecture">architecture</a><a href="/tagged/interiors">interiors</a><a href="/tagged/fashion">fashion</a><a href="/tagged/makeup">makeup</a><a href="/tagged/anatomy">anatomy</a><a href="/tagged/hands">hands</a><a href="/tagged/homme">men</a><a href="/tagged/girls">women</a><a href="/tagged/space">space</a><a href="/tagged/plants">plants</a></div>
  869.  
  870. <div class="sss"><span>Tags: People</span><a href="/tagged/hs">harry styles</a><a href="/tagged/zm">zayn malik</a><a href="/tagged/alex turner">alex turner</a><a href="/tagged/ts">taylor swift</a><a href="/tagged/cara+delevingne">cara delevingne</a><a href="/tagged/phoebe+tonkin">phoebe tonkin</a><a href="/tagged/lorde">lorde</a><a href="/tagged/alexa+chung">alexa chung</a><a href="/tagged/lana+del+rey">lana del rey</a></div>
  871.  
  872. <div class="sss"><span>Tags: Literature</span><a href="/tagged/hp">harry potter</a><a href="/tagged/gone girl">gone girl</a><a href="/tagged/the raven cycle">the raven cycle</a><a href="/tagged/tsoa">the song of achilles</a><a href="/tagged/deathless">deathless</a><a href="/tagged/the secret history">the secret history</a><a href="/tagged/the grisha series">the grisha trilogy</a></div>
  873.  
  874. <div class="sss"><span>Tags: Television</span><a href="/tagged/the 100">the 100</a><a href="/tagged/game of thrones">game of thrones</a><a href="/tagged/htgawm">how to get away with murder</a><a href="/tagged/grey's anatomy">grey's anatomy</a><a href="/tagged/gilmore girls">gilmore girls</a><a href="/tagged/the mindy project">the mindy project</a><a href="/tagged/mmfd">my mad fat diary</a><a href="/tagged/friends">friends</a><a href="/tagged/fnl">friday night lights</a></div>
  875.  
  876. <div class="sss"><span>Tags: Film</span><a href="/tagged/hp">harry potter</a><a href="/tagged/thg">the hunger games</a><a href="/tagged/gone girl">gone girl</a><a href="/tagged/pride and prejudice">pride and prejudice</a><a href="/tagged/divergent">divergent</a><a href="/tagged/atonement">atonement</a><a href="/tagged/marie antoinette">marie antoinette</a> <a href="/tagged/titanic">titanic</a><a href="/tagged/inception">inception</a></div>
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900. </div>
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911. </div>
  912.  
  913.  
  914.  
  915. <a class="theme" title="septim" target="_blank" href="http://farahmir.tumblr.com">°°<a>
  916.  
  917.  
  918.  
  919.  
  920.  
  921. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement