Advertisement
emblemtres

Theme 02 by Emblemtres (left)

May 8th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.59 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 02 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: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="if:Show Link 1" content="1" />
  37. <meta name="if:Show Link 2" content="1" />
  38. <meta name="color:scrollbarbg" content="ffffff"/>
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. img:hover{ -webkit-filter: blur(1px) ; -webkit-transition: 0.5s ease-in; >-moz-transition: 0.5s ease-in; transition: 0.5s ease-in; }
  44.  
  45. 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; }
  46.  
  47. 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; }
  48.  
  49. 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;}
  50.  
  51. 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;}
  52. #bite
  53. #bite a{
  54. display:block
  55. }
  56. #bite .death {
  57. margin-right:0px;filter: alpha(opacity = 0);
  58. opacity:0;-webkit-transition: all 0.5s ease-out;
  59. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  60. }
  61.  
  62. #bite:hover .death {
  63. margin-left:0px;
  64.  
  65. -webkit-transition: all 0.8s ease-out;
  66. -moz-transition: all 0.8s ease-out;
  67. transition: all 0.8s ease-out;
  68. filter: alpha(opacity = 100);
  69. filter: alpha(opacity = 100);
  70. opacity:8;
  71. }
  72.  
  73.  
  74. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  75.  
  76.  
  77. /* --- SCROLLBAR ---*/
  78.  
  79. ::-webkit-scrollbar {
  80. width: 5px;height: 5px;}
  81. ::-webkit-scrollbar-button:start:decrement,
  82. ::-webkit-scrollbar-button:end:increment {
  83. height: 6px;display: block;background-color: {color:white};}
  84. ::-webkit-scrollbar-track-piece {
  85. background-color: {color:scrollbarbg};}
  86. ::-webkit-scrollbar-thumb:vertical {
  87. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  88.  
  89.  
  90. /* --- BODY ---*/
  91.  
  92. body {
  93. background:{color:background};
  94. margin:0px;
  95. color:{color:text};
  96. font-family:Consolas;
  97. font-size:9px;
  98. line-height:100%;
  99. }
  100.  
  101. a {
  102. text-decoration:none;
  103. outline:none;
  104. -moz-outline-style:solid;
  105. color:{color:link};
  106. }
  107.  
  108. img {
  109. border:none;
  110. }
  111.  
  112. blockquote {
  113. padding-left:5px;
  114. border-left:2px solid;
  115. }
  116.  
  117. blockquote blockquote {
  118. padding-left:5px;
  119. border-left:2px solid;
  120. }
  121.  
  122. h1 {
  123. font-size:9px;
  124. text-transform:uppercase;
  125. }
  126.  
  127. a:hover {
  128. opacity:10;
  129. text-shadow:3px 3px 3px #ccc;
  130. text-transform:underline;
  131. color:{color:hover};
  132. -webkit-transition: all 0.7s ease;
  133. -moz-transition: all 0.7s ease;
  134. -o-transition: all 0.7s ease
  135. }
  136.  
  137. /* --- POST ENTRIES ---*/
  138.  
  139.  
  140. #entries {
  141. padding:20px;
  142. width:500px;
  143. margin-left:450px;
  144. margin-top:40px;
  145. font-size:10px;
  146. }
  147.  
  148. /* --- BODY: POSTS ---*/
  149.  
  150.  
  151. #post {
  152. width:500px;
  153. padding-bottom:20px;
  154. padding:10px;
  155. margin-top:15px;
  156. background-color:{color:Post};
  157. }
  158.  
  159. /* --- SIDEBAR IMAGE ---*/
  160.  
  161.  
  162. #sidebar {
  163. width:100px;
  164. position:fixed;
  165. margin-left:200px;
  166. margin-top:150px;
  167. opacity:.80;
  168. background-color:{color:Sidebar};
  169. }
  170.  
  171. #sidebarimage {
  172. width 100px;
  173.  
  174. }
  175.  
  176. #sidebarimage img {
  177. width:105px;
  178. height:450;
  179. border:solid 0px;
  180. padding:6px;
  181. border-color: {color:border};
  182. background-color:{color:Sidebar};
  183. }
  184.  
  185. #sidebar:hover .sidebarimage img{
  186. opacity:3;
  187. -webkit-filter: grayscale(100%);
  188. z-index: -9999;
  189. -webkit-transition: all 0.5s ease;
  190. -moz-transition: all 0.5s ease;
  191. -o-transition: all 0.5s ease;}
  192.  
  193.  
  194.  
  195.  
  196.  
  197. #sidebar:hover .links{
  198. opacity:3;
  199. -webkit-transition: all 0.8s ease;
  200. -moz-transition: all 0.8s ease;
  201. -o-transition: all 0.8s ease;}
  202.  
  203.  
  204. .links {
  205. position:absolute;
  206. width: 350px;
  207. line-height: 50%;
  208. text-transform: uppercase;
  209. position:fixed;
  210. opacity: 0;
  211. margin-left: 15px;
  212. margin-top: 20px;
  213. text-align: center;
  214. margin-bottom:10px;
  215. display:block;
  216. padding: 0px;
  217. opacity:0.0;
  218. text-transform:underline; -webkit-transition:0.5s linear;
  219. }
  220.  
  221. .links a{
  222.  
  223. font-family:calibri;
  224. font-style:normal;
  225. font-size:8px;
  226. text-transform:underline;
  227. color:#adadad;
  228. display:block;
  229. padding-left:3px;
  230. margin-bottom: 1px;
  231. letter-spacing:0px;
  232. opacity:0.5;
  233. background-color:#fff;
  234. text-decoration:underline;
  235. -moz-transition-duration:1s;
  236. -webkit-transition-duration:1s;
  237. -o-transition-duration:1s;
  238. }
  239.  
  240. .links a:hover{
  241. color:#fff;
  242. letter-spacing:2px;
  243. opacity:2;
  244. background-color:##9c9b9b;
  245. -webkit-transition: all 0.3s ease;
  246. -moz-transition: all 0.3s ease;
  247. -o-transition: all 0.3s ease;
  248. }
  249.  
  250.  
  251.  
  252. /* --- SIDEBAR LINKS ---*/
  253.  
  254. .links {
  255. width:45px;
  256. height:12px;
  257. padding: 20px;
  258. font-size:24px;
  259. font-family:'consolas';
  260. text-align:center;
  261. margin-top:-105px;
  262. margin-left:70px;
  263. text-align:center;
  264. text-transform:uppercase;
  265. word-spacing:2px;
  266. position:fixed;
  267. padding-bottom:40px;
  268. }
  269.  
  270. .links a {
  271. font-size: 8px;
  272. }
  273.  
  274. .links a:hover {
  275. color:{color:Hover}
  276. }
  277.  
  278.  
  279. /* --- DESCRIPTION ---*/
  280.  
  281. #description {
  282. position:fixed;
  283. font-family:consolas;
  284. line-height:90%;
  285. font-size:9px;
  286. font-style:none;
  287. width:100px;
  288. margin-top:9;
  289. padding:8px;
  290. margin-left:0px;
  291. text-align:center;
  292. color:{color:text};
  293. }
  294.  
  295. #description a {color:{color:text}; -moz-transition-duration:0.0s;
  296. -webkit-transition-duration:0.0s; -o-transition-duration:0.0s;}
  297.  
  298. /* --- PAGINATION---*/
  299.  
  300.  
  301. #pagination {
  302. width:100px;
  303. font-size:8px;
  304. text-align:center;
  305. margin-left:12.5px;
  306. margin-top:30px;
  307. position:fixed;
  308. font-family:consolas;
  309. letter-spacing:0px;
  310. }
  311.  
  312. /* --- POST INFO ---*/
  313.  
  314.  
  315. #info {
  316. text-align:center;
  317. margin-top:10px;
  318. text-transform:uppercase;
  319. font-size:8px;
  320. font-style:none;
  321. border-top:1px solid {color:Line}
  322. }
  323.  
  324. /* --- POST TAGS---*/
  325.  
  326.  
  327. #tags {
  328. font-family:consolas;
  329. letter-spacing:0px;
  330. text-transform:lowercase;
  331. font-size:10px;
  332. font-style:italic;
  333. margin-top:4px;
  334. text-align:center;
  335. }
  336.  
  337. #post:hover .tags {
  338. width:500px;
  339. opacity:1;
  340. -moz-transition-duration:1s;
  341. -webkit-transition-duration:1s;
  342. -o-transition-duration:1s;
  343.  
  344. }
  345.  
  346. #credit {
  347. font-size:11px;
  348. font-family:consolas;
  349. font-style:none;
  350. letter-spacing:1px;
  351. -moz-transition-duration:0.5s;
  352. -webkit-transition-duration:0.5s;
  353. -o-transition-duration:0.5s;
  354. }
  355.  
  356. #credit a {
  357. background-color:#fff;
  358. padding:7px;
  359. border:1px solid #e9e9e9;
  360. position:fixed;
  361. right:15px;
  362. bottom:10px
  363. }
  364.  
  365. #credit a:hover {
  366. color:#fff;
  367. background-color:#191919;
  368. }
  369.  
  370.  
  371.  
  372. /* --- QUESTIONS ---*/
  373.  
  374. #asker {
  375. padding:5px;
  376. font-family:consolas;
  377. letter-spacing:1px;
  378. text-align:left;
  379. font-style:italic;
  380. margin-left:10px;
  381. border-left:3px #eee solid;
  382. background-color:{color:background}
  383. }
  384.  
  385. {CustomCSS}</style></head><body>
  386. <body onkeydown="return false">
  387.  
  388.  
  389. <div id="sidebar">
  390. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  391.  
  392.  
  393. <div id="description">
  394. {Description}
  395. </div>
  396.  
  397.  
  398. <div class="links">
  399. <a href="/">cali</a>
  400. <a href="/ask">mssg</a>
  401. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  402. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  403. </div>
  404.  
  405.  
  406. {block:Pagination}<div id="pagination">
  407. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  408. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  409. </div>{/block:Pagination}
  410.  
  411. </div>
  412.  
  413. <div id="entries">{block:Posts}<div id="post">
  414.  
  415. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  416.  
  417. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  418.  
  419. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  420.  
  421. {block:Quote}{Quote}{/block:Quote}
  422.  
  423. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  424.  
  425. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  426.  
  427. {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>
  428. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  429. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  430. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  431. {/block:Audio}
  432.  
  433. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  434.  
  435. {block:Answer}<div id="asker"><span style="font-family:consolas;font-size:9px;font-style:none;">✎ {Asker}: </span>{Question}</div><left><font face="consolas">{Answer}</font>{/block:Answer}
  436.  
  437. <div id="info">
  438. <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>
  439. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  440. {/block:Posts}
  441. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  442. {/block:Posts}</div></div></div>
  443.  
  444.  
  445.  
  446.  
  447.  
  448. <div id="credit">
  449. <a href="http://emblemtres.tumblr.com/">EƎ</div>
  450.  
  451.  
  452. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement