Advertisement
Ahannahh

swlft theme 06

Jan 10th, 2014
1,023
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.41 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:posts background" content="#ffffff">
  9.  
  10. <meta name="text:drop down link title" content="example">
  11. <meta name="text:drop down link 1" content="e.g. link 1">
  12. <meta name="text:drop down link 1 url" content="/link1url">
  13. <meta name="text:drop down link 2" content="">
  14. <meta name="text:drop down link 2 url" content="">
  15. <meta name="text:drop down link 3" content="">
  16. <meta name="text:drop down link 3 url" content="">
  17. <meta name="text:drop down link 4" content="">
  18. <meta name="text:drop down link 4 url" content="">
  19. <meta name="text:drop down link 5" content="">
  20. <meta name="text:drop down link 5 url" content="">
  21.  
  22. <meta name="if:show submit link" content="0"/>
  23. <meta name="if:show ask link" content="1"/>
  24.  
  25.  
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}" />
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  29. <meta name="description" content="{MetaDescription}" />
  30.  
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
  32. </script>
  33. <script>
  34. $(document).ready(function(){
  35. $("#mytags").click(function(){
  36. $("#mtcontent").slideToggle("slow");
  37. });
  38. });
  39. </script>
  40.  
  41. <style type="text/css">
  42.  
  43. ::-webkit-scrollbar-thumb {
  44. height:auto;
  45. background-color: {color:text};
  46. border:2px solid #fff;
  47. }
  48. ::-webkit-scrollbar {
  49. height:9px;
  50. width:9px;
  51. background-color: #fff;
  52. }
  53.  
  54. a {
  55. color:{color:links};
  56. text-decoration:none;
  57. -moz-transition-duration:0.5s;
  58. -webkit-transition-duration:0.5s;
  59. -o-transition-duration:0.5s;
  60. }
  61.  
  62. a:hover {
  63. color:{color:linkshover};
  64. text-decoration:none;
  65. -moz-transition-duration:0.5s;
  66. -webkit-transition-duration:0.5s;
  67. -o-transition-duration:0.5s;
  68. }
  69.  
  70. body {
  71. background-color:{color:background};
  72. font-family:Arial;
  73. font-weight:normal;
  74. margin:0px;
  75. top:0;
  76. left:0;
  77. }
  78.  
  79. h2 {
  80. font-weight:normal;
  81. font-size:11px;
  82. text-align:center;
  83. font-style:normal;
  84. text-transform:uppercase;
  85. color:{color:text};
  86. }
  87.  
  88. h1 {
  89. font-weight:normal;
  90. text-decoration:none;
  91. font-size:17px;
  92. text-align:center;
  93. line-height:110%;
  94. color:{color:text};
  95. padding:5px;
  96. padding-bottom:2px;
  97. }
  98.  
  99.  
  100. blockquote {
  101. border-left:2px solid {color:text};
  102. padding-left:5px;
  103. margin:5px;
  104. padding-top:2px;
  105. padding-bottom:2px;
  106. }
  107.  
  108. #theme {
  109. margin:auto;
  110. width:780px;
  111. height:100%;
  112. text-align: center;
  113. background-color:{color:background};
  114.  
  115. position:relative;
  116. }
  117.  
  118. #sidebar {
  119. position:fixed;
  120. margin-top:250px;
  121. width:175px;
  122. text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  123. color: {color:text};
  124. margin-bottom:25px;
  125. text-align:left;
  126. }
  127.  
  128. #sidebar img {
  129. width:500px;
  130. }
  131.  
  132. #title {
  133. margin-top:10px;
  134. margin-bottom:5px;
  135. font-size:18px;
  136. font-weight:bold;
  137. letter-spacing:-1px;
  138. line-height:80%;
  139. }
  140.  
  141. #title a{
  142. color:{color:text};
  143. }
  144.  
  145. #title a:hover {
  146. color:{color:links};
  147. }
  148.  
  149. #desc {
  150. font-size:11px;
  151. }
  152.  
  153. .links {
  154. font-size:9px;
  155. margin-top:5px;
  156. text-transform:uppercase;
  157. }
  158.  
  159. .links a {
  160. width:173px;
  161. padding:4px 0px 4px 6px;
  162. margin-bottom:2px;
  163. background-color:#fff;
  164. display:inline-block;
  165. border-bottom:2px solid transparent;
  166. }
  167.  
  168. .links a:hover {
  169. border-bottom:2px solid {color:linkshover};
  170. }
  171.  
  172. .pagi {
  173. font-size:16px;
  174. font-weight:bold;
  175. font-style:normal;
  176. text-align:center;
  177. margin-bottom:70px;
  178. color:{color:links};
  179. letter-spacing:-1px;
  180. text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  181. }
  182.  
  183. .pagi a {
  184. display:inline-block;
  185. color:{color:links};
  186. }
  187.  
  188. .pagi a:hover {
  189. color:{color:linkshover};
  190. }
  191.  
  192. #stuffcontainer {
  193. margin-left:225px;
  194. padding-top:50px;
  195. width:554px;
  196. position:relative;
  197. text-align:justify;
  198. background-color:{color:background};
  199. color:{color:text};
  200. }
  201.  
  202.  
  203. #stuff {
  204. background-color:{color:posts background};
  205. padding:27px;
  206. width:500px;
  207. margin-bottom:70px;
  208. text-align:justify;
  209. font-size:11px;
  210. line-height:100%;
  211. letter-spacing:0x;
  212. color:{color:text};
  213. }
  214.  
  215. .caption {
  216. width:500px;
  217. text-align:justify;
  218. line-height:120%;
  219. }
  220.  
  221. #audio {
  222. text-align:center;
  223. }
  224.  
  225. #postinfo {
  226. position:absolute;
  227. margin-left:530px;
  228. margin-top:5px;
  229. width:85px;
  230. padding:0px;
  231. text-align:center;
  232. line-height:120%;
  233. text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  234. }
  235.  
  236. #postinfo a {
  237. font-style:normal;
  238. }
  239.  
  240. #postinfo a:hover {
  241. color:{color:linkshover};
  242. }
  243.  
  244. #dates {
  245. font-size:15px;
  246. text-transform:none;
  247. font-weight:bold;
  248. letter-spacing:-1px;
  249. }
  250.  
  251. #notesetc {
  252. margin-top:5px;
  253. margin-bottom:3px;
  254. }
  255.  
  256. .tags {
  257. text-transform:none;
  258. font-size:10px;
  259. text-align:left;
  260. margin-top:2px;
  261. }
  262.  
  263. #buttons {
  264. width:40px;
  265. display:inline-block;
  266. }
  267.  
  268. #like {
  269. opacity:0.7;
  270. display:inline-block;
  271. }
  272.  
  273. #like:hover {
  274. opacity:1;
  275. }
  276.  
  277. #reblog {
  278. padding-left:4px;
  279. padding-right:5px;
  280. opacity:0.7;
  281. display:inline-block;
  282. }
  283.  
  284. #reblog:hover {
  285. opacity:1;
  286. }
  287.  
  288. ul.chat, .chat ol, .chat li {
  289. list-style:none;
  290. margin:0px;
  291. padding:2px;
  292. }
  293.  
  294. .label {
  295. text-transform:uppercase;
  296. text-decoration:none;
  297. font-weight:bold;
  298. margin-right:5px;
  299. }
  300.  
  301. .note {
  302. text-transform:uppercase;
  303. font-style:normal;
  304. letter-spacing:0px;
  305. font-size: 9px;
  306. text-align:left;
  307. line-height:90%;
  308. margin-left:-40px;
  309. }
  310.  
  311. .note li {
  312. list-style-type:none;
  313. padding:10px 25px 10px 25px;
  314. text-align:left;
  315. margin:0px;
  316. -moz-transition-duration:0.5s;
  317. -webkit-transition-duration:0.5s;
  318. -o-transition-duration:0.5s;
  319. }
  320.  
  321. .q {background-color: #f4f4f4; padding: 20px; padding-bottom: 30px;}
  322.  
  323. .qimg {border: 5px solid #f4f4f4; width: 40px; margin: auto; margin-top: -25px; display: block;}
  324.  
  325. #mytags {
  326.  
  327. }
  328.  
  329. #mytags a {
  330. cursor:pointer;
  331. }
  332.  
  333. #mtcontent {
  334. text-transform:none;
  335. display:none;
  336. }
  337.  
  338. #cred {
  339. z-index:9999;
  340. position:fixed;
  341. font-size:13px;
  342. font-weight:bold;
  343. line-height:150%;
  344. letter-spacing:-1px;
  345. right:10px;
  346. bottom:10px;
  347. text-align:center;
  348. }
  349.  
  350. #cred a {
  351. padding:3px;
  352. padding-right:5px;
  353. padding-left:5px;
  354. background-color:transparent;
  355. color:{color:links};
  356. -moz-transition-duration:0.5s;
  357. -webkit-transition-duration:0.5s;
  358. -o-transition-duration:0.5s;
  359. }
  360.  
  361. #cred a:hover {
  362. color:{color:background};
  363. background-color:{color:links};
  364. }
  365.  
  366. {CustomCSS}
  367.  
  368. </style></head>
  369.  
  370. <body>
  371.  
  372.  
  373. <div id="theme">
  374.  
  375.  
  376.  
  377. <div id="sidebar">
  378. <div id="title">{title}</div> <div id="desc">{description}</div>
  379.  
  380. <div class="links">
  381. <a href="/">home</a>
  382.  
  383. {block:IfNotShowAskLink}
  384. {block:AskEnabled}
  385. <a style=" display:none;" href="/ask">{AskLabel}</a>
  386. {/block:AskEnabled}
  387. {/block:IfNotShowAskLink}
  388.  
  389. {block:IfShowAskLink}
  390. {block:AskEnabled}
  391. <a href="/ask">{AskLabel}</a>
  392. {/block:AskEnabled}
  393. {/block:IfShowAskLink}
  394.  
  395. {block:IfNotShowSubmitLink}
  396. {block:SubmissionsEnabled}
  397. <a style=" display:none;" href="/submit" >{SubmitLabel}</a>
  398. {/block:SubmissionsEnabled}
  399. {/block:IfNotShowSubmitLink}
  400.  
  401. {block:IfShowSubmitLink}
  402. {block:SubmissionsEnabled}
  403. <a href="/submit" >{SubmitLabel}</a>
  404. {/block:SubmissionsEnabled}
  405. {/block:IfShowSubmitLink}
  406.  
  407. {block:IfDropDownLinkTitle}
  408. <div id="mytags"><a>{text:drop down link title}</a></div>
  409. <div id="mtcontent"><p>
  410. {block:IfDropDownLink1}
  411. <a href="{text:drop down link 1 url}">{text:drop down link 1}</a>
  412. {/block:IfDropDownLink1}
  413. {block:IfDropDownLink2}
  414. <a href="{text:drop down link 2 url}">{text:drop down link 2}</a>
  415. {/block:IfDropDownLink2}
  416. {block:IfDropDownLink3}
  417. <a href="{text:drop down link 3 url}">{text:drop down link 3}</a>
  418. {/block:IfDropDownLink3}
  419. {block:IfDropDownLink4}
  420. <a href="{text:drop down link 4 url}">{text:drop down link 4}</a>
  421. {/block:IfDropDownLink4}
  422. {block:IfDropDownLink5}
  423. <a href="{text:drop down link 5 url}">{text:drop down link 5}</a>
  424. {/block:IfDropDownLink5}
  425. </div>{/block:IfDropDownLinkTitle}
  426.  
  427. {block:SubmissionsEnabled}
  428. <a style="display:none;" href="/submit" >{SubmitLabel}</a>
  429. {/block:SubmissionsEnabled}
  430.  
  431. {block:HasPages}
  432. {block:Pages}<a style="" href="{URL}">{Label}</a>{/block:Pages}
  433. {/block:HasPages}
  434.  
  435. </div>
  436.  
  437. </div>
  438.  
  439. <div id="stuffcontainer">
  440. {block:Posts}
  441.  
  442.  
  443. <div id="stuff">
  444.  
  445. {block:date}
  446. <div id="postinfo">
  447.  
  448. <div id="dates"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {ShortYear}</a></div>
  449.  
  450. <div id="notesetc">
  451. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br>{block:RebloggedFrom}<a href="{ReblogParentURL}">via </a><br>{/block:RebloggedFrom}
  452. {block:ContentSource}<a href="{SourceURL}">&nbsp;source</a><br>{/block:ContentSource}
  453.  
  454. <div id="buttons"><div id="reblog">{ReblogButton size="14"}</div><div id="like">{LikeButton size="14"}</div></div>
  455.  
  456. </div>
  457. </div>
  458. {/block:date}
  459.  
  460. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  461.  
  462. {block:Quote}<h1 padding:10px;"><b style="font-size:50px; position:absolute; opacity:0.3; margin-left:-10px; margin-top:6px;">“</b>{Quote}</h1><h2>— {Source}</h2>{/block:Quote}
  463.  
  464. {block:Link}<a href="{URL}"><h1 style="padding:18px; background-color:#f4f4f4;">{Name} →</h1></a>
  465. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  466.  
  467. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  468.  
  469. {block:Photoset}<center>{Photoset-500}</center>
  470. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  471.  
  472. {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  473.  
  474. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  475.  
  476. {block:Answer}
  477. <div class="q">{Asker} asked: {Question}</div><img src="{AskerPortraitURL-40}" class="qimg">
  478. {Answer}
  479. {/block:Answer}
  480.  
  481. {block:Audio}<div id="audio">
  482. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  483. {block:PlayCount}<h2 style="padding-top:10px; padding-bottom:10px; font-weight:bold; text-transform:none; width:500px; background-color: #f4f4f4;">{PlayCountWithLabel}</h2>{/block:PlayCount}</div>
  484. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  485.  
  486. {block:HasTags}<div class="tags">
  487. {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}</div>
  488. {/block:HasTags}
  489.  
  490. <div class="note">
  491. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  492.  
  493. </div>
  494. {/block:posts}
  495.  
  496.  
  497. {block:Pagination}
  498. <div class="pagi">
  499. {block:PreviousPage}<a href="{PreviousPage}">prev&nbsp;</a>
  500. {/block:PreviousPage}
  501. {block:NextPage}<a href="{NextPage}">&nbsp;next</a>
  502. {/block:NextPage}
  503. </div>
  504. {/block:Pagination}
  505.  
  506. </div>
  507. </div>
  508.  
  509. <div id="cred"><a href="http://swlft.tumblr.com/">theme</a></div>
  510.  
  511. </div>
  512.  
  513. </body>
  514. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement