Advertisement
lizarps

Theme #009 Morrison

Oct 3rd, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.38 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <script type="text/javascript">
  12. WebFontConfig = {
  13. google: { families: [ 'Roboto700::latin', 'Roboto::latin' , 'Bitter::latin' ] }
  14. };
  15. (function() {
  16. var wf = document.createElement('script');
  17. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  18. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  19. wf.type = 'text/javascript';
  20. wf.async = 'true';
  21. var s = document.getElementsByTagName('script')[0];
  22. s.parentNode.insertBefore(wf, s);
  23. })(); </script>
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
  26. <script type="text/javascript">
  27. $(document).ready(function(){
  28. $(".popupnavi").click(function(){
  29. $(".close").toggleClass("open");
  30. });
  31. });
  32. </script>
  33.  
  34. <script type="text/javascript">
  35. animation openpopup(){
  36. $(".open").css("display", "block").css("opacity", "1").unbind("transitionend webkitTransitionEnd oTransitionEnd otransitionend");
  37. }
  38.  
  39. animation hidepopup(){
  40. $(".open").css("display", "none");
  41. }
  42.  
  43. animation clospopup(){
  44. $(".close").css("opacity", "0").on('transitionend webkitTransitionEnd oTransitionEnd otransitionend', hidepopup);
  45. }
  46.  
  47.  
  48. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  49.  
  50. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  51.  
  52. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  53.  
  54.  
  55. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  56. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  57. <script>
  58. (function($){
  59. $(document).ready(function(){
  60. $("a[title]").style_my_tooltips({
  61. tip_follows_cursor:true,
  62. tip_delay_time:30,
  63. tip_fade_speed:300,
  64. attribute:"title"
  65. });
  66. });
  67. })(jQuery);
  68. </script>
  69.  
  70.  
  71. <!---base code by shayofrp
  72. theme edited by morrisonsrph
  73.  
  74. THIS IS THEME #002; PURE --->
  75.  
  76.  
  77. <meta name="color:Background" content="#ffffff"/>
  78. <meta name="color:Text" content="#a8a8a8"/>
  79. <meta name="color:Scrollbar" content="#000000"/>
  80. <meta name="color:ScrollbarBg" content="#ffffff"/>
  81. <meta name="color:Ask Backg" content="#ffffff"/>
  82. <meta name="color:Links" content="#000000"/>
  83. <meta name="color:Sidebar Background" content="#000000"/>
  84. <meta name="color:Description Background" content="#ffffff"/>
  85. <meta name="color:PostBox" content="#000000"/>
  86. <meta name="color:Post Background" content="#ffffff"/>
  87. <meta name="color:Links Background" content="#ffffff"/>
  88. <meta name="color:Info Background" content="#ffffff"/>
  89.  
  90. <meta name="image:header" content=""/>
  91. <meta name="image:background" content=""/>
  92. <meta name="image:sidebar" content=""/>
  93.  
  94. <meta name="text:link 1" content="Link 1"/>
  95. <meta name="text:link 1 url" content="/"/>
  96. <meta name="text:link 2" content="Link 2"/>
  97. <meta name="text:link 2 url" content="/"/>
  98. <meta name="text:link 3" content="Link 3"/>
  99. <meta name="text:link 3 url" content="/"/>
  100. <meta name="text:link 4" content="Link 4"/>
  101. <meta name="text:link 4 url" content="/"/>
  102. <meta name="text:link 5" content="Link 5"/>
  103. <meta name="text:link 5 url" content="/"/>
  104.  
  105. <meta name="if:styledpre" content="1" />
  106.  
  107.  
  108. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200' rel='stylesheet' type='text/css'>
  109.  
  110. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  111.  
  112. <style>
  113. div#qTip {
  114. padding: 3px;
  115. display: none;
  116. text-align: center;
  117. position: absolute;
  118. font-size:7px;
  119. margin-left:10px;
  120. margin-top:-2px;
  121. line-height:9px;
  122. font-family:arial;
  123. z-index: 1000;
  124. border: 1px solid #cacaca;
  125. background-color:#fff;
  126. color: #9b9b9b;
  127. text-transform:uppercase;
  128. letter-spacing: 2px;
  129. }
  130. </style>
  131.  
  132.  
  133. <style type="text/css">
  134.  
  135.  
  136. ::-webkit-scrollbar-thumb {
  137. height:auto;
  138. background-color:{color:background};
  139. }
  140.  
  141. ::-webkit-scrollbar {
  142. height:9px;
  143. width:2px;
  144. background-color:{color:scrollbar background};
  145. }
  146.  
  147. iframe#tumblr_controls {
  148. white-space:nowrap;
  149. -webkit-filter: invert(100%);
  150. -moz-filter: invert(100%);
  151. -o-filter: invert(100%);
  152. -ms-filter: invert(100%);
  153. filter: invert(100%);
  154. opacity:.2;transition: .8s ease-in-out;
  155. -webkit-transition: .8s ease-in-out;
  156. -moz-transition: .8s ease-in-out;
  157. -o-transition: .8s ease-in-out;
  158. }
  159.  
  160. {block:ifstyledpre}
  161. pre {
  162. text-align:center;
  163. padding:6px;
  164. border:1px solid {color:Text};
  165. box-shadow:2px 2px #ccc;
  166. background:transparent;
  167. color:{color:Text};
  168. font-size:10px;
  169. word-wrap:break-word;
  170. font-family:helvetica;
  171. text-transform:uppercase;
  172. margin:10px;
  173. }
  174. {/block:ifstyledpre}
  175.  
  176. body {
  177. background:{color:background};
  178. margin:0px;
  179. color:{color:text};
  180. font-family:arial, sans-serif;
  181. line-height:150%;
  182. font-size:9px;
  183. text-align:justify;
  184. background-image:url('{image:background}');
  185. }
  186.  
  187. a {
  188. text-decoration:none;
  189. outline:none;
  190. -moz-outline-style:none;
  191. color:{color:text};
  192. font-weight:bold;
  193. font-family:arial;
  194. }
  195.  
  196. #title{color:{color:text};
  197. padding:5px;
  198. letter-spacing:1px;
  199. margin-bottom:10px;
  200. font-weight:bold;
  201. font-family:arial, sans-serif;
  202. text-align:center;
  203. text-transform:uppercase;
  204. background-color:{color:background};}
  205.  
  206. img {
  207. border:none;
  208. }
  209.  
  210. small{font-size:9px;}
  211.  
  212. h1 {
  213. font-size:15px;
  214. color:{color:text};
  215. text-transform:uppercase;
  216. font-family: 'Roboto', sans-serif;
  217. background-color:{color:post background};
  218. padding:10px;
  219. font-style:bold, italic;
  220. text-align:center;
  221. }
  222.  
  223. h2 {
  224. font-size:10px;
  225. text-align:center;
  226. line-height:100%;
  227. letter-spacing:-0.5px;
  228. color:{color:text};
  229. background-color:#fcfddf;
  230. font-weight:bold;
  231. text-transform:uppercase;
  232. padding:5px;
  233. padding-bottom:2px;
  234. }
  235.  
  236. blockquote {
  237. border-left:1px solid {color:text};
  238. padding-left:5px;
  239. margin-left:10px;
  240. margin-:10px;
  241. }
  242.  
  243. /*SIDEBAR*/
  244.  
  245. #description {
  246. background-color:{color:Description background};
  247. padding:6px;
  248. overflow-x:hidden;
  249. font-size:9px;
  250. margin-top:6px;
  251. height:80px;
  252. color:{color:text};
  253. }
  254.  
  255.  
  256. #sidebar{
  257. padding:10px;
  258. z-index:-9999;
  259. text-align:center;
  260. position:fixed;
  261. margin-top:65px;
  262. background:#fff;
  263. border: 1px solid #999999;
  264. font-size:10px;
  265. margin-left:220px;
  266. margin-top:-6px;
  267. width:380px;
  268. height:370px;
  269. color:black;
  270. font-family:helvetica;
  271. color:{color:background};
  272. }
  273.  
  274.  
  275. #sidebar img {
  276. }
  277.  
  278. #headerimg {
  279. width:850px;
  280. height:180px;
  281. margin-left:217px;
  282. margin-top:16px;
  283.  
  284. }
  285.  
  286. /*ENTRIES*/
  287. .container {
  288. max-height: 500px;
  289. height: 500px;
  290. overflow: auto;
  291. background-color: #ffffff;
  292. }
  293.  
  294. #entries {
  295. position: fixed;
  296. height:380px;
  297. background-color: #ffffff;
  298. overflow:auto;
  299. padding:5px;
  300. overflow-x:hidden;
  301. width:565px;
  302. margin-left:621px;
  303. margin-top:-6px;
  304. border: 1px solid #999999;
  305. }
  306.  
  307. #post {
  308. width: 500px;
  309. margin-left:10px;
  310. border:solid 1px #999999;
  311. margin-top:10px;
  312. height: auto;
  313. background-color: {color:post background};
  314. padding: 20px;
  315. margin-bottom:30px;
  316. color: {color:text};
  317. text-align:justify;
  318. }
  319. }
  320.  
  321. #post {
  322. width: 500px;
  323. margin-left:180px;
  324. height: auto;
  325. background-color: {color:post background};
  326. padding: 20px;
  327. margin-bottom:30px;
  328. color: {color:text};
  329. text-align:justify;
  330. }
  331.  
  332.  
  333. /*POST INFO*/
  334.  
  335. #info {
  336. font-family:arial;
  337. width:500px;
  338. margin-top:5px;
  339. padding-top:7px;
  340. font-size:7px;
  341. color:{color:text};
  342. text-transform:uppercase;
  343. letter-spacing:1px;
  344. font-style:normal;
  345. text-align:center;
  346. -webkit-transition: all .7s linear;
  347. }
  348.  
  349. #info a {
  350. color:{color:link};
  351. background:#fff;
  352. padding:4px;
  353. font-style:normal;
  354. }
  355.  
  356. #info a:hover {
  357. color:{color:link hover};
  358. -webkit-transition: all .7s linear;
  359. }
  360.  
  361. .tags {
  362. font-family:arial;
  363. width:500px;
  364. font-style:normal;
  365. line-height:120%;
  366. opacity:0;
  367. margin-top:10px;
  368. font-size:8px;
  369. text-align:center;
  370. text-transform:uppercase;
  371. -webkit-transition: all .7s linear;
  372. }
  373. .tags a{
  374. color:{color:text};
  375. -webkit-transition: all .7s linear;
  376. }
  377. .tags a:hover{
  378. color:{color:link hover};
  379. -webkit-transition: all .7s linear;
  380. }
  381.  
  382. #post:hover .tags{
  383. opacity:1;
  384. }
  385.  
  386. #line {
  387. width:500px;
  388. height:1px;
  389. margin-top:-6px;
  390. background-color:#ddd;
  391. }
  392.  
  393.  
  394. /*SIDELINKS*/
  395.  
  396. #links {
  397. font-family:arial;
  398. width:120px;
  399. margin-top:-305px;
  400. margin-left:-126px;
  401. font-size:8px;
  402. text-transform:uppercase;
  403. text-align:right;
  404. line-height:200%;
  405. }
  406.  
  407. #links a{
  408. line-height:200%;
  409. padding:4px;
  410. margin-top:1px;
  411. margin-left:4px;
  412. margin-right:4px;
  413. border:1px solid #999999;
  414. color:#999999;
  415. background-color:#fff;
  416. -moz-transition-duration:.7s;
  417. -webkit-transition-duration:.7s;
  418. -o-transition-duration:.7s;
  419. }
  420.  
  421. #links a:hover {
  422. text-decoration:bold;
  423. -moz-transition-duration:.8s;
  424. -webkit-transition-duration:.8s;
  425. -o-transition-duration:.8s;
  426.  
  427. }
  428.  
  429.  
  430. /*QUESTION*/
  431.  
  432. #ask {
  433. color:{color:text};
  434. padding:15px;
  435. font-family:'arial';
  436. font-size:10px;
  437. letter-spacing:0px;
  438. text-align:left;
  439. text-transform:lowercase;
  440. line-height:150%;
  441. background-color:#a0f3b1;
  442. }
  443.  
  444. #ask a {
  445. color:#a0f3b1;
  446.  
  447. }
  448.  
  449. #pagination {
  450. font-family:arial;
  451. width:500px;
  452. font-size:10px;
  453. margin-top:25px;
  454. margin-left:14px;
  455. padding-left:5px;
  456. padding-bottom:5px;
  457. letter-spacing:3px;
  458. text-align:center;
  459. text-transform:uppercase;
  460. }
  461.  
  462. #pagination a {
  463. color:{color:text};
  464. }
  465.  
  466. /*CREDIT*/
  467.  
  468. #cred {
  469. position:fixed;
  470. font-family:'arial';
  471. text-transform:uppercase;
  472. font-size:8px;
  473. right:9px;
  474. bottom:9px;
  475. padding:4px;
  476. background-color:{color:post background};
  477. letter-spacing:1px;
  478. border: 1px solid #999999;
  479. }
  480.  
  481. #cred a {
  482. color:#999999;
  483. }
  484.  
  485.  
  486. {CustomCSS}</style></head><body>
  487.  
  488. </div>
  489. <div id="headerimg"><img src="{image:header}"></div><br><br>
  490. <div id="sidebar"><img src="{image:sidebar}"><div id="description">{description}</div>
  491.  
  492. <div id="links">
  493. <a href="{text:link 1 url}">{text:link 1}</a><br>
  494. <a href="{text:link 2 url}">{text:link 2}</a><br>
  495. <a href="{text:link 3 url}">{text:link 3}</a><br>
  496. <a href="{text:link 4 url}">{text:link 4}</a><br>
  497. <a href="{text:link 5 url}">{text:link 5}</a>
  498. </div>
  499. <p></p><br><br><br>
  500. </div>
  501.  
  502.  
  503. <div id="entries">{block:Posts}<div id="post">
  504.  
  505. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  506.  
  507. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  508.  
  509. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  510.  
  511. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  512.  
  513. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  514.  
  515. {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}
  516.  
  517. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  518. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  519.  
  520. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  521.  
  522. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  523.  
  524. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  525. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}">( {NoteCount} )</a> {/block:NoteCount}
  526.  
  527. </div>
  528.  
  529. <div id="line"></div>
  530.  
  531. {block:HasTags}
  532. <div class="tags">
  533. {block:Tags} <a href="{TagURL}"> <big>#</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  534. {/block:HasTags}
  535. <div class="postnote">
  536. {block:PostNotes}{PostNotes}{/block:PostNotes}
  537. </div>
  538.  
  539. </div>
  540.  
  541. {/block:Posts}
  542.  
  543. <div id="pagination">
  544. <center> {block:Pagination}
  545. <div id="pagination">
  546. {block:PreviousPage}
  547. <a href="{PreviousPage}">←</a>
  548. {/block:PreviousPage}
  549. {block:JumpPagination length="7"}
  550. {block:CurrentPage}
  551. <span class="current_page">{PageNumber}</span>
  552. {/block:CurrentPage}
  553. {block:JumpPage}
  554. <a class="jump_page" href="{URL}">{PageNumber}</a>
  555. {/block:JumpPage}
  556. {/block:JumpPagination}
  557. {block:NextPage}
  558. <a href="{NextPage}">→</a>
  559. {/block:NextPage}
  560. </div>
  561. {/block:Pagination}</center>
  562. </div>
  563.  
  564.  
  565. <div id="cred">
  566. <a href="http://shayofrp.tumblr.com/"><em>JM</em></a>
  567. </div>
  568.  
  569.  
  570. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement