Advertisement
flyawayfromzayn

Soft Light - Theme #15

Aug 16th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7.  
  8. <title>{Title}</title>
  9.  
  10.  
  11.  
  12. <link rel="shortcut icon" href="{Favicon}">
  13.  
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="color:background" content="#ffffff"/>
  23.  
  24. <meta name="color:text" content="#999"/>
  25.  
  26. <meta name="color:link" content="#aaa"/>
  27.  
  28. <meta name="color:link hover" content="#ddd"/>
  29.  
  30.  
  31. <meta name="text:link3" content="Link">
  32.  
  33. <meta name="text:link3 url" content="/">
  34.  
  35. <meta name="text:link4" content="Link">
  36.  
  37. <meta name="text:link4 url" content="/">
  38.  
  39. <meta name="text:link5" content="Link">
  40.  
  41. <meta name="text:link5 url" content="/">
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. a {color:;text-decoration:none;-webkit-tra… all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  47.  
  48. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  49.  
  50. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  51.  
  52. #biter
  53.  
  54. #bite a {display:block}
  55.  
  56. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  57.  
  58. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  59.  
  60. /* this is where you put all of your defaults */
  61.  
  62. body {
  63.  
  64. background:{color:background};
  65.  
  66. margin:0px;
  67.  
  68. color:{color:text};
  69.  
  70. font-size:12px;
  71.  
  72. line-height:140%;
  73.  
  74. }
  75.  
  76. /* this is your default setting for links */
  77.  
  78. a {
  79.  
  80. text-decoration:none;
  81.  
  82. outline:0px;
  83.  
  84. -moz-outline-style:none;
  85.  
  86. color:{color:link};
  87.  
  88. -moz-transition-duration:0.5s;
  89.  
  90. -webkit-transition-duration:0.5s;
  91.  
  92. -o-transition-duration:0.5s;
  93.  
  94. }
  95.  
  96.  
  97.  
  98. a:hover{
  99.  
  100. color:{color:link hover};
  101.  
  102. font-style:none;
  103.  
  104. -moz-transition-duration:0.5s;
  105.  
  106. -webkit-transition-duration:0.5s;
  107.  
  108. -o-transition-duration:0.5s;}
  109.  
  110. /* this is the default for all pictures */
  111.  
  112. img {
  113.  
  114. border:0px;
  115.  
  116.  
  117. }
  118.  
  119. /* this is the little bar that appears next to some pieces of text you get me */
  120.  
  121. blockquote {
  122.  
  123. padding-left:5px;
  124.  
  125. border-left:2px solid;
  126.  
  127. }
  128.  
  129.  
  130.  
  131. blockquote blockquote {
  132.  
  133. padding-left:5px;
  134.  
  135. border-left:2px solid;
  136.  
  137. }
  138.  
  139. /* these are the 2 sizes you have for your titles (i.e. quotes and stuff) */
  140.  
  141. h1 {
  142. font-size:15px;
  143. font-weight:normal;
  144. }
  145.  
  146. h2 {
  147. font-size:23px;
  148. font-weight:normal;
  149. line-height:110%;
  150. }
  151.  
  152.  
  153. /* these are all of your posts as a whole */
  154.  
  155.  
  156. #entries {
  157.  
  158. padding:0px;
  159.  
  160. width:100%;
  161.  
  162. width:500px;
  163.  
  164. margin-left:40%;
  165.  
  166. margin-top:0px;
  167.  
  168. padding:8px;
  169.  
  170. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  171. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  172. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  173. }
  174.  
  175.  
  176. #entries #perma{
  177. padding:5px;
  178. width:490px;
  179. {block:Permalink}width:490px;{/block:Permalink}
  180. background-color:#777777;
  181. color:#aaaaaa;
  182. text-align:center;
  183. border-radius:0px;
  184. margin-top:3px;
  185. margin-top:-30px;
  186. position:absolute;
  187. opacity:0.0;
  188. -webkit-transition: opacity 0.5s linear;
  189. -webkit-transition: all 0.5s linear;
  190. -moz-transition: all 0.5s linear;
  191. }
  192.  
  193. #entries #perma a {
  194. color:#bbbbbb;
  195. -moz-transition-duration:0.8s;
  196. -webkit-transition-duration:0.8s;
  197. -o-transition-duration:0.8s;
  198. }
  199.  
  200.  
  201.  
  202. #entries:hover #perma{
  203. opacity:.9;
  204. margin-left:0px;
  205. margin-top:0px;
  206. -webkit-transition: opacity 0.5s linear;
  207. -webkit-transition: all 0.5s linear;
  208. -moz-transition: all 0.5s linear;
  209. }
  210.  
  211.  
  212.  
  213. /* this is each individual post*/
  214.  
  215. #post {
  216.  
  217. max-width:500px;
  218. width:100%;
  219. -webkit-filter: grayscale(70%);
  220. -webkit-transition: all 1s ease;
  221. -moz-transition: all 1s ease;
  222. -o-transition: all 1s ease;
  223. -ms-transition: all 1s ease;
  224. transition: all 1s ease;
  225. }
  226.  
  227. #post:hover{
  228. -webkit-filter: grayscale(0%);
  229. }
  230.  
  231.  
  232.  
  233. /* this is your picture posts */
  234.  
  235. #post img{
  236.  
  237. max-width:500px;
  238. width:100%;
  239.  
  240.  
  241. }
  242.  
  243. /* this is your sidebar as a whole */
  244.  
  245. #sidebar {
  246. width:250px;
  247. position:fixed;
  248. margin-left:115px;
  249. height:100%;
  250. background:#cccccc;
  251. }
  252.  
  253. /* title of your sidebar */
  254.  
  255. #btitle {
  256. font-size:20px;
  257. position:fixed;
  258. font-family:arial;
  259. text-align:center;
  260. padding-left:0px;
  261. height:40px;
  262. width:200px;
  263. line-height:40px;
  264. top:36px;
  265. margin-left:24px;
  266. }
  267.  
  268. /* your description */
  269.  
  270. #description {
  271. width:200px;
  272. font-size:11px;
  273. position:fixed;
  274. padding:4px;
  275. margin-top:290px;
  276. margin-left:22px;
  277. line-height:13px;
  278. text-align:center;
  279. }
  280.  
  281. /* your sidebar's links */
  282.  
  283. #links {
  284. position:fixed;
  285. margin-left:20px;
  286. font-size:12px;
  287. text-transform:none;
  288. text-align:center;
  289. letter-spacing:0px;
  290. line-height:170%;
  291. height:20px;
  292. width:200px;
  293. top:70px;
  294. font-style:none;
  295. -moz-transition-duration:0.8s;
  296. -webkit-transition-duration:0.8s;
  297. -o-transition-duration:0.8s;
  298. }
  299.  
  300. #links a{
  301. color:{color:link};
  302. text-align:center;
  303. width:100px;
  304. line-height:130%;
  305. height:20px;
  306. -moz-transition-duration:0.8s;
  307. -webkit-transition-duration:0.8s;
  308. -o-transition-duration:0.8s;
  309. }
  310.  
  311. #links a:hover{
  312. letter-spacing:0px;
  313. height:20px;
  314. text-align:center;
  315. color:{color:link hover};
  316. -moz-transition-duration:0.8s;
  317. -webkit-transition-duration:0.8s;
  318. -o-transition-duration:0.8s;
  319. }
  320.  
  321. /* the sidebar picture */
  322.  
  323. #sidebarimage{
  324. height:100px;
  325. top:100px;
  326. margin-left:0px;
  327. position:fixed;
  328. opacity:1;
  329.  
  330. }
  331.  
  332.  
  333. #sidebarimage img{
  334. width:200px;
  335. height:200px;
  336. border-radius:50%;
  337. -webkit-transition: all 0.7s ease;
  338. -moz-transition: all 0.7s ease;
  339. -o-transition: all 0.7s ease;
  340. -ms-transition: all 0.7s ease;
  341. transition: all 0.7s ease;
  342. }
  343.  
  344. /* the button taking you to the next page of your posts and back again */
  345.  
  346. #pagination {
  347. font-size:12px;
  348. margin-top:10px;
  349. text-align:center;
  350. margin-left:0px;
  351. -moz-transition-duration:0.5s;
  352. -webkit-transition-duration:0.5s;
  353. -o-transition-duration:0.5s;
  354. }
  355.  
  356.  
  357. #pagination a:hover{
  358. color:{color:link hover};
  359. -moz-transition-duration:0.5s;
  360. -webkit-transition-duration:0.5s;
  361. -o-transition-duration:0.5s;
  362. }
  363.  
  364. /* any asks sent to you look like this */
  365.  
  366. .ask {
  367.  
  368. padding:10px;
  369.  
  370. text-align:left;
  371.  
  372. color:{color:text};
  373.  
  374.  
  375. }
  376.  
  377. /* any answers you answer look like this */
  378.  
  379. .ans {
  380.  
  381. text-align:center;
  382.  
  383. padding:10px;
  384.  
  385. color:{color:text};
  386.  
  387. }
  388.  
  389. /* the whole of your audio posts */
  390.  
  391. .audio {
  392.  
  393. width:500px;
  394.  
  395. padding-bottom:10px;
  396.  
  397. }
  398.  
  399.  
  400. /* container of the player which is that button that plays the audio */
  401.  
  402. .playercontainer {
  403.  
  404. text-align:left;
  405.  
  406. padding:0px;
  407.  
  408. width:480px;
  409.  
  410. }
  411.  
  412. /* the info about your audio like title and artist and stuff */
  413.  
  414. .audioinfo {
  415.  
  416. padding:10px;
  417.  
  418. color:{color:text};
  419.  
  420. }
  421.  
  422.  
  423. /* the tags you have under your posts */
  424.  
  425. #taggies {
  426.  
  427.  
  428. width:500px;
  429.  
  430. letter-spacing:0px;
  431.  
  432. line-height:130%;
  433.  
  434. font-size:10px;
  435.  
  436. text-align:right;
  437.  
  438. padding:2px;
  439.  
  440. -moz-transition-duration:0.5s;
  441.  
  442. -webkit-transition-duration:0.5s;
  443.  
  444. -o-transition-duration:0.5s;
  445.  
  446. }
  447.  
  448.  
  449.  
  450. #taggies a {
  451.  
  452. color:{color:link};
  453.  
  454. font-size:8px;
  455.  
  456. letter-spacing:0px;
  457.  
  458. padding:1px;
  459.  
  460.  
  461. -moz-transition-duration:0.5s;
  462.  
  463. -webkit-transition-duration:0.5s;
  464.  
  465. -o-transition-duration:0.5s;
  466.  
  467. }
  468.  
  469.  
  470.  
  471. #taggies a:hover {
  472.  
  473. color:{color:link hover};
  474.  
  475. -moz-transition-duration:0.5s;
  476.  
  477. -webkit-transition-duration:0.5s;
  478.  
  479. -o-transition-duration:0.5s;
  480.  
  481. }
  482.  
  483.  
  484. /* your chats */
  485.  
  486.  
  487. ul.chat, .chat ol, .chat li {
  488.  
  489. list-style:none;
  490.  
  491. margin:0px;
  492.  
  493. padding:2px;
  494.  
  495. }
  496.  
  497.  
  498. .label {
  499.  
  500. text-decoration:none;
  501.  
  502. font-weight:300;
  503.  
  504. background-color:{color:background};
  505.  
  506. margin-right:5px;
  507.  
  508. }
  509.  
  510.  
  511. /* the notes styling on your permalink page */
  512.  
  513.  
  514. #notes {
  515. margin-left: 0px;
  516. width: 500px;
  517. font-size: 10px;
  518. }
  519.  
  520.  
  521. /* my credit */
  522.  
  523. #cred{
  524. font-size:11px;
  525. font-family:baskerville;
  526. }
  527.  
  528. #cred a{
  529. font-size:11px;
  530. font-family:baskerville;
  531. padding-bottom:5px;
  532. padding-top:3px;
  533. padding-left:5px;
  534. padding-right:5px;
  535. color:#000;
  536. background-color:#fff;
  537. border:1px solid #ccc;
  538. -moz-transition-duration:0.5s;
  539.  
  540. -webkit-transition-duration:0.5s;
  541.  
  542. -o-transition-duration:0.5s;
  543. }
  544.  
  545. #cred a:hover{
  546. font-size:11px;
  547. font-family:baskerville;
  548. color:#fff;
  549. background-color:#000;
  550. border:1px solid #000;
  551. -moz-transition-duration:0.5s;
  552.  
  553. -webkit-transition-duration:0.5s;
  554.  
  555. -o-transition-duration:0.5s;
  556. }
  557.  
  558.  
  559.  
  560. {CustomCSS}</style>
  561.  
  562.  
  563. </head><body>
  564.  
  565.  
  566.  
  567. <div id="sidebar">
  568.  
  569.  
  570.  
  571.  
  572. <div id="btitle"><marquee>{title}</marquee></div>
  573.  
  574. <div id="links">
  575. <a href="/">Home</a>
  576. <a href="/ask">Ask</a>
  577. <a href="{text:link3 url}">{text:link3}</a>
  578. <a href="{text:link4 url}">{text:link4}</a>
  579. <a href="{text:link5 url}">{text:link5}</a>
  580.  
  581. </div>
  582.  
  583. <div id="description">
  584. <div id="bite">
  585. <h4><center><div id="sidebarimage"><img src="{image:sidebar}"></div></center></h4>
  586.  
  587. <div class="death">
  588. <div align="center">
  589. {Description}
  590. </div>
  591. </div>
  592. </div>
  593.  
  594. <div id="pagination">
  595. {block:Pagination}{block:PreviousPage}
  596. <a href="{PreviousPage}"> <<<<
  597. </a> {/block:PreviousPage}
  598. {CurrentPage}/{TotalPages}
  599. {block:NextPage} <a href="{NextPage}"> >>>> </a>{/block:NextPage}{/block:Pagination}
  600. <form action="/search" method="get">
  601. <input type="text" name="q" value="" style="width:130px; height:13px; background-color:#ffffff; color: #bbbbbb; font-size: 11px; border: 0px;"/>
  602. <input type="button" value="search" style="font-size: 10px; background-color:#ffffff; color: #bbbbbb; border: 0px;"/></form></p>
  603. </div></div>
  604.  
  605. </div>
  606.  
  607.  
  608.  
  609. <div id="entries">
  610.  
  611.  
  612.  
  613.  
  614.  
  615. {block:Posts}<div id="post">
  616.  
  617.  
  618.  
  619.  
  620. <br><br><br>
  621.  
  622.  
  623.  
  624. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  625.  
  626.  
  627.  
  628. {block:Quote}<h2>β€œ{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  629.  
  630.  
  631.  
  632. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  633.  
  634. {block:Description}<p>{Description}{/block:Description}{/block:Link}
  635.  
  636.  
  637.  
  638. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  639.  
  640.  
  641.  
  642. {block:Photoset}<center>{Photoset-500}</center>
  643.  
  644. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  645.  
  646.  
  647.  
  648. {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}
  649.  
  650.  
  651.  
  652. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  653.  
  654.  
  655.  
  656. {block:Answer}<div class="ask">{Asker} inquired: </br>{Question}</div><div class="ans">{Answer}</div>{/block:answer}
  657.  
  658.  
  659.  
  660. {block:Audio}<div class="audio">
  661.  
  662. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  663.  
  664. {/block:ExternalAudio}<b>Listened:</b> {PlayCount} times</div>
  665.  
  666. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  667.  
  668. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  669.  
  670.  
  671.  
  672.  
  673. {block:HasTags}<div id="taggies">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  674. <div id="perma">{block:Date}<a href="{Permalink}"><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{Year}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:Date} {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  675.  
  676. {block:ContentSource}& <a href="{SourceURL}" title="{ReblogRootName}">credit</a>{/block:ContentSource}{/block:RebloggedFrom}
  677.  
  678. </div>
  679.  
  680. {block:PostNotes}
  681. <div id="notes">{PostNotes}</div>
  682. {/block:PostNotes}
  683.  
  684. {/block:Posts}
  685.  
  686. </div></div></div>
  687.  
  688.  
  689.  
  690.  
  691. </div>
  692.  
  693. </div>
  694.  
  695. </div>
  696.  
  697. </body>
  698.  
  699. <div id="cred" style="position:fixed; bottom:10px; right:10px;">
  700. <font size="1"><a href="http://flyawayfromzayn.tumblr.com"><i>Creator</a></font>
  701.  
  702. </div>
  703.  
  704.  
  705.  
  706.  
  707. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement