Advertisement
grpcthemes

theme #2 ( archie )

Sep 3rd, 2018
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.59 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. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!----
  16.  
  17. theme 02 - archie.
  18.  
  19. theme by ali @ grpcthemes.
  20. my terms can be found on my page at /terms.
  21. please let me know if you have any questions.
  22.  
  23. --->
  24.  
  25. <meta name="image:Sidebar" content="http://via.placeholder.com/200x300"/>
  26. <meta name="image:Pattern" content=""/>
  27.  
  28. <meta name="if:500 posts" content="0"/>
  29. <meta name="if:400 posts" content="1"/>
  30. <meta name="if:250 posts" content="0"/>
  31.  
  32. <meta name="select:body font" content="ABeeZee" title="ABeeZee" />
  33. <meta name="select:body font" content="Cambria" title="Cambria" />
  34. <meta name="select:body font" content="Georgia" title="Georgia" />
  35. <meta name="select:body font" content="Kanit" title="Kanit" />
  36. <meta name="select:body font" content="Karla" title="Karla" />
  37. <meta name="select:body font" content="Muli" title="Muli" />
  38. <meta name="select:body font" content="Noto Sans" title="Noto Sans" />
  39. <meta name="select:body font" content="Poppins" title="Poppins" />
  40. <meta name="select:body font" content="Times New Roman" title="Times New Roman" />
  41. <meta name="select:body font" content="Ubuntu" title="Ubuntu" />
  42.  
  43. <meta name="select:body font size" content="9px" title="9px" />
  44. <meta name="select:body font size" content="10px" title="10px" />
  45. <meta name="select:body font size" content="11px" title="11px" />
  46. <meta name="select:body font size" content="12px" title="12px" />
  47.  
  48. <meta name="color:Pattern Alt" content=""/>
  49. <meta name="color:Background" content=""/>
  50. <meta name="color:Blockquote" content=""/>
  51. <meta name="color:Border" content=""/>
  52. <meta name="color:Entries" content=""/>
  53. <meta name="color:Italic" content=""/>
  54. <meta name="color:Link" content=""/>
  55. <meta name="color:Navigation" content=""/>
  56. <meta name="color:Navigation Hover" content=""/>
  57. <meta name="color:Navigation Links" content=""/>
  58. <meta name="color:Pre BG" content=""/>
  59. <meta name="color:Pre Border" content=""/>
  60. <meta name="color:Pre Text" content=""/>
  61. <meta name="color:Question BG" content=""/>
  62. <meta name="color:Question Text" content=""/>
  63. <meta name="color:Scrollbar1" content=""/>
  64. <meta name="color:Scrollbar2" content=""/>
  65. <meta name="color:Sidebar" content=""/>
  66. <meta name="color:Text" content=""/>
  67. <meta name="color:Title" content=""/>
  68.  
  69. <meta name="text:title" content="title"/>
  70. <meta name="text:subtitle" content="subtitle"/>
  71.  
  72. <meta name="text:home link text" content="HOME"/>
  73. <meta name="text:ask link text" content="ASK"/>
  74.  
  75. <meta name="text:link one URL" content="link one URL"/>
  76. <meta name="text:link one text" content="ONE"/>
  77. <meta name="text:link two URL" content="link two URL"/>
  78. <meta name="text:link two text" content="TWO"/>
  79. <meta name="text:link three URL" content="link three URL"/>
  80. <meta name="text:link three text" content="THREE"/>
  81. <meta name="text:link four URL" content="link four URL"/>
  82. <meta name="text:link four text" content="FOUR"/>
  83.  
  84. <link href="https://fonts.googleapis.com/css?family=ABeeZee|Kanit|Karla|Muli|Noto+Sans|Poppins|Ubuntu" rel="stylesheet">
  85.  
  86. <style type="text/css">
  87.  
  88. ::-webkit-scrollbar-thumb {
  89. height:auto;
  90. background-color:{color:Scrollbar2};
  91. }
  92.  
  93. ::-webkit-scrollbar {
  94. height:3px;
  95. width:3px;
  96. background-color:{color:Scrollbar1};
  97. }
  98.  
  99.  
  100. body {
  101. font-family: {select:body font};
  102. font-size: {select:body font size};
  103. line-height:140%;
  104. color: {color:Text};
  105. background-color:{color:background};
  106.  
  107. }
  108.  
  109. blockquote {
  110. text-align:justify;
  111. margin-top: 5px;
  112. margin-bottom: 5px;
  113. margin-left: 5px;
  114. padding-left: 10px;
  115. border-left: 3px solid {color:blockquote};
  116. margin-right:5px;
  117. }
  118.  
  119. ul {
  120. list-style-type: circle;
  121. padding-left:24px;
  122. line-height:13px;
  123. }
  124.  
  125. li {
  126. padding-left: 0px;
  127. margin-bottom: 0px;
  128. list-style: none;
  129. }
  130.  
  131. li:before {
  132. color: {color:title};
  133. content: "\f054";
  134. font-family: FontAwesome;
  135. font-size:6px;
  136. display: inline-block;
  137. margin-left: -1.5em;
  138. width: 1.5em;
  139. }
  140.  
  141.  
  142.  
  143. a {
  144. text-decoration: none;
  145. color: {color:Link};
  146. }
  147.  
  148. pre {
  149. font-size:8px;
  150. font-weight:bold;
  151. padding:8px;
  152. letter-spacing:1px;
  153. text-transform:uppercase;
  154. text-align:center;
  155. word-wrap:break-word;
  156. background-color:{color:pre BG};
  157. border-bottom:2px solid {color:pre border};
  158. color:{color:pre text};
  159.  
  160. }
  161.  
  162. pre a {
  163. color:{color:pre text};
  164. }
  165.  
  166. pre b,strong {
  167. color:{color:pre text};
  168. }
  169.  
  170. pre i,em {
  171. color:{color:pre text};
  172. }
  173.  
  174.  
  175. small, sub {
  176. font-size:{select:body font size};
  177. }
  178.  
  179. b, strong {
  180. color:{color:Title};
  181. }
  182.  
  183. i,em {
  184. color:{color:italic};
  185. }
  186.  
  187. hr {
  188. background-image:url('{image:pattern}');
  189. background-attachment:absolute;
  190. background-color:{color:pattern alt};
  191. border:1px solid #000000;
  192. display:block;
  193. padding:2px;
  194. }
  195.  
  196. h1,h2 {
  197. font-size:22px;
  198. color:{color:title};
  199. text-align:center;
  200. text-transform:lowercase;
  201. font-family: arial;
  202. font-weight:900;
  203. letter-spacing:-3px;
  204. }
  205.  
  206. #bord {
  207. background-image:url('{image:pattern}');
  208. background-attachment:absolute;
  209. background-color:{color:pattern alt};
  210. border:1px solid #000000;
  211. display:block;
  212. margin-top:5px;
  213. margin-bottom:5px;
  214. padding:2px;
  215. }
  216.  
  217. #titlebar {
  218. position:fixed;
  219. margin-left:208px;
  220. margin-top:426px;
  221. border:1px solid {color:border};
  222. width:230px;
  223. height:50px;
  224. padding:5px;
  225. background-color:{color:sidebar};
  226. }
  227.  
  228. #maintitle {
  229. margin-top:12px;
  230. text-align:center;
  231. color:{color:title};
  232. text-transform:lowercase;
  233. font-family: arial;
  234. font-weight:900;
  235. letter-spacing:-3px;
  236. font-size:22px;
  237. }
  238.  
  239. #subtitle {
  240. text-transform:lowercase;
  241. letter-spacing:0px;
  242. text-align:center;
  243. }
  244.  
  245. #sideph {
  246. position:fixed;
  247. margin-left:3px;
  248. margin-top:3px;
  249. border:1px solid {color:border};
  250. width:200px;
  251. height:300px;
  252. z-index:99999999999999999999999999;
  253. }
  254.  
  255. #sideph img {
  256. width:200px;
  257. height:300px;
  258. }
  259.  
  260. #backbar {
  261. position:fixed;
  262. margin-left:105px;
  263. margin-top:45px;
  264. width:453px;
  265. height:491px;
  266. background-image:url('{image:Pattern}');
  267. background-color:{color:pattern alt};
  268. background-attachment:fixed;
  269. border:1px solid {color:border};
  270. }
  271.  
  272. #sidebar {
  273. position:fixed;
  274. margin-top:3px;
  275. margin-left:208px;
  276. border:1px solid {color:border};
  277. width:220px;
  278. height:398px;
  279. background-color:{color:Sidebar};
  280. padding:10px;
  281. text-align:justify;
  282. z-index:999999999999999;}
  283.  
  284.  
  285. #pagination {
  286. margin-top:8px;
  287. font-size:8px;
  288. font-family:kanit;
  289. letter-spacing:0px;
  290. line-height:12px;
  291. text-align:center;
  292. text-transform:uppercase;
  293. color:{color:text};
  294. }
  295.  
  296. #pagination a {
  297. color:{color:link};
  298. }
  299.  
  300. #navbar {
  301. margin-left:3px;
  302. width:194px;
  303. margin-top:308px;
  304. height:172px;
  305. position:fixed;
  306. padding:3px;
  307. border:1px solid {color:border};
  308. background-color:{color:sidebar};
  309. }
  310.  
  311. #navigation {
  312. text-align:center;
  313. }
  314.  
  315. #navigation a {
  316. display:inline-block;
  317. text-align:center;
  318. text-transform:uppercase;
  319. font-family:kanit;
  320. font-size:7px;
  321. width:182px;
  322. margin-bottom:2px;
  323. letter-spacing:2px;
  324. height:25px;
  325. line-height:25px;
  326. padding-right:10px;
  327. background-color:{color:navigation};
  328. border:1px solid {color:border};
  329. color:{color:navigation links};
  330. -webkit-transition: all 0.5s ease-in-out;
  331. -moz-transition: all 0.5s ease-in-out;
  332. -o-transition: all 0.5s ease-in-out;
  333. }
  334.  
  335. #navigation a:hover {
  336. color:{color:navigation hover};
  337. -webkit-transition: all 0.5s ease-in-out;
  338. -moz-transition: all 0.5s ease-in-out;
  339. -o-transition: all 0.5s ease-in-out;
  340. }
  341.  
  342. #entries {
  343. position:absolute;
  344. {block:If500posts}
  345. width:528px;
  346. {/block:If500posts}
  347. {block:If400posts}
  348. width:428px;
  349. {/block:If400posts}
  350. {block:If250posts}
  351. width:278px;
  352. {/block:If250posts}
  353. margin-left:680px;
  354. margin-top:45px;
  355. }
  356.  
  357. #entrybg {
  358. padding:3px;
  359. margin-bottom:20px;
  360. background-color:{color:pattern alt};
  361. border:1px solid {color:Border};
  362. background-image:url('{image:Pattern}');
  363. background-attachment:absolute;
  364. }
  365.  
  366. #entry {
  367. background-color:{color:Entries};
  368. margin-bottom:0px;
  369. padding:10px;
  370. border:1px solid {color:Border};
  371. }
  372.  
  373.  
  374. #posttitles {
  375. text-align: center;
  376. font-size: 26px;
  377. padding:5px;
  378. color: {color:title};
  379. text-transform:lowercase;
  380. font-family: arial;
  381. font-weight:900;
  382. letter-spacing:-3px;
  383. }
  384.  
  385.  
  386. #posttitles a {
  387. color:{color:title};
  388. }
  389.  
  390. #ask {
  391. z-index:10;
  392. font-size:16px;
  393. text-align:center;
  394. text-transform:lowercase;
  395. color:{color:question text};
  396. background-color:{color:question bg};
  397. margin-right:0px;
  398. padding:10px;
  399. padding-left:10px;
  400. border-bottom:1px solid {color:border};
  401. }
  402.  
  403. #ask a {
  404. color:{color:question text};
  405. }
  406.  
  407.  
  408. #question {
  409. background-color:{color:Question bg};
  410. color:{color:Question text};
  411. font-size:10px;
  412. z-index:10;
  413. text-align:center;
  414. padding:10px;
  415. }
  416.  
  417. #audioplayer {
  418. width:30px;
  419. height:30px;
  420. background-color:{color:ffffff};
  421. overflow:hidden;
  422. -moz-border-radius: 30px;
  423. -webkit-border-radius: 30px;
  424. border-radius: 30px;
  425. position:absolute;
  426. margin-top:25px;
  427. margin-left:25px;
  428. opacity: 0.7;
  429. filter:alpha(opacity=70);
  430. -moz-opacity: 0.7;
  431. -khtml-opacity: 0.7;
  432. }
  433.  
  434. #albumart {
  435. float:left;
  436. margin:0px 0px;
  437. -moz-border-radius: 80px;
  438. -webkit-border-radius: 80px;
  439. border-radius: 80px;}
  440.  
  441. #albumart img {
  442. -moz-border-radius: 80px;
  443. -webkit-border-radius: 80px;
  444. border-radius: 80px;
  445. }
  446.  
  447. tehe {
  448. font-size:10px;
  449. text-transform:uppercase;
  450. padding-left:50px;
  451. padding-right:50px;
  452. padding-bottom:15px;
  453. display:block;
  454. margin-top:10px;
  455. margin-left:80px;
  456. text-align:center;
  457. }
  458.  
  459. #tagsthing {
  460. text-align: left;
  461. border-top: 1px solid {color:Border};
  462. border-bottom:1px solid {color:Border};
  463. background-color:{color:entries};
  464. position: relative;
  465. font-size:9px;
  466. letter-spacing:0px;
  467. text-transform:lowercase;
  468. margin-top: 3px;
  469. margin-left:-3px;
  470. margin-right:-3px;
  471. padding-right:10px;
  472. padding-bottom:5px;
  473. padding-top: 5px;
  474. padding-left:10px;
  475. }
  476.  
  477. #permalink {
  478. text-align: left;
  479. border-top: 1px solid {color:Border};
  480. border-bottom:1px solid {color:Border};
  481. background-color:{color:entries};
  482. position: relative;
  483. font-size:9px;
  484. letter-spacing:0px;
  485. text-transform:lowercase;
  486. margin-top: 0px;
  487. margin-left:-3px;
  488. margin-right:-3px;
  489. margin-bottom:3px;
  490. padding-right:10px;
  491. padding-bottom:5px;
  492. padding-top: 5px;
  493. padding-left:10px;
  494. }
  495.  
  496. #credit {
  497. font-size:8px;
  498. letter-spacing:2px;
  499. font-weight:bold;
  500. float:center;
  501. position:fixed;
  502. text-align:center;
  503. bottom:15px;
  504. right:15px;
  505. padding-left:15px;
  506. padding-right:15px;
  507. padding-top:5px;
  508. padding-bottom:5px;
  509. text-transform:uppercase;
  510. color:{color:text};
  511. }
  512.  
  513. #credit a {
  514. color:{color:text};
  515. }
  516.  
  517. cred {
  518. padding-left: 2.7em;
  519. list-style: none;
  520. }
  521.  
  522. cred:before {
  523. color: {color:text};
  524. content: "\f121";
  525. font-family: FontAwesome;
  526. font-size:9px;
  527. display: inline-block;
  528. margin-left: -2.7em;
  529. width: 2.7em;
  530. }
  531.  
  532. </style>
  533.  
  534. </head>
  535.  
  536. <body>
  537.  
  538.  
  539. <div id="backbar">
  540. <div id="titlebar">
  541. <div id="maintitle">{text:title}</div>
  542. <div id="subtitle">{text:subtitle}</div>
  543. </div>
  544.  
  545. <div id="sideph"><img src="{image:sidebar}"></div>
  546.  
  547. <div id="navbar">
  548. <div id="navigation">
  549. <a href="/">{text:home link text}</a>
  550. <a href="/ask">{text:ask link text}</a><br>
  551. <a href="{text:link one URL}">{text:link one text}</a>
  552. <a href="{text:link two URL}">{text:link two text}</a><br>
  553. <a href="{text:link thre URL}">{text:link three text}</a>
  554. <a href="{text:link four URL}">{text:link four text}</a>
  555. </div> </div>
  556.  
  557. <div id="sidebar">
  558. <div style="overflow:auto; width: 215px; padding-right:5px; height: 375px; text-align: justify;">
  559. {description}
  560. </div>
  561.  
  562. <div id="pagination">
  563. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}&nbsp;<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  564. </div></div>
  565. </div>
  566.  
  567. <div id="entries">
  568. {block:Posts}
  569. <div id="entrybg">
  570.  
  571. <div id="permalink">
  572. {block:Date}{TimeAgo}{/block:Date} with <a href="{Permalink}">
  573. {NoteCountWithLabel}</a> from {block:RebloggedFrom} <a href="{ReblogParentURL}"title="{ReblogParentTitle}">THIS BLOG</a> <span style="float:right"><a href="{ReblogRootURL}"title="{ReblogRoottitle}">ORIGIN</a>{/block:RebloggedFrom} & <a href="{ReblogURL}" target="_blank">Reblog</a></span>
  574.  
  575. </div>
  576.  
  577.  
  578. <div id="entry">
  579.  
  580.  
  581. {block:Text}
  582. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  583. {Body}
  584. {/block:Text}
  585.  
  586. {block:Photo}
  587. {LinkOpenTag}{block:If250posts}<img src="{PhotoURL-250}">{/block:If250posts}{block:If400posts}<img src="{PhotoURL-400}">{/block:If400posts}{block:If500posts}<img src="{PhotoURL-500}">{/block:If500posts} {LinkCloseTag}
  588. {block:Caption}{Caption}{/block:Caption}
  589. {/block:Photo}
  590.  
  591. {block:Photoset}
  592. {block:If250posts}
  593. {Photoset-250}
  594. {/block:If250posts}
  595. {block:If400posts}
  596. {Photoset-400}
  597. {/block:If400posts}
  598. {block:If500posts}
  599. {Photoset-500}
  600. {/block:If500posts}
  601. {block:Caption}{Caption}{/block:Caption}
  602. {/block:Photoset}
  603.  
  604. {block:Quote}
  605. <div id="posttitles">{Quote}</div>
  606. {block:Source}<br>—{Source}{/block:Source}
  607. {/block:Quote}
  608.  
  609. {block:Link}
  610. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  611. {block:Description}{Description}{/block:Description}
  612. {/block:Link}
  613.  
  614. {block:Chat}
  615. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  616. {block:Lines}
  617. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  618. {/block:Lines}
  619. {/block:Chat}
  620.  
  621. {block:Audio}
  622. <div id="audioplayer">{AudioPlayerWhite} </div>
  623. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80">{/block:AlbumArt}</div>
  624. <tehe>
  625. <b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}
  626. <br>
  627. <B>SONG:</B> {block:TrackName}{TrackName}{/block:TrackName}
  628. <br>
  629. <b>CURRENTLY:</b> {PlayCountWithLabel}
  630. <hr>
  631. </tehe>
  632. {block:caption}{caption}{/block:caption}
  633. {/block:Audio}
  634.  
  635. {block:Video}
  636. {block:If250posts}
  637. {Video-250}
  638. {/block:If250posts}
  639. {block:If400posts}
  640. {Video-400}
  641. {/block:If400posts}
  642. {block:If500posts}
  643. {Video-500}
  644. {/block:If500posts}
  645. {block:Caption}{Caption}{/block:Caption}
  646. {/block:Video}
  647.  
  648. {block:Answer}
  649. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  650. <br>{Answer}
  651. {/block:Answer}
  652.  
  653.  
  654.  
  655.  
  656. </div> <!-- /div entry --->
  657.  
  658. <div id="tagsthing">
  659. {block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  660. </div></div>
  661.  
  662.  
  663. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  664.  
  665.  
  666. </body>
  667.  
  668.  
  669. <div id="credit"> <a href="http://grpcthemes.tumblr.com/" title="theme 02"><cred></cred>grpcthemes</a></div>
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement