Advertisement
emblemtres

Theme 08 by Emblemtres

Aug 27th, 2013
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.92 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. Theme 08 or whatever idek
  6. Okay have a nice day
  7. YOU'RE BEAUTIFUL.
  8. -->
  9.  
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  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.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Sidebar" content="#ffffff"/>
  20. <meta name="color:Text" content="#a8a8a8"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:Tags" content="f0f0f0"/>
  23. <meta name="color:Hover" content="#f2f2f2"/>
  24. <meta name="color:Line" content="#f2f2f2"/>
  25. <meta name="color:Border" content="#e4e4e4"/>
  26. <meta name="color:Post" content="#ffffff"/>
  27. <meta name="color:Answer" content="#f8f8f8"/>
  28. <meta name="image:bg" content=""/>
  29. <meta name="text:Link 1" content="/" />
  30. <meta name="text:Link 1 Text" content="" />
  31. <meta name="text:Link 2" content="/" />
  32. <meta name="text:Link 2 Text" content="" />
  33. <meta name="text:Link 3" content="/" />
  34. <meta name="text:Link 3 Text" content="" />
  35. <meta name="text:Link 4" content="/" />
  36. <meta name="text:Link 4 Text" content="" />
  37. <meta name="color:scrollbarbg" content="ffffff"/>
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  40. <style type="text/css">
  41. iframe#tumblr_controls { width:50%; white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  42.  
  43. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  44.  
  45. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  46.  
  47. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  48. #bite
  49. #bite a{
  50. display:block
  51. }
  52. #bite .death {
  53. margin-top:0px;filter: alpha(opacity = 0);
  54. opacity:0;-webkit-transition: all 0.5s ease-out;
  55. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  56. }
  57.  
  58. #bite:hover .death {
  59. margin-top:0px;
  60. -webkit-transition: all 0.8s ease-out;
  61. -moz-transition: all 0.8s ease-out;
  62. transition: all 0.8s ease-out;
  63. filter: alpha(opacity = 100);
  64. filter: alpha(opacity = 100);
  65. opacity:100;
  66. }
  67. #s-m-t-tooltip {
  68.  
  69. max-width:300px;
  70.  
  71. padding:5px 5px 5px 5px;
  72.  
  73. margin:10px 0px 0px 10px;
  74.  
  75. background-color:#fff; /* change the background color */
  76.  
  77. border:1px solid #ddd; /* change the border color */
  78.  
  79. font-family:trebuchet ms; /* change the font */
  80.  
  81. font-size:9px; /* change the font size */
  82.  
  83. letter-spacing:2px; /* change the letter spacing */
  84.  
  85. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  86.  
  87. color:#aaa; /* change the text color */
  88.  
  89. z-index:999999999999999999999999999999999999;
  90.  
  91. }
  92. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  93. /* --- SCROLLBAR ---*/
  94.  
  95. ::-webkit-scrollbar {
  96. width: 5px;height: 5px;}
  97. ::-webkit-scrollbar-button:start:decrement,
  98. ::-webkit-scrollbar-button:end:increment {
  99. height: 6px;display: block;background-color: {color:white};}
  100. ::-webkit-scrollbar-track-piece {
  101. background-color: {color:scrollbarbg};}
  102. ::-webkit-scrollbar-thumb:vertical {
  103. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  104.  
  105.  
  106. /* --- BODY ---*/
  107.  
  108. body {
  109. background:{color:background};
  110. margin:0px;
  111. color:{color:text};
  112. font-family:trebuchet ms;
  113. font-size:11px;
  114. line-height:100%;
  115. }
  116.  
  117. a {
  118. text-decoration:none;
  119. outline:none;
  120. -moz-outline-style:none;
  121. color:{color:link};
  122. }
  123.  
  124. img {
  125. border:none;
  126. }
  127.  
  128. blockquote {
  129. padding-left:5px;
  130. border-left:2px solid;
  131. }
  132.  
  133. blockquote blockquote {
  134. padding-left:5px;
  135. border-left:2px solid;
  136. }
  137.  
  138. h1 {
  139. font-size:9px;
  140. text-transform:uppercase;
  141. }
  142.  
  143. a:hover {
  144. opacity:10;
  145. color:{color:hover};
  146. -webkit-transition: all 0.7s ease;
  147. -moz-transition: all 0.7s ease;
  148. -o-transition: all 0.7s ease
  149. }
  150.  
  151. /* --- POST ENTRIES ---*/
  152.  
  153.  
  154. #entries {
  155. padding:10px;
  156. width:500px;
  157. margin-left:450px;
  158. margin-top:40px;
  159. font-size:10px;
  160. }
  161.  
  162. /* --- BODY: POSTS ---*/
  163.  
  164.  
  165. #post {
  166. width:500px;
  167. padding-bottom:20px;
  168. padding:10px;
  169. margin-top:5px;
  170. background-color:{color:Post};
  171. }
  172.  
  173. /* --- SIDEBAR IMAGE ---*/
  174.  
  175.  
  176. #sidebar {
  177. width:100px;
  178. position:fixed;
  179. margin-left:260px;
  180. margin-top:150px;
  181. opacity:.80;
  182. background-color:{color:Sidebar};
  183. }
  184.  
  185.  
  186.  
  187.  
  188. /* --- SIDEBAR LINKS ---*/
  189.  
  190. .links {
  191. width:5px;
  192. height:0px;
  193. padding: 9px;
  194. font-size:8px;
  195. font-family:'calibri';
  196. text-align:center;
  197. margin-top:-95px;
  198. margin-left:-220px;
  199. text-align:center;
  200. border-right: 1px solid #e3e3e3;
  201.  
  202. text-transform:uppercase;
  203. word-spacing:2px;
  204. position:fixed;
  205. padding-bottom:7px;
  206. opacity:1;
  207. -webkit-transition: all 0.5s ease;
  208. -moz-transition: all 0.5s ease;
  209. -o-transition: all 0.5s ease
  210. }
  211.  
  212. .links a {
  213. font-size: 8px;
  214. -webkit-transition: all 0.5s ease;
  215. -moz-transition: all 0.5s ease;
  216. -o-transition: all 0.5s ease
  217. }
  218.  
  219. .links a:hover {
  220. OPACITY:0.3;
  221. -webkit-transition: all 0.7s ease;
  222. -moz-transition: all 0.7s ease;
  223. -o-transition: all 0.7s ease
  224. }
  225.  
  226.  
  227. /* --- DESCRIPTION ---*/
  228.  
  229. #description {
  230. position:fixed;
  231. font-family:trebuchet ms;
  232. line-height:100%;
  233. font-size:11px;
  234. font-style:italic;
  235. width:200px;
  236. margin-top:150px;
  237. padding:8px;
  238. margin-left:740px;
  239. opacity:1;
  240. background-color:#fff;
  241. border:1px solid #ccc;
  242. text-align:center;
  243. color:{color:text};
  244. -moz-transition-duration:1s;
  245. -webkit-transition-duration:1s;
  246. -o-transition-duration:1s;
  247. }
  248.  
  249. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  250. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  251.  
  252. #description a:hover{}
  253. /* --- PAGINATION---*/
  254.  
  255.  
  256. #pagination {
  257. margin-left:740px;
  258. margin-top:90px;
  259. position:fixed;
  260. padding:3;
  261. letter-spacing:2px;
  262. text-transform:uppercase;
  263. font-size:18px;
  264. font-family: trebuchet ms;
  265. color:{color:links};
  266.  
  267. }
  268.  
  269. #paginaton a{
  270. padding:3px;
  271. color:#000;
  272. display:inline-block;
  273. text-decoration:line-through;
  274.  
  275. }
  276. /* --- POST INFO ---*/
  277.  
  278.  
  279. #info {
  280. font-family:trebuchet ms;
  281. width:500px;
  282. margin-top:5px;
  283. padding-top:5px;
  284. font-size:8px;
  285. color:{color:text};
  286. text-transform:uppercase;
  287. font-style:normal;
  288. text-align:left;
  289. border-top:0px solid #ccc;
  290. -moz-transition-duration:0.5s;
  291. -webkit-transition-duration:0.5s;
  292. -o-transition-duration:0.5s;
  293. }
  294.  
  295.  
  296.  
  297. #info a {
  298. color:{color:link};
  299. font-style:normal;
  300. }
  301.  
  302. #info a:hover {
  303. color:#eee;
  304. }
  305.  
  306. /* --- POST TAGS---*/
  307.  
  308. .tags {
  309. font-family:trebuchet ms;
  310. font-style:normal;
  311. width:500px;
  312. text-transform:normal;
  313. font-style:normal;
  314. line-height:120%;
  315. font-size:8px;
  316. text-align:left;
  317. padding-top:5px;
  318. padding-bottom:15px;
  319. -moz-transition-duration:0.2s;
  320. -webkit-transition-duration:0.2s;
  321. -o-transition-duration:0.2s;
  322. }
  323.  
  324. .tags a {
  325. color:{color:link};
  326. -moz-transition-duration:0.2s;
  327. -webkit-transition-duration:0.2s;
  328. -o-transition-duration:0.2s;
  329. }
  330.  
  331.  
  332. .tags a:hover {
  333. text-decoration:underline;
  334.  
  335. color:#ccc;
  336. -moz-transition-duration:0.2s;
  337. -webkit-transition-duration:0.2s;
  338. -o-transition-duration:0.2s;
  339. }
  340.  
  341. ::selection {color:#fff;background:#fff;}
  342. ::-moz-selection {color:#fff;background:#fff;}
  343. ::-webkit-selection{color:#fff;background:#fff;}
  344.  
  345. #credit {
  346. font-size:11px;
  347. font-family:consolas;
  348. font-style:none;
  349. letter-spacing:1px;
  350. -moz-transition-duration:0.5s;
  351. -webkit-transition-duration:0.5s;
  352. -o-transition-duration:0.5s;
  353. }
  354.  
  355. #credit a {
  356. background-color:#fff;
  357. padding:7px;
  358. border:1px solid #e9e9e9;
  359. position:fixed;
  360. right:15px;
  361. bottom:10px
  362. }
  363.  
  364. #credit a:hover {
  365. color:#fff;
  366. background-color:#ccc;
  367. }
  368. /* --- QUESTIONS ---*/
  369.  
  370. #asker {
  371. padding:7px;
  372. font-family:'trebuchet ms';
  373. letter-spacing:1px;
  374. text-align:left;
  375. font-style:none;
  376. margin-left:0px;
  377. border:1px #eee solid;
  378. background-color:#FFF;
  379. }
  380.  
  381. {CustomCSS}</style></head><body>
  382.  
  383. <body onkeydown="return false">
  384.  
  385. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  386.  
  387. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  388.  
  389. <script>
  390.  
  391. (function($){
  392.  
  393. $(document).ready(function(){
  394.  
  395. $("a[title]").style_my_tooltips({
  396.  
  397. tip_follows_cursor:true,
  398.  
  399. tip_delay_time:0,
  400.  
  401. tip_fade_speed:0,
  402.  
  403. attribute:"title"
  404.  
  405. });
  406.  
  407. });
  408.  
  409. })(jQuery);
  410.  
  411. </script>
  412.  
  413. <div id="sidebar">
  414. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  415.  
  416.  
  417. <div id="description">
  418. {Description}
  419. </div>
  420.  
  421.  
  422. <div class="links">
  423. <a title="{Text:Link 1 Text}"href="{Text:Link 1}"><img src="http://media.tumblr.com/457e36f4ea347eab25c45387015dedaf/tumblr_inline_mr853bjd9Y1qz4rgp.jpg"></a>
  424. <a title="{Text:Link 2 Text}"href="{Text:Link 2}"><img src="http://media.tumblr.com/8f6be73cd26347d3872ddc1278bcbbc1/tumblr_inline_mr853j7NnZ1qz4rgp.jpg"></a>
  425. <a title="{Text:Link 3 Text}"href="{Text:Link 3}"><img src="http://media.tumblr.com/89e0518f40091dd2a72ff62449bf4f5b/tumblr_inline_mr853oKDme1qz4rgp.jpg"></a>
  426. <a title="{Text:Link 4 Text}"href="{Text:Link 4}"><img src="http://media.tumblr.com/8074b4a8ef4d738e3a401cb8fefd1922/tumblr_inline_mr853tG6QA1qz4rgp.jpg"></a>
  427.  
  428. </div>
  429.  
  430. <div id="pagination">
  431. <center>
  432. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>back</big></a>{/block:PreviousPage}
  433. {block:NextPage}<a href="{NextPage}"><big>next</big></a>{/block:NextPage}{/block:Pagination} </center>
  434. </div>
  435.  
  436. </div>
  437. </div>
  438.  
  439. <div id="entries">{block:Posts}<div id="post">
  440.  
  441. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  442.  
  443. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  444.  
  445. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  446.  
  447. {block:Quote}{Quote}{/block:Quote}
  448.  
  449. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  450.  
  451. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  452.  
  453. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  454. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  455. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  456. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  457. {/block:Audio}
  458.  
  459. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  460.  
  461. {block:Answer}<div id="asker"><span style="font-family:trebuchet ms;font-size:11px;font-style:uppercase;">{Asker}: </span>{Question}</div><left><font face="trebuchet ms">{Answer}</font>{/block:Answer}
  462.  
  463. {block:Date}<div id="info"> <a href="{Permalink}" style="background-color:#ccc;padding:2px;padding-left:4px;padding-right:4px;color:#fff;">{TimeAgo}</a>
  464. {/block:Date} {block:NoteCount}with <font color=#df99ba><big>♥</big></font> <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}<div style="float:right;"> {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  465. {block:ContentSource} © <a href="{SourceURL}">source</a>{/block:ContentSource} — <a href="{ReblogURL}" style="background-color:#ccc;padding:2px;padding-left:4px;padding-right:4px;color:#fff;" target="_blank">reblog</a> {/block:Date}</div></div>
  466. {block:HasTags}
  467. <div class="tags">
  468. <i>Files of: </i>{block:Tags} <a href="{TagURL}"> # {Tag}</a> {/block:Tags}</div>
  469. {/block:HasTags}
  470. <div class="postnote">
  471. {block:PostNotes}{PostNotes}{/block:PostNotes}
  472. </div>
  473. </div>
  474. {/block:Posts}
  475.  
  476.  
  477.  
  478. <!--
  479. THEME MAKER CREDIT
  480. -->
  481. <div id="credit">
  482. <a href="http://emblemtres.tumblr.com/">EƎ</div>
  483.  
  484.  
  485.  
  486. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement