Advertisement
luhans

XOXO

Apr 12th, 2014
1,214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.21 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--XOXO BY @HKTHEMES-->
  6.  
  7. <head> <!-- DEFAULT VARIABLES -->
  8. <title>{Title}</title>
  9. <meta name="if:XOXO Title" content="1"/>
  10. <meta name="color:text" content="#222324" />
  11. <meta name="color:background" content="#ffffff" />
  12. <meta name="color:link" content="#080808" />
  13. <meta name="color:ask" content="#acac9b" />
  14. <meta name="color:sidebar" content="#000000" />
  15. <meta name="color:description" content="#3e3e3e" />
  16. <meta name="color:topbar" content="#FFFFFF" />
  17. <meta name="color:top title" content="#1b1b1b" />
  18. <meta name="color:title" content="#FFFFFF" />
  19. <meta name="color:menu" content="#FFFFFF" />
  20. <meta name="color:info" content="#acac9b" />
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="image:top bar" content=""/>
  23. <meta name="text:link one url" content="http://">
  24. <meta name="text:link one name" content="link one">
  25. <meta name="text:link two url" content="http://">
  26. <meta name="text:link two name" content="link two">
  27. <meta name="text:link three url" content="http://">
  28. <meta name="text:link three name" content="link three">
  29. <meta name="text:link four url" content="http://">
  30. <meta name="text:link four name" content="link four">
  31. <meta name="text:link five url" content="http://">
  32. <meta name="text:link five name" content="link five">
  33. <meta name="text:link six url" content="http://">
  34. <meta name="text:link six name" content="link six">
  35.  
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <title>{Title}</title>
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42. {block:Description}
  43. <meta name="description" content="{MetaDescription}" />
  44. {/block:Description}
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Gudea|Rokkitt|Graduate|Aldrich|Inconsolata' rel='stylesheet' type='text/css'>
  47. <link href='http://fonts.googleapis.com/css?family=Duru+Sans|Droid+Sans+Mono|Carrois+Gothic|Unica+One|Montserrat|Carrois+Gothic+SC|Sintony|Inconsolata|Telex|Arvo|Roboto' rel='stylesheet' type='text/css'>
  48.  
  49. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  50. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  51. <script>
  52. (function($){
  53. $(document).ready(function(){
  54. $("[title]").style_my_tooltips({
  55. tip_follows_cursor:true,
  56. tip_delay_time:200,
  57. tip_fade_speed:300
  58. }
  59. );
  60. });
  61. })(jQuery);
  62. </script>
  63.  
  64.  
  65. <style type="text/css">
  66. body{
  67. background:{color:Background};
  68. line-height:100%;
  69. font-family: roboto;
  70. font-size: 11px;
  71. letter-spacing: px;
  72. overflow-x: hidden;
  73. text-transform:uppercase;
  74. color:{color:text};}
  75.  
  76. a {
  77. text-decoration:none;
  78. color:{color:link};
  79. }
  80.  
  81.  
  82. a:hover{
  83. text-decoration:none;
  84. color:{color:link hover};
  85. -webkit-transition: opacity 0.5s linear;
  86. -webkit-transition: all 0.5s ease-in-out;
  87. -moz-transition: all 0.5s ease-in-out;
  88. -o-transition: all 0.5s ease-in-out;
  89. opacity:1;
  90. }
  91.  
  92. #post{
  93. margin-left:750px;
  94. margin-top:240px;
  95. }
  96.  
  97. #entry {
  98. margin-top:70px;
  99. margin-bottom:20px;
  100. width:500px;
  101. }
  102.  
  103.  
  104. #topbar{
  105. background-color:{color:topbar};
  106. width:100%;
  107. height:100px;
  108. padding:50px;
  109. background-image:url('{image:top bar}');
  110. margin-left:475px;
  111. margin-top:-240px;
  112. position:absolute;
  113. z-index:9999;
  114. }
  115.  
  116. #sidebar{
  117. background-color:{color:sidebar};
  118. width:400px;
  119. height:100%;
  120. background-image:url('{image:sidebar}');
  121. padding:50px;
  122. margin-left:-25px;
  123. margin-top:-240px;
  124. position:fixed;
  125. }
  126.  
  127.  
  128. a img{
  129. border:none;}
  130.  
  131. blockquote{
  132. padding:0px;
  133. padding-left:5px;
  134. margin:5px;
  135. border-left:1px solid {color:font};}
  136.  
  137. blockquote img{
  138. display:block;}
  139.  
  140. blockquote p{
  141. padding:0px;
  142. margin:0px;}
  143.  
  144. blockquote blockquote{
  145. position:relative;
  146. left:-5px;
  147. margin-top:0px;
  148. margin-right:0px;
  149. padding-right:0px;}
  150.  
  151. ul.chat, .chat ol, .chat li {
  152. list-style:none;
  153. margin:0px;
  154. padding:0px}
  155.  
  156. .title{
  157. font-family: 'Inconsolata', sans-serif;
  158. font-size:130px;
  159. font-weight:bold;
  160. color:{color:top title};
  161. padding-top:35px;
  162. }
  163.  
  164. .description{
  165. font-family: roboto;
  166. font-size:9px;
  167. color:{color:description};
  168. text-transform:uppercase;
  169. margin-left:420px;
  170. margin-top:-30px;
  171. width:300px;
  172. }
  173.  
  174. .navi {
  175. width:350;
  176. margin-left:40px;
  177. margin-top:125px;
  178. }
  179.  
  180. .navi a{
  181. width:5px;
  182. height:5px;
  183. padding:50px;
  184. display:inline-block;
  185. margin-top:8px;
  186. border: 1px solid {color:menu};
  187. margin-left:5px;
  188. background-color:{color:menu};
  189. font-family: 'Inconsolata', sans-serif;
  190. color:{color:title};
  191. text-transform:uppercase;
  192. text-align:center;
  193. }
  194.  
  195.  
  196. .navi a:hover{
  197. border: 1px solid {color:title};
  198. -webkit-transition: all 0.2s ease-in-out;
  199. -moz-transition: all 0.2s ease-in-out;
  200. -o-transition: all 0.2s ease-in-out;
  201. transition: all 0.2s ease-in-out;
  202. background-color:{color:title};
  203. color:{color:menu};}
  204.  
  205.  
  206. #s-m-t-tooltip{
  207. background-color:{color:menu};
  208. padding:10px;
  209. z-index:99;
  210. margin-top:20px;
  211. margin-left: 30px;
  212. display:inline-block;
  213. text-transform:uppercase;
  214. font-size:11px;
  215. line-height:14px;
  216. color:{color:link};
  217. letter-spacing:px;}
  218.  
  219. #infobox {
  220. width:450px;
  221. background-color: {color:info};
  222. padding:30px 30px 30px 20px;
  223. margin-top:-5px;
  224. }
  225. .info{
  226. width:500px;
  227. margin-left:-30px;
  228. display:inline-block
  229. align:center;
  230.  
  231. }
  232. .infotext{
  233. font-size:36px;
  234. font-family:arial;
  235. font-weight:bold;
  236. letter-spacing:-5px;
  237. display:inline-block;
  238. padding:20px;
  239. }
  240. .source{
  241. font-size:11px;
  242. letter-spacing:;
  243. line-height:105%;
  244. font-weight:500;
  245. margin-top:-3px;
  246. text-align:left;
  247. display:inline-block;
  248. padding:20px;
  249. border-left:1px solid {color:text};
  250. }
  251.  
  252.  
  253. #pagination {
  254. text-align:center;
  255. margin-top: 10px;
  256. font-size: 20px;
  257. padding: 8px;
  258. color:{color:menu};
  259. background-image:url('');
  260. text-align:justify;
  261. background-color: {color:sidebar};
  262. }
  263.  
  264. .asker {
  265. width: 450px;
  266. background-color: {color:ask};
  267. padding: 25px;
  268. font-size: 11px;
  269. font-weight: bold;
  270. text-transform: uppercase;
  271. line-height: 11px; }
  272.  
  273. .asker img{
  274. float: left;
  275. padding: 0px 5px 0px 0px;}
  276.  
  277. .asker a{
  278. font-size: 11px;
  279. font-weight: bold;
  280. color:{color:link};
  281. line-height: 11px;
  282. padding: 0;
  283. margin: 0;}
  284.  
  285. .question {
  286. font-size: 10px;
  287. font-weight: normal;
  288. color:{color:text};
  289. padding:20px
  290. overflow:hidden;
  291. text-transform: none;}
  292.  
  293. .answer {
  294. padding-left: 4px;
  295. padding-right: 4px;
  296. padding-top: 4px;}
  297.  
  298. .answer img {
  299. max-width: 470px;}
  300.  
  301. #portrait img {
  302. width:40px;
  303. height:40px;
  304.  
  305. margin-top:5px;
  306. margin-left:5px;
  307. z-index:2;}
  308.  
  309. #acont{
  310. z-index:2;
  311. display:block;
  312. width: 100px;
  313. height:100px;
  314. background-color:#ffffff;
  315. opacity:0.7;
  316. position:absolute;
  317. }
  318.  
  319. #acont:hover{
  320. -webkit-transition: all 0.2s ease-in-out;
  321. -moz-transition: all 0.2s ease-in-out;
  322. -o-transition: all 0.2s ease-in-out;
  323. transition: all 0.2s ease-in-out;
  324. opacity:0.6;}
  325.  
  326. #audioplayer{
  327. width:20px;
  328. height:20px;
  329. overflow:hidden;
  330. margin: 38px 0px 0px 35px;
  331. background-color:transparent;}
  332.  
  333. .atext {
  334. background-color:{color:audio info};
  335. font-family: {font:body}!important;
  336. font-size: 8px;
  337. line-height: 7px;
  338. letter-spacing: 2px;
  339. color: {color:link}!important;
  340. margin-top:-5px;
  341. margin-left: 101px;
  342. text-transform:;
  343. height:18px;
  344. text-decoration: none;
  345. display: block;
  346. padding: 25px 5px 41px 6px;
  347. width:390px;
  348. text-align:center;}
  349.  
  350. .atext:hover {
  351. color:{color:link};
  352. background-color:{color:entries};
  353. -webkit-transition: opacity 0.7s linear;
  354. opacity: 0.9s;
  355. -webkit-transition: all 0.6s ease-out;
  356. -moz-transition: all 0.6s ease-out;
  357. transition: all 0.6s ease-out;
  358. }
  359.  
  360. .audio{
  361. position:absolute;
  362. width:40px;
  363. height:40px;}
  364.  
  365. .aimg{
  366. width:100px;
  367. height:100px;
  368. position:absolute;}
  369.  
  370. .aimg img{
  371. float:left;
  372. opacity:0.6;
  373. width:100px;
  374. }
  375.  
  376. #tags{
  377. overflow:hidden;
  378. width: 508px;
  379. text-align:center;
  380. text-transform:uppercase;
  381. letter-spacing:1px;
  382. font-size:9px;
  383. margin-left: 5px;
  384. margin-top:3px;}
  385.  
  386. </style>
  387.  
  388. <style type="text/css">{CustomCSS}</style>
  389. <body>
  390.  
  391. <div id="topbar">
  392. <div class="title">{title}</div>
  393. <div class="description">{description}</div>
  394.  
  395. </div>
  396.  
  397. <div id="sidebar">
  398. <div class="navi">
  399.  
  400. <a href="{text:link one url}" title="{text:link one name}">X</a>
  401. <a href="{text:link two url}" title="{text:link two name}">O</a>
  402. <a href="{text:link three url}" title="{text:link three name}">X</a>
  403. <a href="{text:link four url}" title="{text:link four name}">O</a>
  404. <a href="{text:link five url}" title="{text:link five name}">X</a>
  405. <a href="{text:link six url}" title="{text:link six name}">O</a>
  406.  
  407. {block:PreviousPage}<a href="{PreviousPage}" title="previous page">-</a>{/block:PreviousPage}
  408. {block:NextPage}<a href="{NextPage}" title="next page">+</a>{block:NextPage}
  409.  
  410. </div>
  411.  
  412. <img src="{PortraitURL-64}" style="width: 49px; background-color: {color:menu}; height:49px; padding-top:2px; padding-left:2px; border: 28px solid {color:menu}; margin-left:275px; margin-top:-107px;">
  413.  
  414. </div>
  415.  
  416.  
  417. <div id="post">
  418. {block:Posts}
  419. <div id="entries">
  420.  
  421. {block:Text}
  422. <div id="entry">
  423. {block:Title}<font style="FONT-WEIGHT: normal; COLOR: {color:title}; font:bold 30px arial;letter-spacing:-1px;">{title}</font>{/block:Title}<br>
  424. <br>{Body}
  425.  
  426. </div>
  427. {/block:Text}
  428.  
  429. {block:Photo}
  430. <div id="entry">
  431. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  432. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  433. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="500" title"Photo"/>
  434. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  435. {block:Caption}{Caption}{/block:Caption}
  436. </div>{/block:Photo}
  437.  
  438. {block:Photoset}
  439. <div id="entry">
  440. {Photoset-500}
  441. {block:Caption}{Caption}{/block:Caption}
  442. </div>
  443. {/block:Photoset}
  444.  
  445.  
  446. {block:ContentSource}
  447. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  448. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  449. {/block:SourceLogo}
  450. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  451. {/block:ContentSource}
  452.  
  453. {block:Quote}
  454. <div id="entry">
  455. <span class="quote"><font style="FONT-WEIGHT: normal; COLOR: {color:title}; font:normal 15px {font:body}, serif;font-style:italic;">{quote}</font><br>{block:Source}<p align="right">&mdash; <FONT style="FONT-WEIGHT: normal; FONT-SIZE: 5pt; TEXT-TRANSFORM: uppercase; COLOR: {color:link}; font-style:; LINE-HEIGHT: 8pt; LETTER-SPACING: 3pt; text-transform:;">{Source}</font></p>{/block:Source}
  456. </div>
  457. {/block:Quote}
  458.  
  459. {block:Link}
  460. <div id="entry">
  461. <div class="h2"><a href="{URL}" title="{name}"><font style="FONT-WEIGHT: normal; COLOR: {color:title}; font:bold 30px arial; letter-spacing:-1px; padding:10px;">{name}</font></a></div>{block:Description}{Description}{/block:Description}
  462. </div>
  463. {/block:Link}
  464.  
  465. {block:Chat}
  466. <div id="entry">
  467. {block:Title}<font style="FONT-WEIGHT: normal; COLOR: {color:title}; font:normal 15px {font:body}">{title}</font>{/block:Title}<br>
  468. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  469. </div>
  470. {/block:Chat}
  471.  
  472. {block:Audio}
  473. <div id="entry">
  474. <div class="audio"><div id="acont"><div id="audioplayer">{AudioPlayerWhite}</div></div>
  475. <div class="aimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="aimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  476. <div class="atext"><font style="FONT-WEIGHT: normal; margin-top:-50px; COLOR: {color:title}; font:bold 20px arial;font-style:; letter-spacing:-1px; padding:10px;">{block:TrackName}{TrackName}{/block:TrackName}</font><br>
  477. <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}{Artist}{/block:Artist} ♫ {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</font></div>
  478. <br><br>
  479. {block:Caption}{Caption}{/block:Caption}
  480. </div>
  481. {/block:Audio}
  482.  
  483. {block:Answer}
  484. <div id="entry">
  485. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker} asked:
  486. <div class="question">{Question}</div></div>
  487. <div class="answer">{Answer}</div>
  488. </div>
  489. {/block:Answer}
  490.  
  491.  
  492. {block:Video}
  493. <div id="entry">
  494. {Video-500}
  495. {block:Caption}{Caption}{/block:Caption}
  496. </div>
  497. {/block:Video}
  498.  
  499.  
  500. <div id="infobox">
  501. <center>
  502. <div class="info">
  503. <div class="infotext">
  504. {block:Date}<font style="font-family:arial; color:{color:info};">&mdash;</font> <a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}</a> <font style="color:{color:info};">&mdash;</font>{/block:Date} {Block:NoteCount} <a href="{Permalink}" title="notes">{NoteCount}</a> {/Block:NoteCount}</div>
  505.  
  506. {block:RebloggedFrom} <div class="source"> <a href="{ReblogParentURL}" title="reblogged from">{ReblogParentName}</a>
  507. {block:ContentSource}<br><a href="{SourceURL}" title="source">{ReblogRootName}</a>{/block:ContentSource} </div> {/block:RebloggedFrom}
  508. </center>
  509. </div>
  510. <br>
  511. <div id="tags">{block:HasTags}FILED UNDER: {block:Tags}<FONT style="FONT-WEIGHT: normal; background-color:{color:topbar}; padding: 5px; COLOR: {color:link}; font-style:; LINE-HEIGHT: 22px; LETTER-SPACING: 1pt; text-transform:;"><a href="{TagURL}" title="{Tag}">#{Tag} </a> </font> {/block:Tags}{/block:HasTags}</div>
  512.  
  513.  
  514. {block:PostNotes}
  515. {PostNotes}
  516. {/block:PostNotes}
  517. </div>
  518. {/block:Posts}
  519. </div></div>
  520. </body>
  521. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement