Advertisement
xivth

13. PLAIDMENCO

Jul 26th, 2014
1,486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.98 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <!---
  3. Theme 13. PLAIDMENCO by soldierholic
  4. Don't remove the credit!
  5. Please don't take, use as a base, or claim the theme as your own.
  6. --->
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Side" content="#c0e7ff"/>
  16. <meta name="color:Accents" content="#ff9c9c"/>
  17. <meta name="color:Bold" content="#499ab3"/>
  18. <meta name="color:Hover" content="#979797"/>
  19. <meta name="color:Text" content="#6d6d6d"/>
  20.  
  21. <meta name="image:Sidebar" content="http://static.tumblr.com/yiih8yx/dion9ba8i/plaidart.png"/>
  22.  
  23. <meta name="if:400px" content="1" />
  24.  
  25. <meta name="text:Home Title" content="return" />
  26. <meta name="text:Ask Title" content="message" />
  27. <meta name="text:Submit Title" content="bestow" />
  28. <meta name="text:Archive Title" content="memory" />
  29.  
  30. <meta name="text:Link1" content="/" />
  31. <meta name="text:Link1 Title" content="Link 1" />
  32. <meta name="text:Link2" content="/" />
  33. <meta name="text:Link2 Title" content="Link 2" />
  34. <meta name="text:Link3" content="/" />
  35. <meta name="text:Link3 Title" content="Link 3" />
  36. <meta name="text:Link4" content="/" />
  37. <meta name="text:Link4 Title" content="Link 4" />
  38. <meta name="text:Link5" content="/" />
  39. <meta name="text:Link5 Title" content="Link 5" />
  40.  
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  44. <script>
  45. (function($){
  46. $(document).ready(function(){
  47. $("[title]").style_my_tooltips({
  48. tip_follows_cursor:true,
  49. tip_delay_time:0,
  50. tip_fade_speed:0,
  51. attribute:"title"
  52. });
  53. });
  54. })(jQuery);
  55. </script>
  56.  
  57. </script>
  58.  
  59. <style type="text/css">
  60. @import url(http://static.tumblr.com/6hsqxdt/md2mgu4of/tinytots.css);
  61.  
  62. ::-webkit-scrollbar-thumb:vertical {
  63. background-color:{color:side};
  64. height:7px;
  65.  
  66. border-right:2px solid {color:background};
  67. border-left:1px solid {color:background};}
  68. ::-webkit-scrollbar-thumb:horizontal {
  69. background-color:{color:side};
  70. height:7px!important;}
  71. ::-webkit-scrollbar {
  72. background:{color:background};
  73. height:7px;
  74. width:8px;}
  75. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  76. display:block;
  77. height:6px;
  78. background-color:{color:background};
  79. border-right:2px solid {color:background};}
  80.  
  81. body {
  82. background-color:{color:background};
  83. margin:0px;
  84. color:{color:text};
  85. font-family:arial;
  86. font-size:10px;
  87. font-style: none;}
  88.  
  89. sup,small,sub {
  90. font-size:10px;}
  91.  
  92. b,strong {color:{color:bold};}
  93.  
  94. a {
  95. color: {color:accents};
  96. text-decoration: none;
  97. font-weight: normal;
  98. -webkit-transition: all 0.5s ease-in-out;
  99. -moz-transition: all 0.5s ease-in-out;
  100. -o-transition: all 0.5s ease-in-out;}
  101.  
  102. a:hover {
  103. -webkit-transition: all 0.5s ease-in-out;
  104. -moz-transition: all 0.5s ease-in-out;
  105. -o-transition: all 0.5s ease-in-out;
  106. color: {color:hover};
  107. text-decoration: none;
  108. font-weight: normal;}
  109.  
  110. img {max-width:100%;}
  111.  
  112. blockquote {
  113. margin-left:25px;
  114. margin-right:5px;
  115. padding-left:10px;
  116. border-left:1px solid {color:side};}
  117.  
  118. h1 {font:20px cambria;
  119. letter-spacing:-1px;
  120. font-weight:bold;
  121. font-style:italic;
  122. text-align:center;
  123. color: {color:accents};}
  124.  
  125. #s-m-t-tooltip {
  126. margin:-10px 0 0 10px;
  127. display:none;
  128. text-align:left;
  129. position:absolute;
  130. letter-spacing:2px;
  131. text-transform:uppercase;
  132. font-family:calibri;
  133. font-size:8px;
  134. z-index:999;
  135. padding:2px 3px;
  136. line-height:12px;
  137. color:{color:accents};
  138. background:{color:background};}
  139.  
  140. #pcontainer {
  141. background-color: {color:background};
  142. {block:if400px}
  143. width:435px;
  144. {/block:if400px}
  145. {block:ifnot400px}
  146. width:535px;
  147. {/block:ifnot400px}
  148. padding: 20px 35px;
  149. border:1px solid {color:background};
  150. margin-left:550px;
  151. position:relative;
  152. overflow-x:hidden;}
  153.  
  154. #entry {
  155. float:left;
  156. {block:if400px}
  157. width:422px;
  158. {/block:if400px}
  159. {block:ifnot400px}
  160. width:522px;
  161. {/block:ifnot400px}
  162. margin-top:10px;
  163. border:1px solid {color:background};
  164. text-align:justify;}
  165.  
  166. .post {
  167. {block:if400px}
  168. width:400px;
  169. {/block:if400px}
  170. {block:ifnot400px}
  171. width:500px;
  172. {/block:ifnot400px}
  173. background-color:{color:background};}
  174.  
  175. #tlink a {font:20px cambria;
  176. letter-spacing:-1px;
  177. font-weight:bold;
  178. font-style:italic;
  179. text-align:center;}
  180.  
  181. #pagination {
  182. {block:if400px}
  183. width:425px;
  184. {/block:if400px}
  185. {block:ifnot400px}
  186. width:525px;
  187. {/block:ifnot400px}
  188. position:fixed;
  189. height:15px;
  190. bottom:0px;
  191. background-color:{color:background};
  192. margin:auto;
  193. line-height:15px;
  194. padding-top:2px;
  195. padding-bottom:0px;
  196. font:8px consolas;
  197. text-align:center;
  198. text-transform:uppercase;}
  199.  
  200. #pagination a {
  201. line-height:15px;
  202. text-align:center;
  203. padding: 4px;
  204. color: {color:accents};
  205. text-decoration: none;}
  206.  
  207. #pagination .jump_page {
  208. text-decoration:none;}
  209.  
  210. #pagination .current_page {
  211. padding: 1px 4px;
  212. margin: 0px 2px;
  213. padding:4px;
  214. color: {color:bold};
  215. font-weight:bold;
  216. text-decoration:none;}
  217.  
  218. #side {
  219. background-color:{color:side};
  220. border-right:3px solid {color:accents};
  221. width:380px;
  222. height:100%;
  223. top:0px;
  224. left:0px;
  225. z-index:-1;
  226. position:fixed;}
  227.  
  228. #sbar {
  229. margin-top:80px;
  230. margin-left:110px;
  231. padding: 15px;
  232. text-align:right;
  233. position:fixed;}
  234.  
  235. #sline {
  236. width:10px;
  237. height:100%;
  238. position:fixed;
  239. margin-top:0px;
  240. margin-left:355px;
  241. text-align:center;
  242. background-color:{color:accents};}
  243.  
  244. #nbar {
  245. margin-top:120px;
  246. margin-left:400px;
  247. padding: 15px;
  248. position:fixed;}
  249.  
  250. #navi {
  251. position:fixed;
  252. margin-left:-45px;
  253. margin-top:25px;
  254. display:block;
  255. text-align:center;
  256. margin-bottom:8px;
  257. z-index:999;}
  258.  
  259. .navi {
  260. border-radius:100%;
  261. width: 12px;
  262. height: 12px;
  263. background-color: {color:accents};
  264. border:1px solid {color:accents};
  265. -webkit-transition: all 0.3s linear;
  266. -moz-transition: all 0.3s linear;
  267. transition: all 0.3s linear;}
  268.  
  269. #navi a {
  270. margin-bottom:10px;
  271. margin-left:5px;
  272. text-align:center;
  273. font-size:9px;
  274. font-family:cambria;
  275. letter-spacing:2px;
  276. text-transform:lowercase;
  277. display:block;
  278. line-height:56px;}
  279.  
  280. #navi a:hover .navi{
  281. -webkit-transition: all 0.3s linear;
  282. -moz-transition: all 0.3s linear;
  283. transition: all 0.3s linear;}
  284.  
  285. .minion {
  286. width:100px;
  287. color:{color:text};
  288. background-color: transparent;
  289. opacity:0;
  290. position: absolute;
  291. margin-top:-22px;
  292. margin-left:-20px;
  293. padding:5px 5px 5px 20px;
  294. font-family:calibri;
  295. font-size:8px;
  296. text-align:left;
  297. font-weight:bold;
  298. text-transform:uppercase;
  299. letter-spacing:2px;
  300. line-height:18px;
  301. z-index:999;
  302. -webkit-transition: all 0.5s ease-in-out;
  303. -moz-transition: all 0.5s ease-in-out;
  304. -o-transition: all 0.5s ease-in-out;}
  305. #navi:hover .minion:hover {
  306. margin-left:0px;
  307. opacity:1.0;}
  308.  
  309. #desc {
  310. width:100px;
  311. font:10px consolas;
  312. padding:10px;
  313. color: {color:Text};
  314. position:fixed;
  315. text-align: justify;
  316. z-index:999;}
  317. #desc p {margin-top:-5px;}
  318.  
  319. .descimg {
  320. text-align:center;}
  321. .descimg img {
  322. border-radius:100%;
  323. max-width:100px;
  324. margin-bottom:4px;}
  325.  
  326. #space {margin-bottom:20px;}
  327.  
  328. .quote {
  329. font:20px cambria;
  330. margin-left:25px;
  331. {block:if400px}
  332. width:350px;
  333. {/block:if400px}
  334. {block:ifnot400px}
  335. width: 450px;
  336. {/block:ifnot400px}
  337. letter-spacing:-1px;
  338. font-weight:bold;
  339. font-style:italic;}
  340.  
  341. .source {
  342. text-align: right;
  343. font-size: 7px;
  344. text-transform: uppercase;
  345. letter-spacing: 2px;}
  346.  
  347. .audio {overflow:hidden;
  348. height:84px;
  349. width:84px;}
  350.  
  351. .audio img {max-width:84px;}
  352.  
  353. .playbutton {
  354. background-color:#fff;
  355. width: 30px;
  356. height: 30px;
  357. overflow: hidden;
  358. position: relative;
  359. margin:10px 9px 8px 10px;
  360. z-index: 99;
  361. opacity:.6;}
  362.  
  363. .playbox {
  364. background-color: #fff;
  365. border-radius:30px;
  366. position: absolute;
  367. margin:17px;
  368. z-index: 99;
  369. opacity:.3;
  370. -webkit-transition: all 0.5s ease-in-out;
  371. -moz-transition: all 0.5s ease-in-out;
  372. -o-transition: all 0.5s ease-in-out;}
  373.  
  374. .playbox:hover{
  375. opacity:.8;
  376. -webkit-transition: all 0.5s ease-in-out;
  377. -moz-transition: all 0.5s ease-in-out;
  378. -o-transition: all 0.5s ease-in-out;}
  379.  
  380. .cover {
  381. position: relative; }
  382.  
  383.  
  384. #ask {padding: 5px;
  385. text-align:justify;}
  386.  
  387. #ask img {
  388. max-width: 30px;
  389. padding:2px;
  390. -webkit-border-radius: 25px;
  391. border-radius: 25px;}
  392.  
  393. #ask a {
  394. font:23px cambria;
  395. font-style:italic;
  396. letter-spacing:-2px;
  397. font-weight:bold;
  398. text-transform:lowercase;
  399. text-decoration: none;}
  400.  
  401. #ask b {
  402. font:23px cambria;
  403. font-style:italic;
  404. letter-spacing:-2px;
  405. font-weight:bold;
  406. text-transform:lowercase;
  407. text-decoration: none;}
  408.  
  409. #ask i {
  410. font:23px cambria;
  411. font-style:italic;
  412. letter-spacing:-2px;
  413. font-weight:bold;
  414. text-transform:lowercase;
  415. text-decoration: none;}
  416.  
  417. .iline {
  418. {block:if400px}
  419. width:400px;
  420. {/block:if400px}
  421. {block:ifnot400px}
  422. width:500px;
  423. {/block:ifnot400px}
  424. background:{color:side};
  425. margin-top:-13px;
  426. height:10px;}
  427.  
  428. #info {
  429. height:10px;
  430. background:{color:background};
  431. display:inline-block;
  432. text-align:left;
  433. padding-left:5px;}
  434.  
  435. #info a {
  436. width:10px;
  437. height:10px;
  438. display:inline-block;
  439. background-color:{color:accents};
  440. margin-right:5px;}
  441.  
  442. #info a:hover {background-color:{color:hover};}
  443.  
  444. #tags {
  445. background-color:{color:background};
  446. letter-spacing:1px;
  447. color:{color:tags};
  448. line-height:8px;
  449. font-size:8px;
  450. margin-top:3px;
  451. padding-top:3px;
  452. padding-left:5px;
  453. text-transform:uppercase;
  454. font-family: tinytots;}
  455.  
  456. #tags a {color:{color:accents};}
  457. #tags a:hover {color:{color:hover};}
  458.  
  459. #credit {
  460. bottom:5px;
  461. right:15px;
  462. z-index:999px;
  463. position:fixed;}
  464.  
  465. #credit a {
  466. font:10px consolas;
  467. letter-spacing:1px;
  468. font-weight:bold;
  469. color:{color:accents};
  470. text-transform:uppercase;
  471. text-align:justify;}
  472. #credit a:hover {
  473. color:{color:hover};}
  474. #credit p {
  475. margin-top:-15px;}
  476.  
  477. #notes {
  478. text-align: center;
  479. padding-left:5px;}
  480. #notes blockquote a {color:{Color:text};}
  481. #notes img {width:10px;
  482. border-radius:10px;
  483. padding-right:3px;
  484. padding-top:3px;}
  485. #notes a {color:{color:accents};}
  486. #notes a:hover {color:{color:hover};
  487. text-decoration:none;}
  488.  
  489. li.note {
  490. list-style-type: none;
  491. text-align:center;
  492. letter-spacing:2px;
  493. background-color:{color:background};
  494. font-family:consolas;
  495. font-size:8px;
  496. margin-bottom:5px;
  497. text-transform:uppercase;}
  498.  
  499. </style>
  500.  
  501.  
  502. </head>
  503. <body>
  504.  
  505. <div id="sline"></div>
  506. <div id="nbar">
  507. <div id="navi">
  508. <a href="/"><div class="navi"></div><div class="minion">{text:Home Title}</div></a>
  509. <a href="/ask"><div class="navi"></div><div class="minion">{text:ask title}</div></a>
  510. <a href="/submit"><div class="navi"></div><div class="minion">{text:submit title}</div></a>
  511. <a href="/archive"><div class="navi"></div><div class="minion">{text:archive title}</div></a>
  512. {block:ifLink1}<a href="{text:Link1}"><div class="navi"></div><div class="minion">{text:link1 Title}</div></a>{/block:IfLink1}
  513. {block:ifLink2}<a href="{text:Link2}"><div class="navi"></div><div class="minion">{text:link2 Title}</div></a>{/block:IfLink2}
  514. {block:ifLink3}<a href="{text:Link3}"><div class="navi"></div><div class="minion">{text:link3 Title}</div></a>{/block:IfLink3}
  515. {block:ifLink4}<a href="{text:Link4}"><div class="navi"></div><div class="minion">{text:link4 Title}</div></a>{/block:IfLink4}
  516. {block:ifLink5}<a href="{text:Link5}"><div class="navi"></div><div class="minion">{text:link5 Title}</div></a>{/block:IfLink5}
  517. </div>
  518. </div>
  519.  
  520. <div id="credit"><a target="blank" href="http://soldierholic.tumblr.com"><p>sold</p><p>ierh</p><p>olic</p></a></div>
  521.  
  522. <div id="side"></div>
  523. <div id="sbar">
  524. <div id="desc">
  525. <div class="descimg">
  526. <img src="{image:sidebar}"></div>
  527. {description}
  528. </div>
  529. </div>
  530. </div>
  531.  
  532. <div id="pcontainer">
  533.  
  534. <div id="pagination">
  535. {block:Pagination}
  536.  
  537. {block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}
  538. {block:JumpPagination length="5"}
  539. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  540. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  541. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  542. {/block:Pagination}
  543. </div>
  544.  
  545. <div id="entry">
  546. {block:Posts}
  547.  
  548. <!-- {block:NoRebloggedFrom}
  549. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  550. {/block:NoRebloggedFrom} -->
  551.  
  552. {block:ContentSource}<!-- {SourceURL}
  553. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  554. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  555. {/block:ContentSource}
  556.  
  557. <div class="post">
  558.  
  559. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  560.  
  561. {block:Photo}{LinkOpenTag}{block:ifnot400px}<img src="{PhotoURL-500}">{/block:ifnot400px}{block:if400px}<img src="{PhotoURL-500}">{/block:if400px}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  562.  
  563. {block:Photoset}{block:ifnot400px}{Photoset-500}{/block:ifnot400px}{block:if400px}{Photoset-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}</p>{/block:Photoset}
  564.  
  565. {block:Quote}
  566. <div style="font-size:34px;margin-left:15px;font-weight:bold;opacity:.2">❝</div>
  567. <div style="margin-top:-29px;" class="quote">{Quote}
  568. {block:Source}<div class="source">&mdash;{Source}</div>{/block:Source}
  569. </div></p>
  570. {/block:Quote}
  571.  
  572. {block:Link}<div id="tlink"><h1><a href="{URL}" {Target}>{Name}</a></h1></div>{block:Description}{Description}{/block:Description}{/block:Link}
  573.  
  574. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</p>{/block:Chat}
  575.  
  576. {block:Audio}
  577. <table><tr><td style="width: 90px;"><div class="audio">
  578. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  579. {block:AlbumArt}<img src="{AlbumArtURL}" class="cover"/>{/block:AlbumArt}</td><td style="width: 300px; font:10px calibri; letter-spacing:2px; text-transform:uppercase;">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  580. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  581. {block:Album}<b>Album:</b> {Album}<br />{/block:Album}
  582. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div></td></tr></table>
  583. {block:Caption}{Caption}{/block:Caption}
  584. {/block:Audio}
  585.  
  586. {block:Video}{block:ifnot400px}{Video-500}{/block:ifnot400px}{block:if400px}{Video-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  587.  
  588. {block:Answer}
  589. <div id="ask">
  590.  
  591. {block:if400px}<table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 355px;"><div style="margin-top:-5px;"><i>{Asker} <b>asked </i>;</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:10px; text-align:justify;">{Question}</div></div></td>
  592. </tr></table>{/block:if400px}
  593.  
  594. {block:ifnot400px}<table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 455px;"><div style="margin-top:-5px;"><i>{Asker} asked</i> <b>;</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:20px; text-align:justify;">{Question}</div></div></td>
  595. </tr></table>{/block:ifnot400px}
  596.  
  597. </div>
  598. {Answer}
  599. {/block:Answer}
  600. </div>
  601.  
  602. {block:Date}
  603. <div id="space">
  604. <div id="info"><a style="opacity:0.2;" href="{Permalink}" title="{TimeAgo}"></a>{block:NoteCount}<a style="opacity:0.4;" href="{Permalink}" title="{NoteCountWithLabel}"></a>{/block:NoteCount}{block:RebloggedFrom}<a style="opacity:0.6;" href="{ReblogParentURL}" title="via"></a>{/block:RebloggedFrom}{block:ContentSource}<a style="opacity:0.8;" href="{SourceURL}" title="source"></a>{/block:ContentSource}<a href="{ReblogURL}" target="_blank" title="reblog"></a></div><div class="iline"></div>{/block:Date}
  605.  
  606. {block:HasTags}<div id="tags">{block:Tags}; <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  607. </div>
  608.  
  609.  
  610. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  611. {/block:Posts}
  612.  
  613. </div>
  614. </div>
  615. </div>
  616. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement