Advertisement
Ahannahh

swlft theme 07

Feb 18th, 2014
2,694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.93 KB | None | 0 0
  1. <!DOCTYPE html><html><head>
  2.  
  3. <!-- THEME BY SWLFT.TUMBLR.COM DO NOT REMOVE CREDIT -->
  4. <meta name="color:background" content="#f5f5f5">
  5. <meta name="color:links" content="#c2c2c2">
  6. <meta name="color:linkshover" content="#e2e2e2">
  7. <meta name="color:text" content="#8b8b8b">
  8. <meta name="color:sidebar color" content="#ffffff">
  9. <meta name="image:sidebar" content="">
  10. <meta name="if:show submit link" content="0"/>
  11. <meta name="if:show ask link" content="1"/>
  12. <meta name="if:show icon in description" content="1"/>
  13.  
  14. <title>{Title}{block:SearchPage} - {SearchQuery}{/block:SearchPage}{block:PostSummary} - {PostSummary}{/block:PostSummary} {block:PostTitle} - {PostTitle}{/block:PostTitle}{block:TagPage} - {Tag}{/block:TagPage}</title>
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17. <meta name="description" content="{MetaDescription}" />
  18.  
  19. <style type="text/css">
  20.  
  21. ::-webkit-scrollbar-thumb {
  22. height:auto;
  23. background-color: {color:text};
  24. border:2px solid #fff;
  25. }
  26. ::-webkit-scrollbar {
  27. height:9px;
  28. width:9px;
  29. background-color: #fff;
  30. }
  31.  
  32. a {
  33. color:{color:links};
  34. text-decoration:none;
  35. -moz-transition-duration:0.5s;
  36. -webkit-transition-duration:0.5s;
  37. -o-transition-duration:0.5s;
  38. }
  39.  
  40. a:hover {
  41. color:{color:linkshover};
  42. text-decoration:none;
  43. -moz-transition-duration:0.5s;
  44. -webkit-transition-duration:0.5s;
  45. -o-transition-duration:0.5s;
  46. }
  47.  
  48. body {
  49. background-color:{color:background};
  50. font-family: Arial;
  51. font-weight:normal;
  52. margin:0px;
  53. top:0;
  54. left:0;
  55. word-wrap:break-word;
  56. }
  57.  
  58. h2 {
  59. font-weight:normal;
  60. font-size:11px;
  61. text-align:center;
  62. font-style:normal;
  63. text-transform:uppercase;
  64. color:{color:text};
  65. }
  66.  
  67. h1 {
  68. font-weight:normal;
  69. text-decoration:none;
  70. font-style:italic;
  71. font-family:Georgia;
  72. letter-spacing:-1px;
  73. font-size:18px;
  74. text-align:center;
  75. line-height:110%;
  76. color:{color:text};
  77. padding:5px;
  78. padding-bottom:2px;
  79. }
  80.  
  81.  
  82. blockquote {
  83. border-left:2px solid {color:text};
  84. padding:1px 5px 1px 10px;
  85. margin:5px 0px 5px 5px;
  86. }
  87.  
  88. #theme {
  89. margin-left:20%;
  90. width:500px;
  91. height:100%;
  92. text-align: center;
  93. background-color:{color:background};
  94. position:relative;
  95. }
  96.  
  97. #sidebar {
  98. z-index:999;
  99. height:100%;
  100. position:fixed;
  101. width:375px;
  102. background-image:url('{image:sidebar}');
  103. background-size:cover;
  104. display:table;
  105. }
  106.  
  107. #titlewrap {
  108. display:table-cell;
  109. vertical-align:middle;
  110. }
  111.  
  112.  
  113. #desc {
  114. background-color:{color:sidebar color};
  115. width:130px;
  116. font-size:11px;
  117. text-align:justify;
  118. color:{color:text};
  119. padding:10px;
  120. margin-bottom:5px;
  121. -moz-transition-duration:0.8s;
  122. -webkit-transition-duration:0.8s;
  123. -o-transition-duration:0.8s;
  124. }
  125.  
  126. #desc a {
  127. margin-left:3px;
  128. padding:0px 4px 0px 4px;
  129. background-color:#f5f5f5;
  130. }
  131.  
  132. #desc a:hover {
  133. background-color:transparent;
  134. }
  135.  
  136. #desc img {
  137. float:left;
  138. vertical-align:middle;
  139. margin-right:5px;
  140. padding:5px;
  141. background-color:#f5f5f5;
  142. }
  143.  
  144. #title {
  145. width:150px;
  146. padding-bottom:6px;
  147. border-bottom:3px solid {color:sidebar color};
  148. line-height:80%;
  149. font-family:georgia;
  150. font-size:20px;
  151. font-style:italic;
  152. text-align:left;
  153. text-transform:lowercase;
  154. letter-spacing:-1px;
  155. margin-bottom:7px;
  156. }
  157.  
  158. #title a {
  159. color:{color:sidebar color};
  160. display:inline-block;
  161. }
  162.  
  163. #title a:hover {
  164. }
  165.  
  166.  
  167. .links {
  168. margin-top:7px;
  169. width:130px;
  170. font-size:8px;
  171. -moz-transition-duration:0.8s;
  172. -webkit-transition-duration:0.8s;
  173. -o-transition-duration:0.8s;
  174. text-transform:uppercase;
  175. }
  176.  
  177. .links a {
  178. text-align:center;
  179. display:inline-block;
  180. color:{color:links};
  181. padding:3px 5px 3px 5px;
  182. width:117px;
  183. height:16px;
  184. margin:1px;
  185. line-height:16px;
  186. background-color:#f5f5f5;
  187. -moz-transition-duration:0.5s;
  188. -webkit-transition-duration:0.5s;
  189. -o-transition-duration:0.5s;
  190. }
  191.  
  192. .links a:hover {
  193. background-color:transparent;
  194. -moz-transition-duration:0.5s;
  195. -webkit-transition-duration:0.5s;
  196. -o-transition-duration:0.5s;
  197. }
  198.  
  199. .pagi {
  200. background-color:#fff;
  201. margin-left:90px;
  202. font-size:10px;
  203. text-align:center;
  204. padding:30px 40px 50px 40px;
  205. color:{color:links};
  206. letter-spacing:-1px;
  207. width:500px;
  208. }
  209.  
  210. .pagi a {
  211. background-color:{color:background};
  212. padding:2px 5px 2px 5px;
  213. display:inline-block;
  214. color:{color:links};
  215. }
  216.  
  217. .pagi a:hover {
  218. color:{color:linkshover};
  219. }
  220.  
  221. #stuffcontainer {
  222. margin-left:220px;
  223. width:590px;
  224. position:relative;
  225. text-align:justify;
  226. background-color:{color:background};
  227. color:{color:text};
  228. }
  229.  
  230.  
  231. #stuff {
  232. background-color:#fff;
  233. padding:55px 40px 55px 40px;
  234. width:500px;
  235. margin-left:90px;
  236. text-align:justify;
  237. font-size:11px;
  238. line-height:100%;
  239. letter-spacing:0px;
  240. color:{color:text};
  241. }
  242.  
  243. .caption {
  244. width:500px;
  245. text-align:justify;
  246. line-height:120%;
  247. }
  248.  
  249. /*** audio player start **/
  250. #audio {
  251. background-color:#f5f5f5;
  252. height:75px;
  253. padding:12px;
  254. display:table;
  255. width:480px;
  256. }
  257.  
  258. #audioinfo {
  259. display:table-cell;
  260. vertical-align:middle;
  261. padding-left:85px;
  262. padding-right:10px;
  263. line-height:120%;
  264. text-align:center;
  265. font-style:italic;
  266. font-family:Georgia;
  267. font-size:13px;
  268. }
  269.  
  270. #albumart {
  271. position:absolute;
  272. }
  273.  
  274. #albumart img {
  275. width:75px;
  276. height:75px;
  277. z-index:901;
  278. }
  279.  
  280. #player {
  281. position:absolute;
  282. padding:24px 0px 0px 24px;
  283. height:27px;
  284. width:27px;
  285. overflow:hidden;
  286. opacity:0.6;
  287. z-index:903;
  288. -moz-transition-duration:0.5s;
  289. -webkit-transition-duration:0.5s;
  290. -o-transition-duration:0.5s;
  291. }
  292.  
  293. #player:hover {
  294. opacity:0.8;
  295. -moz-transition-duration:0.5s;
  296. -webkit-transition-duration:0.5s;
  297. -o-transition-duration:0.5s;
  298. }
  299. /*** audio player end **/
  300.  
  301. /*** post info start****/
  302.  
  303. #postinfo {
  304. position:absolute;
  305. margin-top:70px;
  306. width:80px;
  307. text-align:right;
  308. background-color:{color:background};
  309. font-size:8px;
  310. text-transform:uppercase;
  311. }
  312.  
  313. #postinfo a {
  314. display:inline-block;
  315. margin-right:5px;
  316. }
  317.  
  318. #dates {
  319. display:inline-block;
  320. background-color:#fff;
  321. padding:5px 0px 5px 5px;
  322. margin:0px;
  323. margin-right:0px;
  324. margin-bottom:5px;
  325. }
  326.  
  327. .tags {
  328. text-transform:none;
  329. font-size:10px;
  330. text-align:left;
  331. margin-top:15px;
  332. }
  333.  
  334. .tags a {
  335. display:inline-block;
  336. padding:3px 5px 3px 5px;
  337. background-color:#f5f5f5;
  338. margin:0px 1px 4px 0px;
  339. }
  340.  
  341. .tags a:hover {
  342. background-color:transparent;
  343. }
  344.  
  345. #buttons {
  346. width:40px;
  347. display:inline-block;
  348. float:right;
  349. padding-top:5px;
  350. padding-right:5px;
  351. }
  352.  
  353. #like {
  354. opacity:0.7;
  355. display:inline-block;
  356. }
  357.  
  358. #like:hover {
  359. opacity:1;
  360. }
  361.  
  362. #reblog {
  363. padding-left:4px;
  364. padding-right:5px;
  365. opacity:0.7;
  366. display:inline-block;
  367. }
  368.  
  369. #reblog a{
  370. margin-right:0px;
  371. margin-bottom:0px;
  372. background-color:{color:background};
  373. padding:0px;
  374. }
  375.  
  376. #reblog:hover {
  377. opacity:1;
  378. }
  379.  
  380. /*** post info end ****/
  381.  
  382.  
  383. .chat ol {
  384. line-height:170%;
  385. list-style:none;
  386. width:500px;
  387. margin-left:-40px;
  388. }
  389.  
  390. .line.odd {
  391. background:#f6f6f6;
  392. margin-bottom:2px;
  393. padding:4px;
  394. }
  395.  
  396. .line.even {
  397. background:#fafafa;
  398. margin-bottom:2px;
  399. padding:4px;
  400. }
  401.  
  402. .label {
  403. padding-right:2px;
  404. text-transform:normal;
  405. font-weight:bold;
  406. color:{color:link};
  407. }
  408.  
  409. .note {
  410. text-transform:uppercase;
  411. font-style:normal;
  412. letter-spacing:0px;
  413. font-size: 9px;
  414. text-align:left;
  415. line-height:90%;
  416. margin-left:-40px;
  417. }
  418.  
  419. .note li {
  420. list-style-type:none;
  421. padding:10px 25px 10px 25px;
  422. text-align:left;
  423. margin:0px;
  424. -moz-transition-duration:0.5s;
  425. -webkit-transition-duration:0.5s;
  426. -o-transition-duration:0.5s;
  427. }
  428. .f {
  429. display:inline-block;
  430. }
  431.  
  432. .f:first-letter {
  433. font-size:25px;
  434. font-style:none;
  435. }
  436.  
  437. .quest {
  438. background-color: #f5f5f5;
  439. padding: 20px;
  440. padding-left:65px;
  441. width:415px;
  442. min-height:20px;
  443. }
  444.  
  445. .questimg {
  446. position: absolute;
  447. border: 10px solid #f5f5f5;
  448. width: 40px;
  449. margin-top: 0px;
  450. display: block;
  451. }
  452.  
  453. #cred {
  454. z-index:9999;
  455. position:fixed;
  456. font-size:12px;
  457. font-weight:bold;
  458. line-height:150%;
  459. letter-spacing:-1px;
  460. right:10px;
  461. bottom:10px;
  462. text-align:center;
  463. }
  464.  
  465. #cred a {
  466. padding:3px;
  467. padding-right:5px;
  468. padding-left:5px;
  469. background-color:transparent;
  470. color:{color:links};
  471. -moz-transition-duration:0.5s;
  472. -webkit-transition-duration:0.5s;
  473. -o-transition-duration:0.5s;
  474. }
  475.  
  476. #cred a:hover {
  477. color:{color:background};
  478. background-color:{color:links};
  479. }
  480.  
  481. {CustomCSS}
  482.  
  483. </style></head>
  484.  
  485. <body>
  486.  
  487. <div id="sidebar"><div id="titlewrap"><center><div id="title"><a href="/">{title}</a></div><div id="desc">
  488. {block:IfShowIconInDescription}<img src="{PortraitURL-24}">{/block:IfShowIconInDescription}{block:IfNotShowIconInDescription}<img src="{PortraitURL-24}" style="display:none;">{/block:IfNotShowIconInDescription}{description}
  489. <div class="links">
  490. {block:IfNotShowAskLink}
  491. {block:AskEnabled}
  492. <a style=" display:none;" href="/ask">ask</a>
  493. {/block:AskEnabled}
  494. {/block:IfNotShowAskLink}
  495. {block:IfShowAskLink}
  496. {block:AskEnabled}
  497. <a href="/ask">ask</a>
  498. {/block:AskEnabled}
  499. {/block:IfShowAskLink}
  500. {block:IfNotShowSubmitLink}
  501. {block:SubmissionsEnabled}
  502. <a style=" display:none;" href="/submit" >submit</a>
  503. {/block:SubmissionsEnabled}
  504. {/block:IfNotShowSubmitLink}
  505. {block:IfShowSubmitLink}
  506. {block:SubmissionsEnabled}
  507. <a href="/submit" >submit</a>
  508. {/block:SubmissionsEnabled}
  509. {/block:IfShowSubmitLink}
  510. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  511. </div>
  512. </div>
  513. </center>
  514. </div></div>
  515.  
  516. <div id="theme">
  517.  
  518. <div id="stuffcontainer">
  519.  
  520. {block:SearchPage}<h1 style="width:500px; padding:50px 40px 50px 40px; font-size:20px; width:500px; margin-left: 90px; margin-top:-10px; margin-bottom:-10px; background-color:#fff;">{SearchResultCount} posts found tagged with <a href="/search/{URLSafeSearchQuery}">{SearchQuery}</a></h1>{/block:SearchPage}
  521.  
  522. {block:TagPage}<h1 style="width:500px; padding:50px 40px 50px 40px; font-size:20px; width:500px; margin-left: 90px; margin-top:-10px; margin-bottom:-10px; background-color:#fff;">things tagged with <a href="{TagURL}">{Tag}</a></h1>{/block:TagPage}
  523.  
  524. {block:Posts}
  525.  
  526. {block:date}
  527. <div id="postinfo">
  528.  
  529. <div id="dates"><a href="{Permalink}">{TimeAgo}</a><br></div>
  530. {block:NoteCount}<br><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  531. {block:RebloggedFrom}<br><a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  532. {block:ContentSource}<br><a href="{SourceURL}">source</a> {/block:ContentSource}<br>
  533. <div id="buttons"><div id="reblog">{ReblogButton size="14"}</div><div id="like">{LikeButton size="14"}</div></div>
  534.  
  535.  
  536. </div>
  537. {/block:date}
  538.  
  539. <div id="stuff">
  540.  
  541.  
  542. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  543.  
  544. {block:Quote}<h1 style="padding:10px;">
  545. <b style="font-size:100px; position:absolute; opacity:0.3; margin-left:-15px; margin-top:25px; display:inline-block;">“</b>
  546. <div class="f">{Quote}</div></h1>
  547. <h2>— {Source}</h2>{/block:Quote}
  548.  
  549. {block:Link}<a href="{URL}"><h1 style="padding:18px; background-color:#f5f5f5;">{Name} →</h1></a>
  550. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  551.  
  552. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  553.  
  554. {block:Photoset}<center>{Photoset-500}</center>
  555. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  556.  
  557. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat"><ol> {block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ol></div>{/block:Chat}
  558.  
  559. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  560.  
  561. {block:Answer}<img src="{AskerPortraitURL-40}" class="questimg">
  562. <div class="quest"><b>{Asker} asked:</b> {Question}</div>
  563. {Answer}
  564. {/block:Answer}
  565.  
  566. {block:Audio}<div id="audio">{block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  567. <div id="player">{AudioPlayerWhite}</div>
  568. <div id="audioinfo">
  569. {block:TrackName}
  570. {TrackName}
  571. {/block:TrackName}
  572. {block:Artist}
  573. by {Artist}
  574. {/block:Artist}
  575. <br>
  576. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
  577. </div>
  578. </div>
  579. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  580.  
  581. {block:HasTags}<div class="tags">
  582. {block:Tags}<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>
  583. {/block:HasTags}
  584.  
  585. <div class="note">
  586. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  587.  
  588. </div>
  589. {/block:posts}
  590.  
  591.  
  592. {block:Pagination}
  593. <div class="pagi">
  594. {block:PreviousPage}
  595. <a href="{PreviousPage}">«</a>
  596. {/block:PreviousPage}
  597. {block:JumpPagination length="5"}
  598. {block:CurrentPage}
  599. <span class="current_page" style="padding:2px;padding-left:5px; padding-right:5px; background-color:#fff;">{PageNumber}</span>
  600. {/block:CurrentPage}
  601. {block:JumpPage}
  602. <a class="jump_page" href="{URL}">{PageNumber}</a>
  603. {/block:JumpPage}
  604. {/block:JumpPagination}
  605. {block:NextPage}
  606. <a href="{NextPage}">»</a>
  607. {/block:NextPage}
  608. </div>
  609. {/block:Pagination}
  610.  
  611. </div>
  612. </div>
  613.  
  614. <div id="cred"><a href="http://swlft.tumblr.com/">theme</a></div>
  615.  
  616. </div>
  617.  
  618. </body>
  619. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement