Advertisement
lizarps

Theme #005: Pure

May 22nd, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 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 src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
  12. <script type="text/javascript">
  13. $(document).ready(function(){
  14. $(".popupnavi").click(function(){
  15. $(".close").toggleClass("open");
  16. });
  17. });
  18. </script>
  19.  
  20. <script type="text/javascript">
  21. animation openpopup(){
  22. $(".open").css("display", "block").css("opacity", "1").unbind("transitionend webkitTransitionEnd oTransitionEnd otransitionend");
  23. }
  24.  
  25. animation hidepopup(){
  26. $(".open").css("display", "none");
  27. }
  28.  
  29. animation clospopup(){
  30. $(".close").css("opacity", "0").on('transitionend webkitTransitionEnd oTransitionEnd otransitionend', hidepopup);
  31. }
  32.  
  33.  
  34. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  35.  
  36. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  37.  
  38. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  39.  
  40.  
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  42. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  43. <script>
  44. (function($){
  45. $(document).ready(function(){
  46. $("a[title]").style_my_tooltips({
  47. tip_follows_cursor:true,
  48. tip_delay_time:30,
  49. tip_fade_speed:300,
  50. attribute:"title"
  51. });
  52. });
  53. })(jQuery);
  54. </script>
  55.  
  56.  
  57. <!---base code by shayofrp
  58. theme edited by morrisonsrph
  59.  
  60. THIS IS THEME #002; PURE --->
  61.  
  62.  
  63. <meta name="color:Background" content="#ffffff"/>
  64. <meta name="color:Text" content="#a8a8a8"/>
  65. <meta name="color:Scrollbar" content="#000000"/>
  66. <meta name="color:ScrollbarBg" content="#ffffff"/>
  67. <meta name="color:Ask Backg" content="#ffffff"/>
  68. <meta name="color:Links" content="#000000"/>
  69. <meta name="color:Sidebar Background" content="#000000"/>
  70. <meta name="color:Description Background" content="#ffffff"/>
  71. <meta name="color:PostBox" content="#000000"/>
  72. <meta name="color:Post Background" content="#ffffff"/>
  73. <meta name="color:Links Background" content="#ffffff"/>
  74. <meta name="color:Info Background" content="#ffffff"/>
  75. <meta name="image:background" content=""/>
  76. <meta name="image:sidebar" content=""/>
  77.  
  78. <meta name="text:Link 1 URL" content="/">
  79. <meta name="text:Link 2 URL" content="/">
  80. <meta name="text:Link 3 URL" content="/">
  81. <meta name="text:Link 1 name" content="/">
  82. <meta name="text:Link 2 name" content="/">
  83. <meta name="text:Link 3 name" content="/">
  84.  
  85.  
  86. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200' rel='stylesheet' type='text/css'>
  87.  
  88.  
  89. <style type="text/css">
  90.  
  91.  
  92. ::-webkit-scrollbar-thumb {
  93. height:auto;
  94. background-color:{color:Scrollbar};
  95. }
  96.  
  97. ::-webkit-scrollbar {
  98. height:9px;
  99. width:4px;
  100. background-color:{color:ScrollbarBg};
  101. }
  102.  
  103.  
  104. body {
  105. background:{color:background};
  106. margin:0px;
  107. color:{color:text};
  108. font-family:arial, sans-serif;
  109. line-height:150%;
  110. font-size:9px;
  111. text-align:justify;
  112. background-image:url('{image:background}');
  113. }
  114.  
  115. a {
  116. text-decoration:none;
  117. outline:none;
  118. -moz-outline-style:none;
  119. color:{color:links};
  120. font-weight:bold;
  121. font-family:arial;
  122. }
  123.  
  124. #title{color:{color:text};
  125. padding:5px;
  126. letter-spacing:1px;
  127. margin-bottom:10px;
  128. font-weight:bold;
  129. font-family:helvetica;
  130. text-align:center;
  131. text-transform:uppercase;
  132. background-color:{color:background};}
  133.  
  134. img {
  135. border:none;
  136. }
  137.  
  138. small{font-size:9px;}
  139.  
  140. h1 {
  141. font-size:15px;
  142. color:{color:text};
  143. text-transform:uppercase;
  144. font-family:'helvetica';
  145. background-color:{color:background};
  146. padding:10px;
  147. font-style:bold, italic;
  148. text-align:center;
  149. }
  150.  
  151. blockquote {
  152. border-left:1px solid {color:text};
  153. padding-left:5px;
  154. margin-left:10px;
  155. margin-:10px;
  156. }
  157.  
  158. /*ENTRIES*/
  159. .container {
  160. max-height: 500px;
  161. height: 500px;
  162. overflow: auto;
  163. background-color: #000000;
  164. }
  165.  
  166. #entries {
  167. position: fixed;
  168. height:500px;
  169. background-color: #000000;
  170. overflow:auto;
  171. padding:5px;
  172. overflow-x:hidden;
  173. width:565px;
  174. margin-left:620px;
  175. margin-top:65px;
  176. border-bottom: 1px solid #000000;
  177. }
  178.  
  179. #post {
  180. width: 500px;
  181. margin-left:10px;
  182. border:solid 1px {color:sidebar background};
  183. margin-top:10px;
  184. height: auto;
  185. background-color: {color:post background};
  186. padding: 20px;
  187. margin-bottom:30px;
  188. color: {color:text};
  189. text-align:justify;
  190. }
  191. }
  192.  
  193. #post {
  194. width: 500px;
  195. margin-left:180px;
  196. height: auto;
  197. background-color: {color:post background};
  198. padding: 20px;
  199. margin-bottom:30px;
  200. color: {color:text};
  201. text-align:justify;
  202. }
  203.  
  204. /*SIDEBAR*/
  205.  
  206. #description {
  207. background-color:{color:Description background};
  208. padding:10px;
  209. overflow:auto;
  210. font-size:9px;
  211. margin-top:10px;
  212. height:100px;
  213. color:{color:text};
  214. }
  215.  
  216. #sidebar{
  217. padding:10px;
  218. z-index:-9999;
  219. text-align:center;
  220. position:fixed;
  221. margin-top:65px;
  222. background:{color:Sidebar background};
  223. font-size:10px;
  224. margin-left:220px;
  225. width:380px;
  226. height:491px;
  227. color:black;
  228. font-family:helvetica;
  229. color:{color:background};
  230. }
  231.  
  232.  
  233. #sidebar img {
  234. border:solid 10px {color:background};}
  235.  
  236.  
  237. /*POST INFO*/
  238.  
  239. #info {
  240. width:530px;
  241. text-align:left;
  242. font-family:arial;
  243. text-transform:uppercase;
  244. margin-left:-20px;
  245. font-size:9px;
  246. margin-top:20px;
  247. margin-bottom:-30px;
  248. font-style:none;
  249. padding:5px;
  250. line-height:10px;
  251. background-color:{color:postbox};
  252. color:{color:post background};
  253. }
  254.  
  255. #info a {
  256. text-align:center;
  257. font-family:arial;
  258. color:{color:Text};
  259. }
  260.  
  261.  
  262. /*SIDELINKS*/
  263.  
  264. .links {
  265. padding:5px;
  266. padding-bottom:6px;
  267. line-height:100%;
  268. z-index:10000000000000000;
  269. text-align:center;
  270. font-size:8px;
  271. letter-spacing:4px;
  272. opacity:1;
  273. margin-top:800px;
  274. position:fixed;
  275. font-family:'arial';
  276. position:absolute;
  277. text-transform:uppercase;
  278. text-align:center;}
  279.  
  280. .links a{
  281. z-index:10000000000000000;
  282. margin-left:10px;
  283. padding:5px;
  284. display:inline-block;
  285. }
  286.  
  287. .links a:hover{
  288. color:{color:post background};
  289. -moz-transition-duration:.2s;
  290. -webkit-transition-duration:.2s;
  291. -o-transition-duration:.2s;
  292. background-color:{color:post};
  293. }
  294.  
  295.  
  296. #links{
  297. padding:5px;
  298. margin-top:-485px;
  299. text-align:center;
  300. z-index:9999;
  301. font-size:10px;
  302. margin-left:280px;
  303. width:380px;
  304. }
  305.  
  306. #links a{
  307. background:{color:postbox};
  308. padding:5px;
  309. font-size:10px;
  310. text-transform:uppercase;
  311. margin-top:5px;
  312. font-family:arial;
  313. color:{color:post background};
  314. width:80px;
  315. display:inline-block;
  316. }
  317.  
  318. #links a:hover{
  319. background-color:{color:post background};
  320. color:{color:postbox};}
  321.  
  322.  
  323. /*QUESTION*/
  324.  
  325. #ask {
  326. color:{color:text};
  327. padding:15px;
  328. font-family:'arial';
  329. font-size:10px;
  330. letter-spacing:0px;
  331. text-align:left;
  332. text-transform:lowercase;
  333. line-height:150%;
  334. background-color:{color:Ask backg};
  335. }
  336.  
  337. #ask a{color:{color:post background};}
  338.  
  339. /*PAGINATION*/
  340. #pagination{
  341. margin-top:100px;
  342. margin-left:670px;
  343. text-align:center;
  344. }
  345.  
  346. #pagination a{color:{color:postbox};
  347. background-color:#ffffff;
  348. border: 1px solid #000000;
  349. }
  350.  
  351. /*CREDIT*/
  352.  
  353. #cred {
  354. position:fixed;
  355. font-family:'arial';
  356. text-transform:uppercase;
  357. font-size:8px;
  358. right:9px;
  359. bottom:9px;
  360. padding:4px;
  361. background-color:{color:post background};
  362. letter-spacing:1px;
  363. border: 1px solid #000000;
  364. }
  365.  
  366.  
  367. {CustomCSS}</style></head><body>
  368.  
  369. </div>
  370. <div id="sidebar"><div id="title">{title}</div><img src="{image:sidebar}"><div id="description">{description}</div>
  371.  
  372. <div id="links">
  373. <a href="/">REFRESH</a>
  374. <a href="{text:link 1 url}">{text:link 1 name}</a>
  375. <a href="{text:link 2 url}">{text:link 2 name}</a>
  376. <a href="{text:link 3 url}">{text:link 3 name}</a>
  377.  
  378.  
  379. <div id="pagination">{block:Pagination}
  380. {block:PreviousPage}
  381. <a href="{PreviousPage}">BACK </a>
  382. {/block:PreviousPage}
  383. {block:NextPage}
  384. <a href="{NextPage}">NEXT</a>
  385. {/block:NextPage}
  386. {/block:Pagination}</div>
  387. </div></div>
  388.  
  389.  
  390. <div id="entries">
  391. {block:Posts}
  392. <div id="post">
  393.  
  394. {block:Text}
  395. {block:Title}<h1>{Title}</h1>{/block:Title}
  396. {Body}{/block:Text}
  397.  
  398. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  399. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  400.  
  401. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  402. {/block:Caption}{/block:Photoset}
  403.  
  404. {block:Quote}<h2>"{Quote}"</h2>
  405. {block:Source}<div class="qsource"> —{Source}</div>
  406. {/block:Source}{/block:Quote}
  407.  
  408. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  409.  
  410. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  411.  
  412. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  413. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  414. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  415. {/block:ExternalAudio}<b>Played:</b> {PlayCount} arial <br>
  416. {/block:Audio}
  417.  
  418. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  419.  
  420. {block:Answer}<div id="ask">{Question} — <i><b>{Asker}</b></i></div>{Answer}{/block:Answer}
  421.  
  422. <div id="info">
  423. <div id="permalink">
  424. <a href="{Permalink}">{Month} {MonthNumber} {Year} </a> / {NoteCount}</div>
  425.  
  426. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  427. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  428. </div></div>
  429.  
  430. {/block:Posts}{/block:Posts}</div></div></div>
  431.  
  432.  
  433. </div>
  434.  
  435. </ul>
  436. </div></div>
  437.  
  438.  
  439. <div id="cred">
  440. <a href="http://shayofrp.tumblr.com/">©</a>
  441. </div>
  442.  
  443.  
  444. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement