Advertisement
tylerhhoechlin

theme #5: gravity

Apr 20th, 2014
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.49 KB | None | 0 0
  1. <head><title>{Title}</title>
  2.  
  3. <link rel="shortcut icon" href="{Favicon}">
  4.  
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />
  7. {/block:Description}
  8.  
  9. <!--Theme #5 Gravity by BeatricesPrior/Harrystyhells
  10. Do not steal or take any parts of this code.
  11. If you do, I will find you and will kill you.-->
  12.  
  13. <!--default variables-->
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:text" content="#afafa4"/>
  16. <meta name="color:link" content="#91a7a7"/>
  17. <meta name="color:border" content="#eeeeee"/>
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="text:Title" content="title here"/>
  22.  
  23. <meta name="text:Link 1" content=""/>
  24. <meta name="text:Link 1 Text" content=""/>
  25.  
  26. <meta name="text:Link 2" content=""/>
  27. <meta name="text:Link 2 Text" content=""/>
  28.  
  29. <meta name="text:Link 3" content=""/>
  30. <meta name="text:Link 3 Text" content=""/>
  31.  
  32. <!-- jquery for tooltips-->
  33. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js">
  34. </script>
  35.  
  36. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js">
  37. </script>
  38.  
  39. <script>
  40. (function($){
  41. $(document).ready(function(){
  42. $("a[title]").style_my_tooltips({
  43. tip_follows_cursor:true,
  44. tip_delay_time:30,
  45. tip_fade_speed:300,
  46. attribute:"title"
  47. });
  48. });
  49. })(jQuery);
  50. </script>
  51.  
  52. <!--CSS customization starts right here-->
  53.  
  54. <style type="text/css">
  55.  
  56. iframe#tumblr_controls {
  57. white-space:nowrap;
  58. -webkit-filter:invert(100%);
  59. -moz-filter:invert(100%);
  60. -o-filter:invert(100%);
  61. -ms-filter:invert(100%);
  62. filter:invert(100%);
  63. opacity:.50;
  64. transition-duration: 0.6s;
  65. -moz-transition-duration: 0.6s;
  66. -webkit-transition-duration: 0.6s;
  67. -o-transition-duration: 0.6s;
  68. }
  69.  
  70. iframe#tumblr_controls {
  71. top: 0%;
  72. right:0%;
  73. position: fixed;
  74. }
  75.  
  76. ::selection {
  77. background-color:{color:background};
  78. color:{color:text};
  79. }
  80.  
  81. ::-webkit-scrollbar-thumb {
  82. height:auto;
  83. border:1px solid;
  84. border-color:{color:text};
  85. background-color:{color:text};
  86. }
  87.  
  88. ::-webkit-scrollbar {
  89. height:9px;
  90. width:5px;
  91. background-color:#ffffff;
  92. }
  93.  
  94. #s-m-t-tooltip{
  95. position:absolute;
  96. margin-top:15px;
  97. z-index:9999;
  98. font-family:'arial';
  99. font-size:9px;
  100. padding:5px;
  101. color:{color:background};
  102. font-weight:bold;
  103. background-color:{color:link};
  104. }
  105.  
  106. sub, small {
  107. font-family:'arial';
  108. font-size:9px;
  109. text-transform:none;
  110. color:{color:text};
  111. font-weight:none;
  112. }
  113.  
  114. blockquote {
  115. border-left:2px solid;
  116. padding:1px;
  117. border-color:{color:border};
  118. padding-left:10px;
  119. text-align:justify;
  120. }
  121.  
  122. body {
  123. background:{color:background};
  124. font-family:'arial';
  125. font-size:9px;
  126. color:{color:text};
  127. }
  128.  
  129. a {
  130. text-decoration:none;
  131. color:{color:link};
  132. transition-duration: 0.6s;
  133. -moz-transition-duration: 0.6s;
  134. -webkit-transition-duration: 0.6s;
  135. -o-transition-duration: 0.6s;
  136. }
  137.  
  138. a:hover {
  139. color:{color:text};
  140. transition-duration: 0.6s;
  141. -moz-transition-duration: 0.6s;
  142. -webkit-transition-duration: 0.6s;
  143. -o-transition-duration: 0.6s;
  144. }
  145.  
  146. h1 {
  147. color:{color:text};
  148. text-align:center;
  149. text-transform:uppercase;
  150. font-size:11px;
  151. font-weight:none;
  152. text-decoration:underline;
  153. letter-spacing:1px;
  154. padding:5px;
  155. }
  156.  
  157. #entries {
  158. width:300px;
  159. height:600px;
  160. margin-left:470px;
  161. margin-top:50px;
  162. padding-bottom:20px;
  163. overflow:scroll;
  164. overflow-x:hidden;
  165. }
  166.  
  167. .posts {
  168. width:250px;
  169. padding:4px;
  170. margin-bottom:50px;
  171. }
  172.  
  173. #sidebar {
  174. position:fixed;
  175. margin:-170px 0px 0px 200px;
  176. }
  177.  
  178. .sidebarimage {
  179. width:100px;
  180. height:100px;
  181. }
  182.  
  183. .sidebarimage img {
  184. width:70px;
  185. height:70px;
  186. margin:350px 0px 0px 0px;
  187. }
  188.  
  189. .title {
  190. width:160px;
  191. padding:3px;
  192. color:{color:text};
  193. font-size:15px;
  194. font-weight:bold;
  195. line-height:100%;
  196. text-transform:lowercase;
  197. margin:220px 0px 0px 10px;
  198. position:fixed;
  199. text-align:center;
  200. border-bottom:1px solid;
  201. border-color:{color:border};
  202. }
  203.  
  204. .description {
  205. font-family:'arial';
  206. padding:5px;
  207. font-size:10px;
  208. width:120px;
  209. height:auto;
  210. margin:245px 0px 0px 75px;
  211. text-align:left;
  212. }
  213.  
  214. .description a {
  215. color:{color:text};
  216. }
  217.  
  218. .links {
  219. position:fixed;
  220. font-family:'arial';
  221. font-size:9px;
  222. font-weight:bold;
  223. height:5px;
  224. padding:8px;
  225. margin:320px 0px 0px -40px;
  226. width:275px;
  227. text-align:center;
  228. line-height:10px;
  229. }
  230.  
  231. .links a {
  232. padding:3px;
  233. color:{color:link};
  234. }
  235.  
  236. .links a:hover {
  237. color:{color:text};
  238. text-decoration:underline;
  239. }
  240.  
  241. .pagination {
  242. margin:20px 0px 0px 60px;
  243. text-align:center;
  244. position:fixed;
  245. width:72px;
  246. padding:5px;
  247. }
  248.  
  249. .pagination a {
  250. letter-spacing:5px;
  251. }
  252.  
  253. .information {
  254. font-size:9px;
  255. margin:0px 0px 0px 0px;
  256. width:250px;
  257. text-align:center;
  258. text-transform:none;
  259. }
  260.  
  261. .information a {
  262. color:{color:link};
  263. }
  264.  
  265. .information a:hover {
  266. color:{color:text};
  267. }
  268.  
  269. .tags {
  270. font-size:9px;
  271. width:250px;
  272. line-height:100%;
  273. opacity:1;
  274. margin:2px 0px 0px 0px;
  275. text-align:center;
  276. text-transform:lowercase;
  277. }
  278.  
  279. .tags a {
  280. color:{color:link};
  281. }
  282.  
  283. .tags a:hover {
  284. color:{color:text};
  285. }
  286.  
  287. .notes {
  288. width:250px;
  289. line-height:150%;
  290. }
  291.  
  292. .notes a {
  293. color:{color:link};
  294. font-size:9px;
  295. font-family:'arial';
  296. margin-top:-5px;
  297. }
  298.  
  299. .notes a:hover {
  300. color:{color:text};
  301. }
  302.  
  303. ol.notes, .notes li {
  304. list-style:lower-roman;
  305. width:250px;
  306. padding-left:20px;
  307. margin:0px 0px 0px 0px;
  308. padding:15px;
  309. }
  310.  
  311. ol.notes li.note img.avatar {
  312. display:none;
  313. }
  314.  
  315. .audiopost {
  316. width:250px;
  317. height:30px;
  318. }
  319.  
  320. .track {
  321. font-size:8px;
  322. text-transform:uppercase;
  323. letter-spacing:1px;
  324. }
  325.  
  326. .player {
  327. opacity:0.50;
  328. display:block;
  329. background:white;
  330. }
  331.  
  332. .audioplayer {
  333. overflow:hidden;
  334. width:210px;
  335. height:35px;
  336. }
  337.  
  338. .audioinfo {
  339. width:250px;
  340. line-height:10px;
  341. font-family:'arial';
  342. font-size:8px;
  343. text-transform:uppercase;
  344. text-align:left;
  345. letter-spacing:1px;
  346. color:{color:text};
  347. }
  348.  
  349. .asker {
  350. text-align:left;
  351. text-transform:uppercase;
  352. letter-spacing:1px;
  353. font-size:8px;
  354. text-decoration:underline;
  355. }
  356.  
  357. .ask {
  358. padding-left:20px;
  359. background-color:#f5f5f5;
  360. padding:15px;
  361. text-align:center;
  362. }
  363.  
  364. .answer {
  365. text-align:right;
  366. }
  367.  
  368. .quotesource {
  369. text-align:right;
  370. }
  371.  
  372. .credit {
  373. bottom:10px;
  374. right:10px;
  375. font-size:8px;
  376. letter-spacing:1px;
  377. position:fixed;
  378. }
  379.  
  380. .credit a {
  381. padding:3px;
  382. background-color:{color:text};
  383. color:{color:background};
  384. }
  385.  
  386. .credit a:hover {
  387. color:{color:link};
  388. background-color:{color:background};
  389. }
  390.  
  391.  
  392. {CustomCSS}
  393.  
  394. </style>
  395. </head>
  396.  
  397. <body>
  398. <div id="sidebar">
  399. <div class="sidebarimage">
  400. <image src="{image:sidebar}"></a></div>
  401.  
  402. <div class="links">
  403. <a href="/">index</a>
  404. <a href="/ask">askbox</a>
  405. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  406. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  407. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  408. </div>
  409.  
  410. <div class="title">{text:Title}</div>
  411. <div class="description">{Description}</div>
  412.  
  413. <div class="pagination">
  414. {block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage}
  415. {block:JumpPagination length="5"}{block:CurrentPage}{PageNumber}</a>
  416. {/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  417. <a href="{NextPage}"> →</a>{/block:NextPage}</div>{/block:IndexPage}</div></div>
  418.  
  419. <div id="entries">{block:Posts}<div class="posts">
  420.  
  421. {block:Text}
  422. <h1>{block:Title}{Title}{/block:Title}</h1>{Body}
  423. {/block:Text}
  424.  
  425. {block:Photo}
  426. {LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}
  427. {Caption}{/block:Caption}
  428. {/block:Photo}
  429.  
  430. {block:Photoset}
  431. {Photoset-250}{block:Caption}{Caption}{/block:Caption}
  432. {/block:Photoset}
  433.  
  434. {block:Quote}
  435. <h2>"{Quote}"</h2>
  436. {block:Source}<br><br>
  437. <div class="quotesource"> — {Source}</div>
  438. {/block:Source}
  439. {/block:Quote}
  440.  
  441. {block:Link}
  442. <h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  443. {Description}{/block:Description}
  444. {/block:Link}
  445.  
  446. {block:Chat}
  447. {block:Title}{Title}{/block:Title}{block:Lines}{block:Label}
  448. <b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}
  449. {/block:Chat}
  450.  
  451. {block:Audio}
  452. <div class="track">{block:TrackName}<b>track</b>: {TrackName}{/block:TrackName}
  453. </div><br>
  454.  
  455. <div class="audiopost">
  456. <div class="player">
  457. <div class="audioplayer">{AudioPlayerGrey}
  458. </div></div></div>
  459.  
  460. <div class="audioinfo">
  461. {block:Artist}
  462. <br><b>producer</b>: {Artist}
  463. {/block:Artist}
  464.  
  465. <br><b>played</b>: {FormattedPlayCount} times</div>
  466.  
  467. {block:Caption}
  468. <br>{Caption}
  469. {/block:Caption}
  470. {/block:Audio}
  471.  
  472. {block:Video}
  473. {Video-250}{block:Caption}{Caption}{/block:Caption}
  474. {/block:Video}
  475.  
  476. {block:Answer}
  477. <div class="asker"><b>{Asker}</b>:<br><br></div>
  478. <div class="ask">{Question}</div>
  479. <div class="answer">{Answer}</div>
  480. {/block:Answer}
  481.  
  482. <div class="information">{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} —
  483. <a href="{Permalink}"><b>{NoteCountWithLabel}</b></a>
  484.  
  485. {block:PermalinkPage}
  486. {block:ContentSource}
  487. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  488. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  489. {/block:SourceLogo}
  490. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  491. {/block:ContentSource}
  492.  
  493. {block:RebloggedFrom}
  494. + <a href="{ReblogParentURL}" title="{ReblogParentName}"><u>via</u></a>{block:ContentSource} & <a href="{ReblogRootURL}" title="{ReblogRootName}"><u>source</u></a>{/block:ContentSource}
  495. {/block:RebloggedFrom}
  496. {/block:PermalinkPage}
  497. </div>
  498. </a>
  499.  
  500. <div class="tags">
  501. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  502. </div>
  503.  
  504. {block:PostNotes}
  505. {PostNotes}
  506. {/block:PostNotes}
  507. </div>
  508.  
  509. <div class="credit">
  510. <a title="made by beatricesprior"
  511. href="http://beatricesprior.tumblr.com/">BP</a>
  512. </div>
  513.  
  514. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement