Advertisement
emblemtres

Theme 07 By Emblemtres

Aug 8th, 2013
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.27 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 07
  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:sidebar3" content=""/>
  32. <meta name="image:sidebar5" content=""/>
  33.  
  34. <meta name="image:bg" content=""/>
  35. <meta name="text:link1" content="" />
  36. <meta name="text:link1 url" content="/">
  37. <meta name="text:link2" content="" />
  38. <meta name="text:link2 url" content="/">
  39. <meta name="text:link3" content="" />
  40. <meta name="text:link3 url" content="/">
  41. <meta name="text:link4" content="" />
  42. <meta name="text:link4 url" content="/">
  43.  
  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. #bite
  56. #bite a{
  57. display:block
  58. }
  59. #bite .death {
  60. margin-top:0px;filter: alpha(opacity = 0);
  61. opacity:0;-webkit-transition: all 0.5s ease-out;
  62. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  63. }
  64.  
  65. #bite:hover .death {
  66. margin-top:0px;
  67. -webkit-transition: all 0.8s ease-out;
  68. -moz-transition: all 0.8s ease-out;
  69. transition: all 0.8s ease-out;
  70. filter: alpha(opacity = 100);
  71. filter: alpha(opacity = 100);
  72. opacity:100;
  73. }
  74.  
  75. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  76. /* --- SCROLLBAR ---*/
  77.  
  78. ::-webkit-scrollbar {
  79. width: 3px;height: 2px;}
  80. ::-webkit-scrollbar-button:start:decrement,
  81. ::-webkit-scrollbar-button:end:increment {
  82. height: 2px;display: block;background-color: {color:white};}
  83. ::-webkit-scrollbar-track-piece {
  84. background-color: {color:scrollbarbg};}
  85. ::-webkit-scrollbar-thumb:vertical {
  86. height: 3px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  87.  
  88.  
  89. /* --- BODY ---*/
  90.  
  91. body {
  92. background:{color:background};
  93. margin:0px;
  94. color:{color:text};
  95. font-family:Consolas;
  96. font-size:11px;
  97. line-height:100%;
  98. }
  99.  
  100. a {
  101. text-decoration:none;
  102. outline:none;
  103. -moz-outline-style:none;
  104. color:{color:link};
  105. }
  106.  
  107. img {
  108. border:none;
  109. }
  110.  
  111. blockquote {
  112. padding-left:5px;
  113. border-left:2px solid;
  114. }
  115.  
  116. blockquote blockquote {
  117. padding-left:5px;
  118. border-left:2px solid;
  119. }
  120.  
  121. h1 {
  122. font-size:16px;
  123. font-family:"consolas";
  124. text-decoration:none;
  125. }
  126. }
  127.  
  128. a:hover {
  129. opacity:10;
  130. color:#bbb;
  131. -webkit-transition: all 0.7s ease;
  132. -moz-transition: all 0.7s ease;
  133. -o-transition: all 0.7s ease;
  134. }
  135.  
  136. /* --- POST ENTRIES ---*/
  137.  
  138.  
  139. #entries {
  140. margin-left:450px;
  141. margin-top:190px;
  142. margin-bottom:40px;
  143. }
  144.  
  145. /* --- BODY: POSTS ---*/
  146.  
  147.  
  148. #post {
  149. overflow:hidden;
  150. font-family:consolas;
  151. margin-bottom: 30px;
  152. width:500px;
  153. padding: 10px 10px 10px 10px;
  154. margin-top:10px;
  155. }
  156.  
  157. /* --- SIDEBAR IMAGE ---*/
  158.  
  159.  
  160. #sidebar {
  161. position:fixed;
  162. width:500px;
  163. height:165px;
  164. margin-top:-240px;
  165. margin-left:460px;
  166. padding-bottom:10px;
  167. background-color:#fff;
  168. }
  169.  
  170. #sidebarimage {
  171. width 100px;
  172. }
  173.  
  174. #sidebarimage img {
  175. position:fixed;
  176. height:90px;
  177. width:90px;
  178. margin-top:60px;
  179. margin-left:20px;
  180. padding:5px;
  181. opacity:0.9px;
  182. border: 0px dashed;
  183. border-color: {color:border};
  184. -moz-transition-duration:0.5s;
  185. -webkit-transition-duration:0.5s;
  186. -o-transition-duration:0.5s;
  187.  
  188. }
  189. #sidebarimage2 img {
  190. position:fixed;
  191. height:90px;
  192. width:90px;
  193. margin-top:60px;
  194. margin-left:20px;
  195. padding:5px;
  196. border:1px dashed;
  197. opacity:0;
  198. border:0px solid;
  199. border-color: {color:border};
  200. -moz-transition-duration:0.5s;
  201. -webkit-transition-duration:0.5s;
  202. -o-transition-duration:0.5s;
  203.  
  204. }
  205. #sidebarimage3 img {
  206. position:fixed;
  207. height:90px;
  208. width:90px;
  209. margin-top:60px;
  210. margin-left:380px;
  211. padding:5px;
  212. opacity:0.9;
  213. border: 0px dashed;
  214. border-color: {color:border};
  215. -moz-transition-duration:0.5s;
  216. -webkit-transition-duration:0.5s;
  217. -o-transition-duration:0.5s;
  218.  
  219. }
  220. #sidebarimage4 img {
  221. position:fixed;
  222. height:90px;
  223. width:90px;
  224. margin-top:60px;
  225. margin-left:200px;
  226. padding:5px;
  227. opacity:0.9;
  228. border: 0px dashed;
  229. border-color: {color:border};
  230. -moz-transition-duration:0.5s;
  231. -webkit-transition-duration:0.5s;
  232. -o-transition-duration:0.5s;
  233.  
  234. }
  235. #sidebarimage5 img {
  236. position:fixed;
  237. height:90px;
  238. width:90px;
  239. margin-top:60px;
  240. margin-left:380px;
  241. padding:5px;
  242. opacity:0;
  243. border: 0px dashed;
  244. border-color: {color:border};
  245. -moz-transition-duration:0.5s;
  246. -webkit-transition-duration:0.5s;
  247. -o-transition-duration:0.5s;
  248.  
  249. }
  250.  
  251. #sidebar:hover #sidebarimage img {
  252. opacity:0;
  253. -moz-transition-duration:0.5s;
  254. -webkit-transition-duration:0.5s;
  255. -o-transition-duration:0.5s;
  256. }
  257. #sidebar:hover #sidebarimage2 img {
  258. opacity:1;
  259. -moz-transition-duration:0.5s;
  260. -webkit-transition-duration:0.5s;
  261. -o-transition-duration:0.5s;
  262. }
  263. #sidebar:hover #sidebarimage3 img {
  264. opacity:0;
  265. -moz-transition-duration:0.5s;
  266. -webkit-transition-duration:0.5s;
  267. -o-transition-duration:0.5s;
  268. }
  269. #sidebar:hover #sidebarimage5 img {
  270. opacity:1;
  271. -moz-transition-duration:0.5s;
  272. -webkit-transition-duration:0.5s;
  273. -o-transition-duration:0.5s;
  274. }
  275.  
  276. #sidebar:hover #description{
  277. opacity:0.8;
  278. -webkit-transition: all .9s ease-in-out;
  279. -moz-transition: all .5s ease-in-out;
  280. -o-transition: all .5s ease-in-out;
  281. }
  282. /* --- SIDEBAR LINKS ---*/
  283.  
  284.  
  285.  
  286. .links {
  287. font-style:consolas;
  288. font-style:uppercase;
  289. font-size:9px;
  290. padding:0px;
  291. line-height:100%;
  292. width:90px;
  293. text-align:center;
  294. margin-left:115px;
  295. margin-top:72px;}
  296.  
  297. .links a{
  298. border:0px solid;
  299. padding:4px;
  300. height:6px;
  301. width:50px;
  302. text-transform:uppercase;
  303. letter-spacing:2px;
  304. text-align:center;
  305. display:inline-block;
  306. margin-bottom:5px;
  307. color:{color:links};
  308. }
  309.  
  310. .links a:hover{
  311. color:#fff;
  312. background-color:#aaa;
  313. border-bottom:1px solid #aaa;
  314. letter-spacing:2px;
  315. -webkit-transition: all 0.3s ease;
  316. -moz-transition: all 0.3s ease;
  317. -o-transition: all 0.3s ease;
  318. }
  319.  
  320. /* --- DESCRIPTION ---*/
  321.  
  322. #description {
  323. line-height:120%;
  324. font-size:9.5px;
  325. font-style:none;
  326. width:70px;
  327. height:70px;
  328. margin-top:-175px;
  329. padding:10px;
  330. background-color:#fff;
  331. opacity:1;
  332. margin-left:665px;
  333. text-align:justify;
  334. color:{color:text};
  335. position:fixed;
  336. -webkit-transition: all .9s ease-in-out;
  337. -moz-transition: all .5s ease-in-out;
  338. -o-transition: all .5s ease-in-out;
  339. }
  340. #description a:hover {}
  341.  
  342.  
  343. /* --- PAGINATION---*/
  344.  
  345. #pagination {
  346. width:100px;
  347. margin-left:740px;
  348. margin-top:-130px;
  349. position:fixed;
  350. padding:3;
  351. letter-spacing:2px;
  352. text-transform:uppercase;
  353. font-size:15px;
  354. font-family: consolas;
  355. color:{color:links};
  356.  
  357. }
  358.  
  359. #paginaton a{
  360. padding:3px;
  361. color:#000;
  362. text-decoration:line-through;
  363.  
  364. }
  365.  
  366.  
  367. /* --- POST INFO ---*/
  368.  
  369. #info {
  370. font-family:consolas;
  371. width:500px;
  372. margin-top:5px;
  373. padding-top:5px;
  374. font-size:9px;
  375. color:{color:text};
  376. text-transform:uppercase;
  377. font-style:normal;
  378. text-align:left;
  379. border-top:0px solid #ccc;
  380. -moz-transition-duration:0.5s;
  381. -webkit-transition-duration:0.5s;
  382. -o-transition-duration:0.5s;
  383. }
  384.  
  385.  
  386.  
  387. #info a {
  388. color:{color:link};
  389. font-style:normal;
  390. }
  391.  
  392. #info a:hover {
  393. text-decoration:line-through;
  394. color:#fff;
  395. }
  396.  
  397. /* --- POST TAGS---*/
  398.  
  399.  
  400. .tags {
  401. font-family:trebuchet ms;
  402. font-style:normal;
  403. width:500px;
  404. text-transform:normal;
  405. font-style:normal;
  406. line-height:120%;
  407. font-size:8px;
  408. text-align:left;
  409. padding-top:5px;
  410. padding-bottom:15px;
  411. -moz-transition-duration:0.2s;
  412. -webkit-transition-duration:0.2s;
  413. -o-transition-duration:0.2s;
  414. }
  415.  
  416. .tags a {
  417. color:{color:link};
  418. -moz-transition-duration:0.2s;
  419. -webkit-transition-duration:0.2s;
  420. -o-transition-duration:0.2s;
  421. }
  422.  
  423.  
  424. .tags a:hover {
  425. text-decoration:underline;
  426.  
  427. color:#ccc;
  428. -moz-transition-duration:0.2s;
  429. -webkit-transition-duration:0.2s;
  430. -o-transition-duration:0.2s;
  431. }
  432.  
  433. ::selection {color:#fff;background:#fff;}
  434. ::-moz-selection {color:#fff;background:#fff;}
  435. ::-webkit-selection{color:#fff;background:#fff;}
  436.  
  437. #credit {
  438. font-size:11px;
  439. font-family:consolas;
  440. font-style:none;
  441. letter-spacing:1px;
  442. -moz-transition-duration:0.5s;
  443. -webkit-transition-duration:0.5s;
  444. -o-transition-duration:0.5s;
  445. }
  446.  
  447. #credit a {
  448. background-color:#fff;
  449. padding:7px;
  450. border:1px solid #e9e9e9;
  451. position:fixed;
  452. right:15px;
  453. bottom:10px
  454. }
  455.  
  456. #credit a:hover {
  457. color:#fff;
  458. background-color:#aaa;
  459. }
  460.  
  461.  
  462. /* --- QUESTIONS ---*/
  463.  
  464. #asker {
  465. padding:7px;
  466. font-family:'consolas';
  467. letter-spacing:1px;
  468. text-align:left;
  469. font-style:none;
  470. margin-left:0px;
  471. border:1px #eee solid;
  472. background-color:#FFF;
  473. }
  474.  
  475.  
  476.  
  477. {CustomCSS}</style></head><body>
  478. </head>
  479. <body>
  480. <body onkeydown="return false">
  481. <div id="sidebar">
  482.  
  483. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  484. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  485. <div id="sidebarimage3"><img src="{image:sidebar3}"></div>
  486. <div id="sidebarimage4"><img src="{image:sidebar4}"></div>
  487. <div id="sidebarimage5"><img src="{image:sidebar5}"></div>
  488.  
  489. <div class="links">
  490. <a href="{text:link1 url}" title="{text:link1}">uno</a>
  491. <a href="{text:link2 url}" title="{text:link2}">dos</a>
  492. <a href="{text:link3 url}" title="{text:link3}">tres</a>
  493. <a href="{text:link4 url}" title="{text:link4}">cuatro</a>
  494. </div>
  495. </div>
  496.  
  497. <div id="description">{Description}</div>
  498.  
  499. <div id="pagination">
  500. <center>
  501. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>back</big></a>{/block:PreviousPage}
  502. {block:NextPage}<a href="{NextPage}"><big>next</big></a>{/block:NextPage}{/block:Pagination} </center>
  503. </div>
  504.  
  505. </div></div></div>
  506.  
  507. <div id="entries">{block:Posts}<div id="post">
  508.  
  509. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  510.  
  511. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  512.  
  513. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  514.  
  515. {block:Quote}{Quote}{/block:Quote}
  516.  
  517. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  518.  
  519. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  520.  
  521. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  522. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  523. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  524. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  525. {/block:Audio}
  526.  
  527. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  528.  
  529. {block:Answer}<div id="asker"><span style="font-family:consolas;font-size:11px;font-style:uppercase;">{Asker}: </span>{Question}</div><left><font face="consolas">{Answer}</font>{/block:Answer}
  530.  
  531.  
  532.  
  533. {block:Date}<div id="info"> <a href="{Permalink}" style="background-color:#bbb;padding:2px;padding-left:4px;padding-right:4px;color:#fff;">{TimeAgo}</a>
  534. {/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}
  535. {block:ContentSource} © <a href="{SourceURL}">source</a>{/block:ContentSource} — <a href="{ReblogURL}" style="background-color:#bbb;padding:2px;padding-left:4px;padding-right:4px;color:#fff;" target="_blank">reblog</a> {/block:Date}</div></div>
  536. {block:HasTags}
  537. <div class="tags">
  538. <i>Files of: </i>{block:Tags} <a href="{TagURL}"> # {Tag}</a> {/block:Tags}</div>
  539. {/block:HasTags}
  540. <div class="postnote">
  541. {block:PostNotes}{PostNotes}{/block:PostNotes}
  542. </div>
  543. </div>
  544. {/block:Posts}
  545.  
  546.  
  547.  
  548.  
  549. <!--
  550. THEME MAKER CREDIT
  551. -->
  552.  
  553. <div id="credit">
  554. <a href="http://urlthot.tumblr.com/">URL</div>
  555.  
  556.  
  557.  
  558. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement