Advertisement
tylerhhoechlin

theme #7: cold

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