sexycullen

soldierwinter

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