Advertisement
emblemtres

Theme 01 by Emblemtres

Apr 6th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.37 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <!--
  9. This theme was made by Sage @ Emblemtres
  10. Yall better keep that credit
  11. -->
  12.  
  13. <head>
  14.  
  15. <title>{Title}</title>
  16.  
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <!--Fonts-->
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  27.  
  28. <!--Colors-->
  29.  
  30. <meta name="color:Background" content="#ffffff"/>
  31. <meta name="color:Text" content="#aaaaaa"/>
  32. <meta name="color:Link" content="#717581"/>
  33. <meta name="color:sblinks" content="#aaaaaa"/>
  34. <meta name="color:linkhover" content="#def7ff"/>
  35.  
  36. <!--Images-->
  37.  
  38. <meta name="image:Background" content=""/>
  39. <meta name="image:Sidebar" content=""/>
  40.  
  41. <!--Links-->
  42.  
  43. <meta name="text:Link1" content="/" />
  44. <meta name="text:Link1 Title" content="" />
  45.  
  46. <meta name="text:Link2" content="/" />
  47. <meta name="text:Link2 Title" content="" />
  48.  
  49. <meta name="text:Link3" content="/" />
  50. <meta name="text:Link3 Title" content="" />
  51.  
  52. <meta name="text:Link4" content="/" />
  53. <meta name="text:Link4 Title" content="" />
  54.  
  55. <style type="text/css">
  56.  
  57. /* --- SCROLLBAR ---*/
  58.  
  59. ::-webkit-scrollbar {height: auto;width: 2px;}
  60. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  61. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  62.  
  63. /* --- BODY ---*/
  64.  
  65. body {background:{color:background}; margin:0px; color:{color:text}; font-family:Anaheim; font-size:9px; line-height:100%;}
  66.  
  67. blockquote {
  68. border-left:1px solid #f8f8f8;
  69. padding-left:2px;
  70. margin:5px;
  71. }
  72.  
  73. a {color:#b1b0b0; text-decoration:none; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  74.  
  75. a:hover {text-decoration:none; color:#d3edf5;}
  76.  
  77. img {none;}
  78.  
  79. h1 { font-family:anaheim; font-size:10px; font-style:none; text-transform:uppercase; text-align:left; font-weight:normal;}
  80.  
  81. h2 {font-size:10px; text-transform:none; font-weight:normal;}
  82.  
  83. /* --- POSTS ---*/
  84.  
  85.  
  86. #entries {padding:10px; width:500px; margin-left:520px; margin-top:40px;}
  87.  
  88. #post {width:500px; padding-top:10px; padding-bottom:10px; border-top:1px solid #f1f0f0;line-height:100%; font-style:none;}
  89.  
  90. #postinfo a {color:#a29999;text-align:center;letter-spacing:0px;}
  91.  
  92. #postinfo a:hover {color:#454545;}
  93.  
  94. #post img { border:2px square #f5f5f5; padding:5px; }
  95.  
  96. #notes { font-family:anaheim; text-transform:lowercase; font-size:9px; }
  97.  
  98. #info { text-align:left; padding:5px; margin-top:5px; margin-bottom:10px;
  99. text-transform: none; font-family:anaheim; font-size:9px; margin-left:-5px; }
  100.  
  101. #info #tags { opacity:0; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  102.  
  103. #info:hover #tags { opacity:1; margin-top:4px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  104.  
  105. #tags { font-family:anaheim; letter-spacing:1px; text-transform:none;
  106. font-size:9px; margin-left:0px; margin-top:-2px; }
  107.  
  108. /* --- AUDIO ---*/
  109.  
  110. #audio { font-family:anaheim; margin-bottom:5px; width:500px; height:justify; }
  111.  
  112. .cover { width:78px; height:78px; position:absolute; }
  113.  
  114. .cover img { width:50px; height:50px; float:left; margin-top:10px; }
  115.  
  116. .player { opacity: 0.05; position:absolute; z-index:1; background:#fff;width:90px; height:90px; display:block; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease; }
  117.  
  118. .player:hover{opacity:0.5; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease; }
  119.  
  120. .player2 { width:25px; height:25px; margin-top:20px; margin-left:20px; overflow:hidden; padding:3px; padding-right:10px; }
  121.  
  122. .track { text-transform:uppercase; margin-left:80px; line-height:15px; padding-top:10px; }
  123.  
  124. /* --- SIDEBAR ---*/
  125.  
  126. #sidebarimage {
  127. opacity:1;
  128. margin-left:200px;
  129. -moz-transition-duration:0.7s;
  130. -webkit-transition-duration:0.7s;
  131. -o-transition-duration:0.7s;
  132. }
  133.  
  134.  
  135. #sidebarimage img {
  136. position:fixed;
  137. top:300px;
  138. width:150px;
  139. max-height:500px;
  140. text-align:center;
  141. }
  142.  
  143. #sidebar:hover #sidebarimage {opacity:1;-moz-transition-duration:0.7s; -webkit-transition-duration:0.7s; -o-transition-duration:0.7s;}
  144.  
  145. #sidebar:hover .links {
  146. opacity:0.9;
  147. margin-top:200px;
  148. text-align:center;
  149. transition-duration: 0.9s;
  150. -moz-transition-duration: 0.9s;
  151. -webkit-transition-duration: 0.9s;
  152. -o-transition-duration: 0.09s;
  153. }
  154.  
  155.  
  156. #sidebar:hover #description{
  157. margin-left:200px;
  158. opacity:.9;
  159. background:#ffffff
  160. -moz-transition-duration:0.8s;
  161. -webkit-transition-duration:0.8s;
  162. -o-transition-duration:0.8s;
  163. }
  164.  
  165. #sidebar:hover #pagination {
  166. opacity:.9;
  167. margin-top:280px;
  168. transition-duration: 0.9s;
  169. -moz-transition-duration: 0.9s;
  170. -webkit-transition-duration: 0.9s;
  171. -o-transition-duration: 0.09s;
  172. }
  173.  
  174.  
  175.  
  176. #links {
  177. width:120px;
  178. border-bottom:1px line #eee;
  179. position:fixed;
  180. font-family:Anaheim;
  181. font-size:10px;opacity:1;
  182. text-align:center;
  183. padding-top:4px;
  184. letter-spacing:5px; text-transform:uppercase;
  185. padding-bottom:1px;
  186. margin-top:230px;
  187. margin-left:215px;
  188. color:{color:sblinks}; }
  189.  
  190. #links a:hover { color:{linkhover}; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease }
  191.  
  192.  
  193.  
  194. .links a:hover {
  195. color:#def7ff;
  196. background-color:#ffffff;
  197. transition-duration: 0.9s;
  198. -moz-transition-duration: 0.9s;
  199. -webkit-transition-duration: 0.9s;
  200. -o-transition-duration: 0.9s;
  201. }
  202.  
  203.  
  204.  
  205. #description {
  206. opacity:0;
  207. background-color: #ffffff;
  208. padding:5px;
  209. width:150px;
  210. position:fixed;
  211. margin-left:200px;
  212. margin-top: 400px;
  213. font-style:normal;
  214. font-size: 10px;
  215. font-family:Anaheim;
  216. text-align:center;
  217. border: 0px solid #e7e7e7;
  218. transition-duration: 0.9s;
  219. -moz-transition-duration: 0.9s;
  220. -webkit-transition-duration: 0.9s;
  221. -o-transition-duration: 0.9s;
  222. }
  223.  
  224.  
  225. #pagination {
  226. font-size:11px;
  227. letter-spacing:2px;
  228. text-align:left;
  229. margin-top:-4px;
  230. margin-left:240px;
  231. padding:5px;
  232. width: 100px;
  233. font-family:"courier";
  234. opacity:1;
  235. color:#9A9A9A;
  236. }
  237.  
  238. #pagi a {
  239. color:#7e7d7d;
  240. }
  241.  
  242. #footer { position:fixed;
  243. bottom:0;
  244. background-color:#ffffff;
  245. width:550px;
  246. padding:20px 0 20px 0px;
  247. text-align:center;
  248. opacity:1;
  249.  
  250. #stuffcontainer {
  251. float:left;
  252. margin-left:110px;
  253. margin-top:75px;
  254. text-align:justify;
  255. background-color:#FFFFFF;
  256. color:#9A9A9A;
  257. margin-bottom: 35px;
  258. }
  259.  
  260.  
  261. #stuff {
  262. width:500px;
  263. margin-top:45px;
  264. text-align:justify;
  265. font-size:11px;
  266. line-height:90%;
  267. letter-spacing:0x;
  268. color:#9A9A9A;
  269. }
  270.  
  271. }
  272.  
  273. /* --- ASKS ---*/
  274.  
  275. #asker {
  276. float:left;
  277. margin-right:5px; }
  278.  
  279. #q {
  280. font-family:Anaheim;
  281. text-transform:lowercase;
  282. letter-spacing:1px;
  283. padding-bottom:3px; }
  284.  
  285. #question {
  286. font-family:Anaheim;
  287. font-style:italic;
  288. font-size:10px; }
  289.  
  290. #answer {
  291. font-family:Anaheim;
  292. text-transform:uppercase;
  293. font-size:10px;
  294. border-bottom: 1px solid;
  295. }
  296.  
  297. {CustomCSS}
  298.  
  299. </style>
  300.  
  301. </head>
  302.  
  303. <body>
  304.  
  305. <div id="sidebar">
  306. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  307. <div id="links">
  308.  
  309. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  310. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  311. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  312. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  313. </div>
  314.  
  315. <div id="description">{Description}</div>
  316.  
  317. </div>
  318. </div>
  319.  
  320. <div id="footer" style="height:20px;padding:5px;margin-left:500px;"><div id="pagination">
  321.  
  322.  
  323.  
  324.  
  325.  
  326. <span class="current_page">1</span>
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334. <a class="jump_page" href="/page/2">2</a>
  335.  
  336.  
  337.  
  338.  
  339.  
  340. <a class="jump_page" href="/page/3">3</a>
  341.  
  342.  
  343.  
  344.  
  345.  
  346. <a class="jump_page" href="/page/4">4</a>
  347.  
  348.  
  349.  
  350.  
  351.  
  352. <a class="jump_page" href="/page/5">5</a>
  353.  
  354.  
  355.  
  356.  
  357. <a class="next" href="/page/2">→</a>
  358.  
  359.  
  360. </div>
  361. </div>
  362.  
  363.  
  364. <div id="entries">{block:Posts}<div id="post">
  365.  
  366. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  367.  
  368. {block:Photo}
  369. <div class="canyou">
  370. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  371. {block:Caption}
  372. {Caption}
  373. {/block:Caption}
  374. </div>
  375. {/block:Photo}
  376.  
  377. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  378.  
  379. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  380.  
  381. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  382.  
  383. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  384.  
  385.  
  386. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  387. <div class="player">
  388. <div class="player2">
  389. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
  390. {/block:Audio}
  391.  
  392. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  393.  
  394. {block:Answer}<div id="asker"></div><div id="q">{Asker} asked: {Question} {Answer}{/block:Answer}
  395.  
  396. <div id="info"> posted <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  397. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  398. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  399. {/block:Posts}<div id="tags" st>
  400. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  401. {/block:Posts}</div></div></div>
  402.  
  403. <div style="font-family:consolas; font-size: 15px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:uppercase;"><a href="http://emblemtres.tumblr.com">E3</a></div>
  404.  
  405. </body>
  406.  
  407. </html>
  408. <style type="text/css">
  409. 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; }
  410.  
  411. 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; }
  412.  
  413. 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;}
  414.  
  415. 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;}
  416. body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement