Advertisement
Patttir

ma ei tea

Apr 12th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.68 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-------
  6. base code by rnirae. feel free to remove this part, but please like/reblog post.
  7. if you're using this as a normal theme, then please credit. thank you.
  8. <!------>
  9.  
  10. <head>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{FavIcon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14.  
  15.  
  16.  
  17. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  18.  
  19.  
  20. <meta name="color:Background" content="#fff" />
  21. <meta name="color:Text" content="#bbb"/>
  22. <meta name="image:Background" content=""/>
  23. <meta name="image:Sidebar" content=""/>
  24. <meta name="image:Side" content=""/>
  25.  
  26. <meta name="color:Posts" content="#bbb"/>
  27. <meta name="color:Scrollbar" content="#000"/>
  28. <meta name="color:Link" content="#aaa"/>
  29. <meta name="color:Link Hover" content="#7bd7c2"/>
  30.  
  31. <meta name="color:Title" content="#888"/>
  32.  
  33. <meta name="color:Sidebar Link" content="#aaa"/>
  34. <meta name="color:Sidebar Link hover" content="#aaa"/>
  35. <meta name="color:Sidebar Link Border" content="#eee"/>
  36.  
  37. <meta name="text:Link 1 title" content="index"/>
  38. <meta name="text:Link 1 url" content="/"/>
  39. <meta name="text:Link 2 title" content="ask"/>
  40. <meta name="text:Link 2 url" content="/ask"/>
  41. <meta name="text:link 3 title" content="archive"/>
  42. <meta name="text:Link 3 url" content="/archive"/>
  43. <meta name="text:Link 4 title" content="link 4"/>
  44. <meta name="text:Link 4 url" content="/"/>
  45. <meta name="text:see" content="0.8"/>
  46. <meta name="if:see" content="1" />
  47. <meta name="if:glow" content="1" />
  48.  
  49.  
  50.  
  51. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  52. <script type="text/javascript">
  53. $(document).ready(function(){
  54. $(".links_body").hide();
  55. $(".links_head").click(function(){
  56. $(this).next(".links_body").slideToggle('fast');
  57. }); }); </script>
  58. <style type="text/css">
  59. .links_list { margin:0px; padding:0px; width:180px;}
  60. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  61. .links_body { padding:10px; text-align:left; color: #fff; display:none;}
  62.  
  63.  
  64.  
  65. </style>
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70.  
  71. /* follow/dashboard buttons */
  72. iframe#tumblr_controls {
  73. right:2px !important;
  74. position: fixed !important;
  75. -webkit-transition: opacity 0.7s linear;
  76. opacity: 0.16;
  77. -webkit-transition: all 0.8s ease-out;
  78. -moz-transition: all 0.8s ease-out;
  79. transition: all 0.8s ease-out;
  80. -webkit-filter: invert(100%);
  81. }
  82. iframe#tumblr_controls:hover {
  83. -webkit-transition: opacity 0.7s linear;
  84. opacity: 0.16;
  85. -webkit-transition: all 0.4s ease-out;
  86. -moz-transition: all 0.4s ease-out;
  87. transition: all 0.4s ease-out;
  88. -webkit-filter: invert(100%);
  89. }
  90.  
  91. /* basic styles */
  92. body {
  93. color: {color:Text};
  94. background-color: {color:Background};
  95. background-image: url({image:Background});
  96. font: 17px consolas;
  97. line-height: 19px;
  98. }
  99. a {
  100. text-decoration: none;
  101. color: {color:Link};
  102. -moz-transition-duration:1s;
  103. -webkit-transition-duration:1s;
  104. -o-transition-duration:1s;
  105. }
  106. a:hover {
  107. color:{color:Link Hover};
  108. -moz-transition-duration:1s;
  109. -webkit-transition-duration:1s;
  110. -o-transition-duration:1s;
  111. }
  112. h1 {
  113. font-size: 16px;
  114. color: {color:Title};
  115. }
  116. img {max-width:100%; border-radius: 5px;-moz-transition-duration:1s;
  117. -webkit-transition-duration:1s;
  118. -o-transition-duration:1s;}
  119. img:hover{
  120. opacity:0.8;
  121. }
  122. iframe {border-radius: 5px;-moz-transition-duration:1s;
  123. -webkit-transition-duration:1s;
  124. -o-transition-duration:1s;}
  125. iframe:hover{
  126. opacity:0.8;
  127. }
  128. /* scrollbar */
  129. ::-webkit-scrollbar {
  130. width: 3px;
  131. height: 5px;
  132. background: {color:Background};
  133. }
  134. ::-webkit-scrollbar-thumb {
  135. background: {color:Scrollbar};
  136. border-radius: 16px;
  137. border-top: 5px solid {color:Background};
  138. }
  139.  
  140. /* post customizations */
  141. #content { /* for the whole column of posts */
  142. {block:IndexPage}
  143. width: 430px;
  144. {/block:IndexPage}
  145. {block:PermalinkPage}
  146. width: 430px;
  147. {/block:PermalinkPage}
  148.  
  149. margin-left: 400px;
  150. margin-top: 30px;
  151. padding:10px;
  152. border:0px;
  153. }
  154. .entry { /* for individual posts */
  155. margin-bottom: 30px;
  156. background:{color:Posts};
  157. {block:ifsee}
  158. background:rgba(255, 255, 255,{text:see});
  159. {/block:ifsee}
  160. border:double 4px;
  161. padding: 15px;
  162. border-radius:5px;
  163. border-color:{color:text};
  164. {block:ifglow}
  165. box-shadow: 0 0 10px {color:text};
  166. {/block:ifglow}
  167. }
  168.  
  169.  
  170. /* permalinks */
  171. #perma {
  172. position: absolute;
  173. right: 400px;
  174. letter-spacing: .5px;
  175. text-transform: lowercase;
  176. padding: 10px;
  177. border-radius:5px;
  178. width: 430px;
  179. -moz-transition-duration:1s;
  180. -webkit-transition-duration:1s;
  181. -o-transition-duration:1s;
  182. }
  183. #perma:hover {
  184. background:rgba(255, 255, 255,{text:see});
  185. padding: 10px;
  186. right: -110px;
  187. }
  188.  
  189. /* sidebar */
  190. #side {
  191. top: 180px;
  192. left: 100px;
  193. position: fixed;
  194. width: 120px;
  195. padding: 10px;
  196. border-radius:5px;
  197. border:double 4px;
  198. border-color:{color:text};
  199. background:{color:Posts};
  200. {block:ifsee}
  201. background:rgba(255, 255, 255,{text:see});
  202. {/block:ifsee}
  203. {block:ifglow}
  204. box-shadow: 0 0 10px {color:text};
  205. {/block:ifglow}
  206. }
  207.  
  208.  
  209. #sideimg img {
  210. width:{text:sidebar}px;
  211. border-radius:80px;
  212. padding:8px;
  213. }
  214. #sidimg img{
  215. {text:sideleft};
  216. {text:sidetop};
  217. position:fixed;
  218. width:{text:side}px;
  219. }
  220. .head {
  221. font-size: 16px;
  222. margin-bottom: 10px;
  223. margin-left: 10px;
  224. color: {color:Title};
  225. letter-spacing: .5px;
  226. }
  227. blockquote {
  228. border-left: 1px solid {color:link};
  229. margin-left: 6px;
  230. padding-left: 10px;
  231. }
  232. /* permalink page */
  233. img.avatar {display:none; }
  234. ol.notes {
  235. margin-top: 20px;
  236. }
  237. ul.pagination {
  238. display: inline-block;
  239. padding: 0;
  240. margin: 0;
  241. left:300px;
  242. top:400px;
  243. position:fixed;
  244. }
  245.  
  246. ul.pagination li {display: inline;}
  247.  
  248. ul.pagination li a {
  249. color: {text};
  250. padding: 8px 16px;
  251. background:{color:Posts};
  252. {block:ifsee}
  253. background:rgba(255, 255, 255,{text:see});
  254. {/block:ifsee}
  255. border-radius:5px;
  256. border:double 4px;
  257. border-color:{color:text};
  258. text-decoration: none;
  259. transition: background-color .3s;
  260. font-size: 18px;
  261. {block:ifglow}
  262. box-shadow: 0 0 10px {color:text};
  263. {/block:ifglow}
  264.  
  265. }
  266.  
  267. ul.pagination li a.active {
  268. color: black;
  269.  
  270. }
  271.  
  272. ul.pagination li a:hover:not(.active) {border-radius:5px;background:{color:link}; {block:ifsee}
  273. background:rgba(255, 255, 255,0);
  274. {/block:ifsee}
  275. {block:ifglow}
  276. box-shadow: 0 0 15px {color:text};
  277. {/block:ifglow}
  278.  
  279. }
  280.  
  281.  
  282.  
  283. </style>
  284. </head>
  285.  
  286. <body>
  287.  
  288.  
  289. <!--sidebar-->
  290.  
  291. <div id="side">
  292. <center>
  293. <div id="sideimg"><img src="{image:Sidebar}"></div>
  294. </center>
  295. <center>
  296. <br>
  297. {description}<p>
  298. </center>
  299.  
  300. <center>
  301. <a href=/ask>ask</a>
  302. <a href=/>home</a>
  303. <br>
  304. <a href={text:link 1 url}>{text:link 1 title}</a>
  305.  
  306. <a href={text:link 2 url}>{text:link 2 title}</a>
  307. <br>
  308. <a href={text:link 3 url}>{text:link 3 title}</a>
  309.  
  310. <a href={text:link 4 url}>{text:link 4 title}</a>
  311. </div></div>
  312.  
  313.  
  314. <ul class="pagination">
  315. {block:Pagination}{block:PreviousPage}<li><a href="{PreviousPage}">❮</a></li>{/block:PreviousPage}
  316. {block:NextPage}<li><a href="{NextPage}">❯</a></li>{/block:NextPage}
  317. {/block:Pagination}</ul>
  318. <div id="sidimg"><img src="{image:Side}"></div>
  319. <!----->
  320.  
  321. <div id="content">
  322. {block:Posts}
  323.  
  324. <!-- {block:NoRebloggedFrom}
  325. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  326. {/block:NoRebloggedFrom} -->
  327. <div class="entry">
  328. <!--permalink-->
  329.  
  330. {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}
  331.  
  332. {block:Photoset}{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  333.  
  334. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  335.  
  336. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  337.  
  338. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  339.  
  340. {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}
  341.  
  342. {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}
  343.  
  344. {block:Video}{block:IndexPage}{Video-400}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
  345.  
  346. {block:Answer}<b>{Asker}</b> asked: <br><center><i>{Question}</i></center><p>{Answer}{/block:Answer}
  347.  
  348. <center>{block:IndexPage}{block:HasTags}#:{block:Tags} <a href="{TagURL}">{Tag}, </a> {/block:Tags}{/block:HasTags}{/block:IndexPage}
  349. <br>
  350. <br>
  351. {block:IndexPage}<a href="{Permalink}">{MonthNumberwithZero}.{DayofMonthwithZero}.{Year},</a> <a href="{Permalink}">{DayofWeek}</a><br>{block:NoteCount} <a href="{Permalink}">{NoteCount}</a>%{/block:NoteCount} <br> <a href="{ReblogURL}">reblog?</a>{/block:IndexPage}
  352.  
  353.  
  354. <!--permalink page-->
  355. {block:PermalinkPage}
  356. <center>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}<p>{NoteCountwithLabel}</center>
  357. {block:PostNotes}{PostNotes}{/block:PostNotes}
  358. {/block:PermalinkPage}
  359. </div> <!---entry div--->
  360. {/block:Posts}
  361.  
  362. {block:ContentSource}<!-- {SourceURL}
  363. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  364. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  365. {/block:ContentSource}
  366. </div><!---content div--->
  367.  
  368. </body>
  369.  
  370. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement