Advertisement
williamhiddles

THEME 09

Jul 18th, 2017
1,971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!-----------base code by mrsmilicevic@tumblr
  9. you don't have to leave credit but if you want, that's always nice :>
  10. ADAPTED BY @ SOLDIERWINTER
  11. ------------>
  12.  
  13. <!--------default variables-------->
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:text" content="#333333"/>
  16. <meta name="color:links" content="#5b5b5b"/>
  17. <meta name="color:links hover" content="#c9c9c9"/>
  18. <meta name="color:scrollbar bg" content="#ffffff"/>
  19. <meta name="color:scrollbar" content="#eeeeee">
  20.  
  21. <meta name="image:sidebar image" content=""/>
  22. <meta name="image:background image" content=""/>
  23.  
  24. <meta name="text:link 1 title" content="link">
  25. <meta name="text:link 1 url" content=" ">
  26. <meta name="text:link 2 title" content="link">
  27. <meta name="text:link 2 url" content=" ">
  28. <meta name="text:link 3 title" content="link">
  29. <meta name="text:link 3 url" content=" ">
  30.  
  31. <meta name="if:show link 1" content="1" />
  32. <meta name="if:show link 2" content="1" />
  33. <meta name="if:show link 3" content="1" />
  34. <meta name="if:show sidebar image" content="1" />
  35. <meta name="if:show side title" content="1" />
  36.  
  37.  
  38. <!------------------------TOOLTIPS SCRIPT--------------------->
  39. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  40. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  41. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/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:200,
  50. tip_fade_speed:300
  51. });
  52. });
  53. })(jQuery);
  54. </script>
  55.  
  56. <!-------------------------------------------------------------------->
  57.  
  58. <style type="text/css">
  59.  
  60. /*----------tooltips---------*/
  61.  
  62. #s-m-t-tooltip {
  63. max-width:300px;
  64. margin:15px;
  65. padding:5px;
  66. border:1px solid #eeeeee;
  67. border-radius:0px;
  68. background:#ffffff;
  69. color:{color:text};
  70. z-index:999999;
  71. font-size:9px;
  72. font-style:none;
  73. font-weight:lighter;
  74. letter-spacing:2px;
  75. font-family:'arial', montserrat;
  76. text-transform:uppercase;
  77. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  78. }
  79.  
  80.  
  81. /*----------scrollbar---------*/
  82.  
  83. ::-webkit-scrollbar {
  84. background-color: {color:scrollbar bg};
  85. height:8px;
  86. width:5px
  87. }
  88.  
  89. ::-webkit-scrollbar-thumb:vertical {
  90. background-color:{color:scrollbar};
  91. height:50px
  92. }
  93.  
  94. ::-webkit-scrollbar-thumb:horizontal {
  95. background-color:{color:scrollbar bg};
  96. height:8px!important
  97. }
  98.  
  99.  
  100. /*----------basics---------*/
  101.  
  102. body {
  103. background:{color:background} url({image:background image}) repeat right top fixed;
  104. color:{color:text};
  105. font-family:'arial';
  106. line-height:15px;
  107. font-size:11px;
  108. margin:0;
  109. text-align:left;
  110. }
  111.  
  112. blockquote {
  113. padding-left:10px;
  114. border-left:1px solid;
  115. border-color:#eeeeee;
  116. margin:10px;
  117. }
  118.  
  119. a {
  120. color:{color:links};
  121. text-decoration:none;
  122. }
  123.  
  124. a:hover {
  125. text-decoration:none;
  126. color: {color:links hover};
  127. -webkit-transition:all 0.5s;
  128. -moz-transition:all 0.5s;
  129. -ms-transition:all 0.5s;
  130. -o-transition:all 0.5s;
  131. transition:all 0.5s;
  132. }
  133.  
  134. img {
  135. opacity:1;
  136. text-decoration:none;
  137. }
  138.  
  139. h1 {
  140. font-size:15px;
  141. font-weight:bold;
  142. }
  143.  
  144.  
  145. /*----------posts---------*/
  146.  
  147. .container {
  148. left:50%;
  149. width:800px;
  150. position:absolute;
  151. }
  152.  
  153. .posts {
  154. {block:IndexPage}
  155. margin-bottom:80px;
  156. {/block:IndexPage}
  157. {block:PermalinkPage}
  158. margin-bottom:40px;
  159. {/block:PermalinkPage}
  160. width:540px;
  161. }
  162.  
  163. .entries {
  164. margin-left:-90px;
  165. width:540px;
  166. margin-top:50px;
  167. margin-bottom:50px;
  168. }
  169.  
  170.  
  171. .posts img, .posts li, .posts blockquote {
  172. max-width: 100%;
  173. }
  174.  
  175. .posts li {
  176. list-style: square;
  177. }
  178.  
  179. blockquote img {
  180. max-width:320px!important;
  181. }
  182.  
  183.  
  184.  
  185. /*----------post info---------*/
  186.  
  187. .info {
  188. border-top:1px solid #fdfdfd;
  189. padding-top:15px;
  190. text-transform:uppercase;
  191. font-family:'arial';
  192. font-size:9px;
  193. letter-spacing:1px;
  194. margin-top:15px;
  195. }
  196.  
  197. .tags {
  198. margin-top:2px;
  199. font-size:11px;
  200. font-family:'arial';
  201. letter-spacing:1px;
  202. font-style:normal;
  203.  
  204. }
  205.  
  206. .tags a {
  207. margin-right:8px;
  208. }
  209.  
  210.  
  211. /*----------post notes---------*/
  212.  
  213. ol.notes {
  214. padding:0px;
  215. margin:25px 0px 0px -10px;
  216. list-style-type:none;
  217. }
  218.  
  219. ol.notes li.note {
  220. padding:10px;
  221. }
  222.  
  223. ol.notes li.note img.avatar {
  224. vertical-align:-4px;
  225. margin-right:10px;
  226. width:16px;
  227. height:16px;
  228. }
  229.  
  230. ol.notes li.note span.action {
  231. font-weight:none;
  232. }
  233.  
  234. ol.notes li.note .answer_content {
  235. font-weight:normal;
  236. }
  237.  
  238. ol.notes li.note blockquote {
  239. padding:4px 10px;
  240. margin:10px 0px 0px 25px;
  241. }
  242.  
  243. ol.notes li.note blockquote a {
  244. text-decoration:none;
  245. }
  246.  
  247. /*----------sidebar---------*/
  248.  
  249. .sidebar {
  250. position:fixed;
  251. width:245px;
  252. margin-left:-430px;
  253. top:120px;
  254. }
  255.  
  256. .sidebarimage {
  257. width:245px;
  258. }
  259.  
  260. .sidebarimage img {
  261. width:245px;
  262. margin-bottom:10px;
  263. }
  264.  
  265.  
  266. .sidetitle {
  267. margin-top:5px;
  268. font-size:13px;
  269. text-transform:uppercase;
  270. font-family:'montserrat';
  271. font-weight:bold;
  272. width:240px;
  273. text-align:center;
  274. }
  275.  
  276.  
  277. .description {
  278. width:240px;
  279. font-family:'arial';
  280. text-align:justify;
  281. margin-top:10px;
  282. }
  283.  
  284. .links {
  285. width:240px;
  286. font-family:montserrat;
  287. text-transform:uppercase;
  288. text-align:center;
  289. margin-top:10px;
  290. word-spacing:3px;
  291. color:{color:links};
  292. }
  293.  
  294. .links a {
  295. padding:3px;
  296. }
  297.  
  298. .pagination {
  299. width:240px;
  300. margin-top:20px;
  301. text-align:center;
  302. border-top:1px solid #fdfdfd;
  303. padding-top:15px;
  304. }
  305.  
  306.  
  307. /*----------quotes---------*/
  308.  
  309. .quote {
  310. text-transform:uppercase;
  311. font-size:14px;
  312. font-weight:bold;
  313. text-align:center;
  314. }
  315.  
  316. .quotesource {
  317. text-align:center;
  318. margin-top:10px;
  319. }
  320.  
  321.  
  322. /*----------chat---------*/
  323.  
  324. .chat {
  325. line-height:20px;
  326. list-style:none;
  327. }
  328.  
  329. .line.odd {
  330. background:#fafafa;
  331. margin-bottom:2px;
  332. padding:5px;
  333. list-style:none;
  334. font-size:10px;
  335. }
  336.  
  337. .line.even {
  338. background:#ffffff;
  339. margin-bottom:2px;
  340. padding:5px;
  341. list-style:none;
  342. font-size:10px;
  343. }
  344.  
  345. .label {
  346. padding-right:1px;
  347. text-transform:uppercase;
  348. font-weight:bold;
  349. color:{color:links};
  350. }
  351.  
  352.  
  353. /*----------questions---------*/
  354.  
  355. .question {
  356. background:transparent;
  357. padding:10px;
  358. }
  359.  
  360. .asker {width:540px; margin-bottom:5px; padding-left:7px; text-align:left; font-family:'arial'; color:{color:links}; text-overflow:ellipsis}
  361.  
  362.  
  363. .answer {
  364. padding:10px;
  365. margin-top:-15px;
  366. }
  367.  
  368. /*----------audio---------*/
  369.  
  370. .playerbutton {
  371. position:relative;
  372. width:30px;
  373. height:35px;
  374. overflow:hidden;
  375. }
  376.  
  377. .playerbuttonhug {
  378. position: absolute;
  379. top:-7px;
  380. left:2px;
  381. }
  382.  
  383. .tumblr_audio_player {
  384. height:50px;
  385. width:500px;
  386. }
  387.  
  388. .playerbuttonbg {
  389. position:absolute;
  390. width:35px;
  391. height:35px;
  392. background-color:#e4e4e4;
  393. padding:10px;
  394. }
  395.  
  396. .trackdetails {
  397. width:auto;
  398. display:inline-block;
  399. margin-left:70px;
  400. font-size:10px;
  401. letter-spacing:1px;
  402. text-transform:lowercase;
  403. padding:5px;
  404. line-height:15px;
  405. }
  406.  
  407. .audiowrapper {
  408. position:relative;
  409. display:inline-block;
  410. }
  411.  
  412. .spotify_audio_player {
  413.  
  414. height: 80px !important;
  415.  
  416. }
  417.  
  418. /*----------credit---------*/
  419.  
  420. .credit {
  421. font-size:12px;
  422. position:fixed;
  423. font-weight:bold;
  424. bottom:5px;
  425. right:15px;
  426. z-index:10;
  427. text-align:right;
  428. letter-spacing:1px;
  429. padding:2px;
  430. }
  431.  
  432. .credit a {
  433. color:{color:links};
  434. text-decoration:none;
  435. }
  436.  
  437. .credit a:hover {
  438. color:{color:links hover};
  439. text-decoration:none;
  440. }
  441.  
  442.  
  443. </style>
  444. </head>
  445.  
  446. <body>
  447. <div class="container">
  448.  
  449. <div class="credit">
  450. <a title="theme by soldierwinter" href="http://soldierwinter.tumblr.com/" target="_blank">△</a></div>
  451.  
  452.  
  453. <div class="sidebar">
  454.  
  455. {block:IfShowSidebarImage}
  456. <div class="sidebarimage">
  457. <a href="/"><img src="{image:sidebar image}">
  458. </a></div>
  459. {/block:IfShowSidebarImage}
  460.  
  461. {block:IfShowSideTitle}
  462. <div class="sidetitle">{Title}</div>
  463. {/block:IfShowSideTitle}
  464.  
  465. <div class="description">{Description}</div>
  466.  
  467.  
  468. <div class="links">
  469. <a href="/" title="home"><i class="fa fa-user" aria-hidden="true"></i></a>
  470. <a href="/ask" title="ask"><i class="fa fa-comment" aria-hidden="true"></i></a>
  471. {block:IfShowLink1}
  472. <a href="{text:link 1 url}" title="{text:link 1 title}"><i class="fa fa-list-ul" aria-hidden="true"></i></a>
  473. {/block:IfShowLink1}
  474.  
  475. {block:IfShowLink2}
  476. <a href="{text:link 2 url}" title="{text:link 2 title}"><i class="fa fa-tags" aria-hidden="true"></i></a>
  477. {/block:IfShowLink2}
  478.  
  479. {block:IfShowLink3}
  480. <a href="{text:link 3 url}" title="{text:link 3 title}"><i class="fa fa-heart" aria-hidden="true"></i></a>
  481. {/block:IfShowLink3}
  482. </div>
  483.  
  484.  
  485. <div class="pagination">
  486. {block:Pagination}
  487. {block:PreviousPage}
  488. <a href="{PreviousPage}">back</a>{/block:PreviousPage}&nbsp;
  489.  
  490. {block:NextPage}
  491. <a href="{NextPage}">next</a>
  492. {/block:NextPage}
  493. {/block:Pagination}
  494. </div>
  495.  
  496. </div>
  497.  
  498.  
  499. <div class="entries">
  500. {block:Posts}
  501. <div class="posts">
  502.  
  503. {block:Text}
  504. <h1>{block:Title}{Title}{/block:Title}</h1>
  505. {Body}{/block:Text}
  506.  
  507.  
  508. {block:Photo}
  509. {LinkOpenTag}<img src="{PhotoURL-HighRes}">{LinkCloseTag}
  510. {block:Caption}{Caption}{/block:Caption}
  511. {/block:Photo}
  512.  
  513.  
  514. {block:Photoset}
  515. <div class="media">{photoset}</div>
  516. {block:Caption}{Caption}{/block:Caption}
  517. {/block:Photoset}
  518.  
  519.  
  520. {block:Quote}
  521. <div class="quote">"{Quote}"</div>
  522. {block:Source}<div class="quotesource"> — {Source}</div>
  523. {/block:Source}{/block:Quote}
  524.  
  525.  
  526. {block:Link}
  527. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  528. {block:Description}{Description}{/block:Description}
  529. {/block:Link}
  530.  
  531.  
  532. {block:Chat}
  533. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  534. {/block:Chat}
  535.  
  536.  
  537. {block:Audio}
  538. {block:AudioPlayer}
  539. <div class="audiowrapper">
  540. <div class="playerbuttonbg">
  541. <div class="playerbutton">
  542. <div class="playerbuttonhug">
  543. {AudioPlayerGrey}
  544. </div></div></div>
  545.  
  546. <div class="trackdetails">
  547. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  548.  
  549. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  550.  
  551. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  552. {/block:AudioPlayer}
  553.  
  554. {block:Caption}
  555. <div class="caption">{Caption}</div>
  556. {/block:Caption}
  557. {/block:Audio}
  558.  
  559.  
  560. {block:Video}
  561. {Video-500}
  562. {block:Caption}{Caption}{/block:Caption}
  563. {/block:Video}
  564.  
  565.  
  566.  
  567. {block:Answer}
  568. <img align="left" src="{AskerPortraitURL-30}"style="border-radius:80px;"> <div id="question" style="width:450px;font-style:bold;"> {Asker} said: {Question}</div> <br>
  569. {Answer}
  570. {/block:Answer}
  571.  
  572.  
  573. <div class="info">
  574. {block:Date}
  575. <b><u><a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}/{ShortYear}</b></u></a>
  576.  
  577.  
  578. &nbsp;&nbsp;
  579. <font style="color:#C11B17;">♥</font> <a href="{Permalink}">{NoteCountWithLabel}</a>
  580. &nbsp;&nbsp;
  581.  
  582. {block:RebloggedFrom}
  583. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via </a>
  584. {block:ContentSource}
  585. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}">/ source</a>
  586. {/block:ContentSource}
  587. {/block:RebloggedFrom}
  588.  
  589. (<a href="{ReblogURL}" target="_blank" class="details"><i class="fa fa-reply" aria-hidden="true"></i>)
  590. {/block:Date}
  591. </div>
  592.  
  593.  
  594. {block:HasTags}
  595. <div class="tags">
  596. {block:Tags}
  597. <a href="{TagURL}">{Tag}</a>
  598. {/block:Tags}
  599. </div>
  600. {/block:HasTags}
  601.  
  602. </div>
  603.  
  604.  
  605. {block:PostNotes}
  606. {PostNotes}
  607. {/block:PostNotes}
  608.  
  609. {/block:Posts}
  610.  
  611. {block:ContentSource}
  612. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  613. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  614. {/block:SourceLogo}
  615. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  616. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  617.  
  618. </body>
  619. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement