Advertisement
Ahannahh

swlft theme 05

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