Advertisement
Donniert

[06] Like Wolves

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