Advertisement
emblemtres

Theme 06 by Emblemtres :P

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