Advertisement
NitrogenFixation

Untitled

Nov 16th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.05 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!---- this is theme 20 by Hollywhood
  11. please don't remove the credit
  12. thank you
  13. --->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#9B9B9B"/>
  17. <meta name="color:Link" content="#b8b8b8"/>
  18. <meta name="color:border" content="#E7E7E7"/>
  19. <meta name="color:scrollbar" content="#D6D5D5">
  20. <meta name="color:Link Hover" content="#eeeeee"/>
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:link1" content="" />
  25. <meta name="text:link1 url" content="/">
  26. <meta name="text:link2" content="" />
  27. <meta name="text:link2 url" content="/">
  28. <meta name="text:link3" content="" />
  29. <meta name="text:link3 url" content="/">
  30. <meta name="text:link4" content="" />
  31. <meta name="text:link4 url" content="/">
  32. <meta name="text:link5" content="" />
  33. <meta name="text:link5 url" content="/">
  34.  
  35. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  36.  
  37. <style>
  38. div#qTip {
  39. padding: 4px;
  40. display: none;
  41. text-align: center;
  42. position: absolute;
  43. font-style:normal;
  44. margin-top:6px;
  45. margin-left:15px;
  46. font-size:8px;
  47. line-height:9px;
  48. font-family:cambria;
  49. z-index: 1000;
  50. background-color:#888;
  51. color: #fff;
  52. text-transform:uppercase;
  53. letter-spacing: 1px;
  54. }
  55. </style>
  56.  
  57. <style type="text/css">
  58.  
  59. ::-webkit-scrollbar {width: 4px; height: 4px; background: #ffffff; }
  60. ::-webkit-scrollbar-thumb { background-color: #e7e7e7; -webkit-border-radius: 1ex; }
  61. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important}
  62.  
  63.  
  64. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  65.  
  66. sub, sup { font-size:11px; }
  67.  
  68. iframe#tumblr_controls {
  69. top: 0% !important;
  70. right:0% !important;
  71. opacity:0.3;
  72. position: fixed !important;
  73. filter:alpha(opacity=30);
  74. -webkit-transition: all 0.7s ease;
  75. -moz-transition: all 0.7s ease;
  76. -o-transition: all 0.7s ease;
  77. }
  78. iframe#tumblr_controls:hover{
  79. top: 0% !important;
  80. right:0% !important;
  81. opacity:0.8;
  82. position: fixed !important;
  83. filter:alpha(opacity=80);
  84. -webkit-transition: all 0.7s ease;
  85. -moz-transition: all 0.7s ease;
  86. -o-transition: all 0.7s ease;
  87. }
  88.  
  89.  
  90. h1 {
  91. font-weight:normal;
  92. font-size:13px;
  93. text-align:center;
  94. font-style:normal;
  95. line-height:100%;
  96. letter-spacing:1px;
  97. text-transform:normal;
  98. color:{color:text};
  99. }
  100.  
  101. h2 {
  102. font-size:10px;
  103. text-align:center;
  104. line-height:100%;
  105. letter-spacing:-0.5px;
  106. color:{color:text};
  107. font-weight:bold;
  108. text-transform:uppercase;
  109. padding:5px;
  110. padding-bottom:2px;
  111. }
  112.  
  113.  
  114. blockquote {
  115. border-left:2px solid {color:text};
  116. padding-left:5px;
  117. margin:5px;
  118. }
  119.  
  120.  
  121. body {
  122. background:url(http://static.tumblr.com/0ub2cyf/N9fnf4skh/schuedit2.jpg);
  123. background-color:#9c1c1c;
  124. background-repeat:no-repeat;
  125. background-attachment:fixed;
  126. margin:0px;
  127. color:{color:text};
  128. font-family:cambria;
  129. font-size:11px;
  130. line-height:100%;
  131. }
  132.  
  133. a {
  134. text-decoration:none;
  135. outline:none;
  136. -moz-outline-style:none;
  137. color:{color:link};
  138. -moz-transition-duration:0.5s;
  139. -webkit-transition-duration:0.5s;
  140. -o-transition-duration:0.5s;
  141. }
  142.  
  143. a:hover {
  144. text-decoration:none;
  145. outline:none;
  146. -moz-outline-style:none;
  147. color:{color:link hover};
  148. }
  149.  
  150. img {
  151. border:none;
  152. }
  153.  
  154. blockquote {
  155. padding-left:5px;
  156. border-left:2px solid;
  157. }
  158.  
  159. blockquote blockquote {
  160. padding-left:5px;
  161. border-left:2px solid;
  162. }
  163.  
  164. #post {
  165. width:400px;
  166. padding-bottom:30px;
  167. margin-top:0px;
  168. padding:15px;
  169. border: 1px solid {color:border};
  170. }
  171.  
  172. #entries {
  173. padding:5px;
  174. padding-left:5px;
  175. padding-top:3px;
  176. padding-bottom:5px;
  177. background:#fff;
  178. border-radius:5px;
  179. border:2px;
  180. position:relative;
  181. overflow-y:scroll;
  182. overflow-x:hidden;
  183. height:395px;
  184. width:450px;
  185. margin:0px;
  186. margin-left:425px;
  187. bottom:0px;
  188. top:280px;
  189. }
  190. }
  191.  
  192. #theme {
  193. width:400px;
  194. margin:0 auto -12px auto;
  195. }
  196.  
  197. #sidebar {
  198. color:{color:scrollbar};
  199. position:fixed;
  200. width:91px;
  201. height:auto;
  202. margin-top:235px;
  203. margin-left:170px;
  204. border: 0px solid {color:border};
  205. padding:5px;
  206. text-align:left;
  207.  
  208. }
  209.  
  210. #links {
  211. position:absolute;
  212. letter-spacing:1px;
  213. position:fixed;
  214. font-family:times new roman;
  215. width:515px;
  216. margin-top:-8px;
  217. margin-left:230px;
  218. font-size:8px;
  219. text-transform:uppercase;
  220. text-align:center;
  221. line-height:170%;
  222. }
  223.  
  224. #links a{
  225. background-color:#f4f3f3;
  226. width:78px;
  227. line-height:200%;
  228. padding:1px;
  229. margin-top:1px;
  230. margin-bottom:10px;
  231. margin-left:3px;
  232. opacity:.7;
  233. color:#000;
  234. letter-spacing:1px;
  235. text-decoration:none;
  236. -moz-transition-duration:.7s;
  237. -webkit-transition-duration:.7s;
  238. -o-transition-duration:.7s;
  239. }
  240.  
  241. #links a:hover {
  242. color: #111;
  243. background-color:#cacaca;
  244. opacity:2;
  245. width:78px;
  246. -moz-transition-duration:.4s;
  247. -webkit-transition-duration:.4s;
  248. -o-transition-duration:.4s;
  249.  
  250. }
  251.  
  252. #description {
  253. width:108px;
  254. font-family:georgia;
  255. margin-bottom:0px;
  256. margin-top:188px;
  257. margin-left:720px;
  258. padding-top:0px;
  259. text-align:justify;
  260. font-size:10px;
  261. color: {color:background};
  262. letter-spacing:1px;
  263. line-height:125%;
  264. }
  265.  
  266. #description a {
  267. color:{color:ffffff};
  268. }
  269.  
  270. #description a:hover {
  271. color:#f1f1f1;
  272. }
  273.  
  274.  
  275. #pagination {
  276. font-size:9px;
  277. text-transform:lowercase;
  278. margin-top:-200px;
  279. margin-left:8px;
  280. letter-spacing:1px;
  281. word-spacing:4px;
  282. font-style:italic;
  283. text-align:center;
  284. }
  285.  
  286. #pagination a {
  287. color:{color:link};
  288. }
  289.  
  290. #info {
  291. font-family:cambria;
  292. width:400px;
  293. margin-top:3px;
  294. padding:1px;
  295. padding-top:5px;
  296. font-size:8px;
  297. letter-spacing:1px;
  298. color:{color:text};
  299. text-transform:lowercase;
  300. font-style:italic;
  301. text-align:left;
  302. border-top:1px solid {color:border};
  303. -moz-transition-duration:0.5s;
  304. -webkit-transition-duration:0.5s;
  305. -o-transition-duration:0.5s;
  306. }
  307.  
  308. #info a {
  309. color:{color:link};
  310. text-align:right;
  311. font-style:italic;
  312. }
  313.  
  314. #info a:hover {
  315. color:{color:link hover};
  316. }
  317.  
  318. .tags {
  319. font-family:times;
  320. font-style:normal;
  321. width:400px;
  322. text-transform:italic;
  323. color:{color:text};
  324. line-height:120%;
  325. font-size:10px;
  326. text-align:left;
  327. padding-top:0px;
  328. -moz-transition-duration:0.2s;
  329. -webkit-transition-duration:0.2s;
  330. -o-transition-duration:0.2s;
  331. }
  332.  
  333. #post .tags {
  334. opacity:0;
  335. -moz-transition-duration:1s;
  336. -webkit-transition-duration:1s;
  337. -o-transition-duration:1s;
  338. }
  339.  
  340. #post:hover .tags {
  341. width:400px;
  342. opacity:1;
  343. -moz-transition-duration:1s;
  344. -webkit-transition-duration:1s;
  345. -o-transition-duration:1s;
  346.  
  347. }
  348. .cover {
  349. position: relative;z-index: 1; width: 90px; float:left;}
  350.  
  351. .button {
  352. width:20px;
  353. height:30px;
  354. overflow: hidden;
  355. position: relative;
  356. z-index: 99;
  357. margin: 15px 24px 13px 16px;
  358. }
  359. .musicbox {
  360. background-color: #fff;
  361. position: absolute;
  362. z-index: 99;
  363. margin-top: 15px;
  364. margin-left: 15px;
  365. opacity: 0.3;
  366. -webkit-transition: opacity 0.2s linear;
  367. -webkit-transition: all 0.2s linear;
  368. -moz-transition: all 0.2s linear;
  369. -o-transition: all 0.2s linear;
  370. }
  371. .musicbox:hover {opacity:0.9;}
  372. .musicinfo {padding:15px; font-size:12px;margin-left: 100px;text-align:center; background:#f7f7f7;}
  373.  
  374. .question {
  375. padding:7px;
  376. text-align:left;
  377. text-transform:italic;
  378. color:{color:text};
  379. border:1px solid #f3f3f3;
  380. line-height:120%;
  381. }
  382.  
  383. .answer {
  384. text-align:left;
  385. padding:7px;
  386. color:{color:text};
  387. }
  388.  
  389.  
  390. #credit {
  391. font-size:9px;
  392. font-family:cambria;
  393. font-style:italic;
  394. letter-spacing:1px;
  395. -moz-transition-duration:0.5s;
  396. -webkit-transition-duration:0.5s;
  397. -o-transition-duration:0.5s;
  398. }
  399.  
  400. #credit a {
  401. background-color:#fff;
  402. padding:5px;
  403. border:1px solid #e9e9e9;
  404. position:fixed;
  405. right:15px;
  406. bottom:10px
  407. }
  408.  
  409. #credit a:hover {
  410. color:#fff;
  411. background-color:#191919;
  412. }
  413.  
  414. {CustomCSS}</style></head><body>
  415.  
  416. <BODY onselectstart="return false;" ondragstart="return false;">
  417.  
  418. <script>
  419. <!--
  420.  
  421. //Disable right mouse click Script
  422. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  423. //For full source code, visit http://www.dynamicdrive.com
  424.  
  425. var message="WE'RE KEEPIN THE GAME THE WAY IT IS FRIEND";
  426.  
  427. ///////////////////////////////////
  428. function clickIE4(){
  429. if (event.button==2){
  430. alert(message);
  431. return false;
  432. }
  433. }
  434.  
  435. function clickNS4(e){
  436. if (document.layers||document.getElementById&&!document.all){
  437. if (e.which==2||e.which==3){
  438. alert(message);
  439. return false;
  440. }
  441. }
  442. }
  443.  
  444. if (document.layers){
  445. document.captureEvents(Event.MOUSEDOWN);
  446. document.onmousedown=clickNS4;
  447. }
  448. else if (document.all&&!document.getElementById){
  449. document.onmousedown=clickIE4;
  450. }
  451.  
  452. document.oncontextmenu=new Function("alert(message);return false")
  453.  
  454. // -->
  455. </script>
  456.  
  457. <div id="theme">
  458.  
  459. <div id="sidebar">
  460.  
  461. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  462.  
  463. <div id="links">
  464. <a href="{text:link1 url}" title="{text:link1}">I.</a>
  465. <a href="{text:link2 url}" title="{text:link2}">II.</a>
  466. <a href="{text:link3 url}" title="{text:link3}">III.</a>
  467. <a href="{text:link4 url}" title="{text:link4}">IV.</a>
  468. <a href="{text:link5 url}" title="{text:link5}">V.</a>
  469. </a>
  470.  
  471. </div>
  472.  
  473. <div id="description">{description}</div>
  474. <p></p><small><center><div id="pagination">{block:Pagination}
  475. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  476. {block:JumpPagination length="5"}
  477. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  478. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  479. {/block:JumpPagination}
  480. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  481. {/block:Pagination}</div> </center> </small>
  482. </div>
  483.  
  484. <div id="entries">{block:Posts}<div id="post">
  485.  
  486. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  487.  
  488. <center>{block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}</center>
  489.  
  490. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  491.  
  492. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  493.  
  494. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  495.  
  496. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  497.  
  498. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  499. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  500.  
  501. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  502.  
  503. {block:Answer}<div class="question">{Asker}: <i>{Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  504.  
  505. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  506. {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:Date}</div>
  507. {block:HasTags}
  508. <div class="tags">
  509. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  510. {/block:HasTags}
  511. <div class="postnote">
  512. {block:PostNotes}{PostNotes}{/block:PostNotes}
  513. </div>
  514. </div>
  515. {/block:Posts}
  516.  
  517. </div>
  518. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  519.  
  520. </body>
  521. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement