Advertisement
luhans

#seven

Jul 4th, 2013
1,466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.28 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. <!—THEME CODED BY HKTHEMES // BLUR MENU with CSS3 Transitions by Codrops (http://tympanus.net/codrops/2011/10/19/blur-menu-with-css3-transitions/)-->
  6.  
  7. <head> <!-- DEFAULT VARIABLES -->
  8. <title>{Title}</title>
  9. <meta name="color:background" content="#FDFDFD" />
  10. <meta name="color:text" content="#BEBBA8" />
  11. <meta name="color:link" content="#ada8a1" />
  12. <meta name="color:entries" content="#FFFFFF" />
  13. <meta name="color:desc" content="#FAFAFA" />
  14. <meta name="color:tags" content="#f7f5f5" />
  15. <meta name="color:border" content="#f0e8e8" />
  16. <meta name="color:ask bg" content="#fffffc" />
  17. <meta name="text:link one url" content="http://">
  18. <meta name="text:link one name" content="link one">
  19. <meta name="text:link two url" content="http://">
  20. <meta name="text:link two name" content="link two">
  21. <meta name="text:link three url" content="http://">
  22. <meta name="text:link three name" content="link three">
  23.  
  24.  
  25. <link rel="shortcut icon" href="{Favicon}">
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31.  
  32. {block:Description}
  33. <meta name="description" content="{MetaDescription}" />
  34. {/block:Description}
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Lekton:400,700,400italic' rel='stylesheet' type='text/css'>
  37.  
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. body{
  43. background:{color:Background};
  44. background-image:url('');
  45. background-repeat:repeat;
  46. background-attachment:fixed;
  47. background-position:bottom right;
  48. line-height:110%;
  49. font-family: 'Lekton', sans-serif;
  50. font-size: 10px;
  51. letter-spacing: px;
  52. color:{color:text};
  53. }
  54.  
  55. a:link, a:visited, a:active{
  56. color:{color:link};
  57. outline: none;
  58. -moz-outline-style: none;
  59. text-decoration:none;
  60. }
  61.  
  62. a img{
  63. border:none;
  64. }
  65.  
  66. blockquote{
  67. padding:0px;
  68. padding-left:5px;
  69. margin:5px;
  70. border-left:1px dotted #288992;
  71. }
  72.  
  73. blockquote img{
  74. display:block;
  75. }
  76.  
  77. blockquote p{
  78. padding:0px;
  79. margin:0px;
  80. }
  81.  
  82. blockquote blockquote{
  83. position:relative;
  84. left:-5px;
  85. margin-top:0px;
  86. margin-right:0px;
  87. padding-right:0px;
  88. }
  89.  
  90. ul.chat, .chat ol, .chat li {
  91. list-style:none;
  92. margin:0px;
  93. padding:0px;
  94. }
  95.  
  96. #container{
  97. margin-left:250px;
  98. width:100%;
  99. margin-top:-10px;
  100. height:240px;
  101. position:fixed;
  102. background:transparent;
  103. padding:15px;
  104. background-color:{color:side background};
  105. }
  106.  
  107.  
  108. #entry {
  109. width:500px;
  110. padding: 20px;
  111. display: block;
  112. background:{color:entries};
  113. margin: 9px 9px 3px 3px;
  114. }
  115.  
  116. #post{
  117. margin-left: 510px;
  118. width:550px;
  119. padding:22px;
  120. background-color:#;
  121. Margin-top:-9px;
  122. }
  123.  
  124.  
  125. #sdesc {
  126. height:100%;
  127. margin-top:-10px;
  128. margin-left:-10px;
  129. background-color:{color:sidebar};
  130. position:fixed;
  131. padding:10px;
  132. color:{color:sdesc};}
  133.  
  134. b {font-weight: bold;color : {color:text}; }
  135. i, em {font-weight:italic;color: {color:text};}
  136. u {font-weight:none; color: {color:underline};}
  137.  
  138.  
  139. .asker {
  140. width: 485px;
  141. background: {color:background};
  142. padding: 10px;
  143. font-size: 11px;
  144. font-weight: bold;
  145. text-transform: uppercase;
  146. line-height: 11px; }
  147.  
  148. .asker img{
  149. float: left;
  150. padding: 0px 5px 0px 0px;}
  151.  
  152. .asker a{
  153. font-size: 11px;
  154. font-weight: bold;
  155. color:{color:link};
  156. line-height: 11px;
  157. padding: 0;
  158. margin: 0;}
  159.  
  160. .question {
  161. font-size: 10px;
  162. font-weight: normal;
  163. color:{color:text};
  164. padding:20px
  165. overflow:hidden;
  166. text-transform: none;}
  167.  
  168. .answer {
  169. padding-left: 4px;
  170. padding-right: 4px;
  171. padding-top: 4px;}
  172.  
  173. .answer img {
  174. max-width: 470px;}
  175.  
  176. #acont{
  177. display:block;
  178. height:100px;
  179. background: #e4e4e4;
  180. width:100px;
  181. opacity: 0.2;
  182. position:absolute;}
  183.  
  184. #audioplayer{
  185. width:20px;
  186. height:20px;
  187. overflow:hidden;
  188. margin: 35px 0px 0px 35px;
  189. background-color:#ececec;}
  190.  
  191. .atext {
  192. background: {color:tags};
  193. font-family: 'Lekton', sans-serif!important;
  194. font-size: 10px;
  195. line-height: 7px;
  196. letter-spacing: 2px;
  197. color: {color:link}!important;
  198. margin-bottom: 1px;
  199. text-transform:uppercase;
  200. text-decoration: none;
  201. display:inline-block;
  202. padding: 40px;
  203. margin-left:100px;
  204. width:320px;
  205. height:20px;
  206. text-align:left;}
  207.  
  208. .atext:hover {
  209. color:{color:link};
  210. background: {color:nav hover};
  211. -webkit-transition: opacity 0.7s linear;opacity: 0.7s;
  212. -webkit-transition: all 0.6s ease-out;
  213. -moz-transition: all 0.6s ease-out;
  214. transition: all 0.6s ease-out;
  215. font-style:italic;}
  216.  
  217. #tags{
  218. margin-left:20px;
  219. margin-top:8px;}
  220.  
  221. ol.notes {
  222. list-style-type: none;
  223. padding:0px;
  224. }
  225.  
  226. ol.notes li.note {
  227. padding:3px;
  228. }
  229.  
  230. .table{
  231. width:545px;
  232. margin-left:px;}
  233.  
  234. .bmenu{
  235. padding: 0px;
  236. margin: 0 0 10px 0;
  237. position: relative;
  238. }
  239. .bmenu li{
  240. font-size: 9px;
  241. display: inline-block;
  242. }
  243. .bmenu li a{
  244.  
  245. text-transform: uppercase;
  246. color: {color:links};
  247. padding: 10px 10px 10px 10px;
  248. margin: 2px;
  249. letter-spacing:2px;
  250. font-family:'Lekton';
  251. background:{color:nav button};
  252. -webkit-transition: all 0.2s linear;
  253. -moz-transition: all 0.2s linear;
  254. -o-transition: all 0.2s linear;
  255. -ms-transition: all 0.2s linear;
  256. transition: all 0.2s linear;
  257. }
  258.  
  259. .bmenu:hover li a{
  260. text-shadow: 0px 0px 10px #000;
  261. color: transparent;
  262. background:transparent;
  263. }
  264. .bmenu li a:hover{
  265. background:{color:nav hover};
  266. text-shadow: 0px 0px 1px {color:text};
  267. }
  268. .pagina{
  269. font-family:courier;
  270. font-size:50px;}
  271. #pagina1 {
  272. font-family:courier;
  273. font-size:50px;
  274. background-color:
  275. transparent; width: 100px;
  276. position:fixed;
  277. display: block;
  278. height:100%;
  279. background-color: transparent;
  280. right: 0px;
  281. top: 0px;}
  282.  
  283. #pagina1 a:link, {
  284. color: #ffffff;}
  285.  
  286. #pagina1:hover{
  287. background: rgba(0,0,0,0.5);}
  288.  
  289. #pagina2 {
  290. font-family:courier;
  291. font-size:50px;
  292. background-color: transparent;
  293. width: 100px;
  294. position:fixed;
  295. display: block;
  296. height:100%;
  297. left: 0px;
  298. top: 0px;}
  299.  
  300. .pagina2 a:link, {
  301. color: #fff;
  302. }
  303. #pagina2:hover{
  304. background: rgba(0,0,0,0.5);}
  305.  
  306. #containertag{
  307. position:absolute;
  308. width: 85px;
  309. margin-left: 540px;
  310. margin-top:0px;
  311. }
  312.  
  313. #infobox {
  314. font-family:{font:body};
  315. text-transform: uppercase;
  316. font-size:7px;
  317. letter-spacing:1px;
  318. padding:5px;
  319. }
  320.  
  321. #sidecont {
  322. width:240px;}
  323.  
  324. hr{
  325. margin-left:-5px;
  326. border: 0;
  327. color: {color:border};
  328. background-color: {color:border};
  329. height: 1px;
  330. }
  331.  
  332. .desc {
  333. margin-left:2px;
  334. }
  335.  
  336. .portrait{
  337. width:24px;
  338. height:24px;
  339. margin-top:-0px;
  340. background-color:{color:entries};
  341. padding:5px;
  342. margin-right:5px;
  343. z-index:2;}
  344.  
  345. .quotesymbol{
  346. font-family: arial bold;
  347. margin-top:18px;
  348. font-size:60px;
  349. opacity:.3;
  350. color: {color:link};
  351. position: absolute;
  352. }
  353. {CustomCSS}
  354. </style>
  355. </head>
  356.  
  357. <!-- HTML -->
  358.  
  359. <body>
  360.  
  361. {block:Pagination}
  362. <div class="pagina">
  363. {block:NextPage}<div id="pagina1"><table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: center; width: 100%"><tr><Td>
  364. <a href="{NextPage}">›</a></td></tr></table></div>{/block:NextPage}</div>
  365.  
  366.  
  367. <div id="pagina2">
  368. {block:PreviousPage}
  369. <table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: center; width: 100%"><tr><Td><a href="{PreviousPage}">‹</a></td></tr></table></div>{/block:PreviousPage}</div>
  370. {/block:Pagination}
  371.  
  372.  
  373.  
  374. <!-- POSTS -->
  375. <div id="post">
  376. <div class="table">
  377. <ul class="bmenu"><center>
  378. <li><a href="/">index</a></li>
  379. <li><a href="/ask">message</a></li>
  380. {block:IfLinkOneurl}
  381. <li><a href="{text:link one url}">{text:link one name}</a></li>
  382. {/block:IfLinkOneurl}
  383. {block:IfLinkTwourl}
  384. <li><a href="{text:link Two url}">{text:link Two name}</a></li>
  385. {/block:IfLinkTwourl}
  386. {block:IfLinkThreeurl}
  387. <li><a href="{text:link Three url}">{text:link Three name}</a></li>
  388. {/block:IfLinkThreeurl}
  389. <li><a href="http://hkthemes.tumblr.com">&copy;</a></li>
  390.  
  391.  
  392. </ul></center>
  393. </div>
  394. <hr>
  395. <div id="desc">
  396.  
  397.  
  398. <div style="width: 540px; text-align:left!important; background-color: transparent; border:transparent; min-height:35px; padding: px;"><img src="{PortraitURL-24}" align="left" class="portrait">{Description}</div></div>
  399. {block:Posts}
  400.  
  401. <div id="entries">
  402. <div id="containertag">
  403. <div id="infobox"><center>
  404. <div class="source">
  405.  
  406.  
  407. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"><img src="{ReblogParentPortraitURL-16}" class="portrait"></a><br>{block:ContentSource}<a href="{SourceURL}" title="source">(&copy; {ReblogRootName})</a>{block:ContentSource}{/block:RebloggedFrom}</div>
  408. <a href="{Permalink}" title="permalink">{DayOfMonthWithZero} {ShortMonth} {Year} @ {12Hour}:{Minutes}{AmPm}</a> {block:NoteCount}+ {Notecount}{/block:NoteCount}
  409. </div>
  410. </div>
  411.  
  412. <!-- Text -->
  413. {block:Text}
  414. <div id="entry">
  415. {block:Title}<h3>{Title}</h3>{/block:Title}
  416. {Body}
  417. </div>
  418. {/block:Text}
  419.  
  420. <!-- Photo -->
  421. {block:Photo}
  422. <div id="entry">
  423. {LinkOpenTag}
  424. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  425. {LinkCloseTag}
  426. {block:Caption}<p>{Caption}</p>{/block:Caption}
  427. </div>
  428. {/block:Photo}
  429.  
  430. <!-- Photoset -->
  431. {block:Photoset}
  432. <div id="entry">
  433. {Photoset-500}
  434. {block:Caption}<p>{Caption}</p>{/block:Caption}
  435. </div>
  436. {/block:Photoset}
  437.  
  438.  
  439. <!-- Quote -->
  440. {block:Quote}
  441. <div id="entry">
  442. <div class="quotesymbol">“</div>
  443. <div style="border-left:1px solid #F1F1F1; margin-left:37px; padding:9px;"><span class="quote"><font style="FONT-WEIGHT: normal; COLOR: {color:text}; font:normal 15px {font:body}, serif;font-style:italic;">{quote}</font><br>
  444. {block:Source}— <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>{/block:Source}
  445. </div>
  446. </div>
  447. {/block:Quote}
  448.  
  449. <!-- Link -->
  450. {block:Link}
  451. <div id="entry">
  452. <h3><a href="{URL}" target="_blank">{Name}</a></h3>
  453. {block:Description}<p>{Description}</p>{/block:Description}
  454. </div>
  455. {/block:Link}
  456.  
  457. <!-- Chat -->
  458. {block:Chat}
  459. <div id="entry">
  460. {block:Title}<h3>{Title}</h3>{/block:Title}
  461. {block:Lines}
  462. {block:Label}{Label}{/block:Label} {Line}</br>
  463. {/block:Lines}
  464. </div>
  465. {/block:Chat}
  466.  
  467. <!-- Audio -->
  468. {block:Audio}
  469. <div id="entry"><div id="acont"><div id="audioplayer">{AudioPlayerGrey}</div></div></span>
  470.  
  471. <div class="atext">{block:TrackName}{TrackName}{/block:TrackName} {block:Artist}/ {Artist}{/block:Artist}{block:PlayCount} / {PlayCountWithLabel}{/block:PlayCount}
  472. </div>
  473. <br>
  474.  
  475. {block:Caption}{Caption}{/block:Caption}
  476. </div>
  477. {/block:Audio}
  478.  
  479. <!-- Video -->
  480. {block:Video}
  481. <div id="entry">
  482. {Video-500}
  483. {block:Caption}{Caption}{/block:Caption}
  484. </div>
  485. {/block:Video}
  486.  
  487. <!-- Message -->
  488. {block:Answer}
  489. <div id="entry">
  490. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}
  491. <div class="question">{Question}</div></div>
  492. <div class="answer">{Answer}</div>
  493. </div>
  494. {/block:Answer}
  495.  
  496.  
  497. <div id="tags">{block:HasTags}<span style="background:{color:tags}; padding:5px;">filed under:</span> {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  498.  
  499. <br>
  500.  
  501. <!-- Permalink page -->
  502. {block:PermalinkPage}
  503.  
  504. {block:PostNotes}
  505. {PostNotes}
  506. {/block:PostNotes}
  507.  
  508. {/block:PermalinkPage}
  509.  
  510. <!-- Other -->
  511. {block:ContentSource}
  512. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  513. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  514. {/block:SourceLogo}
  515. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  516. {/block:ContentSource}
  517.  
  518. </div>
  519.  
  520. {/block:Posts}
  521.  
  522. </div>
  523. <!-- END POSTS -->
  524.  
  525.  
  526. </body>
  527. </html>
  528.  
  529. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement