Advertisement
Elevenhour

Like an elephant theme#12

Apr 21st, 2013
3,114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.92 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 BY HOLYCASTIELS.TUMBLR.COM
  4.  
  5. message fo you:
  6. Alter the code however you want, but keep the credit where it is. That means no moving to another page or only crediting for inspiration and stuff
  7. drop me a question if you wonder anything! thanks mate.
  8.  
  9.  
  10. -->
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14.  
  15. <head>
  16. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  17. <script type="text/javascript">
  18. $(document).ready(function(){
  19. $(".links_body").hide();
  20. $(".links_head").click(function(){
  21. $(this).next(".links_body").slideToggle('fast');
  22. }); }); </script>
  23. <style type="text/css">
  24. .links_list { margin:0px; padding:0px; margin-left:-20px;width:120%;}
  25. .links_head { margin-top:-10px; padding-bottom:0px; cursor:pointer; position:relative; margin:-10px; text-align:center;}
  26. .links_body { padding:10px; text-align:left; display:none;}
  27. </style>
  28.  
  29. <meta name="color:bg" content="#ffffff">
  30. <meta name="color:link" content="#202020">
  31. <meta name="color:hover" content="#814e4e">
  32. <meta name="color:sidebar" content="#fcf7f2">
  33. <meta name="color:text" content="#141414">
  34. <meta name="color:tags" content="#dbdbdb">
  35. <meta name="color:notes" content="#c5acac">
  36. <meta name="color:posttext" content="#383535">
  37. <meta name="color:info border" content="#b3aeae">
  38. <meta name="color:info bg" content="#dce2db">
  39. <meta name="color:postbg" content="#fcf7f2">
  40.  
  41. <meta name="color:scrollbar" content="#85947c">
  42. <meta name="color:sideborder" content="#e4e2e2">
  43. <meta name="color:link border" content="#e4e2e2">
  44. <meta name="color:post border" content="#e8e9e6">
  45. <meta name="if:Faded Images" content=""/>
  46.  
  47. <meta name="text:Secondary Font" content="courier"/>
  48.  
  49. <meta name="text:Desc Font Size" content="10"/>
  50. <meta name="text:links Margin" content="-315px">
  51.  
  52.  
  53. <meta name="image:sidebar" content=""/>
  54.  
  55. <meta name="text:Link1" content="" />
  56. <meta name="text:Link1 Title" content="" />
  57. <meta name="text:Link2" content="" />
  58. <meta name="text:Link2 Title" content="" />
  59. <meta name="text:Link3" content="" />
  60. <meta name="text:Link3 Title" content="" />
  61. <meta name="text:Link4" content="" />
  62. <meta name="text:Link4 Title" content="" />
  63. <meta name="text:Link5" content="" />
  64. <meta name="text:Link5 Title" content="" />
  65. <meta name="text:Link6" content="" />
  66. <meta name="text:Link6 Title" content="" />
  67. <meta name="text:Link7" content="" />
  68. <meta name="text:Link7 Title" content="" />
  69. <meta name="text:Link8" content="" />
  70. <meta name="text:Link8 Title" content="" />
  71. <meta name="text:Link9" content="" />
  72. <meta name="text:Link9 Title" content="" />
  73.  
  74.  
  75. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  76. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  77. <link rel="shortcut icon" href="{Favicon}" />
  78. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  79.  
  80. <style type="text/css">
  81.  
  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. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  102. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  103. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  104.  
  105. {block:ifFadedImages}img{
  106. opacity: .8;
  107. filter:alpha(opacity=10);
  108. -moz-opacity: 0.1;
  109. -moz-transition: all .9s ease;
  110. -o-transition: all .9s ease;
  111. transition: all .9s ease;
  112. -webkit-transition: all .9s ease;}
  113. {/block:ifFadedImages}
  114.  
  115.  
  116. {block:ifFadedImages} img:hover{
  117. opacity: 1;
  118. filter:alpha(opacity=100);
  119. -moz-opacity: 1;
  120. -moz-transition: all .9s ease;
  121. -o-transition: all .9s ease;
  122. transition: all .9s ease;
  123. -webkit-transition: all .9s ease;}
  124. {/block:ifFadedImages}
  125.  
  126. {block:ifFadedImages}.photo {
  127. opacity: .8;
  128. filter:alpha(opacity=10);
  129. -moz-opacity: 0.1;
  130. -moz-transition: all .9s ease;
  131. -o-transition: all .9s ease;
  132. transition: all .9s ease;
  133. -webkit-transition: all .9s ease;}
  134. {/block:ifFadedImages}
  135.  
  136.  
  137. {block:ifFadedImages}.photo:hover{
  138. opacity: 1;
  139. filter:alpha(opacity=100);
  140. -moz-opacity: 1;
  141. -moz-transition: all .9s ease;
  142. -o-transition: all .9s ease;
  143. transition: all .9s ease;
  144. -webkit-transition: all .9s ease;}
  145. {/block:ifFadedImages}
  146.  
  147. body {
  148. background-color:{color:bg};
  149. font-family:Calibri;
  150. font-weight:normal;
  151. }
  152.  
  153.  
  154.  
  155.  
  156. h1 {
  157. font-weight:normal;
  158. font-size:10px;
  159. text-align:center;
  160. font-style:normal;
  161. line-height:80%;
  162. letter-spacing:1px;
  163. text-transform:uppercase;
  164. color:{color:text};
  165. }
  166.  
  167. h2 {
  168. font-size:15px;
  169. text-align:center;
  170. line-height:100%;
  171. letter-spacing:-0.5px;
  172. color:{color:text};
  173. font-weight:normal;
  174. padding:5px;
  175. padding-bottom:2px;
  176. }
  177.  
  178.  
  179. blockquote {
  180. padding-left:5px;
  181. margin:5px;
  182. }
  183.  
  184. #theme {
  185. background-color:{color:bg};
  186. width:1000px;
  187. margin: 0 auto -12px auto;
  188. text-align: center;
  189. }
  190.  
  191. #sidebar {
  192. color:{color:text};
  193. position:fixed;
  194. width:260px;
  195. margin-left:-50px;
  196. text-align:left;
  197. height:100%;
  198. margin-top:0px;
  199. border-left:15px solid {color:sideborder};
  200. border-right:15px solid {color:sideborder};
  201.  
  202. padding-top:100px;
  203. background-color:{color:sidebar}
  204.  
  205.  
  206. }
  207.  
  208. #sidebar img {
  209. width:180px;
  210. padding:10px;
  211. margin-left:60px;
  212.  
  213.  
  214.  
  215.  
  216. }
  217. #sidebar img:hover {
  218.  
  219.  
  220.  
  221.  
  222. }
  223.  
  224. #title{
  225. font-family:baskervilles ;
  226. font-size:9px;
  227. text-transform:uppercase;
  228. text-align:center;
  229. width:180px;
  230. margin-top:0px;
  231. margin-left:70px;
  232. margin-bottom:-7px;
  233. opacity:0.6;
  234.  
  235. {block:ifHideTitle}
  236. {/block:ifHideTitle}
  237. }
  238. #title:hover{
  239. opacity:1;
  240. -webkit-transition: opacity .4s ease;
  241. -webkit-transition: opacity .4s ease-out;
  242.  
  243.  
  244. }
  245.  
  246. .desc {
  247. text-align:justify;
  248. width:240px;
  249. margin-left:10px;
  250. margin-top:-10px;
  251. color:{color:text};
  252. padding-bottom:10px;
  253. font: {text:Desc Font Size}px {text:Secondary Font};
  254.  
  255. padding-top:5px;
  256. text-align:left }
  257.  
  258. .desc a {
  259. color:{color:link};
  260. }
  261.  
  262. .links {
  263. margin-bottom:5px;
  264. font-size:10px;
  265. font-family:baskervilles;
  266. text-transform:lowercase;
  267. display:block;
  268. line-height:200%;
  269. text-align:center;
  270.  
  271. margin-left:-190px;
  272. margin-top: {text:links Margin};
  273.  
  274. }
  275.  
  276.  
  277. .links a:hover {
  278.  
  279.  
  280.  
  281. }
  282. .links a {
  283. color:{color:link};
  284. letter-spacing:3px;
  285. border: 4px double {color:link border};
  286.  
  287.  
  288. }
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295. #pagination {
  296. height:10px;
  297. width:240px;
  298. padding-top:0px;
  299. margin-top:5px;
  300. margin-left:0px;
  301. text-align:center;
  302. text-transform:uppercase;
  303. font-size:9px;
  304. font-family:ariel ;
  305. letter-spacing:1px;
  306. color:{color:Link};
  307. background-color: {color:Info BG};
  308. border-top: 1px solid {color:Info Border};
  309. border-bottom: 1px solid {color:Info Border};
  310.  
  311.  
  312. }
  313. #stuffcontainer {
  314. float:left;
  315. margin-left:350px;
  316. text-align:justify;
  317. background-color:{color:bg};
  318. color:{color:text};
  319. }
  320.  
  321.  
  322. #stuff {
  323. width:500px;
  324. border:2px solid {color:post border};
  325. background-color: {color:postbg};
  326. margin-top:25px;
  327. padding:15px;
  328. text-align:justify;
  329. font-size:11px;
  330. line-height:90%;
  331. letter-spacing:0x;
  332. color:{color:posttext};
  333. }
  334.  
  335. .caption {
  336. width:500px;
  337. text-align:justify;
  338. line-height:120%;
  339. }
  340.  
  341. .ask {
  342. padding:10px;
  343. text-align:left;
  344. color:{color:text};
  345. background-color:{color:infobg};
  346.  
  347. }
  348.  
  349. .ans {
  350. text-align:left;
  351. padding:10px;
  352. color:{color:text};
  353. }
  354.  
  355. .audio {
  356. width:500px;
  357. padding-bottom:10px;
  358. background-color:{color:infobg};
  359. }
  360.  
  361. .albumart {
  362. float:left;
  363. padding:0px 10px 10px 0px;
  364. }
  365.  
  366. .albumart img {
  367. width:45px;
  368. height:45px;
  369. }
  370.  
  371. .playercontainer {
  372. text-align:left;
  373. padding:10px;
  374. background-color:#ffffff;
  375. width:480px;
  376. }
  377.  
  378. .audioinfo {
  379. padding:10px;
  380. color:{color:text};
  381. }
  382.  
  383. #postinfo {
  384. height:15px;
  385. float:center;
  386. padding-top:4px;
  387. margin-top:10px;
  388. opacity:0.8;
  389. text-align:center;
  390. font-size:7px;
  391. font-family:arial;
  392. letter-spacing:1px;
  393. background-color: {color:Info BG};
  394. color:{color:Link};
  395. border-top: 1px solid {color:Info Border};
  396. border-bottom: 1px solid {color:Info Border};
  397. width: 500px;
  398. text-transform:uppercase;}
  399.  
  400.  
  401. .note {
  402.  
  403. text-transform:uppercase;
  404. font-style:normal;
  405. letter-spacing:0px;
  406. font-size: 9px;
  407. text-align:left;
  408. line-height:90%;
  409. margin-left:-40px;
  410.  
  411. }
  412.  
  413. .note li {
  414.  
  415. list-style-type:none;
  416. border-bottom:1px dashed {color: border};
  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 {position:absolute; opacity:0; width:150px; margin-left:525px; border-left:3px double {color:entries border}; padding-left:5px; text-align:left; font:9px georgia; font-style:italic; line-height:130%; letter-spacing:0.5px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out}
  426.  
  427.  
  428. }
  429.  
  430. .tags a:hover {
  431. color:{color:link};
  432. font-style:italic;
  433. color:{color:hover};
  434.  
  435. }
  436.  
  437. ul.chat, .chat ol, .chat li {
  438. list-style:none;
  439. margin:0px;
  440. padding:2px;
  441. }
  442.  
  443. .label {
  444. text-decoration:underline;
  445. font-weight:700;
  446. background-color:{color:infobg};
  447. margin-right:5px;
  448. }
  449.  
  450. #cred {
  451. position:fixed;
  452. font-size:9px;
  453. font-weight:normal;
  454. line-height:150%;
  455. letter-spacing:2px;
  456. right:10px;
  457. bottom:10px;
  458. text-transform:uppercase;
  459. text-align:center;
  460. }
  461.  
  462. #cred a {
  463. padding:3px;
  464. color:{color:bg};
  465. background-color:{color:info bg};
  466. -moz-transition-duration:0.5s;
  467. -webkit-transition-duration:0.5s;
  468. -o-transition-duration:0.5s;
  469. }
  470.  
  471. #cred a:hover{
  472. opacity:0.5;
  473. }
  474.  
  475. /*** ask ***/
  476. .bubble {
  477. align:right;
  478. background-color: {color:Info BG};
  479. margin:7px 0px 5px 66px;
  480. padding:10px;
  481. position: relative;
  482. -moz-border-radius:5px;
  483. -webkit-border-radius:5px;
  484. border-radius:5px;}
  485. .bubble p {margin:1px 0px;}
  486. .bubble span {display:block;
  487. position:absolute;
  488. width:1px;
  489. height:1px;font-size: 0;
  490. line-height: 1px;
  491. left:-10px;top:10px;
  492. border-top:7px solid transparent;
  493. tetx-align:center;border-bottom:7px solid transparent;
  494. border-right:10px solid #eee;
  495. }
  496.  
  497.  
  498. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: grey}
  499.  
  500. .bubbles {
  501.  
  502. position:relative;
  503. padding:2px;
  504. left:5px;
  505. background:#ffffff;
  506. text-align:left;
  507. width: 330px;
  508. border:1px solid {color:asktext};
  509. overflow:hidden;
  510.  
  511. }
  512.  
  513. .bubbles:after {
  514. left:00px;
  515. top:10px;
  516. width:0;
  517. height:0;
  518.  
  519. }
  520.  
  521.  
  522. {CustomCSS}
  523.  
  524. </style></head>
  525.  
  526. <body>
  527.  
  528. <div id="theme">
  529. <div id="sidebar">
  530. <div id="title"> <b> {title} </b> </div>
  531.  
  532.  
  533. <img src="{image:sidebar}">
  534. <div class="desc">
  535. {Description}
  536.  
  537. <div id="pagination">
  538. <i>
  539. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> back or </a>{/block:PreviousPage}
  540. {block:NextPage}<a href="{NextPage}">next </i> </a><br>{/block:NextPage}{/block:Pagination}
  541. </div>
  542. </div>
  543.  
  544. <div class="links"><b>
  545. <a href="/">home</a><br>
  546. <a href="/ask">talk</a><br>
  547. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br>
  548. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br>
  549. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br>
  550. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}<br>
  551. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}<br>
  552. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}<br>
  553. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  554.  
  555.  
  556. </b>
  557. </div>
  558.  
  559. </div>
  560.  
  561.  
  562. <div id="stuffcontainer">
  563.  
  564. {block:Posts}
  565.  
  566. <div id="stuff">
  567.  
  568. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  569.  
  570. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  571.  
  572. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  573. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  574.  
  575. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  576.  
  577. {block:Photoset}<center>{Photoset-500}</center>
  578. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  579.  
  580. {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}
  581.  
  582. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  583.  
  584. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div><br>{Answer}{/block:Answer}
  585.  
  586.  
  587. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  588. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  589. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  590. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  591. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  592.  
  593.  
  594.  
  595. {block:Date}<div id="postinfo"> {block:PermalinkPage}
  596. {block:ContentSource} Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a>{/block:ContentSource}
  597.  
  598. {/block:PermalinkPage}
  599.  
  600. {block:Date}posted {TimeAgo}{/block:Date}
  601. {block:NoteCount}<a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}</a>
  602. <div class="tags">
  603. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  604. {/block:HasTags}
  605. <div class="note"><br><br><br><br>
  606. {block:PostNotes}{PostNotes}{/block:PostNotes}
  607. </div>
  608. </div>
  609. </div>
  610.  
  611. {/block:Posts}
  612.  
  613.  
  614. </div>
  615.  
  616. <div id="cred"><a href="http://holycastiels.tumblr.com/"><b>holycastiels</i></b></a></div>
  617.  
  618. </div>
  619. </div>
  620. </div>
  621. </body>
  622. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement