Advertisement
ValarMorghulis

Theme #9: glory & gore (500px)

Sep 23rd, 2014
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <!--Theme 9 by hbbits-->
  6.  
  7. <!DOCTYPE html>
  8. <head>
  9.  
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!--Default Variables-->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#aaaaaa"/>
  21. <meta name="color:Link" content="#000000"/>
  22. <meta name="color:sidebar links" content=""/>
  23. <meta name="color:accent" content=""/>
  24.  
  25.  
  26. <meta name="image:Sidebar Image" content=""/>
  27.  
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 1 Text" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 2 Text" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 3 Text" content="" />
  34. <meta name="text:Link 4" content="" />
  35. <meta name="text:Link 4 Text" content="" />
  36. <meta name="text:Link 5" content="" />
  37. <meta name="text:Link 5 Text" content="" />
  38. <meta name="text:Link 6" content="" />
  39. <meta name="text:Link 6 Text" content="" />
  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. border:{color:accent} 1px solid;
  88. padding:5px;
  89. }
  90.  
  91.  
  92.  
  93. /*basics*/
  94. blockquote {
  95. padding:0px 0 0px 5px;
  96. border-left:1px solid {color:text};
  97. margin-left:10px;
  98. }
  99.  
  100. body {
  101. background:{color:background};
  102. color:{color:text};
  103. font-family:arial;
  104. font-size:11px;
  105. text-align:justify;
  106. margin:0;
  107. line-height:16px;}
  108.  
  109.  
  110. a {
  111. color:{color:link};
  112. text-decoration:none;
  113. padding:2px;
  114. }
  115.  
  116. a:hover {
  117. font-style: italic;
  118. }
  119.  
  120. img{opacity:1;
  121. border:none;
  122. text-decoration:none}
  123.  
  124.  
  125. small {
  126. font-size:9px;}
  127.  
  128. big {
  129. font-size:12px;}
  130.  
  131.  
  132. #title {font-size:12px;
  133. line-height:18px;
  134. font-weight:bold;
  135. margin-bottom:10px;
  136. text-transform:uppercase;
  137. text-align:center;}
  138.  
  139.  
  140. /*sidebar*/
  141. #sidebar {text-align:left;
  142. position:fixed;
  143. margin-left:-225px;
  144. margin-top:100px;
  145. width:195px;
  146. }
  147.  
  148. #sidebarim {margin-bottom:-1px}
  149.  
  150. #sidebarim img {width:195px}
  151.  
  152. #blogt {
  153. text-transform:lowercase;
  154. font-size:15px;
  155. font-weight:bold;
  156. margin-bottom:3px;
  157. text-align:center;
  158. }
  159.  
  160. #links {
  161. line-height:16px;
  162. width:6px;
  163. position:absolute;
  164. margin-left:-20px;
  165. margin-top:19px;
  166. }
  167.  
  168.  
  169. #links a {
  170. margin-right:5px;
  171. display:inline-block;
  172. margin-bottom:5px;
  173. background:{color:sidebar links};
  174. width:5px;
  175. height:5px;
  176. text-align:center;
  177. padding:4px;
  178. -webkit-transition: all 0.7s ease;
  179. -moz-transition: all 0.7s ease;
  180. -o-transition: all 0.7s ease;
  181. }
  182.  
  183. #links a:hover {
  184. border-radius:100%;
  185. -moz-border-radius:100%;
  186. -webkit-transition: all 0.5s ease;
  187. -moz-transition: all 0.5s ease;
  188. -o-transition: all 0.5s ease;
  189. }
  190.  
  191. #description {
  192. }
  193.  
  194.  
  195. /*pagination*/
  196. #pagination {
  197. font-size:15px;
  198. margin:50px 0px;
  199. text-transform:lowercase;
  200. font-weight:bold;
  201. width:500;
  202. text-align:center;
  203. padding:10px;
  204. }
  205. #pagination a {
  206. padding:0 15px;
  207. }
  208.  
  209. /*container*/
  210. #con {
  211. left:50%;
  212. margin-left:-250px;
  213. position:absolute;
  214. }
  215.  
  216.  
  217.  
  218. /*posts*/
  219.  
  220. #entries {
  221. margin-top:75px;
  222. width:500px;
  223. margin-left:90px;
  224. }
  225.  
  226.  
  227.  
  228. #posts {
  229. width:500px;
  230. {block:IndexPage}
  231. margin-bottom:95px;
  232. {/block:IndexPage}
  233. {block:PermalinkPage}
  234. margin-bottom:90px;
  235. {/block:PermalinkPage}
  236. }
  237. #posts img {
  238. max-width:500px;
  239. }
  240.  
  241. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  242. . {width:100%;
  243. margin-top:10px;
  244. }
  245.  
  246. /*quote*/
  247.  
  248. #titlequote{text-align:left;
  249. font-size:14px;
  250. line-height:18px;
  251. font-weight:bold;
  252. }
  253. #source {
  254. text-align:right;
  255. margin-top:15px;
  256. margin-left:15px;}
  257.  
  258. /*audio*/
  259.  
  260. .player {
  261. width:30px;
  262. height:30px;
  263. margin:35px;
  264. overflow:hidden;
  265. position:absolute;
  266. background:white;
  267. -moz-border-radius: 30px;
  268. -webkit-border-radius: 30px;
  269. border-radius: 30px;
  270. }
  271.  
  272. .audioinfo {
  273. margin-left:50px;
  274. }
  275.  
  276.  
  277. /*asks*/
  278. .q {margin-bottom:10px;
  279. background:{color:accent};
  280. padding:10px;
  281. color:{color:background};
  282. font-style:italic;
  283. }
  284. .as {
  285. font-weight:bold;}
  286.  
  287. .a {
  288. margin-top:10px;
  289. }
  290.  
  291.  
  292. /*chat*/
  293. .odd, .even {padding:5px;
  294. }
  295.  
  296. .odd {
  297. background-color:{color:accent};
  298. }
  299.  
  300. .chat ol {
  301. padding:0;
  302. list-style:none;
  303. }
  304. .line {padding:5px;}
  305.  
  306. .label {font-weight:bold;
  307. text-align:center;
  308. }
  309.  
  310.  
  311. /*permalink and notes*/
  312.  
  313. #permalink {
  314. position:absolute;
  315. margin-top:15px;
  316. font-size:9px;
  317. text-align:right;
  318. width:500px;
  319. border-top:1px solid {color:accent};
  320. }
  321.  
  322. #permalink a {margin-right:10px;
  323. }
  324.  
  325.  
  326. .tags {
  327. word-break:break-all;
  328. text-align:left;
  329. font-size:9px;
  330. }
  331.  
  332. .pagenotes {
  333. {block:IndexPage}
  334. display: none!important;
  335. {/block:IndexPage}
  336. width:400px;
  337. text-align:left;
  338.  
  339. }
  340. .pagenotes img {
  341. display:none!important;}
  342. .pagenotes li {
  343. list-style-type:upper-roman;
  344. padding:5px 0px;
  345. text-align:none;
  346. margin:0 0 0 -40px;
  347. }
  348.  
  349. #leave {
  350. color:{color:link};
  351. padding:2px;
  352. border-radius:100px;
  353. position:fixed;
  354. font-size:17px;
  355. letter-spacing:1px;
  356. right:16px;
  357. bottom:15px;
  358. }
  359.  
  360. #leave a {
  361. padding:3px;
  362. }
  363.  
  364. #leave a:hover {
  365. text-decoration:none;
  366. color:{color:accent};
  367. }
  368.  
  369.  
  370. {CustomCSS}
  371.  
  372.  
  373. </style>
  374.  
  375.  
  376.  
  377. </head>
  378.  
  379. <body>
  380.  
  381. <div id="con">
  382.  
  383. <div id="sidebar">
  384. <div id="links">
  385. <a href="{text:Link 1}" title="{text:Link 1 Text}"></a>
  386. <a href="{text:Link 2}" title="{text:Link 2 Text}"></a>
  387. <a href="{text:Link 3}" title="{text:Link 3 Text}"></a>
  388. <a href="{text:Link 4}" title="{text:Link 4 Text}"></a>
  389. <a href="{text:Link 5}" title="{text:Link 5 Text}"></a>
  390. <a href="{text:Link 6}" title="{text:Link 6 Text}"></a>
  391. </div>
  392. <div id="blogt">{Title}</div>
  393. <div id="sidebarim"><a href="/"><img src="{image:Sidebar Image}"></a></div>
  394. <div id="description">{Description}</div>
  395.  
  396.  
  397.  
  398.  
  399. </div>
  400.  
  401.  
  402. <div id="leave"><a href="http://hbbits.tumblr.com">☐</a></div>
  403.  
  404. <div id="entries">
  405.  
  406. {block:Posts}
  407. <div id="posts">
  408.  
  409.  
  410. {block:Quote}
  411.  
  412.  
  413. <div id="titlequote">“{Quote}”</div>
  414. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  415. {/block:Quote}
  416.  
  417.  
  418.  
  419. {block:Text}
  420.  
  421. {block:Title}
  422. <div id="title">{Title}</div>{/block:Title}
  423. {Body}
  424. {/block:Text}
  425.  
  426. {block:Link}
  427. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  428. {/block:Link}
  429.  
  430. {block:Chat}
  431. {block:Title}
  432. <h1>{Title}</h1>
  433. {/block:Title}
  434. <div class="chat">
  435. <ol>{block:Lines}
  436. <li class="line {Alt}">
  437. {block:Label}
  438. <span class="label">
  439. {Label}</span>
  440. {/block:Label}{Line}</li>
  441. {/block:Lines}
  442. </ol></div>
  443. {/block:Chat}
  444.  
  445. {block:Photo}
  446. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  447. {/block:Photo}
  448.  
  449. {block:Photoset}
  450. {Photoset-500}
  451. {/block:Photoset}
  452.  
  453. {block:Video}
  454. {Video-500}
  455. {/block:Video}
  456.  
  457. {block:Audio}
  458. <div class="player">{AudioPlayerWhite}</div>
  459. {block:AlbumArt}
  460. <img src="{AlbumArtURL}" width="100">
  461. {/block:AlbumArt}
  462. <div class="audioinfo">
  463. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  464. </div>
  465. {/block:Audio}
  466.  
  467. {block:Answer}
  468. <div class="q">
  469. <div class="as">{Asker} is typing... </div>
  470. {Question}</div>
  471. <div class="a">{Answer}</div>
  472. {/block:Answer}
  473.  
  474. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  475.  
  476. {block:Date}
  477. <div id="permalink">
  478. <a href="{Permalink}" title="{timeago}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</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}
  479. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  480. </div>
  481. {/block:Date}
  482.  
  483.  
  484.  
  485. </div>
  486.  
  487.  
  488. {block:PostNotes}
  489. <div class="pagenotes">
  490. {PostNotes}
  491. </div>
  492. {/block:PostNotes}
  493.  
  494.  
  495. {/block:Posts}
  496.  
  497. <div id="pagination">
  498. {block:Pagination}
  499. {block:PreviousPage}
  500. <a href="{PreviousPage}">PAST </a>
  501. {/block:PreviousPage}
  502.  
  503.  
  504. {block:NextPage}
  505. <a href="{NextPage}">FUTURE</a>
  506. {/block:NextPage}
  507. {/block:Pagination}
  508. </div>
  509.  
  510.  
  511.  
  512. </div>
  513.  
  514. </div>
  515.  
  516.  
  517. {block:ContentSource}
  518. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  519. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  520. {/block:SourceLogo}
  521. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  522. {/block:ContentSource}
  523.  
  524. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement