Advertisement
Donniert

[04] You and Me Together

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