Advertisement
Ahannahh

Swlft Theme 02

Jul 26th, 2013
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.61 KB | None | 0 0
  1. <!--- THEME BY SWLFT.TUMBLR.COM DO NOT REMOVE CREDIT ---->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5.  
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11.  
  12. <meta name="color:background" content="#FFFFFF">
  13. <meta name="color:link" content="#b3b1b1">
  14. <meta name="color:link hover" content="#c7c7c7">
  15. <meta name="color:text" content="#9a9a9a">
  16. <meta name="color:tags" content="#a2a2a2">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:borders" content="#c9c9c9">
  19. <meta name="color:big letter bg" content="#969696">
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="image:side bg" content=""/>
  23.  
  24. <meta name="text:bigletter" content="">
  25. <meta name="text:linkB" content="">
  26. <meta name="text:linkB url" content="/">
  27. <meta name="text:linkC" content="">
  28. <meta name="text:linkC url" content="/">
  29. <meta name="text:linkD" content="">
  30. <meta name="text:linkD url" content="/">
  31. <meta name="text:linkE" content="">
  32. <meta name="text:linkE url" content="/">
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  35.  
  36. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  37. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40.  
  41. <style type="text/css">
  42.  
  43.  
  44. a {
  45. color:{color:link};
  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:link 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.  
  61. ::-webkit-scrollbar {background-color:transparent; height:8px; width:6px}
  62. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  63. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  64.  
  65. body {
  66. background-color:{color:background};
  67. font-family:Calibri;
  68. font-weight:normal;
  69. }
  70.  
  71.  
  72.  
  73.  
  74. h1 {
  75. font-weight:normal;
  76. font-size:10px;
  77. text-align:center;
  78. font-style:normal;
  79. line-height:80%;
  80. letter-spacing:1px;
  81. text-transform:uppercase;
  82. color:{color:text};
  83. }
  84.  
  85. h2 {
  86. font-size:15px;
  87. text-align:center;
  88. line-height:100%;
  89. letter-spacing:-0.5px;
  90. color:{color:text};
  91. font-weight:normal;
  92. padding:5px;
  93. padding-bottom:2px;
  94. }
  95.  
  96.  
  97. blockquote {
  98. border-left:2px solid {color:text};
  99. padding-left:5px;
  100. margin:5px;
  101. }
  102.  
  103. #theme {
  104. background-color:{color:background};
  105. width:700px;
  106. margin: 0 auto -12px auto;
  107. text-align: center;
  108. }
  109.  
  110. #side {
  111. margin-top:-8px;
  112. margin-left:-330px;
  113. width:450px;
  114. height:100%;
  115. background-color:{color:scrollbar};
  116. background-repeat: repeat;
  117. background-attachment: fixed;
  118. background-image:url('{image:side bg}');
  119. position:fixed;
  120. }
  121.  
  122. #sidebar {
  123. color:{color:text};
  124. position:fixed;
  125. width:150px;
  126. height:auto;
  127. margin-top:230px;
  128. text-align:left;
  129. margin-left:230px;
  130. z-index:1
  131. }
  132.  
  133. #sideimsq {
  134. position:fixed;
  135. background-color: #ffffff;
  136. opacity:0.4;
  137. width:158px;
  138. height:1000%;
  139. top:0px;
  140. margin-left:225px;
  141. }
  142.  
  143. #sidebar img {
  144. opacity:0;
  145. width:150px;
  146. height:150px;
  147. margin-bottom:10px;
  148. -webkit-transition-duration: 0.7s;
  149. -moz-transition-duration: 0.7s;
  150. }
  151.  
  152. #title {
  153. display:table;
  154. height:75px;
  155. color:{color:text};
  156. font-size:18px;
  157. font-family: 'Playball', cursive;
  158. text-align:center;
  159. margin-bottom:-100px;
  160. -webkit-transition-duration: 0.5s;
  161. -moz-transition-duration: 0.5s;
  162. padding-right:30px;
  163. padding-left:30px;
  164. line-height:80%;
  165. }
  166.  
  167. #title a {
  168. display: table-cell;
  169. vertical-align: middle;
  170. color:{color:text};
  171. }
  172.  
  173. #hover {
  174. margin-top:85px;
  175. position:fixed;
  176. text-align:center;
  177. font-size:6px;
  178. letter-spacing:1px;
  179. margin-left:35px;
  180. text-transform:uppercase;
  181. opacity:0.8;
  182. -webkit-transition-duration: 0.7s;
  183. -moz-transition-duration: 0.7s;
  184. }
  185.  
  186. #side:hover #sidebar img {
  187. opacity:1;
  188. -webkit-transition-duration: 2s;
  189. -moz-transition-duration: 2s;
  190. }
  191.  
  192. #side:hover #title {
  193. margin-right:-60px;
  194. opacity:0;
  195. -webkit-transition-duration: 1s;
  196. -moz-transition-duration: 1s;
  197. padding-right:45px;
  198. padding-left:75px;
  199. }
  200.  
  201. #side:hover #hover {
  202. margin-left:-30px;
  203. opacity:0;
  204. }
  205.  
  206. #bigletter {
  207. font-size: 22px;
  208. background-color: {color:big letter bg};
  209. font-family: 'Playball', cursive;
  210. padding:3px;
  211. padding-right:5px;
  212. float:left;
  213. margin-right:4px;
  214. line-height: 80%;
  215. color:#ffffff;
  216. }
  217.  
  218. #linkcont {
  219. position:fixed;
  220. top:250px;
  221. right:70px;
  222. height:200px;
  223. width:150px;
  224. background-color:transparent;
  225. text-align:center;
  226. }
  227.  
  228. .links {
  229. margin-top:0px;
  230. margin-bottom:0px;
  231. margin-left:5px;
  232. width:80px;
  233. font-size:8px;
  234. text-transform:uppercase;
  235. letter-spacing:2px;
  236. }
  237.  
  238. .links a{
  239. text-align:center;
  240. width:40px;
  241. display:inline-block;
  242. text-transform:uppercase;
  243. margin:2px;
  244. margin-left:0px;
  245. margin-bottom:5px;
  246. font-family:calibri;
  247. font-size:8px;
  248. letter-spacing:1px;
  249. color:#ffffff;
  250. padding:4px;
  251. background-color:{color:big letter bg};
  252. }
  253.  
  254.  
  255. .links a:hover{
  256. color:{color:big letter bg};
  257. background-color:transparent;
  258. -moz-transition-duration:1s;
  259. -webkit-transition-duration:1s;
  260. -o-transition-duration:1s;
  261. }
  262.  
  263. .desc {
  264. margin-top:-10px;
  265. margin-bottom:10px;
  266. text-align:justify;
  267. font-size:10px;
  268. color:{color:text};
  269. letter-spacing:1px;
  270. line-height:150%;
  271. }
  272.  
  273. .desc a {
  274. color:{color:link};
  275. }
  276.  
  277. .pagi {
  278. font-size:11px;
  279. text-transform:uppercase;
  280. letter-spacing:3px;
  281. font-style:normal;
  282. text-align:center;
  283. margin-bottom:60px;
  284. text-align: center;
  285. margin-left:175px;
  286. }
  287.  
  288. .pagi a {
  289. line-height:80%;
  290. background-color:transparent;
  291. color:{color:link};
  292. padding:2px;
  293. padding-left:4px;
  294. }
  295.  
  296. .pagi a:hover {
  297. color:{color:link};
  298. background-color:transparent;
  299. }
  300.  
  301. #stuffcontainer {
  302. float:left;
  303. margin-left:200px;
  304. margin-top:30px;
  305. text-align:justify;
  306. background-color:{color:background};
  307. color:{color:text};
  308. margin-bottom: 35px;
  309. }
  310.  
  311.  
  312. #stuff {
  313. width:500px;
  314. margin-top:75px;
  315. text-align:justify;
  316. font-size:11px;
  317. line-height:90%;
  318. letter-spacing:0x;
  319. color:{color:text};
  320. }
  321.  
  322. #stuff:hover .tags {
  323. opacity:1;
  324. -webkit-transition-duration: 1s;
  325. -moz-transition-duration: 1s;
  326. }
  327.  
  328. .caption {
  329. width:500px;
  330. text-align:justify;
  331. line-height:120%;
  332. }
  333.  
  334. .ask {
  335. padding:10px;
  336. text-align:left;
  337. color:{color:text};
  338. background-color:transparent;
  339. border-bottom:1px solid {color:borders};
  340. border-right:1px solid {color:borders};
  341. }
  342.  
  343. .ans {
  344. text-align:left;
  345. padding:10px;
  346. color:{color:text};
  347. }
  348.  
  349. .audio {
  350. width:500px;
  351. padding-bottom:10px;
  352. background-color:transparent;
  353. }
  354.  
  355. .albumart {
  356. float:left;
  357. padding:0px 10px 10px 0px;
  358. }
  359.  
  360. .albumart img {
  361. width:45px;
  362. height:45px;
  363. }
  364.  
  365. .playercontainer {
  366. text-align:left;
  367. padding:10px;
  368. background-color:#ffffff;
  369. width:480px;
  370. }
  371.  
  372. .audioinfo {
  373. padding:10px;
  374. color:{color:text};
  375. }
  376.  
  377. #postinfo {
  378. width:490px;
  379. padding:5px;
  380. font-size:8px;
  381. color:{color:link};
  382. text-transform:uppercase;
  383. font-style:normal;
  384. letter-spacing:2px;
  385. text-align:left;
  386. border-top:1px solid {color:borders};
  387. border-bottom:1px solid {color:borders};
  388. -moz-transition-duration:0.5s;
  389. -webkit-transition-duration:0.5s;
  390. -o-transition-duration:0.5s;
  391. }
  392.  
  393. #postinfo a {
  394. color:{color:link};
  395. text-align:center;
  396. letter-spacing:1px;
  397. font-style:normal;
  398. }
  399.  
  400. #postinfo a:hover {
  401. color:{color:link hover};
  402. }
  403.  
  404. .note {
  405. text-transform:uppercase;
  406. font-style:normal;
  407. letter-spacing:0px;
  408. font-size: 9px;
  409. text-align:left;
  410. line-height:90%;
  411. margin-left:-40px;
  412. }
  413.  
  414. .note li {
  415. list-style-type:none;
  416. border-bottom:1px solid {color:borders};
  417. padding:10px 25px 10px 25px;
  418. text-align:left;
  419. margin:0px;
  420. -moz-transition-duration:0.5s;
  421. -webkit-transition-duration:0.5s;
  422. -o-transition-duration:0.5s;
  423. }
  424.  
  425. .tags {
  426. font-style:normal;
  427. width:500px;
  428. text-transform:uppercase;
  429. font-style:normal;
  430. color:{color:tags};
  431. letter-spacing:2px;
  432. line-height:120%;
  433. font-size:8px;
  434. text-align:left;
  435. padding:2px;
  436. -moz-transition-duration:0.5s;
  437. -webkit-transition-duration:0.5s;
  438. -o-transition-duration:0.5s;
  439. opacity:0;
  440. }
  441.  
  442. .tags a {
  443. color:{color:tags};
  444. letter-spacing:1px;
  445. padding:1px;
  446. }
  447.  
  448. .tags a:hover {
  449. color:{color:link};
  450. }
  451.  
  452. ul.chat, .chat ol, .chat li {
  453. list-style:none;
  454. margin:0px;
  455. padding:2px;
  456. }
  457.  
  458. .label {
  459. text-decoration:underline;
  460. font-weight:700;
  461. background-color:transparent;
  462. margin-right:5px;
  463. }
  464.  
  465. #cred {
  466. position:fixed;
  467. font-size:8px;
  468. font-weight:normal;
  469. line-height:150%;
  470. letter-spacing:2px;
  471. right:10px;
  472. bottom:10px;
  473. text-transform:uppercase;
  474. text-align:center;
  475. font-family:'Inconsolata', sans-serif;
  476. }
  477.  
  478. #cred a {
  479. padding:3px;
  480. background-color:transparent;
  481. color:{color:link};
  482. -moz-transition-duration:0.5s;
  483. -webkit-transition-duration:0.5s;
  484. -o-transition-duration:0.5s;
  485. border:1px solid;
  486. }
  487.  
  488. #cred a:hover {
  489. color:{color:background};
  490. background-color:{color:link};
  491. border:1px solid;
  492. }
  493.  
  494. {CustomCSS}
  495.  
  496. </style></head>
  497.  
  498. <body>
  499. <div id="theme">
  500. <div id="side">
  501. <div id="sideimsq"></div>
  502. <div id="sidebar">
  503. <div id="title"><a>{Title}</a></div> <div id="hover">
  504. hover
  505. </div>
  506. <img src="{image:sidebar}">
  507. <div class="desc">
  508. <div id="bigletter">{text:bigletter}</div>{Description}
  509. </div>
  510.  
  511.  
  512.  
  513. </div>
  514. </div>
  515.  
  516.  
  517. <div id="stuffcontainer">
  518.  
  519. {block:Posts}
  520.  
  521. <div id="stuff">
  522.  
  523. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  524.  
  525. {block:Quote}<h2>โ€œ{Quote}โ€</h2><h1>{Source}</h1>{/block:Quote}
  526.  
  527. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  528. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  529.  
  530. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  531.  
  532. {block:Photoset}<center>{Photoset-500}</center>
  533. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  534.  
  535. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  536.  
  537. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  538.  
  539. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  540.  
  541. {block:Audio}{AudioEmbed-500}
  542. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  543.  
  544.  
  545.  
  546. {block:Date}<div id="postinfo"> <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  547. {block:ContentSource} | <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource} | <a href="{ReblogURL}" target="_blank" class="details"><b> REBLOG </b></a></div>{/block:Date}
  548. {block:HasTags}
  549. <div class="tags">
  550. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  551. {/block:HasTags}
  552. <div class="note">
  553. {block:PostNotes}{PostNotes}{/block:PostNotes}
  554. </div>
  555. </div>
  556. {/block:Posts}
  557.  
  558.  
  559. </div>
  560.  
  561. <div id="linkcont"><div class="links">
  562. <a href="/">home</a>
  563. {block:IfLinkB}
  564. <a href="{text:linkB url}">{text:linkB}</a>
  565. {/block:IfLinkB}
  566. {block:IfLinkC}
  567. <a href="{text:linkC url}">{text:linkC}</a>
  568. {/block:IfLinkC}
  569. {block:IfLinkD}
  570. <a href="{text:linkD url}">{text:linkD}</a>
  571. {/block:IfLinkD}
  572. {block:IfLinkE}
  573. <a href="{text:linkE url}">{text:linkE}</a>
  574. {/block:IfLinkE}
  575. </div></div>
  576.  
  577. {block:Pagination}
  578. <div class="pagi">
  579. {block:PreviousPage}
  580. <a href="{PreviousPage}">ยซ</a>
  581. {/block:PreviousPage}
  582. {block:JumpPagination length="5"}
  583. {block:CurrentPage}
  584. <a href="#">{PageNumber}</a>
  585. {/block:CurrentPage}
  586. {block:JumpPage}
  587. <a class="jump_page" href="{URL}">{PageNumber}</a>
  588. {/block:JumpPage}
  589. {/block:JumpPagination}
  590. {block:NextPage}
  591. <a href="{NextPage}">ยป</a>
  592. {/block:NextPage}
  593. </div>
  594. {/block:Pagination}
  595.  
  596. </div>
  597. </div>
  598. </div>
  599.  
  600. <div id="cred"><a href="http://swlft.tumblr.com/">Theme</a></div>
  601.  
  602. </body>
  603. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement