Advertisement
Donniert

[01] Life is a song

Nov 25th, 2012
7,821
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.41 KB | None | 0 0
  1. <!-- N THEME 1 by Carlotta
  2. http://donthemes.tumblr.com/
  3. don't remove credits -->
  4.  
  5. <!------ RULES ------>
  6.  
  7. <!--
  8. 1. DO NOT REMOVE CREDITS
  9. 2. DO NOT REPOST THE CODE
  10. 3. DO NOT CLAIM AS YOURS
  11. 4. DO NOT USE IT AS A BASE
  12. -->
  13.  
  14. <!DOCTYPE html><html>
  15.  
  16. <head><title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. {block:Description}
  21. <meta name="description" content="{MetaDescription}"/>
  22. {/block:Description}
  23.  
  24. <meta name="color:Background" content="#fff"/>
  25. <meta name="color:Text" content="#a3a3a3"/>
  26. <meta name="color:Bold Text" content="#a69ff3"/>
  27. <meta name="color:Italic Text" content="#d69c79"/>
  28. <meta name="color:Navigation Background" content="#1a1919"/>
  29. <meta name="color:Navigation" content="#dfdddd"/>
  30. <meta name="color:Post Background" content="#fff"/>
  31. <meta name="color:Sidebar Background" content="#242323"/>
  32. <meta name="color:Sidebar Text" content="#a5a5a5"/>
  33. <meta name="color:Sidebar Link" content="#dfdfdf"/>
  34. <meta name="color:Selection Background" content="#a31e4d"/>
  35. <meta name="color:Selection Color" content="#ececec"/>
  36. <meta name="color:Link" content="#a31e4d"/>
  37. <meta name="color:Link hover" content="#030303"/>
  38. <meta name="color:Title" content="#a31e4d"/>
  39. <meta name="color:Tags" content="#292828">
  40.  
  41. <meta name="font:Body" content="Helvetica"/>
  42.  
  43. <meta name="text:Link1" content=""/>
  44. <meta name="text:Link 1 name" content=""/>
  45. <meta name="text:Link2" content=""/>
  46. <meta name="text:Link 2 name" content=""/>
  47. <meta name="text:Link3" content=""/>
  48. <meta name="text:Link 3 name" content=""/>
  49. <meta name="text:Link4" content=""/>
  50. <meta name="text:Link 4 name" content=""/>
  51. <meta name="text:Link5" content=""/>
  52. <meta name="text:Link 5 name" content=""/>
  53. <meta name="text:Link6" content=""/>
  54. <meta name="text:Link 6 name" content=""/>
  55. <meta name="text:Link7" content=""/>
  56. <meta name="text:Link 7 name" content=""/>
  57. <meta name="text:Link8" content=""/>
  58. <meta name="text:Link 8 name" content=""/>
  59. <meta name="text:Cursor" content="http://cur.cursors-4u.net/cursors/cur-9/cur817.cur"/>
  60.  
  61. <meta name="image:Background" content="http://i39.tinypic.com/28jzhqc.png"/>
  62. <meta name="image:Sidebar" content=""/>
  63. <meta name="image:Sidebar Background" content="http://i44.tinypic.com/2cmox1h.gif"/>
  64.  
  65. <meta name="if:Disable Right Click" content="1"/>
  66. <meta name="if:Monochrome Post" content="">
  67. <meta name="if:Monochrome Sidebar" content="">
  68. <meta name="if:Post Border" content="1"/>
  69. <meta name="if:Post Background" content="1"/>
  70. <meta name="if:Center Sidebar Text" content="1"/>
  71. <meta name="if:Title" content="1"/>
  72. <meta name="if:400px Post" content=""/>
  73. <meta name="if:Tags" content="1"/>
  74. <meta name="if:Tags Background" content=""/>
  75. <meta name="if:Description Background" content=""/>
  76. <meta name="if:Sidebar Background" content="1"/>
  77. <meta name="if:Lazy Load" content="">
  78. <meta name="if:White Follow Button" content="">
  79. <meta name="if:Show Captions" content="1">
  80. <meta name="if:Infinite Scrolling" content="">
  81. <meta name="if:Submit Link" content=""/>
  82. <meta name="if:Pagination Under Description" content="">
  83.  
  84. <!-- START OF NO RIGHT CLICK CODE -->
  85. {block:ifDisableRightClick}<SCRIPT TYPE="text/javascript">
  86. <!--
  87. function clickIE() {if (document.all) {(message);return false;}}
  88. function clickNS(e) {if
  89. (document.layers||(document.getElementById&&!document.all)) {
  90. if (e.which==2||e.which==3) {(message);return false;}}}
  91. if (document.layers)
  92. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  93. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  94. document.oncontextmenu=new Function("return false")
  95. // -->
  96. </SCRIPT>{/block:ifDisableRightClick}
  97. <!-- END OF NO RIGHT CLICK CODE -->
  98.  
  99. <!-- START OF INFINITE SCROLLING CODE -->
  100. {block:IfInfiniteScrolling}
  101. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  102. {/block:IfInfiniteScrolling}
  103. <!-- END OF ININITE SCROLLING CODE -->
  104.  
  105. <!-- START OF LAZY LOAD CODE -->
  106. {block:ifLazyLoad}
  107. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  108. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  109. <script type="text/javascript" charset="utf-8">
  110. var $j = jQuery.noConflict();
  111. $j(function() {
  112. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  113. $j("img").lazyload({
  114. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  115. effect: "fadeIn",});});
  116. </script>
  117. {/block:ifLazyLoad}
  118. <!-- END OF LAZY LOAD CODE -->
  119.  
  120. <!-- OTHER SCRIPT CODES -->
  121. <script type='text/javascript'>
  122. document.write(unescape("%3Cscript src='http://picuous.github.com/tumblrbox/tumblrbox.js' type='text/javascript'%3E%3C/script%3E"));
  123. </script>
  124.  
  125. <script src="http://use.edgefonts.net/josefin-slab.js"></script>
  126. <link href="http://fonts.googleapis.com/css?family=Ubuntu:bold" rel="stylesheet" type="text/css"><link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Spirax' rel='stylesheet' type='text/css'>
  127.  
  128. <style type="text/css">
  129.  
  130. /* ---- BODY: BACKGROUND, SCROLLBAR, TEXT ---- */
  131.  
  132. html, body, a, a:hover {{block:IfCursor}cursor: url('{text:Cursor}'), progress !important{/block:IfCursor};
  133. {block:IfNotCursor}cursor:auto{/block:IfNotCursor};}
  134.  
  135. body{
  136. background:{color:Background} url('{image:Background}');
  137. background-position: center;
  138. background-repeat: repeat;
  139. background-attachment: fixed;
  140. margin:0; padding:0;
  141. color:{color:Text};
  142. font: 11px {font:Body};
  143. line-height:110%;}
  144.  
  145. b, strong { color: {color:Bold text};}
  146. i, em { color: {color:Italic text};}
  147. small {font-size:11px;}
  148.  
  149. /* -- GENERAL LINKS -- */
  150.  
  151. a {text-decoration:none;
  152. color: {color:Link};}
  153.  
  154. a:hover {color: {color:Link Hover};}
  155.  
  156. /* -- GENERAL HOVER TRANSITION CSS -- */
  157.  
  158. * {transition:all 0.2s ease;
  159. -webkit-transition: all 0.2s ease;
  160. -moz-transition: all 0.2s ease;
  161. -o-transition: all 0.2s ease;}
  162.  
  163. *:hover {transition:all 0.4s ease;
  164. -webkit-transition: all 0.4s ease;
  165. -moz-transition: all 0.4s ease;
  166. -o-transition: all 0.4s ease;}
  167.  
  168. /* -- SCROLLBAR CHROME & SAFARI -- */
  169.  
  170. ::-webkit-scrollbar {width: 4px;}
  171.  
  172. ::-webkit-scrollbar-track {
  173. background:{color:Background} url('{image:Background}');}
  174.  
  175. ::-webkit-scrollbar-thumb {background:{color:Navigation Background};}
  176.  
  177. ::-webkit-scrollbar-corner {
  178. background:{color:Background} url('{image:Background}');}
  179.  
  180. /* -- SIDEBAR BACKGROUND -- */
  181.  
  182. #background {
  183. position:fixed;
  184. top:0;left:0;
  185. width:452px;
  186. height:100%;
  187. {block:ifNotSidebarBackground}display:none;{/block:ifNotSidebarBackground}
  188. background:{color:Sidebar Background} url('{image:Sidebar Background}');
  189. {block:ifMonochromeSidebar}-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */filter: gray; /* IE 6-9 */transition: all 0.7s ease;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;{/block:ifMonochromeSidebar}}
  190.  
  191. /* -- SIDEBAR -- */
  192.  
  193. #rules {
  194. position: fixed;
  195. width: 248px;
  196. top: 102px;
  197. left:156px;
  198. padding:10px;
  199. font-family:Helvetica!important;
  200. color:{color:Sidebar Text};}
  201.  
  202. .descr {
  203. width:250px;
  204. padding:8px;
  205. margin:-2px 0px 0px -8px;
  206. {block:ifCenterSidebarText}text-align:center;{/block:ifCenterSidebarText}
  207. {block:ifNotCenterSidebarText}text-align:justify;{/block:ifNotCenterSidebarText}
  208. {block:ifDescriptionBackground}background:{color:Navigation Background};{/block:ifDescriptionBackground}}
  209.  
  210. .descr a {color:{color:Sidebar Link};}
  211. .descr a:hover {color: {color:Sidebar Text};}
  212.  
  213. /* -- SIDEBAR IMAGE -- */
  214.  
  215. #rules img {
  216. height:auto;
  217. margin:-8px 0px 0px -8px;
  218. box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  219. border: {color:Navigation Background} 9px solid;
  220. {block:ifSidebarImage}filter: alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;width:250px;{/block:ifSidebarImage}
  221. {block:ifNotSidebarImage}filter: alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;width:24px;{/block:ifNotSidebarImage}}
  222.  
  223. /* --TITLE -- */
  224.  
  225. #title {
  226. position:fixed;
  227. padding:4px;
  228. width:270px;
  229. left: 150px;
  230. text-align:center;
  231. font-family: josefin-slab, serif;
  232. letter-spacing:1px;
  233. text-transform: uppercase;
  234. font-size: 16px;
  235. color: {color:Title};
  236. {block:ifNotSidebarImage}top: 112px;{/block:ifNotSidebarImage}
  237. {block:ifSidebarImage}top: 70px;{/block:ifSidebarImage}
  238. {block:ifNotTitle}display:none;{/block:ifNotTitle}}
  239.  
  240. /* -- NAVIGATION BAR -- */
  241.  
  242. #navicon {
  243. width:266px;
  244. height:20px;
  245. font-size:7px;
  246. text-align:center;
  247. margin:2px 0px 0px -8px;
  248. box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  249. background:{color:Navigation Background};}
  250.  
  251. #navicon a {
  252. display:inline-block;
  253. padding: 1px;
  254. letter-spacing: 2px;
  255. margin-left:3px;
  256. line-height:18px;
  257. text-transform:uppercase;
  258. font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  259. color:{color:Navigation};}
  260.  
  261. /* -- CUSTOM LINKS -- */
  262.  
  263. #custli {
  264. position:fixed;
  265. left:92px;
  266. top: 146px;}
  267.  
  268. #custli a {
  269. display:inline-block;
  270. padding:1px 4px 1px 1px;
  271. margin:0px 0px 3px -37px;
  272. letter-spacing: 2px;
  273. line-height:20px;
  274. width:90px;
  275. height:20px;
  276. font-size:7px;
  277. text-align:center;
  278. text-transform:uppercase;
  279. box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  280. font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  281. color:{color:Navigation};
  282. background:{color:Navigation Background};}
  283.  
  284. #custli a:hover {
  285. background:transparent;
  286. box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
  287. color:{color:Title};}
  288.  
  289. /* --- ENTRIES --- */
  290.  
  291. #left{
  292. position:absolute;
  293. left:500px;
  294. top: -20px;
  295. {block:ifNot400pxPost}width:580px;{/block:ifNot400pxPost}
  296. {block:if400pxPost}width:480px;{/block:if400pxPost}}
  297.  
  298. /* -- EVERY POST -- */
  299.  
  300. .entry {
  301. word-wrap: break-word;
  302. margin-top:38px;
  303. padding:34px 30px;
  304. {block:ifNot400pxPost}width:500px!important;{/block:ifNot400pxPost}
  305. {block:if400pxPost}width:400px!important;{/block:if400pxPost}
  306. {block:ifPostBackground}background:{color:Post Background};{block:ifPostBackground}{block:ifPostBorder}box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);{/block:ifPostBorder}
  307. {block:ifMonochromePost}-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */filter: gray; /* IE 6-9 */transition: all 0.7s ease;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;{/block:ifMonochromePost}}
  308.  
  309. .entry:hover, #background:hover {
  310. -webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);-o-filter: grayscale(0);filter: grayscale(0);filter: none; transition: all 0.7s ease;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  311.  
  312. /* -- PANORAMA POST -- */
  313.  
  314. #panorama img {
  315. {block:ifNot400pxPost}width:500px;{/block:ifNot400pxPost}
  316. {block:if400pxPost}width:400px;{/block:if400pxPost}}
  317.  
  318. .tip {text-decoration: none;}
  319. .tip:hover {position: relative;}
  320. .tip span {display: none;}
  321.  
  322. .tip:hover span {
  323. padding: 5px;
  324. display: block;
  325. z-index: 100;
  326. margin:-30px 10px 10px 10px;
  327. width: auto;
  328. font-size:8px;
  329. position: absolute;
  330. text-transform:uppercase;
  331. background: {color:Post Background};
  332. color:{color:Text};}
  333.  
  334. /* -- POST LINKS -- */
  335.  
  336. .entry a {color: {color:Link};}
  337. .entry a:hover {color: {color:Link hover};}
  338.  
  339. /* -- TITLE POST -- */
  340.  
  341. h1 {
  342. font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  343. text-transform: uppercase;
  344. font-size: 19px;
  345. font-weight: bold;
  346. line-height:105%;
  347. color: {color:Link};}
  348.  
  349. /* -- CHAT POSTS & ASK POSTS -- */
  350.  
  351. .chat {
  352. padding:4px;
  353. line-height:16px;
  354. margin-bottom:1px;
  355. box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  356. color: {color:Text};}
  357.  
  358. .chat:hover {-webkit-filter: invert(100%);}
  359.  
  360. /* -- PHOTO POST -- */
  361.  
  362. #highres {opacity: 0; filter:alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0;}
  363. .entry:hover #highres {opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1;}
  364.  
  365. #highres a {
  366. padding: 5px;
  367. display: block;
  368. z-index: 100;
  369. width: auto;
  370. font-size:8px;
  371. margin:10px;
  372. position: absolute;
  373. text-transform:uppercase;
  374. background: {color:Post Background};
  375. color:{color:Text};}
  376.  
  377. #highres a:hover {color:{color:Text}}
  378.  
  379. /* -- AUDIO POSTS -- */
  380.  
  381. #backaudio {
  382. position:absolute;
  383. width:26px;
  384. height:26px;
  385. padding:10px;
  386. margin:16px 0px 0px 16px;
  387. background:#fff;
  388. box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);}
  389.  
  390. #audioplayer {
  391. margin:0px 4px 4px 0px;
  392. overflow:hidden;
  393. position:absolute;
  394. width:26px; height:26px;
  395. filter: alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;}
  396.  
  397. #albumart {
  398. float:left;
  399. padding:2px;
  400. margin: 2px;}
  401.  
  402. #albumart img {
  403. width:68px; height:68px;
  404. box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.3);}
  405.  
  406. #albuminfo {
  407. letter-spacing:1px;
  408. margin-top:-12px;
  409. line-height:15px;
  410. -moz-border-radius-topleft: 90px;
  411. -webkit-border-top-left-radius: 90px;
  412. border-top-left-radius: 90px;
  413. -moz-border-radius-bottomleft: 90px;
  414. -webkit-border-bottom-left-radius: 90px;
  415. border-bottom-left-radius: 90px;
  416. box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.4);
  417. padding:16px 0px 16px 110px;}
  418.  
  419. #albumart img, #backaudio {
  420. -webkit-border-radius: 90px;
  421. -moz-border-radius: 90px;
  422. border-radius: 90px;}
  423.  
  424. /* -- VIDEO -- */
  425.  
  426. .video {
  427. position: relative;
  428. padding-bottom: 75%;
  429. height: 0;
  430. overflow: hidden;}
  431.  
  432. .video iframe, .video object, .video embed {
  433. position: absolute;
  434. top: 0;
  435. left: 0;
  436. width: 100%;
  437. height: 100%;}
  438.  
  439. /* -- QUOTE ENTRIES -- */
  440.  
  441. #quote {
  442. font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  443. font-style:italic;
  444. font-size:16px;
  445. line-height:105%;
  446. z-index:2;}
  447.  
  448. #quos {
  449. position:absolute;
  450. font-size:90px;
  451. width:60px;
  452. margin:25px 0px 0px -2px;
  453. font-family: 'Spirax', cursive;
  454. filter: alpha(opacity=20);-moz-opacity:0.2;-khtml-opacity: 0.2;opacity:0.2;
  455. background:transparent;
  456. color:{color:Text};}
  457.  
  458. /* -- PAGINATION -- */
  459.  
  460. #nav3 {
  461. position: fixed;
  462. top: 120px;
  463. padding: 1px 4px 1px 1px;
  464. z-index:10;
  465. left:92px;
  466. height:20px;
  467. width:90px;
  468. margin-left:-37px;
  469. text-align:center;
  470. {block:IfInfiniteScrolling}display:none;{block:IfInfiniteScrolling}}
  471.  
  472. #nav3 a {
  473. display:inline-block;
  474. font-size: 9px;
  475. font-weight:bold;
  476. line-height:10px;
  477. text-transform:uppercase;
  478. font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  479. color:{color:Sidebar Text};}
  480.  
  481. #nav3 a:hover {color: {color:Sidebar Text};}
  482.  
  483. /* -- TAGS --*/
  484.  
  485. #info1 {
  486. position:absolute;
  487. font-size:7px;
  488. line-height:18px;
  489. text-align: center;
  490. margin:35px 0px 0px -30px;
  491. font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  492. letter-spacing:1px;
  493. text-transform:uppercase;
  494. color:{color:Text};
  495. {block:ifNot400pxPost}width:560px!important;{/block:ifNot400pxPost}
  496. {block:if400pxPost}width:460px!important;{/block:if400pxPost}
  497. {block:ifPostBackground}background:{color:Post Background};{/block:ifPostBackground}{block:ifPostBorder} box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);{/block:ifPostBorder}}
  498.  
  499. #info1 a {color: {color:Text};}
  500. #info1 a:hover {color: {color:Link Hover};}
  501.  
  502. #reb {
  503. position:absolute;
  504. width: 120px;
  505. margin-top:-38px!important;
  506. text-transform:uppercase;
  507. font-size: 7px;
  508. letter-spacing:1px;
  509. padding:4px;
  510. word-wrap: break-word;
  511. filter: alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;
  512. font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  513. color:{color:Tags};
  514. {block:ifNot400pxPost}left:570px!important;{/block:ifNot400pxPost}
  515. {block:if400pxPost}left:470px!important;{/block:if400pxPost}}
  516.  
  517. #tags {
  518. margin-top:-4px;
  519. padding:2px 2px;
  520. {block:ifTagsBackground}background:{color:Post Background};{/block:ifTagsBackground}}
  521.  
  522. h2 {
  523. padding:1px 1px 6px 6px;
  524. letter-spacing:2px;
  525. height:10px;
  526. margin-bottom:4px;
  527. font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  528. line-height: 1.6em;
  529. font-size: 9px;
  530. font-weight: normal;
  531. text-transform:uppercase;
  532. color: {color:Navigation};
  533. border-bottom:3px solid {color:Title};
  534. background:{color:Navigation Background};}
  535.  
  536. .entry:hover #reb {
  537. margin-top:-32px!important;
  538. height:auto;
  539. {block:ifNotTags}display:none;{/block:ifNotTags}
  540. {block:ifTags}filter: alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;{/block:ifTags}}
  541.  
  542. #reb a {color: {color:Tags};}
  543. #reb a:hover {color: {color:Tags};}
  544.  
  545. #reblog {
  546. display:inline-block;
  547. {block:PermalinkPage}filter: alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;{/block:PermalinkPage}
  548. {block:IndexPage}filter: alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;{/block:IndexPage}}
  549.  
  550. /* -- TUMBLR CONTROLS -- */
  551.  
  552. #tumblr_controls {
  553. filter: alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;
  554. {block:ifWhiteFollowButton}-webkit-filter: invert(100%);{/block:ifWhiteFollowButton}}
  555.  
  556. #tumblr_controls:hover {
  557. filter: alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;}
  558.  
  559. /* -- TEXT SELECTION -- */
  560.  
  561. ::selection {
  562. background: {color:Selection Background};
  563. color: {color:Selection Color};}
  564.  
  565. ::-moz-selection {
  566. background: {color:Selection Background};
  567. color: {color:Selection Color};}
  568.  
  569. ::-webkit-selection {
  570. background: {color:Selection Background};
  571. color: {color:Selection Color};}
  572.  
  573. /* -- NOTES -- */
  574.  
  575. .notes {
  576. padding:2px;
  577. margin-left:20px;
  578. {block:ifNot400pxPost}width:500px;{/block:ifNot400pxPost}
  579. {block:if400pxPost}width:400px;{/block:if400pxPost}}
  580.  
  581. .notes a {color:{color:Link};}
  582.  
  583. ol.notes {
  584. padding: 0px;
  585. margin: 3px 0px;
  586. line-height:12px;
  587. padding-left:20px;
  588. list-style-type: none;}
  589.  
  590. ol.notes li.note {padding: 10px;}
  591. ol.notes li.note img.avatar {display:none;}
  592. ol.notes li.note span.action {font-weight: bold;}
  593. ol.notes li.note .answer_content {font-weight: normal;}
  594.  
  595. ol.notes li.note blockquote {
  596. padding: 4px 10px;
  597. margin: 10px 0px 0px 25px;
  598. border-color: {color:Text};}
  599.  
  600. ol.notes li.note blockquote a {color:{color:Link};}
  601.  
  602. /* -- OTHERS -- */
  603.  
  604. img {border:none;display:block; max-width:100%;}
  605.  
  606. #scrollToTop:link, #scrollToTop:visited {
  607. color: transparent;
  608. background-color: transparent;
  609. display: none;
  610. position: fixed;
  611. bottom: 5px;
  612. right: 5px;
  613. font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  614. text-transform:uppercase;
  615. {block:ifNotInfiniteScrolling}color:transparent;{/block:ifNotInfiniteScrolling}{block:ifInfiniteScrolling}color:{color:Link};{/block:ifInfiniteScrolling}}
  616.  
  617. /* -- BLOCKQUOTE -- */
  618.  
  619. blockquote img {max-width: 100%;}
  620.  
  621. {block:ifNot400pxPost} blockquote{max-width:500px!important;margin-left:5px;padding-left:5px;border-left:1px solid {color:Text};} blockquote blockquote{width:470px;} blockquote blockquote blockquote{width:458px;} blockquote blockquote blockquote blockquote{width:448px;} blockquote blockquote blockquote blockquote blockquote{width:438px;} blockquote blockquote blockquote blockquote blockquote blockquote{width:428px;} blockquote blockquote blockquote blockquote blockquote blockquote blockquote{width:418px;} blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote{width:408px;}{/block:ifNot400pxPost}
  622.  
  623. {block:if400pxPost} blockquote{max-width:400px!important;margin-left:5px;padding-left:5px;border-left:1px solid {color:Text};} blockquote blockquote{width:370px;} blockquote blockquote blockquote{width:358px;} blockquote blockquote blockquote blockquote{width:348px;} blockquote blockquote blockquote blockquote blockquote{width:338px;} blockquote blockquote blockquote blockquote blockquote blockquote{width:328px;} blockquote blockquote blockquote blockquote blockquote blockquote blockquote{width:318px;} blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote{width:308px;}{/block:if400pxPost}
  624.  
  625. input[type="text"]:focus {outline: none;}
  626.  
  627. {CustomCSS}</style>
  628.  
  629. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop">Back To Top</a>
  630.  
  631. </head><body>
  632.  
  633. <div id="background">
  634. <div id="title">{Title}</div>
  635. <div id="rules">
  636. {block:ifNotPaginationUnderDescription}<div id="nav3">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</div>{/block:ifNotPaginationUnderDescription}
  637. <div id="custli">
  638.  
  639. {block:HasPages}{block:Pages}<a href="{URL}" class="{Label}">{Label}</a><br>{/block:Pages}{/block:HasPages}
  640.  
  641. {block:IfLink1}<a href="{text:Link1}">{text:Link 1 name}</a>{/block:IfLink1}<br>
  642. {block:IfLink2}<a href="{text:Link2}">{text:Link 2 name}</a>{/block:IfLink2}<br>
  643. {block:IfLink3}<a href="{text:Link3}">{text:Link 3 name}</a>{/block:IfLink3}<br>
  644. {block:IfLink4}<a href="{text:Link4}">{text:Link 4 name}</a>{/block:IfLink4}<br>
  645. {block:IfLink5}<a href="{text:Link5}">{text:Link 5 name}</a>{/block:IfLink5}<br>
  646. {block:IfLink6}<a href="{text:Link6}">{text:Link 6 name}</a>{/block:IfLink6}<br>
  647. {block:IfLink7}<a href="{text:Link7}">{text:Link 7 name}</a>{/block:IfLink7}<br>
  648. {block:IfLink8}<a href="{text:Link8}">{text:Link 8 name}</a>{/block:IfLink8}<br>
  649.  
  650. </div>
  651. <img src="{image:Sidebar}">
  652. <div id="navicon">
  653. <a href="/">home</a>
  654. <a href="/ask">message</a>
  655. {block:ifSubmitLink}<a href="/submit">submit</a>{/block:ifSubmitLink}
  656. <a href="/archive">archive</a>
  657. <a href="http://donthemes.tumblr.com/" target="_blank">theme</a>
  658. </div>
  659. <div class="descr">{Block:description}{description}{/Block:description}<br><br>
  660. {block:IfNotInfiniteScrolling}{block:ifPaginationUnderDescription}<center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">‹</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">›</a>{/block:NextPage}{/block:Pagination}</center>{block:ifPaginationUnderDescription}{/block:IfNotInfiniteScrolling}
  661. </div><br>
  662. </div></div>
  663.  
  664. <div id="left">
  665.  
  666. {block:ContentSource}
  667. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  668. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  669. {/block:SourceLogo}
  670. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  671. {/block:ContentSource}
  672.  
  673. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  674.  
  675. {block:Posts}
  676.  
  677. <div class="entry">
  678.  
  679. <div id="reb">{block:HasTags}<h2>TAGGED</h2> {block:Tags}<div id="tags"><a href="{TagURL}"># {Tag} </a></div>{/block:Tags}{/block:HasTags}</div>
  680.  
  681. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  682.  
  683. {block:ifNot400pxPost}{block:Photo}
  684. <center>{block:HighRes}<div id="highres"><a href="{PhotoURL-HighRes}" target="_blank">High-Res</a></div>{/block:HighRes}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/></center>
  685. {block:IndexPage}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  686. {/block:Photo}{/block:ifNot400pxPost}
  687.  
  688. {block:if400pxPost}{block:Photo}
  689. <center>{block:HighRes}<div id="highres"><a href="{PhotoURL-HighRes}" target="_blank">High-Res</a></div>{/block:HighRes}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/></center>
  690. {block:IndexPage}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  691. {/block:Photo}{/block:if400pxPost}
  692.  
  693. {block:ifNot400pxPost}{block:Photoset}
  694. <center>{Photoset-500}</center>
  695. {block:IndexPage}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  696. {/block:Photoset}{/block:ifNot400pxPost}
  697.  
  698. {block:if400pxPost}{block:Photoset}
  699. <center>{Photoset-400}</center>
  700. {block:IndexPage}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  701. {/block:Photoset}{/block:if400pxPost}
  702.  
  703. {block:Panorama}
  704. {LinkOpenTag}<div id="panorama"><div class="tip"><img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/><span>panorama</span></div></div>{LinkCloseTag}
  705. {block:IndexPage}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  706. {/block:Panorama}
  707.  
  708. {block:Quote}
  709. <div id="quos">"</div><div id="quote">{Quote}</div>
  710. <br> <center>- {block:Source}{Source}{/block:Source}</center><br>
  711. {/block:Quote}
  712.  
  713. {block:Link}
  714. <h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}
  715. {/block:Link}
  716.  
  717. {block:Chat}
  718. {block:Title}<h1>{Title}</h1>{/block:Title}<br>{block:Lines}<div class="chat">{block:Label}<b><font style="text-transform: uppercase;">{Label}</font></b>{/block:Label} {Line}</div>{/block:Lines}
  719. {/block:Chat}
  720.  
  721. {block:Audio}
  722. <div id="backaudio"><div id= "audioplayer">{AudioPlayerWhite}</div></div>
  723. <div id="albumart"><span{block:AlbumArt} style="display:none; width:68px;"{block:AlbumArt}><img src="http://i538.photobucket.com/albums/ff349/rockband8701/icon_guitar.gif"></span> {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div><br><div id="albuminfo"><center><font style="text-transform:uppercase;"><font style="color:{color:Bold Text};"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</font> by <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}</font> <br>( <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album} )<br>{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</center></div><br>
  724. {block:IndexPage}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  725. {/block:Audio}
  726.  
  727. {block:Video}
  728. {block:ifNot400pxPost}<div class="video">{Video-500}</div>{/block:ifNot400pxPost}{block:if400pxPost}<div class="video">{Video-400}</div>{/block:if400pxPost}
  729. {block:IndexPage}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  730. {/block:Video}
  731.  
  732. {block:Answer}
  733. <div class="chat"><font style="text-transform: uppercase;"><b>{Asker}</b>: {Question}</font></div>{Answer}
  734. {/block:Answer}
  735.  
  736. <div id="info1">{block:Date}<a href="{Permalink}">{DayOfMonth}{ShortMonth}</a>{/block:Date} {block:NoteCount}♥ {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}● <a href="{ReblogParentURL}" title="{ReblogParentTitle}" target="_blank">via</a> <a href="{ReblogRootURL}" title="{ReblogRootTitle}" target="_blank">source</a>{/block:RebloggedFrom} <div id="reblog">◆ <a href="{ReblogURL}" target="_blank" title="Reblog this post">reblog</a></div></div>
  737.  
  738. </div>
  739.  
  740. {block:PermalinkPage}
  741. <br><div class="notes">{block:PostNotes} {PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  742.  
  743. {/block:Posts}
  744. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  745. <br><br><br><br>
  746. </div>
  747. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement