Advertisement
Patttir

viiiu

Aug 26th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.27 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. <!------- bleas don't use this theme --->
  5.  
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{FavIcon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10.  
  11. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  12.  
  13.  
  14. <meta name="color:Background" content="#fff" />
  15. <meta name="color:Text" content="#bbb"/>
  16. <meta name="color:Post" content="#bbb"/>
  17. <meta name="image:Background" content=""/>
  18. <meta name="image:Sidebar" content=""/>
  19. <meta name="image:Side" content=""/>
  20.  
  21. <meta name="color:Link" content="#aaa"/>
  22. <meta name="color:Glow" content="#888"/>
  23. <meta name="color:Borders" content="#888"/>
  24.  
  25. <meta name="color:Title" content="#888"/>
  26.  
  27. <meta name="text:Link 1 title" content="index"/>
  28. <meta name="text:Link 1 url" content="/"/>
  29. <meta name="text:Link 2 title" content="link 2"/>
  30. <meta name="text:Link 2 url" content="/ask"/>
  31. <meta name="text:Sidebar" content="100" />
  32. <meta name="if:glow" content="1"/>
  33. <meta name="if:contained" content="1"/>
  34.  
  35.  
  36. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  37. <script type="text/javascript">
  38. $(document).ready(function(){
  39. $(".links_body").hide();
  40. $(".links_head").click(function(){
  41. $(this).next(".links_body").slideToggle('fast');
  42. }); }); </script>
  43. <style type="text/css">
  44. .links_list { margin:0px; padding:0px; width:180px;}
  45. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  46. .links_body { padding:10px; text-align:left; color: #fff; display:none;}
  47.  
  48. </style>
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53. /* follow/dashboard buttons
  54. iframe#tumblr_controls {
  55. right:2px !important;
  56. position: fixed !important;
  57. -webkit-transition: opacity 0.7s linear;
  58. opacity: 0.16;
  59. -webkit-transition: all 0.8s ease-out;
  60. -moz-transition: all 0.8s ease-out;
  61. transition: all 0.8s ease-out;
  62. -webkit-filter: invert(100%);
  63. }
  64. iframe#tumblr_controls:hover {
  65. -webkit-transition: opacity 0.7s linear;
  66. opacity: 0.16;
  67. -webkit-transition: all 0.4s ease-out;
  68. -moz-transition: all 0.4s ease-out;
  69. transition: all 0.4s ease-out;
  70. -webkit-filter: invert(100%);
  71. }*/
  72.  
  73.  
  74. ::-webkit-scrollbar {
  75. width: 10px;
  76. height: 10px;
  77. }
  78. ::-webkit-scrollbar-button {
  79. width: 0px;
  80. height: 0px;
  81. }
  82. ::-webkit-scrollbar-thumb {
  83. background:transparent;
  84. border: 5px outset {color:text};
  85. border-radius: 0px;
  86. }
  87.  
  88. ::-webkit-scrollbar-track {
  89. background:{color:background};
  90. }
  91.  
  92. ::-webkit-scrollbar-corner {
  93. background: {color:background};
  94. }
  95.  
  96.  
  97. /* basic styles */
  98. body {
  99. color: {color:Text};
  100. background-color: {color:Background};
  101. background-image: url({image:Background});
  102. font: 14px consolas;
  103. line-height: 16px;
  104. }
  105. a {
  106. text-decoration: none;
  107. color:{color:Link};
  108. text-shadow: 0px 0px 10px {color:link};
  109. -moz-transition-duration:0.3s;
  110. -webkit-transition-duration:0.3s;
  111. -o-transition-duration:0.3s;
  112. }
  113. a:hover {
  114. color:transparent;
  115. text-shadow: 0px 0px 1px {color:link};
  116. -moz-transition-duration:0.3s;
  117. -webkit-transition-duration:0.3s;
  118. -o-transition-duration:0.3s;
  119. }
  120. h1 {
  121. font-size: 16px;
  122. color: {color:Title};
  123. }
  124. img {max-width:100%; border-radius: 5px;}
  125. iframe {border-radius: 5px;}
  126.  
  127. select {
  128. color:{color:text};
  129. width: 70px;
  130. padding: 1px 2px;
  131. border: none;
  132. border-radius: 4px;
  133. box-shadow: 0px 0px 10px {color:glow};
  134. background-color: {color:Post};
  135. }
  136.  
  137.  
  138.  
  139.  
  140.  
  141. /* post customizations */
  142. #content { /* for the whole column of posts */
  143.  
  144. width: 530px;
  145. {block:ifcontained}
  146. height:550px;
  147. {/block:ifcontained}
  148. margin-left: auto;
  149. margin-right: auto;
  150. margin-top: 50px;
  151. padding:10px;
  152. border:0px;
  153. background:{color:Post};
  154. {block:ifglow}
  155. box-shadow: 0px 0px 10px {color:glow};
  156. {/block:ifglow}
  157. border:8px ridge {color:borders};
  158. {block:ifcontained}
  159. overflow: scroll;
  160. {/block:ifcontained}
  161. }
  162. .entry { /* for individual posts */
  163. margin-bottom: 30px;
  164. background:{color:Post};
  165. padding: 15px;
  166. border-radius:0px;
  167. border-bottom:solid 2px {color:borders};
  168.  
  169. }
  170.  
  171.  
  172. /* sidebar */
  173. #side {
  174. top: 10px;
  175. margin-left: auto;
  176. margin-right: auto;
  177. position: relative;
  178. width: 530px;
  179. padding: 10px;
  180. margin-top:-25px;
  181. border-radius:0px;
  182. background:{color:Post};
  183. {block:ifglow}
  184. box-shadow: 0px 0px 10px {color:glow};
  185. {/block:ifglow}
  186. border:8px ridge {color:borders};
  187. }
  188.  
  189. #sideimg img {
  190. width:{text:sidebar}px;
  191. border-radius:80px;
  192. padding:5px;
  193. }
  194. #sides {
  195. top:400px;
  196. margin-left:100px;
  197. position:fixed;
  198. z-index:-99;
  199. }
  200. #notes {
  201. margin-top:10px;
  202. }
  203.  
  204. .head {
  205. font-size: 16px;
  206. margin-bottom: 10px;
  207. margin-left: 10px;
  208. color: {color:Title};
  209. letter-spacing: .5px;
  210. }
  211. blockquote {
  212. border-left: 1px solid {color:Light Accents};
  213. margin-left: 6px;
  214. padding-left: 10px;
  215. }
  216. /* permalink page */
  217. img.avatar {display:none; }
  218. ol.notes {
  219. margin-top: 20px;
  220. }
  221. #pagination {
  222. padding: 0;
  223. margin: 0;
  224. }
  225.  
  226. </style>
  227.  
  228.  
  229. </head>
  230.  
  231. <body>
  232. <!--sidebar-->
  233. <div id="side">
  234. <center>
  235. <div id="sideimg"><img src="{image:Sidebar}"></div>
  236. <center>
  237. <center>
  238. {description}<p>
  239. </center>
  240. <a href=/ask>✉️</a>
  241. <a href=/>🏠</a>
  242. <center>
  243.  
  244. <a href={text:link 1 url}>{text:link 1 title}</a>
  245.  
  246. <a href={text:link 2 url}>{text:link 2 title}</a>
  247. <br>
  248. <br>
  249. <div id="pagination">
  250. {block:PreviousPage}<a href="{PreviousPage}">{/block:PreviousPage}back{block:PreviousPage}</a>{/block:PreviousPage}
  251. {block:JumpPagination length="5"}
  252. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  253. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  254. {/block:JumpPagination}
  255. {block:NextPage}<a href="{NextPage}">{/block:NextPage}foward{block:NextPage}</a>{/block:NextPage}</div>
  256.  
  257. </center>
  258.  
  259.  
  260. </div></div>
  261. <div id="sides"><img src="{image:Side}"></div>
  262. <!--
  263. <div id="update">
  264. <div id="upbox">
  265. <center>
  266. {text:updates}
  267. </center>
  268. </div>
  269. <div id="uplabel">Updates</div>
  270. </div>
  271. -->
  272.  
  273.  
  274. <div id="content">
  275. {block:Posts}
  276.  
  277. <!-- {block:NoRebloggedFrom}
  278. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  279. {/block:NoRebloggedFrom} -->
  280. <div class="entry">
  281. <!--permalink-->
  282.  
  283. {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  284.  
  285. {block:Photoset}{block:IndexPage}{Photoset-500}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  286.  
  287. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  288.  
  289. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  290.  
  291. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  292.  
  293. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label} </b>{/block:Label}<span><i>{Line}</i><br></span>{/block:Lines}{/block:Chat}
  294.  
  295. {block:Audio}{AudioPlayerWhite}{block:IndexPage}<p>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}{block:PlayCount}Played: {PlayCount}{/block:PlayCount}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Audio}
  296.  
  297. {block:Video}{block:IndexPage}{Video-500}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
  298.  
  299. {block:Answer}<b>{Asker}</b> asked: <br><center><i>{Question}</i></center><p>{Answer}{/block:Answer}
  300.  
  301. <div id="notes">
  302. <center>{block:HasTags}#:{block:Tags} <a href="{TagURL}">{Tag}, </a> {/block:Tags}{/block:HasTags}
  303. <br>
  304. <br>
  305. {block:IndexPage}<a href="{Permalink}">{MonthNumberwithZero}.{DayofMonthwithZero}.{Year},</a> <a href="{Permalink}">{DayofWeek}</a><br>{block:NoteCount} <a href="{Permalink}">{NoteCount}</a>%{/block:NoteCount} <a href="{ReblogURL}">reblog?</a>{/block:IndexPage}
  306. </div>
  307.  
  308.  
  309. <!--permalink page-->
  310. {block:PermalinkPage}
  311. <center><p>{NoteCountwithLabel}</center>
  312. {block:PostNotes}{PostNotes}{/block:PostNotes}
  313. {/block:PermalinkPage}
  314. </div> <!---entry div--->
  315. {/block:Posts}
  316.  
  317. {block:ContentSource}<!-- {SourceURL}
  318. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  319. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  320. {/block:ContentSource}
  321. </div><!---content div--->
  322.  
  323. </body>
  324.  
  325. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement