Advertisement
grpcthemes

theme #3 ( emmy )

Sep 12th, 2018
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.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. <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 03 - emmy.
  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/250x275"/>
  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. font-weight:300;
  182. }
  183.  
  184. i,em {
  185. color:{color:italic};
  186. }
  187.  
  188. hr {
  189. background-image:url('{image:pattern}');
  190. background-attachment:absolute;
  191. background-color:{color:pattern alt};
  192. border:1px solid #000000;
  193. display:block;
  194. padding:2px;
  195. }
  196.  
  197. h1,h2 {
  198. font-size:22px;
  199. color:{color:title};
  200. text-align:center;
  201. text-transform:lowercase;
  202. font-family: arial;
  203. font-weight:900;
  204. letter-spacing:-3px;
  205. }
  206.  
  207. #bord {
  208.  
  209. background-image:url('{image:pattern}');
  210. background-attachment:absolute;
  211. background-color:{color:pattern alt};
  212. border:1px solid #000000;
  213. display:block;
  214. margin-top:5px;
  215. margin-bottom:5px;
  216. padding:2px;
  217. }
  218.  
  219. #titleback {
  220. position:fixed;
  221. z-index:999999999999;
  222. background-image:url('{image:pattern}');
  223. background-attachment:absolute;
  224. background-color:{color:pattern alt};
  225. border:1px solid #000000;
  226. display:block;
  227. padding:3px;
  228. height:68px;
  229. top:-1px;
  230. position:fixed;
  231. margin-left:490px;
  232. {block:If500posts}
  233. width:520px;
  234. {/block:If500posts}
  235. {block:If400posts}
  236. width:420px;
  237. {/block:If400posts}
  238. {block:If250posts}
  239. width:270px;
  240. {/block:If250posts}
  241. }
  242.  
  243. #titlebar {
  244. position:fixed;
  245. display:inline-block;
  246. margin-top:0px;
  247. border:1px solid {color:border};
  248. height:45px;
  249. padding:10px;
  250. {block:If500posts}
  251. width:498px;
  252. {/block:If500posts}
  253. {block:If400posts}
  254. width:398px;
  255. {/block:If400posts}
  256. {block:If250posts}
  257. width:248px;
  258. {/block:If250posts}
  259. background-color:{color:sidebar};
  260. }
  261.  
  262. #maintitle {
  263. margin-top:10px;
  264. text-align:right;
  265. color:{color:title};
  266. text-transform:lowercase;
  267. font-family: arial;
  268. font-weight:900;
  269. letter-spacing:-3px;
  270. font-size:26px;
  271. }
  272.  
  273. #subtitle {
  274. text-transform:lowercase;
  275. letter-spacing:0px;
  276. text-align:right;
  277. }
  278.  
  279. #sideph {
  280. position:fixed;
  281. margin-left:3px;
  282. margin-top:3px;
  283. border:1px solid {color:border};
  284. width:250px;
  285. height:275px;
  286. z-index:99999999999999999999999999;
  287. }
  288.  
  289. #sideph img {
  290. width:250px;
  291. height:275px;
  292. }
  293.  
  294. #backbar {
  295. position:fixed;
  296. margin-left:105px;
  297. margin-top:45px;
  298. width:258px;
  299. height:528px;
  300. background-image:url('{image:Pattern}');
  301. background-color:{color:pattern alt};
  302. background-attachment:fixed;
  303. border:1px solid {color:border};
  304. }
  305.  
  306. #sidebar {
  307. position:fixed;
  308. margin-top:403px;
  309. margin-left:3px;
  310. border:1px solid {color:border};
  311. width:230px;
  312. height:100px;
  313. background-color:{color:Sidebar};
  314. padding:10px;
  315. text-align:justify;
  316. z-index:999999999999999;}
  317.  
  318.  
  319. #pagination {
  320. margin-top:8px;
  321. font-size:8px;
  322. font-family:kanit;
  323. letter-spacing:0px;
  324. line-height:12px;
  325. text-align:center;
  326. text-transform:uppercase;
  327. color:{color:text};
  328. }
  329.  
  330. #pagination a {
  331. color:{color:link};
  332. }
  333.  
  334. #navbar {
  335. margin-left:3px;
  336. width:250px;
  337. margin-top:283px;
  338. height:115px;
  339. position:fixed;
  340. border:1px solid {color:border};
  341. background-color:{color:sidebar};
  342. }
  343.  
  344. #navigation {
  345. margin-top:3px;
  346. text-align:center;}
  347.  
  348. #navigation a {
  349. display:inline-block;
  350. text-align:center;
  351. text-transform:lowercase;
  352. width:108.5px;
  353. margin-bottom:2px;
  354. height:33px;
  355. line-height:33px;
  356. padding-right:10px;
  357. background-color:{color:navigation};
  358. border:1px solid {color:border};
  359. color:{color:navigation links};
  360. -webkit-transition: all 0.5s ease-in-out;
  361. -moz-transition: all 0.5s ease-in-out;
  362. -o-transition: all 0.5s ease-in-out;
  363. }
  364.  
  365. #navigation a:hover {
  366. color:{color:navigation hover};
  367. -webkit-transition: all 0.5s ease-in-out;
  368. -moz-transition: all 0.5s ease-in-out;
  369. -o-transition: all 0.5s ease-in-out;
  370. }
  371.  
  372. #entries {
  373. position:absolute;
  374. {block:If500posts}
  375. width:528px;
  376. {/block:If500posts}
  377. {block:If400posts}
  378. width:428px;
  379. {/block:If400posts}
  380. {block:If250posts}
  381. width:278px;
  382. {/block:If250posts}
  383. margin-left:490px;
  384. margin-top:100px;
  385. }
  386.  
  387. #entrybg {
  388. padding:3px;
  389. margin-bottom:20px;
  390. background-color:{color:pattern alt};
  391. border:1px solid {color:Border};
  392. background-image:url('{image:Pattern}');
  393. background-attachment:absolute;
  394. }
  395.  
  396. #entry {
  397. background-color:{color:Entries};
  398. margin-bottom:0px;
  399. padding:10px;
  400. border:1px solid {color:Border};
  401. }
  402.  
  403.  
  404. #posttitles {
  405. text-align: center;
  406. font-size: 26px;
  407. padding:5px;
  408. color: {color:title};
  409. text-transform:lowercase;
  410. font-family: arial;
  411. font-weight:900;
  412. letter-spacing:-3px;
  413. }
  414.  
  415.  
  416. #posttitles a {
  417. color:{color:title};
  418. }
  419.  
  420. #ask {
  421. z-index:10;
  422. font-size:16px;
  423. text-align:center;
  424. text-transform:lowercase;
  425. color:{color:question text};
  426. background-color:{color:question bg};
  427. margin-right:0px;
  428. padding:10px;
  429. padding-left:10px;
  430. border-bottom:1px solid {color:border};
  431. }
  432.  
  433. #ask a {
  434. color:{color:question text};
  435. }
  436.  
  437.  
  438. #question {
  439. background-color:{color:Question bg};
  440. color:{color:Question text};
  441. font-size:10px;
  442. z-index:10;
  443. text-align:center;
  444. padding:10px;
  445. }
  446.  
  447. #audioplayer {
  448. width:30px;
  449. height:30px;
  450. background-color:{color:ffffff};
  451. overflow:hidden;
  452. -moz-border-radius: 30px;
  453. -webkit-border-radius: 30px;
  454. border-radius: 30px;
  455. position:absolute;
  456. margin-top:25px;
  457. margin-left:25px;
  458. opacity: 0.7;
  459. filter:alpha(opacity=70);
  460. -moz-opacity: 0.7;
  461. -khtml-opacity: 0.7;
  462. }
  463.  
  464. #albumart {
  465. float:left;
  466. margin:0px 0px;
  467. -moz-border-radius: 80px;
  468. -webkit-border-radius: 80px;
  469. border-radius: 80px;}
  470.  
  471. #albumart img {
  472. -moz-border-radius: 80px;
  473. -webkit-border-radius: 80px;
  474. border-radius: 80px;
  475. }
  476.  
  477. tehe {
  478. font-size:10px;
  479. text-transform:uppercase;
  480. padding-left:50px;
  481. padding-right:50px;
  482. padding-bottom:15px;
  483. display:block;
  484. margin-top:10px;
  485. margin-left:80px;
  486. text-align:center;
  487. }
  488.  
  489. #tagsthing {
  490. text-align: left;
  491. border-top: 1px solid {color:Border};
  492. border-bottom:1px solid {color:Border};
  493. background-color:{color:entries};
  494. position: relative;
  495. font-size:9px;
  496. letter-spacing:0px;
  497. text-transform:lowercase;
  498. margin-top: 3px;
  499. margin-left:-3px;
  500. margin-right:-3px;
  501. padding-right:10px;
  502. padding-bottom:5px;
  503. padding-top: 5px;
  504. padding-left:10px;
  505. }
  506.  
  507. #permalink {
  508. text-align: left;
  509. border-top: 1px solid {color:Border};
  510. border-bottom:1px solid {color:Border};
  511. background-color:{color:entries};
  512. position: relative;
  513. font-size:9px;
  514. letter-spacing:0px;
  515. text-transform:lowercase;
  516. margin-top: 0px;
  517. margin-left:-3px;
  518. margin-right:-3px;
  519. margin-bottom:3px;
  520. padding-right:10px;
  521. padding-bottom:5px;
  522. padding-top: 5px;
  523. padding-left:10px;
  524. }
  525.  
  526. #credit {
  527. font-size:8px;
  528. letter-spacing:2px;
  529. font-weight:bold;
  530. float:center;
  531. position:fixed;
  532. text-align:center;
  533. bottom:15px;
  534. right:15px;
  535. padding-left:15px;
  536. padding-right:15px;
  537. padding-top:5px;
  538. padding-bottom:5px;
  539. text-transform:uppercase;
  540. color:{color:text};
  541. }
  542.  
  543. #credit a {
  544. color:{color:text};
  545. }
  546.  
  547. cred {
  548. padding-left: 2.7em;
  549. list-style: none;
  550. }
  551.  
  552. cred:before {
  553. color: {color:text};
  554. content: "\f121";
  555. font-family: FontAwesome;
  556. font-size:9px;
  557. display: inline-block;
  558. margin-left: -2.7em;
  559. width: 2.7em;
  560. }
  561.  
  562. </style>
  563.  
  564. </head>
  565.  
  566. <body>
  567.  
  568. <div id="titleback">
  569. <div id="titlebar">
  570. <div id="maintitle">{text:title}</div>
  571. <div id="subtitle">{text:subtitle}</div>
  572. </div>
  573. </div>
  574.  
  575. <div id="backbar">
  576.  
  577. <div id="sideph"><img src="{image:sidebar}"></div>
  578.  
  579. <div id="navbar">
  580. <div id="navigation">
  581. <a href="/">{text:home link text}</a>
  582. <a href="/ask">{text:ask link text}</a><br>
  583. <a href="{text:link one URL}">{text:link one text}</a>
  584. <a href="{text:link two URL}">{text:link two text}</a><br>
  585. <a href="{text:link thre URL}">{text:link three text}</a>
  586. <a href="{text:link four URL}">{text:link four text}</a>
  587. </div> </div>
  588.  
  589. <div id="sidebar">
  590. <div style="overflow:auto; width: 230px; padding-right:5px; height: 82px; text-align: justify;">
  591. {description}
  592. </div>
  593.  
  594. <div id="pagination">
  595. {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}
  596. </div></div>
  597. </div>
  598.  
  599. <div id="entries">
  600. {block:Posts}
  601. <div id="entrybg">
  602.  
  603. <div id="permalink">
  604. {block:Date}{TimeAgo}{/block:Date} with <a href="{Permalink}">
  605. {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>
  606.  
  607. </div>
  608.  
  609.  
  610. <div id="entry">
  611.  
  612.  
  613. {block:Text}
  614. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  615. {Body}
  616. {/block:Text}
  617.  
  618. {block:Photo}
  619. {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}
  620. {block:Caption}{Caption}{/block:Caption}
  621. {/block:Photo}
  622.  
  623. {block:Photoset}
  624. {block:If250posts}
  625. {Photoset-250}
  626. {/block:If250posts}
  627. {block:If400posts}
  628. {Photoset-400}
  629. {/block:If400posts}
  630. {block:If500posts}
  631. {Photoset-500}
  632. {/block:If500posts}
  633. {block:Caption}{Caption}{/block:Caption}
  634. {/block:Photoset}
  635.  
  636. {block:Quote}
  637. <div id="posttitles">{Quote}</div>
  638. {block:Source}<br>—{Source}{/block:Source}
  639. {/block:Quote}
  640.  
  641. {block:Link}
  642. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  643. {block:Description}{Description}{/block:Description}
  644. {/block:Link}
  645.  
  646. {block:Chat}
  647. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  648. {block:Lines}
  649. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  650. {/block:Lines}
  651. {/block:Chat}
  652.  
  653. {block:Audio}
  654. <div id="audioplayer">{AudioPlayerWhite} </div>
  655. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80">{/block:AlbumArt}</div>
  656. <tehe>
  657. <b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}
  658. <br>
  659. <B>SONG:</B> {block:TrackName}{TrackName}{/block:TrackName}
  660. <br>
  661. <b>CURRENTLY:</b> {PlayCountWithLabel}
  662. <hr>
  663. </tehe>
  664. {block:caption}{caption}{/block:caption}
  665. {/block:Audio}
  666.  
  667. {block:Video}
  668. {block:If250posts}
  669. {Video-250}
  670. {/block:If250posts}
  671. {block:If400posts}
  672. {Video-400}
  673. {/block:If400posts}
  674. {block:If500posts}
  675. {Video-500}
  676. {/block:If500posts}
  677. {block:Caption}{Caption}{/block:Caption}
  678. {/block:Video}
  679.  
  680. {block:Answer}
  681. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  682. <br>{Answer}
  683. {/block:Answer}
  684.  
  685.  
  686.  
  687.  
  688. </div> <!-- /div entry --->
  689.  
  690. <div id="tagsthing">
  691. {block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  692. </div></div>
  693.  
  694.  
  695. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  696.  
  697.  
  698. </body>
  699.  
  700.  
  701. <div id="credit"> <a href="http://grpcthemes.tumblr.com/" title="theme 03"><cred></cred>grpcthemes</a></div>
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement