Advertisement
rorvpond

#03: Bones

Apr 18th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.76 KB | None | 0 0
  1. <!--This is rorvpond's third theme, Bones. Please no stealing ANY parts, using as a base or moving the credit. Message me if you need help with anything. Don't delete this either, it counts as credit. Base code by Farahmir. Have fun yo!-->
  2.  
  3. <!DOCTYPE html>
  4. <head>
  5.  
  6.  
  7.  
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  9.  
  10. <title>{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <!--Default Variables-->
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:title" content="#aaaaaa"/>
  20. <meta name="color:Text" content="#aaaaaa"/>
  21. <meta name="color:Link" content="#aaaaaa"/>
  22. <meta name="color:Link Hover" content="#d4d3d3"/>
  23. <meta name="color:Border" content="#cccccc;"/>
  24. <meta name="icon" content="img src={PortraitURL-40}"/>
  25.  
  26. <meta name="text:Link 1 URL" content="" />
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 2 URL" content="" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 3 URL" content="" />
  31. <meta name="text:Link 3" content="" />
  32. <meta name="text:Link 4 URL" content="" />
  33. <meta name="text:Link 4" content="" />
  34. <meta name="text:Link 5 URL" content="" />
  35. <meta name="text:Link 5" content="" />
  36. <meta name="text:Link 6 URL" content="" />
  37. <meta name="text:Link 6" content="" />
  38.  
  39.  
  40.  
  41.  
  42. <!-- jquery for tooltips-->
  43.  
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48.  
  49. <script>
  50.  
  51. (function($){
  52.  
  53. $(document).ready(function(){
  54.  
  55. $("a[title]").style_my_tooltips({
  56.  
  57. tip_follows_cursor:true,
  58.  
  59. tip_delay_time:30,
  60.  
  61. tip_fade_speed:300,
  62.  
  63. attribute:"title"
  64.  
  65. });
  66.  
  67. });
  68.  
  69. })(jQuery);
  70.  
  71. </script>
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78. <!--CSS customization here. -->
  79.  
  80. <style type="text/css">
  81.  
  82. #s-m-t-tooltip{
  83. position:absolute;
  84. margin-top: 15px;
  85. z-index:9999;
  86. background:{color:background};
  87. }
  88.  
  89.  
  90.  
  91. /*basics*/
  92. blockquote {padding:5px 0 5px 30px;
  93. border-left:1px solid {color:text};
  94. margin-left:30px;
  95. }
  96.  
  97. body {
  98. background:{color:background};
  99. color:{color:text};
  100. font-family:arial;
  101. font-size:11px;
  102. text-align:justify;
  103. margin:0;
  104. line-height:16px;}
  105.  
  106.  
  107. a {
  108. color:{color:link};
  109. text-decoration:none;
  110. }
  111.  
  112. a:hover {
  113. text-decoration:bold;
  114. color:{color:Link Hover};
  115. transition: all 0.2s linear;
  116. color: transparent;
  117. text-shadow: 0 0 2px rgba(0,0,0,0.5);
  118. -moz-outline-style:none;
  119. -moz-transition-duration:0.2s;
  120. -webkit-transition-duration:0.2s;
  121. -o-transition-duration:0.2s;
  122. text-shadow: 10px;
  123. text-shadow:gray;
  124. text-decoration: none;
  125. -moz-transition-duration:0.5s;
  126. -webkit-transition-duration:0.5s;
  127. -o-transition-duration:0.5s;
  128. }
  129.  
  130. img{
  131. border: none;
  132. text-decoration:none}
  133.  
  134.  
  135.  
  136. small {
  137. font-size:9px;}
  138.  
  139. big {
  140. font-size:12px;}
  141.  
  142. /*sidebar*/
  143.  
  144. #title {
  145. font-size:27px;
  146. position:fixed;
  147. margin-left:-130px;
  148. margin-top:180px;
  149. line-height:40px;
  150. border-left:2.5px solid;
  151. padding-left:10px;
  152. border-bottom: 2.5px solid;
  153. border-color:{color:Border};
  154. color:{color:text};
  155. font-weight:bold;
  156. margin-bottom:10px;
  157. text-transform:uppercase;
  158. text-align:left;}
  159.  
  160.  
  161.  
  162. #blogt {font-size:18px;
  163. position:fixed;
  164. font-weight:normal;
  165. text-align:center;
  166. border-color:#cccccc;
  167. border-bottom:10px;}
  168.  
  169.  
  170.  
  171. #links {
  172. position:fixed;
  173. word-spacing:5px;
  174. border-left:2.5px solid;
  175. border-top:2.5px solid;
  176. border-color:{color:Border};
  177. padding-left:6px;
  178. padding-top:12px;
  179. padding-bottom:4px;
  180. margin-left:-60px;
  181. margin-top:220px;
  182. line-height:16px;
  183. text-transform:lowercase;
  184. text-align: center;
  185. }
  186.  
  187.  
  188. #links a {
  189. margin-right:5px;
  190. display:inline-block;
  191. margin-bottom:5px;
  192. text:underline
  193. }
  194.  
  195. #links a:hover{
  196. transition: all 0.2s linear;
  197. color:{color:Links Hover};
  198. }
  199.  
  200. #description {
  201. position:fixed;
  202. margin-left:-175px;
  203. margin-top:235px;
  204. padding-bottom:10px;
  205. text-align:justify;
  206. width: 100px;
  207.  
  208. }
  209.  
  210.  
  211. /*pagination*/
  212. #pagination {
  213. margin-bottom:30px;
  214. text-align:center;
  215. margin-left:200px;
  216. width:150px;
  217. text-transform:lowercase;
  218. font-weight:bold;
  219. text-align:center;
  220. }
  221. #pagination a {
  222. padding:0 15px;
  223. }
  224.  
  225. /*container*/
  226. #con {
  227. left:50%;
  228. margin-left:-300px;
  229. position:absolute;
  230. }
  231.  
  232.  
  233.  
  234. /*posts*/
  235.  
  236. #entries {
  237. margin-left:600px;
  238. margin-top:25px;
  239. margin-bottom:45px;
  240. width:500px;
  241.  
  242. }
  243.  
  244. #posts {
  245.  
  246. width:500px;
  247. {block:IndexPage}
  248. margin-bottom:75px;
  249. {/block:IndexPage}
  250. {block:PermalinkPage}
  251. margin-bottom:50px;
  252. {/block:PermalinkPage}
  253. margin-left:0px;
  254. margin-top:45px;
  255.  
  256.  
  257. }
  258. #posts img {
  259. max-width:500px;
  260. margin-top:45px;
  261. }
  262.  
  263. #poststitle{text-align:left;
  264. font-size:14px;
  265. line-height:18px;
  266. font-weight:bold;
  267. font-style:italic;}
  268.  
  269. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  270. .caption {width:100%;
  271.  
  272.  
  273. }
  274.  
  275. /*quote*/
  276.  
  277. #titlequote{text-align:left;
  278. font-size:14px;
  279. line-height:18px;
  280. font-weight:bold;
  281. font-style:italic;
  282. }
  283. #source {
  284. margin-top:15px;
  285. margin-left:15px;}
  286.  
  287. /*audio*/
  288.  
  289. .player {
  290. width:25px;
  291. height:25px;
  292. overflow:hidden;
  293. position:absolute;
  294. background:white;}
  295.  
  296. .audioinfo {
  297. margin-left:50px;
  298. }
  299.  
  300.  
  301. /*asks*/
  302. .q {margin-bottom:10px;
  303.  
  304. }
  305. .as {
  306. font-weight:normal;
  307. font-style:normal;
  308. }
  309.  
  310. .a {
  311. margin-top:10px;
  312. }
  313.  
  314.  
  315. /*chat*/
  316.  
  317. .chat ol {
  318. padding:0;
  319. list-style:none;
  320. }
  321. .line {padding:5px 0;}
  322.  
  323. .label {font-weight:bold;
  324. }
  325.  
  326.  
  327.  
  328.  
  329.  
  330. /*permalink and notes*/
  331.  
  332. #permalink {
  333. text-align:right;
  334. margin-top:15px;
  335. font-size:9px;
  336. text-transform:;
  337. }
  338. #permalink a {margin-right:10px;
  339. }
  340.  
  341.  
  342. .tags {
  343. opacity:1;
  344. word-break:break-all;
  345. font-size:9px;
  346. text-align:center;
  347. }
  348.  
  349.  
  350. .pagenotes {
  351. {block:IndexPage}
  352. display: none!important;
  353. {/block:IndexPage}
  354. width:500px;
  355. margin-left:200px;
  356. text-align:center;
  357.  
  358. }
  359. .pagenotes img {
  360. display:none!important;}
  361. .pagenotes li {
  362. list-style-type:none;
  363. padding:5px 0px;
  364. width:500px;
  365. text-align:center;
  366. margin-left:200px;
  367. }
  368.  
  369. /*--credit--*/
  370.  
  371. #credit {
  372. right:3px;
  373. bottom:6px;
  374. font-size:9px;
  375. padding:5px;
  376. color:{color:text};
  377. text-transform:uppercase;
  378. position:fixed;
  379. -webkit-transition: all 0.5s ease-out;
  380. -moz-transition: all 0.5s ease-out;
  381. transition: all 0.5s ease-out;
  382. }
  383.  
  384. #credit:hover {
  385. color:black;
  386. }
  387.  
  388.  
  389.  
  390. {CustomCSS}
  391.  
  392.  
  393. </style>
  394.  
  395.  
  396.  
  397.  
  398.  
  399. </head>
  400.  
  401. <body>
  402.  
  403.  
  404. <div id="con">
  405.  
  406. <img src="{PortraitURL-40}" style="margin-left:-180px; margin-top: 182px; position:fixed"><div id="title">{Title}</div>
  407.  
  408. <div id="description">{Description}</div>
  409.  
  410.  
  411.  
  412.  
  413. <div id="links">
  414. <a href="/">home</a>
  415. <a href="/ask">mssg</a><br>
  416. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  417. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}<br>
  418. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  419. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}<br>
  420. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a> {/block:ifLink5}
  421. {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a> {/block:ifLink6}
  422. </div></div>
  423. </div>
  424.  
  425.  
  426. </div></div>
  427. </div>
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434. </div>
  435.  
  436.  
  437.  
  438.  
  439. <div id="entries">
  440.  
  441. {block:Posts}
  442. <div id="posts">
  443.  
  444.  
  445. {block:Quote}
  446.  
  447.  
  448. <div id="titlequote">{Quote}</div>
  449. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  450. {/block:Quote}
  451.  
  452.  
  453.  
  454. {block:Text}
  455.  
  456.  
  457.  
  458. {Body}
  459. {/block:Text}
  460.  
  461. {block:Link}
  462. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  463. {/block:Link}
  464.  
  465. {block:Chat}
  466. {block:Title}
  467. <h1>{Title}</h1>
  468. {/block:Title}
  469. <div class="chat">
  470. <ol>{block:Lines}
  471. <li class="line {Alt}">
  472. {block:Label}
  473. <span class="label">
  474. {Label}</span>
  475. {/block:Label}{Line}</li>
  476. {/block:Lines}
  477. </ol></div>
  478. {/block:Chat}
  479.  
  480. {block:Photo}
  481. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  482. {/block:Photo}
  483.  
  484. {block:Photoset}
  485. {Photoset-500}
  486. {/block:Photoset}
  487.  
  488. {block:Video}
  489. {Video-500}
  490. {/block:Video}
  491.  
  492. {block:Audio}
  493. <div class="player">{AudioPlayerWhite}</div>
  494. <div class="audioinfo">
  495. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  496. </div>
  497. {/block:Audio}
  498.  
  499. {block:Answer}
  500. <div class="q">
  501. <i>{Asker}: {Question}</i></div>
  502.  
  503. <div class="a"><div style="padding-left:29px;">{Answer}</div></div>
  504. {/block:Answer}
  505.  
  506. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  507.  
  508. {block:Date}
  509. <div id="permalink"><a href="{Permalink}" >{DayOfMonth} {ShortMonth}</a>
  510. {block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  511. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  512. </div>
  513. {/block:Date}
  514.  
  515.  
  516.  
  517. </div>
  518.  
  519.  
  520. {block:PostNotes}
  521. <div class="pagenotes">
  522. {PostNotes}
  523. </div>
  524. {/block:PostNotes}
  525.  
  526.  
  527. {/block:Posts}
  528.  
  529. <div id="pagination">
  530. {block:Pagination}
  531. {block:PreviousPage}
  532. <a href="{PreviousPage}">&larr; prev </a>
  533. {/block:PreviousPage}
  534.  
  535.  
  536. {block:NextPage}
  537. <a href="{NextPage}">next &rarr;</a>
  538. {/block:NextPage}
  539. {/block:Pagination}
  540. </div>
  541.  
  542.  
  543.  
  544. </div>
  545.  
  546. </div>
  547.  
  548.  
  549. {block:ContentSource}
  550. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  551. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  552. {/block:SourceLogo}
  553. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  554. {/block:ContentSource}
  555.  
  556. <div id="credit"><div style="position:fixed;bottom:9px; right:9px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://klngjoffrey.tumblr.com/" title="KLNGJOFFREY">KJ</a>
  557.  
  558. </body</html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement