Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!----
  6. V A L A R M O R G H U L I S
  7. theme #6 by
  8. helloiloveju.tumblr.com
  9. DO NOT REMOVE CREDIT!
  10. feel free to edit
  11. e n j o y !
  12. & don't remove this comment
  13. --->
  14.  
  15. <!-- DEFAULT VARIABLES -->
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{favicon}">
  18. <meta name="color:background" content="#ffffff" />
  19. <meta name="color:sidebarbackground" content="#000000" />
  20. <meta name="color:text" content="#000000" />
  21. <meta name="color:link" content="#000000" />
  22. <meta name="color:link hover" content="#000000" />
  23. <meta name="color:maintitle1" content="#ffffff" />
  24. <meta name="color:maintitle2" content="#ffffff" />
  25. {block:IfTabs}
  26. <meta name="color:tabs text" content="#000000" />
  27. <meta name="color:tabs label" content="#888888" />
  28. <meta name="color:tabs bg" content="#ffffff" />
  29. {/block:IfTabs}
  30. <meta name="color:tags" content="#000000" />
  31. <meta name="color:tags bg" content="#888888" />
  32. <meta name="color:tags hover" content="#ffffff" />
  33. <meta name="color:tags" content="#000000" />
  34. <meta name="color:quote" content="#000000" />
  35. <meta name="color:quotetext" content="#ffffff" />
  36. <meta name="color:pagination" content="#000000" />
  37. <meta name="color:square links" content="#000000" />
  38. <meta name="color:square links bg" content="#ffffff" />
  39.  
  40. <meta name="image:icon1" content=""/>
  41. <meta name="image:icon2" content=""/>
  42. <meta name="image:icon3" content=""/>
  43. <meta name="image:icon4" content=""/>
  44. <meta name="image:icon5" content=""/>
  45. <meta name="image:icon6" content=""/>
  46. <meta name="image:icon7" content=""/>
  47. <meta name="image:icon8" content=""/>
  48. <meta name="image:icon9" content=""/>
  49. <meta name="image:icon10" content=""/>
  50. <meta name="image:icon11" content=""/>
  51. <meta name="image:icon12" content=""/>
  52. <meta name="image:icon13" content=""/>
  53. <meta name="image:icon14" content=""/>
  54. <meta name="image:icon15" content=""/>
  55. <meta name="image:icon16" content=""/>
  56. <meta name="image:icon17" content=""/>
  57. <meta name="image:icon18" content=""/>
  58. <meta name="image:icon19" content=""/>
  59. <meta name="image:icon20" content=""/>
  60.  
  61. <meta name="if:Timestamps" content="0"/>
  62. <meta name="if:Font2" content="0"/>
  63. <meta name="if:Tabs" content="0"/>
  64.  
  65. <meta name="text:Maintitle1" content="Valar Morghulis"/>
  66. <meta name="text:Maintitle2" content="all men must die, but we are not men"/>
  67.  
  68.  
  69. {block:IfTabs}
  70. <meta name="text:tab1label" content="about me"/>
  71. <meta name="text:tab1headline" content="mother of dragons"/>
  72. <meta name="text:tab2label" content="my house"/>
  73. <meta name="text:tab2headline" content="house targaryen"/>
  74. <meta name="text:tab2content" content="House Targaryen is one of the former Great Houses of Westeros and was the ruling royal House of the Seven Kingdoms for three centuries, before it was deposed during Robert's Rebellion and House Baratheon replaced it as the new royal House. The few surviving Targaryens fled into exile. House Targaryen's sigil is a three-headed red dragon on a black background, and their words are "Fire and Blood". "/>
  75. <meta name="text:tab3label" content="my titles"/>
  76. <meta name="text:tab3headline" content="my titles"/>
  77. <meta name="text:tab3content" content="Daenerys Stormborn of the House Targaryen, the First of Her Name, the Unburnt, Queen of Meereen, Queen of the Andals and the Rhoynar and the First Men, Khaleesi of the Great Grass Sea, Breaker of Chains, and Mother of Dragons"/>{/block:IfTabs}
  78.  
  79. <link href='http://fonts.googleapis.com/css?family=Homemade Apple' rel='stylesheet' type='text/css'>
  80. <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Karla:400,700|Lato:400,700|Open+Sans:400,700|Roboto:400,700" />
  81. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  82. <!-- GOOGLE FONT -->
  83.  
  84. {block:IfFont2}<link href='http://fonts.googleapis.com/css?family=Damion' rel='stylesheet' type='text/css'> {/block:IfFont2}
  85. <style type="text/css">
  86.  
  87. body {
  88. background: {color:background};
  89. background-image : url('{image:background}');
  90. background-repeat : repeat;
  91. background-attachment : fixed;
  92. font: 11px 'Roboto';
  93. line-height:14px;
  94. color: {color:text};
  95. z-index:-999999999999999999999999999999999;
  96. }
  97.  
  98. #sidebarbackground{
  99. background: {color:sidebarbackground};
  100. width:600px;
  101. height:1000px;
  102. position:fixed;
  103. top:0;
  104. left:0;
  105. }
  106.  
  107. ::-webkit-scrollbar{
  108. height:3px;
  109. width:3px;
  110. background:inherit;}
  111.  
  112. ::-webkit-scrollbar-thumb {
  113. background:#bbb;}
  114.  
  115. ::-webkit-scrollbar-track {
  116. background:transparent;}
  117.  
  118. a {text-decoration:underline;
  119. color:#fff;
  120. padding:1px;
  121. font-style:italic;}
  122.  
  123. a:hover {
  124. color:{color:link hover};
  125. text-decoration:none;}
  126.  
  127. .links {
  128. font: 7px 'Roboto';
  129. letter-spacing:1px;
  130. color: #363636;
  131. font-style:italic;
  132. z-index:999999999;
  133. margin-top:50px;
  134. text-decoration: none;
  135. }
  136.  
  137.  
  138. .links a {text-decoration:underline;
  139. color:#fff;
  140. padding:1px;
  141. font-style:italic;}
  142.  
  143. a img {
  144. border: none;}
  145.  
  146. strong {
  147. font-family:'Roboto';
  148. font-size: {text:bodyfontsize};
  149. color:{color:bold};}
  150.  
  151. em, i {
  152. font-family: 'Yanone Kaffeesatz', sans-serif;
  153. font-size: 16px;
  154. color:{color:italic};
  155. letter-spacing:1.5px;}
  156.  
  157.  
  158. b {
  159. color:{color:bold};
  160. letter-spacing:1px;
  161. font-size: 11px;
  162. text-transform:uppercase;
  163. }
  164.  
  165. @font-face { font-family: niaz1; src: url('https://dl.dropboxusercontent.com/s/tvm9qglpddpp95t/Lemon%20Tuesday.otf') ; }
  166. @font-face { font-family: niaz2; src: url('https://dl.dropboxusercontent.com/s/zj1vb0s3u36n2k7/October%20Twilight.ttf') ; }
  167. @font-face { font-family: niaz3; src: url('https://dl.dropboxusercontent.com/s/vy1n0uphlc5ydus/bromello.otf') ; }
  168. @font-face { font-family: niaz4; src: url('https://dl.dropboxusercontent.com/s/lin9d4amivryh5b/brushgyo%20personal%20use.ttf') ; }
  169. @font-face { font-family: niaz5; src: url('https://dl.dropboxusercontent.com/s/whc7fdn0fai4e6a/OSFC-Bristle-Brush-Script-Regular-Demo.ttf') ; }
  170. @font-face { font-family: niaz6; src: url('https://dl.dropboxusercontent.com/s/p9y9han9ys3uia4/Beauty%20and%20the%20Beast%20Sample.ttf') ; }
  171.  
  172.  
  173. small, big {
  174. font-size:1em;}
  175.  
  176. h1 {
  177. text-transform:uppercase;
  178. font-size:18.5px;
  179. color:{color:posttitle};}
  180.  
  181.  
  182. strike, s {text-decoration: line-through #434340;}
  183.  
  184. u{
  185. color:{color:text};
  186. line-height: 12px;
  187. font-weight: normal;
  188. font: 11px 'Roboto';
  189. letter-spacing:1px;
  190. text-transform: uppercase;
  191. font-weight:600;
  192. text-decoration;none;}
  193.  
  194.  
  195. h2 {
  196. font-family : 'Oswald';
  197. font-weight:400;
  198. font-size: 50px;
  199. text-transform: uppercase;
  200. text-align:center;
  201. padding: 10px;
  202. margin-bottom: 8.5px;}
  203.  
  204.  
  205. h2 b {
  206. font-size:40px;
  207. }
  208.  
  209. .link1{color:{color:tags};text-transform:uppercase;border-radius:3px;padding:1px 8px; font-size:7px;font-family:'Roboto';text-decoration:none;}
  210.  
  211. .link1:hover{color:{color:tags hover}; background-color:{color:tags bg};text-decoration:none;}
  212.  
  213.  
  214. #titless{
  215. position:fixed;
  216. top:480px;
  217. left:90px;
  218. width:423px;
  219. text-decoration:none;}
  220.  
  221. .maintitle1 {
  222. {block:IfFont2}font: 35px 'Damion'; {/block:IfFont2}
  223. {block:IfNotFont2}font: 32px 'Homemade Apple'; {/block:IfNotFont2}
  224. line-height:14px;
  225. color: {color:maintitle1};
  226. text-align: center;
  227. z-index:999999;
  228. text-decoration:none;
  229. text-shadow: 1px 1px 1px #000;
  230. font-weight:500;
  231. margin-top:3px;
  232. margin-bottom:-6px;
  233. }
  234.  
  235. .maintitle2 {
  236. font: 7px 'Roboto';
  237. letter-spacing:1px;
  238. text-transform:uppercase;
  239. color: {color:maintitle2};
  240. text-align: center;
  241. margin-left:-10px;
  242. font-style:italic;
  243. text-shadow: 1px 1px 1px #000;}
  244.  
  245. blockquote {
  246. color:{color:text};
  247. padding:3px 5px 3px 5px;
  248. margin:0px 5px 5px 0px;
  249. border-left:1px solid {color:blockquote};
  250. font: 11px 'Roboto';
  251. }
  252.  
  253.  
  254.  
  255. blockquote img {
  256. padding:5px;}
  257.  
  258. blockquote p {
  259. padding : 0;
  260. margin : 0;}
  261.  
  262. blockquote blockquote {
  263. position : relative;
  264. margin-top : 5px;
  265. margin-left : 5px;
  266. padding-right : 0;}
  267.  
  268.  
  269. /**********************************************************BASIS*/
  270.  
  271. #hintergrund {position:fixed;
  272. top:0;
  273. left:0px;
  274. width:490px;
  275. height:350px;
  276. z-index:-999;}
  277.  
  278. #sidebar {position:fixed;
  279. top:410px;
  280. left:50px;
  281. width:465px;
  282. height:500px;}
  283.  
  284. #entry {
  285. width : 500px;
  286. display : block;
  287. margin : 20px 3px 3px 2px;}
  288.  
  289. #entries {
  290. width : 500px;
  291. text-align:justify;
  292. display : block;
  293. margin : 20px 0px 0px 3px;}
  294.  
  295. #post{
  296. margin-left: 690px;
  297. text-align:justify;
  298. margin-top:6px;
  299. width:506px;}
  300.  
  301. /**************************Icons***************/
  302. #icons {
  303. position: fixed;
  304. top:5px;
  305. width: 415px;
  306. height: 310px;
  307. margin-left: 45px;}
  308.  
  309. #icon1 {
  310. position: fixed;
  311. top:5px;
  312. left:45px;
  313. width:100px;
  314. height:100px;}
  315.  
  316. #icon2 {
  317. position: fixed;
  318. top:5px;
  319. left:150px;
  320. width:100px;
  321. height: 100px;
  322. }
  323.  
  324. #icon3 {
  325. position: fixed;
  326. top:5px;
  327. left:255px;
  328. width:100px;
  329. height: 100px;}
  330.  
  331. #icon4 {
  332. position: fixed;
  333. top:5px;
  334. left:360px;
  335. width:100px;
  336. height: 100px;
  337. }
  338.  
  339. #icon5 {
  340. position: fixed;
  341. top:5px;
  342. left:465px;
  343. width:100px;
  344. height: 100px;
  345. }
  346.  
  347. #icon6 {
  348. position: fixed;
  349. top:110px;
  350. left:45px;
  351. width:100px;
  352. height: 100px;
  353. }
  354.  
  355. #icon7 {
  356. position: fixed;
  357. top:110px;
  358. left:150px;
  359. width:100px;
  360. height: 100px;
  361. }
  362.  
  363. #icon8 {
  364. position: fixed;
  365. top:110px;
  366. left:255px;
  367. width:100px;
  368. height: 100px;
  369. }
  370.  
  371. #icon9 {
  372. position: fixed;
  373. top:110px;
  374. left:360px;
  375. width:100px;
  376. height: 100px;
  377. }
  378.  
  379. #icon10 {
  380. position: fixed;
  381. top:110px;
  382. left:465px;
  383. width:100px;
  384. height: 100px;
  385. }
  386.  
  387. #icon11 {
  388. position: fixed;
  389. top:215px;
  390. left:45px;
  391. width:100px;
  392. height: 100px;
  393. }
  394.  
  395. #icon12 {
  396. position: fixed;
  397. top:215px;
  398. left:150px;
  399. width:100px;
  400. height: 100px;
  401. }
  402.  
  403. #icon13 {
  404. position: fixed;
  405. top:215px;
  406. left:255px;
  407. width:100px;
  408. height: 100px;
  409. }
  410.  
  411. #icon14 {
  412. position: fixed;
  413. top:215px;
  414. left:360px;
  415. width:100px;
  416. height: 100px;
  417. }
  418.  
  419. #icon15 {
  420. position: fixed;
  421. top:215px;
  422. left:465px;
  423. width:100px;
  424. height: 100px;
  425. }
  426.  
  427. #icon16 {
  428. position: fixed;
  429. top:320px;
  430. left:45px;
  431. width:100px;
  432. height: 100px;
  433. }
  434.  
  435. #icon17 {
  436. position: fixed;
  437. top:320px;
  438. left:150px;
  439. width:100px;
  440. height: 100px;
  441. }
  442.  
  443. #icon18 {
  444. position: fixed;
  445. top:320px;
  446. left:255px;
  447. width:100px;
  448. height: 100px;
  449. }
  450.  
  451. #icon19 {
  452. position: fixed;
  453. top:320px;
  454. left:360px;
  455. width:100px;
  456. height: 100px;
  457. }
  458.  
  459. #icon20 {
  460. position: fixed;
  461. top:320px;
  462. left:465px;
  463. width:100px;
  464. height: 100px;
  465. }
  466.  
  467. #icon1 img, #icon2 img, #icon3 img, #icon4 img, #icon5 img, #icon6 img, #icon7 img, #icon8 img, #icon9 img, #icon10 img, #icon11 img, #icon12 img, #icon13 img, #icon14 img, #icon15 img, #icon16 img, #icon17 img, #icon18 img, #icon19 img, #icon20 img {
  468. width: 100px;
  469. height: 100px;
  470. }
  471.  
  472. .iconhov{
  473. position:absolute;
  474. top:5px;
  475. left:5px;
  476. height:90px;
  477. width:90px;
  478. opacity:0;
  479. text-align:center;
  480. background: {color:square links bg};
  481. color:{color:square links};
  482. -webkit-transition:all .5s ease; -moz-transition:all .5s ease; -o-transition:all .5s ease;}
  483.  
  484. #icon1:hover .iconhov, #icon2:hover .iconhov, #icon3:hover .iconhov, #icon4:hover .iconhov, #icon5:hover .iconhov, #icon6:hover .iconhov, #icon7:hover .iconhov, #icon8:hover .iconhov, #icon9:hover .iconhov, #icon10:hover .iconhov, #icon11:hover .iconhov, #icon12:hover .iconhov, #icon13:hover .iconhov, #icon14:hover .iconhov, #icon15:hover .iconhov, #icon16:hover .iconhov, #icon17:hover .iconhov, #icon18:hover .iconhov, #icon19:hover .iconhov, #icon20:hover .iconhov {
  485. opacity:.7;
  486. }
  487.  
  488. .iconhov a {
  489. display:block;
  490. font:6.5px 'Roboto';
  491. text-transform:uppercase;
  492. text-align: center;
  493. padding: 9px 7px 9px 7px;
  494. letter-spacing: 1px;
  495. margin-top: 33px;
  496. text-decoration:none;
  497. color:{color:square links};
  498.  
  499. }
  500.  
  501. .iconhov a:hover {
  502. font-weight:600;
  503. text-decoration:none;
  504. color:{color:square links};
  505.  
  506. }
  507.  
  508.  
  509. /******************************Sidebar Specials*********/
  510.  
  511. /**********************************************PAGINATION SIDEBAR*/
  512. #pagination {
  513. position:relative;
  514. width: 200px;
  515. height: 30px;
  516. top:90px;
  517. left:145px;
  518. padding-top: 30px;
  519. word-spacing: 6px;
  520. text-align: center;
  521. font-family: 'Roboto';
  522. font-size: 7px;
  523. font-style:italic;
  524. color:{color:pagination};}
  525.  
  526. .jump_page {
  527. padding: 3px;}
  528.  
  529. .current_page {
  530. padding: 3px;
  531. color: {color:pagination};
  532. opacity:0.7;}
  533.  
  534. #pagination a, a:visited {
  535. padding: 3px;
  536. color: {color:pagination};
  537. text-decoration: none;}
  538.  
  539. #pagination a:hover {
  540. padding: 3px;
  541. text-decoration: none;
  542. font-weight: bold;}
  543.  
  544.  
  545. /**HOVER POST**/
  546. .hovercontainer {
  547. width: auto;
  548. height:auto;
  549. position: relative;
  550. top: 70px;
  551. right: 15px;
  552. float: right;
  553. z-index: 1;
  554. opacity: 0;
  555. -webkit-transition: all 0.6s ease-in;
  556. -moz-transition: all 0.6s ease-in;
  557. -o-transition: all 0.6s ease-in;}
  558.  
  559. .hovercontainer2 {
  560. text-align: center;
  561. padding:10px;
  562. line-height: 120%;
  563. -webkit-transition: all 0.6s ease-in;
  564. -moz-transition: all 0.6s ease-in;
  565. -o-transition: all 0.6s ease-in;
  566. background-color: hsla(0,0%,0%,0.6);}
  567.  
  568. .blacks:hover .hovercontainer {
  569. opacity: 1;}
  570.  
  571.  
  572. /******************************************tags****************/
  573.  
  574. #taggs {
  575. font:7px 'Roboto';
  576. font-style:italic;
  577. line-height:13px;
  578. margin-left:5px;
  579. padding-top:3px;
  580. margin-top:-5px;
  581. letter-spacing:1px;
  582. padding:1px; }
  583.  
  584. .tags1 {
  585. font-weight: uppercase;
  586. letter-spacing: 1px;
  587. text-align: center;
  588. margin-top: 20px;
  589. }
  590.  
  591. .tags2 {
  592. text-align: center;
  593. margin-bottom: 90px;}
  594.  
  595.  
  596.  
  597. /*ask*/
  598. .asp {float:left; margin-right: 10px;}
  599. .asn {width: 24px; height: 24px; border: 6px solid #fff;margin:20px;margin-top:0;}
  600.  
  601. .asker {
  602. width: 485px;
  603. font-size: 7px;
  604. font-family: 'times new roman';
  605. text-transform:uppercase;
  606. width: 100%;
  607. background-color: {color:quote};
  608. color:{color:quotetext};
  609. line-height:9px;
  610. padding-top:15px;
  611. letter-spacing:2px;
  612. font-weight:600;}
  613.  
  614. .asker img{
  615. float:left;
  616. border-bottom:5px solid #fff;}
  617.  
  618. .asker a{
  619. font-size: 7px;
  620. font-family: 'times new roman';
  621. text-transform:uppercase;
  622. width: 100%;
  623. background-color: {color:quote};
  624. color:{color:quotetext};
  625. line-height:9px;
  626. padding-top:15px;
  627. letter-spacing:2px;
  628. font-weight:600;
  629. text-decoration:none;}
  630.  
  631. .question {
  632. padding-bottom:0px;
  633. padding-top:5px;
  634. font-family:'times new roman';
  635. min-height:39px;
  636. font-size:10px;
  637. background-color:{color:quote};
  638. color:{color:quotetext};}
  639.  
  640. .answer {
  641. margin: 3px 0 0 20px;
  642. font-family:times new roman;
  643. font-size:9px;
  644. line-height:115%;
  645. padding:0 10px 0 15px;
  646. border-left:1px solid {color:quote};}
  647.  
  648. .answer img {
  649. max-width: 470px;}
  650.  
  651.  
  652.  
  653. /******quote**/
  654. .quote{background-color: {color:quote};
  655. color:{color:quotetext};
  656. padding:40px;
  657. font-family:times new roman;
  658. font-size:10px;}
  659.  
  660.  
  661.  
  662. /*audio*/
  663. #player {
  664. width:26px;
  665. height:30px;
  666. overflow:hidden;
  667. position:absolute;
  668. margin-top:7px;
  669. text-align: center;
  670. margin-bottom:5px;
  671. margin-left: 2px;
  672. padding-left: 5px;
  673. opacity: 0.7;
  674. filter:alpha(opacity=70);
  675. -moz-opacity: 0.7;
  676. -khtml-opacity: 0.7;
  677. z-index: 3;}
  678.  
  679. #playerbg{ width:40px;
  680. height:40px;
  681. margin-top:36px;
  682. margin-left:37px;
  683. margin-bottom:40px;
  684. opacity: 0.7;
  685. -moz-opacity: 0.7;
  686. -khtml-opacity: 0.7;
  687. position:absolute;
  688. z-index: 2;}
  689.  
  690. #albumart {
  691. width: 100px;
  692. float:left;
  693. margin:5px 7px 0px 7px;
  694. z-index: 1;
  695. position:absolute;}
  696.  
  697.  
  698.  
  699. /***audio links feld mit text****/
  700.  
  701. .atext {
  702. font-family: 'Roboto';
  703. font-size: 8px;
  704. line-height: 7px;
  705. letter-spacing: 2px;
  706. color: {color:text};
  707. margin-top: 5px;
  708. margin-left: 101px;
  709. text-transform:;
  710. height:18px;
  711. text-decoration: none;
  712. display: block;
  713. padding: 20px 5px 41px 6px;
  714. width:350px;
  715. text-align:center;}
  716.  
  717.  
  718. iframe#tumblr_controls {
  719. top: 0%;
  720. right:0%;
  721. position: fixed;}
  722.  
  723. .source img {
  724. margin-top:2px;
  725. margin-left:1px;
  726. margin-bottom:1px;
  727. border:4px solid {color:background};}
  728.  
  729.  
  730.  
  731. /**chat***/
  732. ul.chat {
  733. width:497px;
  734. margin:0;
  735. padding:0;}
  736.  
  737. .chat li {
  738. list-style-type: none;
  739. padding: 10px;}
  740.  
  741. .chat li.odd {
  742. color: {color:Text};
  743. border-top: 1px solid #eee;
  744. border-left: 1px solid #eee;
  745. border-right: 1px solid #eee;}
  746.  
  747. .chat li.even {
  748. border-top: 1px solid #eee;
  749. border-left: 1px solid #eee;
  750. border-right: 1px solid #eee;
  751. color: #000;}
  752.  
  753. .chat li:last-child {border-bottom: 1px solid #eee;;}
  754.  
  755. .label {
  756. text-transform:uppercase;
  757. font-weight: bold;
  758. letter-spacing:1px;}
  759.  
  760. hr {
  761. border-top:0px;
  762. border-left:0px;
  763. border-right:0px;
  764. border-bottom:.5px solid #777777;
  765. margin-top:-5px;
  766. margin-bottom:5px;
  767. width:100px;
  768. }
  769.  
  770.  
  771.  
  772. </style>
  773.  
  774. </head>
  775. <body>
  776. <div id="sidebarbackground"></div>
  777. <div id="icons">
  778. <div id="icon1"><img src="http://static.tumblr.com/nwigykj/8w1otgtku/jack.png"><div class="iconhov"><a title="17. student.">JACK HART</a></div></div>
  779. <div id="icon2"><img src="http://static.tumblr.com/nwigykj/p1Yotgtky/autumn.png"><div class="iconhov"><a title="16. student.">AUTUMN RIVERS</a></div></div>
  780. <div id="icon3"><img src="http://static.tumblr.com/nwigykj/HO5otgtl3/lucas.png"><div class="iconhov"><a title="17. student.">LUCAS SMITH</a></div></div>
  781. <div id="icon4"><img src="http://static.tumblr.com/nwigykj/VZlotgum4/ophelia.png"><div class="iconhov"><a title="27. US naval aviator.">OPHELIA BRASHER</a></div></div>
  782. <div id="icon5"><img src="http://static.tumblr.com/nwigykj/Q1Motgtmh/mateo.png"><div class="iconhov"><a title="29. doctor.">MATEO GONZALEZ</a></div></div>
  783. <div id="icon6"><img src="{image:icon6}"><div class="iconhov"><a>{text:Naviname6}</a></div></div>
  784. <div id="icon7"><img src="{image:icon7}"><div class="iconhov"><a>{text:Naviname7}</a></div></div>
  785. <div id="icon8"><img src="{image:icon8}"><div class="iconhov"><a>{text:Naviname8}</a></div></div>
  786. <div id="icon9"><img src="{image:icon9}"><div class="iconhov"><a>{text:Naviname9}</a></div></div>
  787. <div id="icon10"><img src="{image:icon10}"><div class="iconhov"><a>{text:Naviname10}</a></div></div>
  788. <div id="icon11"><img src="{image:icon11}"><div class="iconhov"><a>{text:Naviname11}</a></div></div>
  789. <div id="icon12"><img src="{image:icon12}"><div class="iconhov"><a>{text:Naviname12}</a></div></div>
  790. <div id="icon13"><img src="{image:icon13}"><div class="iconhov"><a>{text:Naviname13}</a></div></div>
  791. <div id="icon14"><img src="{image:icon14}"><div class="iconhov"><a>{text:Naviname14}</a></div></div>
  792. <div id="icon15"><img src="{image:icon15}"><div class="iconhov"><a>{text:Naviname15}</a></div></div>
  793. <div id="icon16"><img src="{image:icon16}"><div class="iconhov"><a>{text:Naviname16}</a></div></div>
  794. <div id="icon17"><img src="{image:icon17}"><div class="iconhov"><a>{text:Naviname17}</a></div></div>
  795. <div id="icon18"><img src="{image:icon18}"><div class="iconhov"><a>{text:Naviname18}</a></div></div>
  796. <div id="icon19"><img src="{image:icon19}"><div class="iconhov"><a>{text:Naviname19}</a></div></div>
  797. <div id="icon20"><img src="{image:icon20}"><div class="iconhov"><a>{text:Naviname20}</a></div></div>
  798.  
  799. </div>
  800.  
  801. <div id="titless"> <a href="/" style="text-decoration:none"border="0"><div class="maintitle1">{text:Maintitle1}</div></a><br>
  802. <div class="maintitle2">{text:Maintitle2}</div>
  803. </div>
  804. <div id="hintergrund"></div>
  805. <div id="sidebar">
  806. <div class="links"><a href="/">refresh.</a> <a href="/ask">askbox.</a> <a href="https://undexdchxd.tumblr.com/">thing one.</a> <a href="https://zombielyf.tumblr.com/">thing two.</a></div>
  807. <div id="pagination" >{block:Pagination}
  808. {block:PreviousPage}
  809. <a class="jump_page" href="{PreviousPage}" style="margin-right:30px;">&larr;</a>
  810. {/block:PreviousPage}
  811.  
  812. {block:JumpPagination length="3"}
  813. {block:CurrentPage}
  814. <span class="current_page">{PageNumber}</span>
  815. {/block:CurrentPage}
  816.  
  817. {block:JumpPage}
  818. <a class="jump_page" href="{URL}">{PageNumber}</a>
  819. {/block:JumpPage}
  820. {/block:JumpPagination}
  821. of {TotalPages}
  822.  
  823. {block:NextPage}
  824. <a class="jump_page" href="{NextPage}" style="margin-left:30px;">&rarr;</a>
  825. {/block:NextPage}
  826. {/block:Pagination}</div>
  827.  
  828.  
  829. </div>
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836. <!-- content -->
  837. <div id="post">
  838. {block:Posts}
  839. <div id="entries">
  840.  
  841.  
  842. {block:Text}
  843. <div id="entry" style="padding :8px;">
  844. {block:Title}
  845. <h1>{title}</h1>{/block:Title}{Body}
  846. </div>
  847. {/block:Text}
  848.  
  849. {block:Photo}
  850. <div class="blacks">
  851. <div class="hovercontainer"></div>
  852. <div class="hovercontainer"><div style="margin-top:-52px;"><div class="hovercontainer2">{LikeButton size="13"}<br> {ReblogButton size="13"} </div></div></div>
  853. <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  854. {block:Caption}<div style="padding-left :8px;">{Caption}</div>{/block:Caption}</div>
  855. {/block:Photo}
  856.  
  857. {block:Photoset}
  858. <div class="blacks">
  859. <div class="hovercontainer"></div>
  860. <div class="hovercontainer"><div style="margin-top:-52px;"><div class="hovercontainer2">{LikeButton size="13"}<br> {ReblogButton size="13"} </div></div></div>
  861. <div id="entries">
  862. {Photoset-500}
  863. {block:Caption}<div style="padding-left :8px;">{Caption}</div>{/block:Caption}</div></div>
  864. {/block:Photoset}
  865.  
  866. {block:ContentSource}
  867. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  868. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  869. {/block:SourceLogo}
  870. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  871. {/block:ContentSource}
  872.  
  873. {block:Quote}
  874. <div id="entry" style="padding: 8px;">
  875. <div class="quote">{quote}<br><p align="right">{block:Source}<font style="font-weight: bold; text-transform: uppercase; color: #fff; line-height: 7px; letter-spacing: 3pt; text-transform:uppercase;padding-right:5px;font:7px times new roman;font-weight:600;">&mdash; {Source}</font></p>{/block:Source}</div>
  876. {/block:Quote}
  877.  
  878. {block:Link}
  879. <div id="entry" style="padding : 8px;">
  880. <div class="h1"><a href="{URL}" title="{name}"><h1>{name}</h1></a></div>{block:Description}<blockquote>{Description}</blockquote>{/block:Description}
  881. </div>
  882. {/block:Link}
  883.  
  884. {block:Chat}
  885. {block:Title}
  886. <h3><a href="{Permalink}">{Title}</a></h3>
  887. {/block:Title}
  888. <ul class="chat">
  889. {block:Lines}
  890. <li class="{Alt} user_{UserNumber}">
  891. {block:Label}
  892. <span class="label">{Label}</span>
  893. {/block:Label}
  894. {Line}
  895. </li>
  896. {/block:Lines}
  897. </ul>
  898. {/block:Chat}
  899.  
  900. {block:Audio}
  901. <div id="entry" style="padding : 8px;">
  902. <div id="playerbg">
  903. <div id="player">{AudioPlayerWhite}</div>
  904. </div>
  905. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  906. <span class="atext"><font style="FONT-WEIGHT: normal; COLOR: {color:title}; font:normal 15px {font:body}">♫ {block:TrackName}{TrackName}{/block:TrackName}</font><br>
  907. <FONT style="FONT-WEIGHT: normal; FONT-SIZE: 5pt; TEXT-TRANSFORM: uppercase; COLOR: {color:link}; font-style:; LINE-HEIGHT: 8pt; LETTER-SPACING: 1pt; text-transform:;">{block:Artist}by: {Artist}{/block:Artist} {block:PlayCount}played {PlayCount} times{/block:PlayCount}<br> {block:Album}
  908. Album: {Album}{/block:Album}</font></span>
  909. <br><br>{block:Caption}<blockquote>{Caption}</blockquote>{/block:Caption}
  910. </div>{/block:Audio}
  911.  
  912. {block:Answer}
  913. <div id="entry" style="padding: 8px;">
  914. <div id="question">
  915. <div class="asker">
  916. <table cellspacing="0" cellpadding="0" class="asp"><tr><td><div class="asn"><img src="{AskerPortraitURL-24}"></div></td><td style="vertical-align: top"></td></tr></table>
  917. &nbsp;{Asker}</div>
  918. <div class="question">{Question}</div>
  919. </div>
  920. <div class="answer">{Answer}</div>
  921. </div>
  922. {/block:Answer}
  923.  
  924. {block:Video}
  925. <div id="entry" style="padding: 8px;">
  926. {Video-500}
  927. <div class="padding">{block:Caption}{Caption}{/block:Caption}</div>
  928. </div>
  929. {/block:Video}
  930.  
  931.  
  932. <!-- tags and info -->
  933. <br>
  934. <div id="taggs">
  935. <div class="tags1">
  936. {block:Text} {LikeButton size="13"}{/block:Text}
  937. {block:Panorama} {LikeButton size="13"}{/block:Panorama}
  938. {block:Quote} {LikeButton size="13"}{/block:Quote}
  939. {block:Link} {LikeButton size="13"}{/block:Link}
  940. {block:Chat} {LikeButton size="13"}{/block:Chat}
  941. {block:Audio} {LikeButton size="13"}{/block:Audio}
  942. {block:Video} {LikeButton size="13"}{/block:Video}
  943. {block:Answer} {LikeButton size="13"}{/block:Answer}
  944. <a class="link1" href="{Permalink}">{block:NoteCount}{Notecount} notes{/block:NoteCount}</a>&nbsp;&nbsp;
  945. {block:RebloggedFrom}<a class="link1" href="{ReblogParentURL}">VIA</a> / <a class="link1" href="{ReblogRootURL}">©</a>
  946. <a class="link1" href="{ReblogURL}">REBLOG</a>{/block:RebloggedFrom}
  947. {block:IfTimestamps}{block:Date}<br><a class="link1" href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} of {Month}, {Year} {24Hour}:{Minutes}:{Seconds}</a> {/block:Date}{/block:IfTimestamps}
  948.  
  949.  
  950.  
  951.  
  952. </div>
  953.  
  954.  
  955. <div class="tags2">{block:HasTags} <div class="taggedi"> {block:Tags}<span class="taghead" style="margin-top:-5px;"> <a class="link1" href="{TagURL}">{Tag}</a></span>{/block:Tags} </div>{/block:HasTags}
  956. </div>
  957. </div>
  958.  
  959. {block:PostNotes}
  960. {PostNotes}
  961. {/block:PostNotes}
  962. </div>
  963. {/block:Posts}
  964. </div>
  965. <div style="position:fixed;font:12px 'Roboto';color:#000;text-decoration:none;bottom:10px;left:10px;text-shadow:0;font-weight:300;"><a href="http://helloiloveju.tumblr.com/" border="0" style="text-decoration:none;font-weight:300;">©</a></div>
  966. </body>
  967. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement