Advertisement
damage_control

[theme] → #02 ends of the earth

May 26th, 2014
1,670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.73 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--------------------------------------------------------------------
  5. © Theme #02 by noelandcam
  6. - edit all you want, but please leave the credit where it is
  7. - do not use as a base theme
  8. - if you have any questions ask them here:
  9. noelandcam.tumblr.com/asksubmit
  10. --------------------------------------------------------------------->
  11.  
  12. <html>
  13. <head>
  14.  
  15. <!----- DEFAULT VARIABLES ----->
  16. <meta name="image:sidebar" content="">
  17.  
  18. <meta name="color:bg" content="#FFFFFF">
  19. <meta name="color:text" content="#747474">
  20. <meta name="color:link" content="#757575">
  21. <meta name="color:linkhover" content="#A8A8A8">
  22. <meta name="color:taglink" content="#999999">
  23. <meta name="color:taglinkhover" content="#222222">
  24. <meta name="color:italics" content="#cbb2b8">
  25. <meta name="color:bolds" content="#6ca2ae">
  26. <meta name="color:tagheartcolor" content="#cbb2b8">
  27. <meta name="color:scrollbar" content="#f9f9f9">
  28. <meta name="color:subnavlink" content="#666666" />
  29. <meta name="color:subnavlinkhover" content="#666666" />
  30. <meta name="color:subnavlinkbg" content="#fafafa" />
  31. <meta name="color:subnavlinkbghover" content="#e8e8e8" />
  32. <meta name="color:sidebarheader" content="#fafafa" />
  33. <meta name="color:sidebarheaderclr" content="#666666" />
  34.  
  35. <meta name="text:Link1" content="">
  36. <meta name="text:Link1 URL" content="/">
  37. <meta name="text:Link2" content="">
  38. <meta name="text:Link2 URL" content="/">
  39. <meta name="text:Link3" content="">
  40. <meta name="text:Link3 URL" content="/">
  41. <meta name="text:Link4" content="">
  42. <meta name="text:Link4 URL" content="/">
  43. <meta name="text:Link5" content="">
  44. <meta name="text:Link5 URL" content="/">
  45. <meta name="text:Link6" content="">
  46. <meta name="text:Link6 URL" content="/">
  47.  
  48. <meta name="if:InvertedTumblrControls" content="1" />
  49.  
  50. <script src="//use.edgefonts.net/euphoria-script;rouge-script.js"></script>
  51.  
  52. <title>{Title}</title>
  53. <link rel="shortcut icon" href="{Favicon}">
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  55. {block:Description}
  56. <meta name="description" content="{MetaDescription}" />
  57. {/block:Description}
  58. </head>
  59.  
  60. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  61. <script src="http://static.tumblr.com/2lqtwbf/hvAmqluuv/jquery.style-my-tooltips.js"></script>
  62. <script>
  63. (function($){
  64. $(document).ready(function(){
  65. $("[title]").style_my_tooltips();
  66. });
  67. })(jQuery);
  68. </script>
  69.  
  70. <script type="text/javascript">
  71. function unhide(description) {
  72. var item = document.getElementById(description);
  73. if (item) {
  74. item.className=(item.className=='hidden')?'unhidden':'hidden';
  75. }
  76. }
  77.  
  78. function unhide(links) {
  79. var item = document.getElementById(links);
  80. if (item) {
  81. item.className=(item.className=='hidden')?'unhidden':'hidden';
  82. }
  83. }
  84.  
  85. function unhide(ask) {
  86. var item = document.getElementById(ask);
  87. if (item) {
  88. item.className=(item.className=='hidden')?'unhidden':'hidden';
  89. }
  90. }
  91. </script>
  92.  
  93. <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
  94.  
  95. <style>
  96. {block:ifInvertedTumblrControls}
  97. iframe#tumblr_controls{
  98. position:fixed !important;
  99. right:0px !important;
  100. opacity:0.4;
  101. z-index:999;
  102. -webkit-filter:invert(100%);
  103. }
  104. {/block:ifInvertedTumblrControls}
  105.  
  106. *, body, a, a:hover {
  107. cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;
  108. } /* if you don't want the small cursor simply delete this line of code */
  109.  
  110. ::-webkit-scrollbar-thumb:vertical {
  111. background-color:{color:scrollbar};
  112. height:30px;
  113. }
  114.  
  115. ::-webkit-scrollbar-thumb:horizontal {
  116. background-color: {color:scrollbar};
  117. height:5px!important;
  118. }
  119.  
  120. ::-webkit-scrollbar {
  121. background-color: {color:bg};
  122. height:5px; width:5px;
  123. }
  124.  
  125. ::-moz-selection {background: #fafafa;}
  126. ::selection {background: #fafafa;}
  127.  
  128. #s-m-t-tooltip{
  129. max-width: 500px;
  130. z-index: 10000000000000000000000000000000000;
  131. margin: 10px 14px 7px 10px;
  132. font-family: calibri;
  133. font-size: 8px;
  134. font-weight:300;
  135. line-height:120%;
  136. color: #666;
  137. letter-spacing: 1px;
  138. text-transform: uppercase;
  139. padding: 4px 3px 3px;
  140. background-color: #fbfbfb; /* fallback if rgba not supported */
  141. border: 1px solid #f9f9f9;
  142. }
  143.  
  144. body {
  145. background-color: {color:bg};
  146. color: {color:text};
  147. font-family: calibri;
  148. font-size: 10px;
  149. line-height: 90%;
  150. }
  151.  
  152. a {
  153. color: {color:link};
  154. text-decoration: none;
  155. }
  156.  
  157. a:hover {
  158. color: {color:linkhover};
  159. text-decoration: none;
  160. }
  161.  
  162. h1, h2, h3, h4, h5 {
  163. font-family: calibri;
  164. font-size: 10px;
  165. font-weight: lighter;
  166. line-height: 100%;
  167. border-bottom: 1px solid #fafafa;
  168. padding: 8px 10px;
  169. }
  170.  
  171. #container {
  172. width: 900px;
  173. margin: 0 auto;
  174. }
  175.  
  176. #sidebar {
  177. width: 245px;
  178. float: left;
  179. position: fixed;
  180. margin-left: 80px;
  181. margin-top: 100px;
  182. }
  183.  
  184. #title {
  185. text-align: center;
  186. font-family: arial;
  187. font-size: 8px;
  188. font-weight: lighter;
  189. letter-spacing: 6px;
  190. line-height: 100%;
  191. text-transform: uppercase;
  192. }
  193.  
  194. #si img {
  195. width: 245px;
  196. height: auto;
  197. margin-top: 5px;
  198. margin-bottom: 5px;
  199. z-index: 1;
  200. position: relative;
  201. }
  202.  
  203. #navigation {
  204. background: #fafafa;
  205. width: 245px;
  206. text-align: center;
  207. padding-top: 5px;
  208. padding-bottom: 5px;
  209. margin-bottom: 5px;
  210. }
  211.  
  212. #navigation a {
  213. text-transform: lowercase;
  214. font-family: calibri;
  215. font-size: 10px;
  216. margin: 0 2px;
  217. color: {color:navlink};
  218. text-decoration: none;
  219. }
  220.  
  221. #navigation a:hover {text-decoration: underline;}
  222.  
  223. #description {
  224. background: #fafafa;
  225. text-align: center;
  226. font-family: calibri;
  227. font-size: 10px;
  228. line-height: 90%;
  229. margin-bottom: 5px;
  230. padding: 10px;
  231. }
  232.  
  233. #pagination {
  234. width: 245px;
  235. height: 15px;
  236. }
  237.  
  238. #pagination #previous, #pagination #next {
  239. font-family: calibri;
  240. font-size: 10px;
  241. background: #fafafa;
  242. padding: 5px 2px;
  243. text-align: center;
  244. width: 115px;
  245. float: left;
  246. }
  247.  
  248. #pagination #previous {margin-right: 2px;}
  249. #pagination #next {margin-left: 5px;}
  250.  
  251. #posts {
  252. width: 500px;
  253. float: right;
  254. border-left: 1px solid #F1F1F1;
  255. padding-left: 35px;
  256. }
  257.  
  258. .entries {
  259. margin-top: 30px;
  260. }
  261.  
  262. #info {
  263. margin-top: 20px;
  264. border-top: 1px solid #fafafa;
  265. color: {color:text};
  266. font-family: calibri;
  267. font-size: 10px;
  268. text-align: center;
  269. text-transform: lowercase;
  270. line-height: 0%;
  271. }
  272.  
  273. .subinfo {
  274. background: {color:bg};
  275. padding: 4px;
  276. }
  277.  
  278. #tags {
  279. margin-top: 3px;
  280. margin-bottom: 50px;
  281. font-family: calibri;
  282. font-size: 10px;
  283. text-align: center;
  284. line-height: 140%;
  285. width: 500px;
  286. }
  287.  
  288. #tags a {margin: 0 6px;}
  289.  
  290. /* ASK POSTS */
  291. #question{
  292. width: 480px;
  293. padding: 10px 10px 12px 10px;
  294. margin: auto;
  295. font: 9px arial;
  296. line-height: 95%;
  297. background: #fafafa;
  298. position: relative;
  299. margin-bottom: 20px;
  300. border-bottom: 1px solid #f9f9f9;
  301. text-align: justify;
  302. }
  303.  
  304. .askpic{
  305. width: 16px;
  306. height: 16px;
  307. padding: 0px;
  308. margin: 0px;
  309. background-color: transparent;
  310. position: absolute;
  311. bottom: -8px;
  312. left: 50%;
  313. -webkit-transform: translate(-50%,0);
  314. -moz-transform: translate(-50%,0);
  315. -o--transform: translate(-50%,0);
  316. -ms-transform: translate(-50%,0);
  317. transform: translate(-50%,0);
  318. }
  319.  
  320. .askpic img{
  321. width: 12px;
  322. height: 12px;
  323. margin: auto;
  324. padding: 2px;
  325. background-color: #fff;
  326. border: 1px solid #f9f9f9;
  327. }
  328.  
  329. .asker {
  330. font: 8px arial;
  331. letter-spacing: 4px;
  332. color: #999;
  333. padding: 0px 0px 2px 0px;
  334. border-bottom: 1px solid #fff;
  335. text-transform: uppercase;
  336. margin-bottom: 2px;
  337. font-style: normal;
  338. }
  339.  
  340. .quest {
  341. font-family: calibri;
  342. font-size: 10px;
  343. color: {color:text};
  344. font-style: normal;
  345. line-height: 90%;
  346. padding-top: 10px !important;
  347. }
  348.  
  349. #answer {
  350. width: 500px;
  351. margin: auto;
  352. margin-top: 5px;
  353. padding: 0px;
  354. }
  355.  
  356. /* AUDIO POSTS */
  357. .audio img {
  358. max-width: 50px;
  359. float: left;
  360. margin-right: 5px;
  361. border: 5px solid #f9f9f9;
  362. }
  363.  
  364. .player {
  365. background-color: #fff;
  366. height: 25px;
  367. width: 25px;
  368. padding: 5px;
  369. margin-left: 85px;
  370. margin-top: 10px;
  371. overflow: hidden;
  372. position: absolute;
  373. margin-left: 13px;
  374. margin-top: 13px;
  375. opacity: .2;
  376. transition: 0.5s;
  377. -moz-transition: 0.5s;
  378. -webkit-transition: 0.5s;
  379. -o-transition: 0.5s;
  380. }
  381.  
  382. .player:hover {opacity: .7;}
  383.  
  384. /* CHAT POSTS */
  385. .user_1, .user_3, .user_5, .user_7, .user_7 , .user_9 .user_11 {
  386. background-color: #fafafa;
  387. margin-right: 0;
  388. color: {color:text};
  389. padding: 5px;
  390. }
  391.  
  392. .user_2, .user_4, .user_6, .user_8, .user_10, .user_12 {
  393. background-color: {color:bg};
  394. color: {color:text};
  395. margin-right: 0;
  396. padding: 5px;
  397. }
  398.  
  399. ul.chat, ol.chat {
  400. list-style: none;
  401. margin: 0px;
  402. padding: 5px;
  403. }
  404.  
  405. span.chatlabel {
  406. text-transform: uppercase;
  407. font-family: calibri;
  408. font-size: 8px;
  409. letter-spacing: 1px;
  410. }
  411.  
  412. /* LINKS */
  413. #linkpost {
  414. background: #fafafa;
  415. padding: 8px 10px;
  416. text-align: center;
  417. font-family: arial;
  418. font-size: 8px;
  419. letter-spacing: 1px;
  420. text-transform: uppercase;
  421. -moz-transition-duration:0.5s;
  422. -webkit-transition-duration:0.5s;
  423. -o-transition-duration:0.5s;
  424. }
  425.  
  426. #linkpost:hover {
  427. letter-spacing: 2px;
  428. background: #fcfcfc;
  429. -moz-transition-duration:0.5s;
  430. -webkit-transition-duration:0.5s;
  431. -o-transition-duration:0.5s;
  432. }
  433.  
  434. /* QUOTES */
  435. .quotemark {
  436. font-family: georgia;
  437. font-size: 30px;
  438. color: {color:hover};
  439. margin: 5px 10px 0 0;
  440. opacity: 0.2;
  441. width: 10px;
  442. position: relative;
  443. top: 0;
  444. left: 0;
  445. }
  446.  
  447. .quote {
  448. font-family: calibri;
  449. font-size: 15px;
  450. color: {color:text};
  451. margin-left: 30px;
  452. margin-top: -13px;
  453. margin-bottom: 0;
  454. }
  455.  
  456. .source {
  457. text-align: right;
  458. font-family: arial;
  459. font-size: 8px;
  460. text-transform: uppercase;
  461. letter-spacing: 1px;
  462. color: #666;
  463. padding-top: 5px;
  464. margin-top: 10px;
  465. }
  466.  
  467. /* NOTES ON PERMALINK PAGE */
  468. ol.notes {
  469. padding:70px;
  470. background-color: #ffffff;
  471. padding:0px;
  472. margin:-10px 0px;
  473. font-family:arial;
  474. font-size: 9px;
  475. width: 500px;
  476. list-style-type:none;
  477. }
  478.  
  479. ol.notes li.note {
  480. padding: 10px;
  481. }
  482.  
  483. ol.notes li.note img.avatar {
  484. vertical-align:-4px;
  485. border-radius:100%;
  486. margin-right:10px;
  487. width:16px;
  488. height:16px;
  489. }
  490.  
  491. ol.notes li.note span.action {
  492. font-weight:normal;
  493. }
  494.  
  495. ol.notes li.note .answer_content {
  496. font-weight:normal;
  497. }
  498.  
  499. ol.notes li.note blockquote {
  500. padding:9px 6px 9px 6px;
  501. margin:10px 0px 0px 25px;
  502. }
  503.  
  504. /* WHATEVER */
  505. blockquote {
  506. text-align: left;
  507. border-left: 1px solid #fafafa;
  508. padding-left: 8px;
  509. margin-left: 5px;
  510. }
  511.  
  512. #credit {
  513. left: 20px;
  514. bottom: 20px;
  515. position: fixed;
  516. }
  517.  
  518. #credit a {
  519. color: #666;
  520. background: #efefef;
  521. border: 1px solid #e5e5e5;
  522. padding: 2px 2px;
  523. text-align: center;
  524. font-family: calibri;
  525. font-size: 8px;
  526. text-transform: uppercase;
  527. letter-spacing: 1px;
  528. }
  529.  
  530. #credit a:hover {
  531. background: #eaeaea;
  532. }
  533.  
  534. {CustomCSS}
  535. </style>
  536.  
  537. <body>
  538. <div id="credit">
  539. <a href="http://sydneysthemes.tumblr.com/" target="blank" title="Sydney's Themes">&copy;</a>
  540. </div>
  541. <div id="container">
  542.  
  543. <!----- SIDEBAR ----->
  544.  
  545. <div id="sidebar">
  546. <div id="title">{Title}</div>
  547. <div id="si"><img src="{image:sidebar}" title="{Title}"/></div>
  548. <div id="navigation">
  549. <a href="{text:Link1 URL}">{text:Link1}</a>
  550. <a href="{text:Link2 URL}">{text:Link2}</a>
  551. <a href="{text:Link3 URL}">{text:Link3}</a>
  552. <a href="{text:Link4 URL}">{text:Link4}</a>
  553. <a href="{text:Link5 URL}">{text:Link5}</a>
  554. <a href="{text:Link6 URL}">{text:Link6}</a>
  555. </div>
  556.  
  557. <div id="description">
  558. {Description}
  559. </div>
  560.  
  561. {block:Pagination}
  562. <div id="pagination">
  563. {block:PreviousPage}
  564. <div id="previous">
  565. <a href="{PreviousPage}">previous</a>
  566. </div>
  567. {/block:PreviousPage}
  568. {block:NextPage}
  569. <div id="next">
  570. <a href="{NextPage}">next</a>
  571. </div>
  572. {/block:NextPage}
  573. </div>
  574. {/block:Pagination}
  575. </div>
  576.  
  577. <!----- ENTRIES ----->
  578.  
  579. <div id="posts">
  580. {block:Posts}
  581. <div class="entries">
  582.  
  583. <!----- TEXT POST ----->
  584. {block:Text}
  585. {block:Title}
  586. <h1>{Title}</h1>
  587. {/block:Title}
  588. {Body}
  589. {/block:Text}
  590.  
  591. <!----- PHOTO POST ----->
  592. {block:Photo}
  593. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  594. {block:Caption}
  595. {Caption}
  596. {/block:Caption}
  597. {/block:Photo}
  598.  
  599. <!----- PHOTOSET POST ----->
  600. {block:Photoset}
  601. {Photoset-500}
  602. {block:Caption}
  603. {Caption}
  604. {/block:Caption}
  605. {/block:Photoset}
  606.  
  607. <!----- QUOTE POST ----->
  608. {block:Quote}
  609. <div class="quotemark">&#10077;</div>
  610. <div class="quote">{Quote}</div>
  611. {block:Source}
  612. <div class="source">&mdash; {Source}</div>
  613. {/block:Source}
  614. {/block:Quote}
  615.  
  616. <!----- LINK POST ----->
  617. {block:Link}
  618. <div id="linkpost">
  619. <a href="{URL}">{Name}</a>
  620. </div>
  621.  
  622. {block:Description}<p>{Description}</p>{/block:Description}
  623. {/block:Link}
  624.  
  625. <!----- CHAT POST ----->
  626. {block:Chat}
  627. {block:Title}<h2>{Title}</h2>{/block:Title}
  628. <ul class="chat">
  629. {block:Lines}
  630. <li class="user_{UserNumber}">{block:Label}<span class="chatlabel">{Label}</span>{/block:Label} {Line}</li>
  631. {/block:Lines}</ul>
  632. {/block:Chat}
  633.  
  634. <!----- VIDEO POST ----->
  635. {block:Video}
  636. <div class="post_video">
  637. {Video-500}
  638. {block:Caption}
  639. <div class="caption">{Caption}</div>
  640. {/block:Caption}
  641. </div>
  642. {/block:Video}
  643.  
  644. <!----- AUDIO POST ----->
  645. {block:Audio}
  646. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  647. <div class="player">{AudioPlayerWhite}</div>
  648. <div style="font-size: 9px; margin-top: 8px; margin-left: 10px; text-transform: uppercase; line-height: 11px; padding-top: 6px;">
  649. {block:Artist}<b>Artist</b>: {Artist}{/block:Artist}<br />
  650. {block:Album}<b>Album</b>: {Album}{/block:Album}<br />
  651. {block:TrackName}<b>Song</b>: {TrackName}{/block:TrackName}<br />
  652. <b>Plays</b>: {FormattedPlayCount}</div><br/>
  653. {block:Caption}{Caption}{/block:Caption}
  654. {/block:Audio}
  655.  
  656. <!----- ASK POST ----->
  657. {block:Answer}
  658. <div id="question">
  659. <span class="asker">{Asker}:</span>
  660. <span class="quest">{Question}</span><br>
  661. <div class="askpic">
  662. <img src="{AskerPortraitURL-64}">
  663. </div>
  664. </div>
  665. {Answer}
  666. {/block:Answer}
  667.  
  668. <!----- DATE/NOTES/TAGS ----->
  669. <div id="info">
  670. <span class="subinfo">
  671. {block:Date}<a href="{Permalink}" title="{TimeAgo}">{MonthNumberWithZero}.{DayOfMonthWithZero}</a>{/block:Date}{block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:RebloggedFrom}{block:ContentSource} + <a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
  672. </span>
  673. </div>
  674.  
  675. <div id="tags">
  676. {block:HasTags}
  677. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  678. {/block:HasTags}
  679. </div>
  680.  
  681. <div class="note">
  682. {block:PostNotes}{PostNotes}{/block:PostNotes}
  683. </div>
  684. {/block:Posts}
  685. </div>
  686.  
  687. </div>
  688.  
  689. </body>
  690. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement