Advertisement
amyspondthemes

Amyspond theme 5: Cinder

Feb 23rd, 2014
3,191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.90 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- theme 5 by amyspond also this includes a pop up ask and you just need to change the YOUR-URL-HERE to make it work for you! did you know that i'm an amazing person? b/c i am. -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script>
  12. $(document).ready(function() {
  13. //
  14. $('a.poplight[href^=#]').click(function() {
  15. var popID = $(this).attr('rel'); //Get Popup Name
  16. var popURL = $(this).attr('href'); //Get Popup href to define size
  17. var query= popURL.split('?');
  18. var dim= query[1].split('&');
  19. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  20. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/b28c104906c576285505ca134600853a/tumblr_inline_mfp5cwdybL1qh7cpd.gif" class="btn_close" title="Close" alt="Close" /></a>');
  21. var popMargTop = ($('#' + popID).height() + 80) / 2;
  22. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  23. //Apply Margin to Popup
  24. $('#' + popID).css({
  25. 'margin-top' : -popMargTop,
  26. 'margin-left' : -popMargLeft
  27. });
  28. $('body').append('<div id="fade"></div>');
  29. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  30. return false;
  31. });
  32. $('a.close, #fade').live('click', function() {
  33. $('#fade , .popup_block').fadeOut(function() {
  34. $('#fade, a.close').remove(); //fade them both out
  35. });
  36. return false;
  37. });
  38. });
  39. </script>
  40.  
  41.  
  42. <meta name="color:bg" content="#FFFFFF">
  43. <meta name="color:link" content="#E6E4E4">
  44. <meta name="color:hover" content="#454545">
  45. <meta name="color:infobg" content="#FCFCFC">
  46. <meta name="color:askbg" content="#efefef" />
  47. <meta name="color:text" content="#9A9A9A">
  48. <meta name="color:tags" content="#EDEDED">
  49. <meta name="color:scrollbar" content="ede7dc"/>
  50. <meta name="color:scrollbarbg" content="ffffff"/>
  51. <meta name="color:border" content="#FAFAFA">
  52.  
  53. <meta name="image:sidebar" content=""/
  54.  
  55. /* DO NOT TOUCH 1 OR 2 those are your home and ask so yeah do not mess with that or ill be sad and youll be sad */
  56. <meta name="text:something " content="">
  57. <meta name="text:link1" content="">
  58. <meta name="text:link1 url" content="/">
  59. <meta name="text:link2" content="">
  60. <meta name="text:link2 url" content="/">
  61. <meta name="text:link3" content="">
  62. <meta name="text:link3 url" content="/">
  63. <meta name="text:link4" content="">
  64. <meta name="text:link4 url" content="/">
  65. <meta name="text:link5" content="">
  66. <meta name="text:link5 url" content="/">
  67. <meta name="text:link6" content="">
  68. <meta name="text:link6 url" content="/">
  69.  
  70. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  71. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  72. <link rel="shortcut icon" href="{Favicon}" />
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  74.  
  75. <script type="text/javascript"
  76. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">
  77. </script>
  78.  
  79.  
  80. </script>
  81. <style type="text/css">
  82.  
  83.  
  84. a {
  85. color:{color:link};
  86. text-decoration:none;
  87. -moz-transition-duration:0.5s;
  88. -webkit-transition-duration:0.5s;
  89. -o-transition-duration:0.5s;
  90. }
  91.  
  92. a:hover {
  93. color:{color:hover};
  94. text-decoration:none;
  95. -moz-transition-duration:0.5s;
  96. -webkit-transition-duration:0.5s;
  97. -o-transition-duration:0.5s;
  98. }
  99.  
  100.  
  101. /* SCROLLBAR */
  102.  
  103. ::-webkit-scrollbar {
  104. width: 5px;height: 5px;}
  105. ::-webkit-scrollbar-button:start:decrement,
  106. ::-webkit-scrollbar-button:end:increment {
  107. height: 6px;display: block;background-color: {color:text};}
  108. ::-webkit-scrollbar-track-piece {
  109. background-color: {color:background};}
  110. ::-webkit-scrollbar-thumb:vertical {
  111. height: 9px;background-color: {color:text};border-top:1px solid {color:background};border-bottom:1px solid {color:background};}
  112.  
  113. /* BODY */
  114. body {
  115. background-color:{color:bg};
  116. font-family:Calibri;
  117. font-weight:normal;
  118. }
  119.  
  120.  
  121.  
  122.  
  123. h1 {
  124. font-weight:normal;
  125. font-size:10px;
  126. text-align:center;
  127. font-style:normal;
  128. line-height:80%;
  129. letter-spacing:1px;
  130. text-transform:uppercase;
  131. color:{color:text};
  132. }
  133.  
  134. h2 {
  135. font-size:15px;
  136. text-align:center;
  137. line-height:100%;
  138. letter-spacing:-0.5px;
  139. color:{color:text};
  140. font-weight:normal;
  141. padding:5px;
  142. padding-bottom:2px;
  143. }
  144.  
  145.  
  146. blockquote {
  147. border-left:2px solid {color:text};
  148. padding-left:5px;
  149. margin:5px;
  150. }
  151.  
  152. #theme {
  153. background-color:{color:bg};
  154. width:700px;
  155. margin: 0 auto -12px auto;
  156. text-align: center;
  157. }
  158.  
  159. /* SIDEBAR */
  160.  
  161. #sidebar {
  162. color:{color:text};
  163. position:fixed;
  164. width:150px;
  165. height:auto;
  166. margin-top:180px;
  167. text-align:left;
  168. }
  169.  
  170. #title {
  171. font-family:cambria;
  172. font-style:normal;
  173. font-size:10px;
  174. text-align: center;
  175. color:{color:text};
  176. font-weight:bold;
  177. text-transform:uppercase;
  178. width:auto;
  179. margin-bottom:5px;
  180. }
  181.  
  182. #sidebar img {
  183. width:150px;
  184. height:150px;
  185. margin-bottom:10px;
  186. }
  187.  
  188.  
  189. .links {
  190.  
  191. margin-bottom:8px;
  192. font-size:8px;
  193. text-transform:uppercase;
  194. text-align:center;
  195. letter-spacing:2px;
  196. line-height:170%;
  197. }
  198.  
  199. .links a{
  200. padding:1px 7px 1px 7px;
  201. letter-spacing:0px;
  202. text-decoration:none;
  203. -moz-transition-duration:.7s;
  204. -webkit-transition-duration:.7s;
  205. -o-transition-duration:.7s;
  206. color:{color:link};
  207. }
  208.  
  209. .links a:hover {
  210. background-color:{color:hover};
  211. color:{color:text};
  212. -moz-transition-duration:1s;
  213. -webkit-transition-duration:1s;
  214. -o-transition-duration:1s;
  215. }
  216.  
  217. .desc {
  218. margin-bottom:10px;
  219. text-align:center;
  220. font-size:10px;
  221. color:{color:text};
  222. letter-spacing:0px;
  223. line-height:100%;
  224. }
  225.  
  226. .desc a {
  227. color:{color:link};
  228. }
  229.  
  230. .pagi {
  231. font-size:8px;
  232. text-transform:uppercase;
  233. letter-spacing:3px;
  234. font-style:normal;
  235. text-align:center;
  236. }
  237.  
  238. .pagi a {
  239. color:{color:link};
  240. }
  241.  
  242. #postcontainer {
  243. float:left;
  244. margin-left:300px;
  245. margin-top:0px;
  246. text-align:justify;
  247. background-color:{color:bg};
  248. color:{color:text};
  249. margin-bottom: 35px;
  250. }
  251.  
  252.  
  253. #post {
  254. width:500px;
  255. margin-top:75px;
  256. text-align:justify;
  257. font-size:11px;
  258. line-height:90%;
  259. letter-spacing:0x;
  260. color:{color:text};
  261. }
  262.  
  263. .caption {
  264. width:500px;
  265. text-align:justify;
  266. line-height:120%;
  267. }
  268.  
  269. #question{
  270. font-size: 10px;
  271. color: {color:font};
  272. background-color: {color:askbg};
  273. padding: 7px;
  274. font-family: calibri;
  275. }
  276.  
  277. .asker{
  278. text-transform: uppercase;
  279. font-family: calibri;
  280. }
  281.  
  282.  
  283. #answer{
  284. font-size: 11px;
  285. font-family: calibri;
  286. padding-left:4px;
  287. }
  288.  
  289.  
  290.  
  291. #postinfo {
  292. font-family:cambria;
  293. width:490px;
  294. padding:5px;
  295. font-size:8px;
  296. text-align:center;
  297. text-transform:uppercase;
  298. padding-bottom:3px;
  299.  
  300. border-top:1px solid {color:border};
  301. border-bottom:1px solid {color:border};
  302. }
  303.  
  304.  
  305. #postinfo a{
  306. padding:1px 4px 1px 4px;
  307. letter-spacing:1px;
  308. font-style:normal;
  309. text-align:center;
  310. -moz-transition-duration:.7s;
  311. -webkit-transition-duration:.7s;
  312. -o-transition-duration:.7s;
  313. color:{color:link};
  314. }
  315.  
  316. #postinfo a:hover {
  317. background-color:{color:hover};
  318. color:{color:text};
  319. -moz-transition-duration:1s;
  320. -webkit-transition-duration:1s;
  321. -o-transition-duration:1s;
  322. }
  323.  
  324.  
  325. .note {
  326. text-transform:uppercase;
  327. font-style:normal;
  328. letter-spacing:0px;
  329. font-size: 9px;
  330. text-align:center;
  331. line-height:90%;
  332. margin-left:-40px;
  333. }
  334.  
  335. .note li {
  336. list-style-type:none;
  337. border-bottom:1px solid {color:border};
  338. padding:10px 25px 10px 25px;
  339. text-align:left;
  340. margin:0px;
  341. -moz-transition-duration:0.5s;
  342. -webkit-transition-duration:0.5s;
  343. -o-transition-duration:0.5s;
  344. }
  345.  
  346. .tags {
  347. font-style:normal;
  348. width:500px;
  349. text-transform:uppercase;
  350. font-style:normal;
  351. color:{color:tags};
  352. letter-spacing:2px;
  353. line-height:120%;
  354. font-size:8px;
  355. text-align:left;
  356. padding:2px;
  357. -moz-transition-duration:0.5s;
  358. -webkit-transition-duration:0.5s;
  359. -o-transition-duration:0.5s;
  360. text-align:center;
  361. }
  362.  
  363. .tags a{
  364. padding:1px 7px 1px 7px;
  365. letter-spacing:0px;
  366. text-decoration:none;
  367. -moz-transition-duration:.7s;
  368. -webkit-transition-duration:.7s;
  369. -o-transition-duration:.7s;
  370. color:{color:link};
  371. }
  372.  
  373. .tags a:hover {
  374. background-color:{color:hover};
  375. color:{color:text};
  376. -moz-transition-duration:1s;
  377. -webkit-transition-duration:1s;
  378. -o-transition-duration:1s;
  379. } .tags a {
  380. color:{color:tags};
  381. letter-spacing:1px;
  382. padding:1px;
  383. }
  384.  
  385.  
  386. ul.chat, .chat ol, .chat li {
  387. list-style:none;
  388. margin:0px;
  389. padding:2px;
  390. }
  391.  
  392. .label {
  393. text-decoration:underline;
  394. font-weight:700;
  395. background-color:{color:infobg};
  396. margin-right:5px;
  397. text-align:center;
  398. }
  399.  
  400. #fade { /*--Transparent background layer--*/
  401. display: none; /*--hidden by default--*/
  402. background: #000;
  403. position: fixed; left: 0; top: 0;
  404. width: 100%; height: 100%;
  405. opacity: .80;
  406. z-index: 9999;
  407. }
  408. .popup_block{
  409.  
  410. display: none; /*--hidden by default--*/
  411. background: #fff;
  412. height:550px;
  413.  
  414. padding: 5px;
  415. border: 3px solid #ddd;
  416. text-align:center;
  417. float: left;
  418. font-size: 12px;
  419. position: fixed;
  420. top: 55%; left: 55%;
  421. z-index: 99999;
  422. /*--CSS3 Box Shadows--*/
  423. -webkit-box-shadow: 0px 0px 20px #000;
  424. -moz-box-shadow: 0px 0px 20px #000;
  425. box-shadow: 0px 0px 20px #000;
  426. /*--CSS3 Rounded Corners--*/
  427. -webkit-border-radius: 2px;
  428. -moz-border-radius: 2px;
  429. border-radius: 2px;
  430. }
  431. img.btn_close {
  432. float: right;
  433. margin: -2px -2px 0 0;
  434. }
  435. /*--Making IE6 Understand Fixed Positioning--*/
  436. *html #fade {
  437. position: absolute;
  438. }
  439. *html .popup_block {
  440. position: absolute;
  441. }
  442.  
  443. #cred {
  444. position:fixed;
  445. font-size:8px;
  446. font-weight:normal;
  447. line-height:150%;
  448. letter-spacing:2px;
  449. right:10px;
  450. bottom:10px;
  451. text-transform:uppercase;
  452. text-align:center;
  453. }
  454.  
  455. #cred a {
  456. padding:3px;
  457. color:{color:bg};
  458. background-color:{color:link};
  459. -moz-transition-duration:0.5s;
  460. -webkit-transition-duration:0.5s;
  461. -o-transition-duration:0.5s;
  462. }
  463.  
  464. #cred a:hover {
  465. background-color:{color:hover};
  466. color:{color:text};
  467. -moz-transition-duration:1s;
  468. -webkit-transition-duration:1s;
  469. -o-transition-duration:1s;
  470. }
  471.  
  472. {CustomCSS}
  473. </style></head>
  474.  
  475. <body>
  476. <div id="theme">
  477. <div id="sidebar">
  478. <div id="title">{title}</div>
  479. <img src="{image:sidebar}">
  480. <div class="links">
  481. {block:IfLink1}
  482. <a href="/">home</a>
  483. {/block:IfLink1}
  484. {block:IfLink2}
  485. <a href="#?w=400" rel="03" class="poplight"> FAQ / ASK </a>
  486. {/block:IfLink2}
  487. {block:IfLink3}
  488. <a href="{text:link3 url}">{text:link3}</a>
  489. {/block:IfLink3}
  490. {block:IfLink4}
  491. <a href="{text:link4 url}">{text:link4}</a>
  492. {/block:IfLink4}
  493. {block:IfLink5}
  494. <a href="{text:link5 url}">{text:link5}</a>
  495. {/block:IfLink5}
  496. {block:IfLink6}
  497. <a href="{text:link6 url}">{text:link6}</a>
  498. {/block:IfLink6}
  499. </div>
  500. <div class="desc">
  501. {Description}
  502. </div>
  503. {block:Pagination}
  504. <div class="pagi">
  505. {block:PreviousPage}
  506. <center><a href="{PreviousPage}">←</a>
  507. {/block:PreviousPage}
  508. {block:NextPage}
  509. <a href="{NextPage}">→</a>
  510. {/block:NextPage}
  511. </div>
  512. {/block:Pagination}
  513. </div>
  514.  
  515. <div id="postcontainer">
  516.  
  517. {block:Posts}
  518.  
  519. <div id="post">
  520.  
  521. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  522.  
  523. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  524.  
  525. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  526. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  527.  
  528. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  529.  
  530. {block:Photoset}<center>{Photoset-500}</center>
  531. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  532.  
  533. {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}
  534.  
  535. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  536.  
  537. {block:Answer}
  538. <div id="question"><div class="asker"><center>{Asker} asked:</div> <center>"{Question}"</center> </div>
  539. <div style="padding-top: 3px; padding-bottom: 4px;">{Answer}</center> </div>{/block:answer}
  540.  
  541. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  542. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  543. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  544. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  545. {/block:Audio}
  546.  
  547.  
  548. <div id="postinfo">
  549. {block:Date} posted on <a href="{Permalink}">{month} {dayofmonth} {/block:Date}{/block:Date}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}</a> {block:ContentSource} (<ahref="{SourceURL}">{SourceLink}</a>){/block:ContentSource} {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a></div>
  550. {block:HasTags}
  551. <div class="tags">
  552. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  553. {/block:HasTags}
  554. <div class="note">
  555. {block:PostNotes}{PostNotes}{/block:PostNotes}
  556. </div>
  557. </div>
  558. {/block:Posts}
  559.  
  560. </body>
  561. <div id="03" class="popup_block"><center>
  562.  
  563. YOUR FAQ HERE
  564. <iframe frameborder="0" height="200" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/YOUR-URL-HERE.tumblr.com" width="100%"></iframe></p>
  565. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  566.  
  567. </div>
  568. </div>
  569.  
  570. <div id="cred"><a href="http://amyspond.tumblr.com/">credit</a></div>
  571.  
  572. </div>
  573. </div>
  574. </div>
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581. </center></div>
  582. </div>
  583.  
  584. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement