Advertisement
pelides

39 // G L O R Y

Feb 21st, 2015
3,349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.26 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <script type="text/javascript">
  5. <!--
  6. function handleThis(formElm)
  7. {
  8. window.location="http://{Name}.tumblr.com/tagged/"+formElm.number.value+"";
  9. return false;
  10. }
  11. // -->
  12. </script>
  13.  
  14.  
  15.  
  16. <title>{Title}</title>
  17.  
  18.  
  19. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  20. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  21.  
  22. <!--------------------------------------------
  23.  
  24. 39 // G L O R Y
  25. ,,,,, by chircn
  26.  
  27. --------------------------------------------->
  28.  
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. {block:Description}
  32. <meta name="description" content="{MetaDescription}"/>
  33. {/block:Description}
  34.  
  35.  
  36. <meta name="color:Background" content="#FFFFFF">
  37. <meta name="color:Hover" content="#000">
  38. <meta name="color:Link" content="#393939">
  39. <meta name="image:Sidebar" content="">
  40. <meta name="color:Text" content="#4c4c4c">
  41. <meta name="text:Link 1" content="">
  42. <meta name="text:Link 1 Title" content="/">
  43. <meta name="text:Link 2" content="">
  44. <meta name="text:Link 2 Title" content="/">
  45. <meta name="text:Link 3" content="">
  46. <meta name="text:Link 3 Title" content="/">
  47. <meta name="text:Link 4" content="">
  48. <meta name="text:Link 4 Title" content="/">
  49.  
  50. <style type="text/css">
  51.  
  52. h1 {
  53. font-weight:normal;
  54. font-size:12px;
  55. text-align:center;
  56. font-style:italic;
  57. line-height:50%;
  58. letter-spacing:0px;
  59. font-family:arial;
  60. text-transform:none;
  61. color:{color:Text};
  62. }
  63.  
  64. h2 {
  65. font-size:12px;
  66. font-family:arial;
  67. letter-spacing:0px;
  68. margin-bottom:12px;
  69. text-transform:lowercase;
  70. padding:15px;
  71. border-bottom:1px solid #f5f5f5;
  72. font-weight:normal;
  73. line-height:90%;
  74. color:{color:Text};
  75. }
  76.  
  77. pre {
  78. width:400px;
  79. text-align: left;
  80. word-wrap: break-word;
  81. color:{color:Text};
  82. }
  83.  
  84. blockquote {
  85. border-left:1px solid #e8e8e8;
  86. padding-left:6px;
  87. }
  88.  
  89. body {
  90. font-family:arial;
  91. margin-left:0px;
  92. color: {color:Text};
  93. background-color:{color:Background};
  94. }
  95.  
  96. a {
  97. color: {color:Link};
  98. text-decoration: none;
  99. }
  100.  
  101. a:hover {
  102. color:{color:Hover};
  103. }
  104.  
  105. #sidebar{
  106. position:fixed;
  107. margin-top:150px;
  108. margin-left:250px;
  109. width:170px;
  110. }
  111.  
  112. #sidebar img{
  113. width:64px;
  114. margin-bottom:5px;
  115. border-radius:100px;
  116. }
  117.  
  118. #sam {
  119. padding:10px;
  120. text-align:center;
  121. text-transform:lowercase;
  122. font-size:16px;
  123. font-stretch:condensed;
  124. font-weight:600;
  125. color:#000;
  126. letter-spacing:2px;
  127. }
  128.  
  129. #links{
  130. border-top:1px solid #f9f9f9;
  131. font-size:9px;
  132. margin-top:10px;
  133. font-family:arial;
  134. text-align:center;
  135. }
  136.  
  137. #links a{
  138. border-bottom:1px solid #f5f5f5;
  139. width:40px;
  140. text-align:center;
  141. margin-bottom:5px;
  142. display:inline-block;
  143. padding-bottom:8px;
  144. margin-right:2px;
  145. padding-top:10px;
  146. color:{color:Sidebar Links};
  147. -moz-transition-duration:0.3s;
  148. -webkit-transition-duration:0.3s;
  149. -o-transition-duration:0.3s;
  150. }
  151.  
  152. #links a:hover{
  153. color:{color:Hover};
  154. -moz-transition-duration:0.3s;
  155. -webkit-transition-duration:0.3s;
  156. -o-transition-duration:0.3s;
  157. }
  158.  
  159. #desc{
  160. margin-top:5px;
  161. margin-bottom:10px;
  162. line-height:200%;
  163. border:5px double #fff;
  164. text-align:center;
  165. padding:20px;
  166. font-size:9px;
  167. background:#f9f9f9;
  168. color:{color:Description};
  169. }
  170.  
  171. #updates {
  172. font-size:11px;
  173. color:{color:Text};
  174. text-align:justify;
  175. height:13px;
  176. width:100px;
  177. padding:4px;
  178. top:15px;
  179. right:10px;
  180. z-index:10;
  181. position:fixed;
  182. overflow:hidden;
  183. -webkit-transition: all 0.5s ease-in-out;
  184. -moz-transition: all 0.5s ease-in-out;
  185. -o-transition: all 0.5s ease-in-out;
  186. }
  187.  
  188. #updates:hover {
  189. height:250px;
  190. }
  191.  
  192. #updatestitle {
  193. text-decoration:underline;
  194. font-size:10px;
  195. text-align:right;
  196. text-transform:uppercase;
  197. font-family:'arial narrow';
  198. font-weight:bold;
  199. color:#000;
  200. }
  201.  
  202. #pagination {
  203. font-family:arial;
  204. border-bottom:1px solid #f5f5f5;
  205. background:#f9f9f9;
  206. text-align:center;
  207. font-size:8px;
  208. padding:15px;
  209. margin-bottom:60px;
  210. margin-top:20px;
  211. }
  212.  
  213. #pagination a {
  214. color:{color:Link};
  215. padding:7px;
  216. -moz-transition-duration: 0.5s;
  217. -o-transition-duration: 0.5s;
  218. -webkit-transition-duration: 0.5s;
  219. transition-duration: 0.5s;
  220. }
  221.  
  222. #pagination a:hover {
  223. color:{color:Hover};
  224. -moz-transition-duration: 0.5s;
  225. -o-transition-duration: 0.5s;
  226. -webkit-transition-duration: 0.5s;
  227. transition-duration: 0.5s;
  228. }
  229.  
  230. /*audio*/
  231.  
  232. #song {
  233. font-size:11px;
  234. padding:5px;
  235. text-align:right;
  236. margin-bottom:-10px;
  237. }
  238.  
  239. .audiop {
  240. padding:15px;
  241. background:#f9f9f9;
  242. border:5px double #fff;
  243. padding-top:10px;
  244. position:relative;
  245. }
  246.  
  247. .audioinfo {
  248. color:{color:text};
  249. font-size:7px;
  250. text-align:right;
  251. }
  252.  
  253. .player {
  254. width:15px;
  255. vertical-align:middle;
  256. margin-top:10px;
  257. margin-left:-10px;
  258. height:15px;
  259. border-radius:400px;
  260. padding:10px;
  261. overflow:hidden;
  262. }
  263.  
  264. .playerb {
  265. margin-top:-10px;
  266. width:40px;
  267. border-radius:400px;
  268. height:40px;
  269. z-index:3;
  270. vertical-align:middle;
  271. position:absolute;
  272. opacity:1;
  273. -webkit-transition:all 0.6s ease-out;
  274. -moz-transition:all 0.6s ease-out;
  275. transition:all 0.6s ease-out;
  276. }
  277.  
  278. .audiop:hover .playerb {
  279. opacity:0.5;
  280. -webkit-transition:all 0.6s ease-out;
  281. -moz-transition:all 0.6s ease-out;
  282. transition:all 0.6s ease-out;}
  283.  
  284.  
  285. .container {
  286. width:400px;
  287. margin-left: 550px;
  288. }
  289.  
  290. .postscontainer {
  291. max-width:400px;
  292. margin: auto;
  293. margin-top:-40px;
  294. margin-left:0px;
  295. }
  296.  
  297. .posts {
  298. width:400px;
  299. line-height:100%;
  300. font-size:11px;
  301. font-family:arial;
  302. margin-top:100px;
  303. text-align:justify;
  304. }
  305.  
  306. .posts a:hover {
  307. color:{color:Hover};
  308. }
  309.  
  310. .posts img {
  311. max-width:400px;
  312. }
  313.  
  314. #info {
  315. margin-top:10px;
  316. padding:10px;
  317. text-align:center;
  318. letter-spacing:1px;
  319. font-size:8px;
  320. text-transform:lowercase;
  321. border-top:1px solid #f9f9f9;
  322. }
  323.  
  324. #info a:hover {
  325. color:{color:text};
  326. }
  327.  
  328.  
  329. .tags {
  330. text-align:center;
  331. font-family:arial;
  332. font-size:8px;
  333. letter-spacing:1px;
  334. padding:0px 0px 0px 0px;
  335. text-transform:lowercase;
  336. display:inline;
  337. }
  338.  
  339. .tags a {
  340. background:#fafafa;
  341. margin:5px 5px 0px 0px;
  342. line-height:16px;
  343. }
  344.  
  345. .tags a:hover {
  346. text-decoration:none;
  347. background-color:{color:background};
  348. }
  349.  
  350. .postnote {
  351. width:400px;
  352. font-family:arial;
  353. text-transform:lowercase;
  354. font-size:11px;
  355. text-align:left;
  356. line-height:120%;
  357. margin-top:40px;
  358. }
  359.  
  360. .postnote li {
  361. list-style-type:none;
  362. padding:10px;
  363. text-align:justify;
  364. margin-left:-45px;
  365. -moz-transition-duration:0.5s;
  366. -webkit-transition-duration:0.5s;
  367. -o-transition-duration:0.5s;
  368. }
  369.  
  370. .postnote img {
  371. width:15px;
  372. padding: 3px;
  373. margin:2px 7px -3px 6px;
  374. text-align:left;
  375. }
  376.  
  377. .postnote img:hover {
  378. background:transparent;
  379. }
  380.  
  381. .quote {
  382. font-size:12px;
  383. font-family:arial;
  384. font-weight:600;
  385. letter-spacing:0px;
  386. padding:15px;
  387. background:#f9f9f9;
  388. border:5px double #fff;
  389. line-height:120%;
  390. text-align:left;
  391. color:{color:Text};
  392. }
  393.  
  394. .source {
  395. font-family:arial;
  396. font-size:9px;
  397. margin-top:10px;
  398. margin-bottom:20px;
  399. font-style:italic;
  400. text-align:center;
  401. }
  402.  
  403. .chat ol {
  404. font-size:11px;
  405. font-family:arial;
  406. line-height:150%;
  407. text-align:justify;
  408. padding:0px;
  409. list-style:none;
  410. }
  411.  
  412. .label {
  413. text-transform:uppercase;
  414. font-size:11px;
  415. font-family:arial;
  416. font-weight:600;
  417. padding-right:5px;
  418. color:{color:Text};
  419. }
  420.  
  421. .line.odd {
  422. padding:5px;
  423. margin-bottom:2px;
  424. }
  425.  
  426. .line.even {
  427. padding:5px;
  428. margin-bottom:2px;
  429. background-color:#f9f9f9;
  430. }
  431.  
  432. #answer {
  433. width:400px;
  434. margin-top:15px;
  435. }
  436.  
  437. #questions {
  438. text-align:right;
  439. background:#f9f9f9;
  440. font-family:arial;
  441. font-weight:normal;
  442. line-height:100%;
  443. font-size:12px;
  444. border:5px double #fff;
  445. padding:15px;
  446. color:{color:text};
  447. }
  448.  
  449. .credit {
  450. position:fixed;
  451. font-family:arial;
  452. font-size:11px;
  453. font-weight:normal;
  454. line-height:150%;
  455. bottom:10px;
  456. right:10px;
  457. text-align:center;
  458. -moz-transition-duration: 0.4s;
  459. -o-transition-duration: 0.4s;
  460. -webkit-transition-duration: 0.4s;
  461. transition-duration: 0.4s;
  462. }
  463.  
  464. .credit a {
  465. font-style:normal;
  466. padding:3px;
  467. color:{color:Link};
  468. padding:2px;
  469. }
  470.  
  471. .credit:hover {
  472. background:transparent;
  473. text-decoration:underline;
  474. }
  475.  
  476. </style>
  477. </head>
  478.  
  479. <body>
  480.  
  481. <div id="sidebar">
  482.  
  483. {block:IfSidebarImage}
  484. <center><img src="{image:Sidebar}"></center>
  485. {/block:IfSidebarImage}
  486.  
  487. <div id="sam">{Title}</div>
  488. <div id="desc">
  489. {description}</div>
  490.  
  491. <div id="links">
  492. <a href="/">index</a>
  493. <a href="/ask">ask</a>
  494. <a href="{text:Link 1}">{text:Link 1 Title}</a><br>
  495. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  496. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  497. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  498. </div>
  499.  
  500. </div>
  501.  
  502. <div id="updates">
  503. <div id="updatestitle">hover</div>
  504. <div style="line-height:140%;padding-top:10px;">
  505.  
  506. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta.
  507.  
  508.  
  509. </div></div>
  510.  
  511.  
  512. <div class="container">
  513.  
  514. <div class="postscontainer">
  515. {block:Posts}
  516.  
  517. {block:ContentSource}
  518.  
  519. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  520.  
  521. {/block:SourceLogo}
  522.  
  523. {block:NoSourceLogo}{/block:NoSourceLogo} —>
  524.  
  525. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  526. <div class="posts">
  527.  
  528. {block:Text}
  529. {block:Title}<h2>{Title}</h2>{/block:Title}
  530. {Body}
  531. {/block:Text}
  532.  
  533. {block:Quote}<div class="quote">&#8220;{Quote}&#8221; </div><div class="source">— {block:Source}{Source}{/block:Source}</div></div> {/block:Quote}
  534.  
  535. {/block:Quote}
  536.  
  537. {block:Link}
  538. <h2><a href="{URL}">{Name}</a></h2>
  539. {block:Description}{Description}{/block:Description}
  540. {/block:Link}
  541.  
  542. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  543. </ol></div>{/block:Chat}
  544.  
  545. {block:Answer}<div id="questions"><b>{asker}:</b><br>
  546. {Question}<br></div>
  547. <div id="answer">
  548. {Answer}</div>
  549. {/block:Answer}
  550.  
  551. {block:Photo}
  552. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  553. {/block:Photo}
  554.  
  555. {block:Photoset}
  556. {Photoset-400}
  557. {block:Caption}{Caption}{/block:Caption}
  558. {/block:Photoset}
  559.  
  560. {block:Audio}
  561. <div class="audiop">
  562. <div class="playerb" style="vertical-align:middle;"><div class="player" style="vertical-align:middle;">
  563. {AudioPlayerWhite}
  564. </div></div>
  565. <div class="audioinfo">
  566. {block:TrackName}<div id="song"><b>{TrackName}</b>{/block:TrackName}
  567. {block:Artist} / {Artist}{/block:Artist}<br> {block:Playcount} — {Playcount} plays<br>{/block:Playcount}</div></div><br></div>
  568. {/block:Audio}
  569.  
  570. {block:Video}
  571. {Video-400}
  572. {block:Caption}{Caption}{/block:Caption}
  573. {/block:Video}
  574.  
  575. {block:Date}
  576. <div id="info">
  577. {block:Date}<a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear}</a>{/block:Date}{block:NoteCount} · <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}
  578. {block:HasTags} · <div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>
  579. </div>
  580. {/block:Date}
  581.  
  582.  
  583. <div class="postnote">
  584. {block:PostNotes}
  585. <center>
  586. {block:ContentSource}
  587. (source: <a href="{SourceURL}">{SourceTitle}</a>,
  588. {/block:ContentSource}
  589. {block:RebloggedFrom}
  590. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br><br><br><br>
  591. {/block:RebloggedFrom}
  592. </center>
  593. {PostNotes}{/block:PostNotes}
  594. </div>
  595. {/block:Posts}
  596.  
  597. {block:Pagination}
  598. <div id="pagination">
  599. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  600. {block:JumpPagination length="5"}
  601. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  602. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  603. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  604. </div>
  605. {/block:Pagination}
  606.  
  607. <div class="credit"><a href="http://mclahei.tumblr.com/">th.</a></div>
  608.  
  609. </div>
  610. </div>
  611. </div>
  612. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement