Advertisement
emblemtres

Theme 06 by Emblemtres

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