Advertisement
xivth

14. PLAIDMENCO v2

Jul 26th, 2014
965
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.87 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <!---
  3. Theme 14. PLAIDMENCO v2 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:SideBG" content="http://static.tumblr.com/yiih8yx/TWwn9baaw/plaidart1.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. background-image:url('{image:sidebg}');
  221. border-right:3px solid {color:accents};
  222. width:380px;
  223. height:100%;
  224. top:0px;
  225. left:0px;
  226. z-index:-1;
  227. position:fixed;}
  228.  
  229. #sbar {
  230. margin-top:170px;
  231. margin-left:60px;
  232. padding: 15px;
  233. text-align:right;
  234. position:fixed;}
  235.  
  236. #sline {
  237. width:10px;
  238. height:100%;
  239. position:fixed;
  240. margin-top:0px;
  241. margin-left:355px;
  242. text-align:center;
  243. background-color:{color:accents};}
  244.  
  245. #nbar {
  246. margin-top:110px;
  247. margin-left:400px;
  248. padding: 15px;
  249. position:fixed;}
  250.  
  251. #navi {
  252. position:fixed;
  253. margin-left:-45px;
  254. margin-top:25px;
  255. display:block;
  256. text-align:center;
  257. margin-bottom:8px;
  258. z-index:999;}
  259.  
  260. .navi {
  261. border-radius:100%;
  262. width: 12px;
  263. height: 12px;
  264. background-color: {color:accents};
  265. border:1px solid {color:accents};
  266. -webkit-transition: all 0.3s linear;
  267. -moz-transition: all 0.3s linear;
  268. transition: all 0.3s linear;}
  269.  
  270. #navi a {
  271. margin-bottom:10px;
  272. margin-left:5px;
  273. text-align:center;
  274. font-size:9px;
  275. font-family:cambria;
  276. letter-spacing:2px;
  277. text-transform:lowercase;
  278. display:block;
  279. line-height:56px;}
  280.  
  281. #navi a:hover .navi {
  282. -webkit-transition: all 0.3s linear;
  283. -moz-transition: all 0.3s linear;
  284. transition: all 0.3s linear;}
  285.  
  286. .minion {
  287. width:100px;
  288. color:{color:text};
  289. background-color: transparent;
  290. opacity:0;
  291. position: absolute;
  292. margin-top:-22px;
  293. margin-left:-20px;
  294. padding:5px 5px 5px 20px;
  295. font-family:calibri;
  296. font-size:8px;
  297. text-align:left;
  298. font-weight:bold;
  299. text-transform:uppercase;
  300. letter-spacing:2px;
  301. line-height:18px;
  302. z-index:999;
  303. -webkit-transition: all 0.5s ease-in-out;
  304. -moz-transition: all 0.5s ease-in-out;
  305. -o-transition: all 0.5s ease-in-out;}
  306. #navi:hover .minion:hover {
  307. margin-left:0px;
  308. opacity:1.0;}
  309.  
  310. #desc {
  311. border-radius:10px;
  312. background:{color:background};
  313. width:200px;
  314. font:10px consolas;
  315. padding:0px 10px;
  316. color: {color:Text};
  317. position:fixed;
  318. text-align: justify;
  319. z-index:999;}
  320.  
  321. #space {margin-bottom:20px;}
  322.  
  323. .quote {
  324. font:20px cambria;
  325. margin-left:25px;
  326. {block:if400px}
  327. width:350px;
  328. {/block:if400px}
  329. {block:ifnot400px}
  330. width: 450px;
  331. {/block:ifnot400px}
  332. letter-spacing:-1px;
  333. font-weight:bold;
  334. font-style:italic;}
  335.  
  336. .source {
  337. text-align: right;
  338. font-size: 7px;
  339. text-transform: uppercase;
  340. letter-spacing: 2px;}
  341.  
  342. .audio {overflow:hidden;
  343. height:84px;
  344. width:84px;}
  345.  
  346. .audio img {max-width:84px;}
  347.  
  348. .playbutton {
  349. background-color:#fff;
  350. width: 30px;
  351. height: 30px;
  352. overflow: hidden;
  353. position: relative;
  354. margin:10px 9px 8px 10px;
  355. z-index: 99;
  356. opacity:.6;}
  357.  
  358. .playbox {
  359. background-color: #fff;
  360. border-radius:30px;
  361. position: absolute;
  362. margin:17px;
  363. z-index: 99;
  364. opacity:.3;
  365. -webkit-transition: all 0.5s ease-in-out;
  366. -moz-transition: all 0.5s ease-in-out;
  367. -o-transition: all 0.5s ease-in-out;}
  368.  
  369. .playbox:hover{
  370. opacity:.8;
  371. -webkit-transition: all 0.5s ease-in-out;
  372. -moz-transition: all 0.5s ease-in-out;
  373. -o-transition: all 0.5s ease-in-out;}
  374.  
  375. .cover {
  376. position: relative; }
  377.  
  378.  
  379. #ask {padding: 5px;
  380. text-align:justify;}
  381.  
  382. #ask img {
  383. max-width: 30px;
  384. padding:2px;
  385. -webkit-border-radius: 25px;
  386. border-radius: 25px;}
  387.  
  388. #ask a {
  389. font:23px cambria;
  390. font-style:italic;
  391. letter-spacing:-2px;
  392. font-weight:bold;
  393. text-transform:lowercase;
  394. text-decoration: none;}
  395.  
  396. #ask b {
  397. font:23px cambria;
  398. font-style:italic;
  399. letter-spacing:-2px;
  400. font-weight:bold;
  401. text-transform:lowercase;
  402. text-decoration: none;}
  403.  
  404. #ask i {
  405. font:23px cambria;
  406. font-style:italic;
  407. letter-spacing:-2px;
  408. font-weight:bold;
  409. text-transform:lowercase;
  410. text-decoration: none;}
  411.  
  412. .iline {
  413. {block:if400px}
  414. width:400px;
  415. {/block:if400px}
  416. {block:ifnot400px}
  417. width:500px;
  418. {/block:ifnot400px}
  419. background:{color:side};
  420. margin-top:-13px;
  421. height:10px;}
  422.  
  423. #info {
  424. height:10px;
  425. background:{color:background};
  426. display:inline-block;
  427. text-align:left;
  428. padding-left:5px;}
  429.  
  430. #info a {
  431. width:10px;
  432. height:10px;
  433. display:inline-block;
  434. background-color:{color:accents};
  435. margin-right:5px;}
  436.  
  437. #info a:hover {background-color:{color:hover};}
  438.  
  439. #tags {
  440. background-color:{color:background};
  441. letter-spacing:1px;
  442. color:{color:tags};
  443. line-height:8px;
  444. font-size:8px;
  445. margin-top:3px;
  446. padding-top:3px;
  447. padding-left:5px;
  448. text-transform:uppercase;
  449. font-family: tinytots;}
  450.  
  451. #tags a {color:{color:accents};}
  452. #tags a:hover {color:{color:hover};}
  453.  
  454. #credit {
  455. bottom:5px;
  456. right:15px;
  457. z-index:999px;
  458. position:fixed;}
  459.  
  460. #credit a {
  461. font:10px consolas;
  462. letter-spacing:1px;
  463. font-weight:bold;
  464. color:{color:accents};
  465. text-transform:uppercase;
  466. text-align:justify;}
  467. #credit a:hover {
  468. color:{color:hover};}
  469. #credit p {
  470. margin-top:-15px;}
  471.  
  472. #notes {
  473. text-align: center;
  474. padding-left:5px;}
  475. #notes blockquote a {color:{Color:text};}
  476. #notes img {width:10px;
  477. border-radius:10px;
  478. padding-right:3px;
  479. padding-top:3px;}
  480. #notes a {color:{color:accents};}
  481. #notes a:hover {color:{color:hover};
  482. text-decoration:none;}
  483.  
  484. li.note {
  485. list-style-type: none;
  486. text-align:center;
  487. letter-spacing:2px;
  488. background-color:{color:background};
  489. font-family:consolas;
  490. font-size:8px;
  491. margin-bottom:5px;
  492. text-transform:uppercase;}
  493.  
  494. </style>
  495.  
  496.  
  497. </head>
  498. <body>
  499.  
  500. <div id="sline"></div>
  501. <div id="nbar">
  502. <div id="navi">
  503. <a href="/"><div class="navi"></div><div class="minion">{text:Home Title}</div></a>
  504. <a href="/ask"><div class="navi"></div><div class="minion">{text:ask title}</div></a>
  505. <a href="/submit"><div class="navi"></div><div class="minion">{text:submit title}</div></a>
  506. <a href="/archive"><div class="navi"></div><div class="minion">{text:archive title}</div></a>
  507. {block:ifLink1}<a href="{text:Link1}"><div class="navi"></div><div class="minion">{text:link1 Title}</div></a>{/block:IfLink1}
  508. {block:ifLink2}<a href="{text:Link2}"><div class="navi"></div><div class="minion">{text:link2 Title}</div></a>{/block:IfLink2}
  509. {block:ifLink3}<a href="{text:Link3}"><div class="navi"></div><div class="minion">{text:link3 Title}</div></a>{/block:IfLink3}
  510. {block:ifLink4}<a href="{text:Link4}"><div class="navi"></div><div class="minion">{text:link4 Title}</div></a>{/block:IfLink4}
  511. {block:ifLink5}<a href="{text:Link5}"><div class="navi"></div><div class="minion">{text:link5 Title}</div></a>{/block:IfLink5}
  512. </div>
  513. </div>
  514.  
  515. <div id="credit"><a target="blank" href="http://soldierholic.tumblr.com"><p>sold</p><p>ierh</p><p>olic</p></a></div>
  516.  
  517. <div id="side"></div>
  518. <div id="sbar">
  519. <div id="desc">
  520. {description}
  521. </div>
  522. </div>
  523. </div>
  524.  
  525. <div id="pcontainer">
  526.  
  527. <div id="pagination">
  528. {block:Pagination}
  529.  
  530. {block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}
  531. {block:JumpPagination length="5"}
  532. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  533. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  534. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  535. {/block:Pagination}
  536. </div>
  537.  
  538. <div id="entry">
  539. {block:Posts}
  540.  
  541. <!-- {block:NoRebloggedFrom}
  542. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  543. {/block:NoRebloggedFrom} -->
  544.  
  545. {block:ContentSource}<!-- {SourceURL}
  546. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  547. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  548. {/block:ContentSource}
  549.  
  550. <div class="post">
  551.  
  552. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  553.  
  554. {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}
  555.  
  556. {block:Photoset}{block:ifnot400px}{Photoset-500}{/block:ifnot400px}{block:if400px}{Photoset-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}</p>{/block:Photoset}
  557.  
  558. {block:Quote}
  559. <div style="font-size:34px;margin-left:15px;font-weight:bold;opacity:.2">❝</div>
  560. <div style="margin-top:-29px;" class="quote">{Quote}
  561. {block:Source}<div class="source">&mdash;{Source}</div>{/block:Source}
  562. </div></p>
  563. {/block:Quote}
  564.  
  565. {block:Link}<div id="tlink"><h1><a href="{URL}" {Target}>{Name}</a></h1></div>{block:Description}{Description}{/block:Description}{/block:Link}
  566.  
  567. {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}
  568.  
  569. {block:Audio}
  570. <table><tr><td style="width: 90px;"><div class="audio">
  571. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  572. {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}
  573. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  574. {block:Album}<b>Album:</b> {Album}<br />{/block:Album}
  575. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div></td></tr></table>
  576. {block:Caption}{Caption}{/block:Caption}
  577. {/block:Audio}
  578.  
  579. {block:Video}{block:ifnot400px}{Video-500}{/block:ifnot400px}{block:if400px}{Video-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  580.  
  581. {block:Answer}
  582. <div id="ask">
  583.  
  584. {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>
  585. </tr></table>{/block:if400px}
  586.  
  587. {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>
  588. </tr></table>{/block:ifnot400px}
  589.  
  590. </div>
  591. {Answer}
  592. {/block:Answer}
  593. </div>
  594.  
  595. {block:Date}
  596. <div id="space">
  597. <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}
  598.  
  599. {block:HasTags}<div id="tags">{block:Tags}; <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  600. </div>
  601.  
  602.  
  603. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  604. {/block:Posts}
  605.  
  606. </div>
  607. </div>
  608. </div>
  609. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement