Advertisement
firiei

shitty tumble theme

Feb 7th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4.  
  5. <!--
  6.  
  7. by nyaiel on tumblr :^V
  8.  
  9. -->
  10.  
  11. <title>{title}</title>
  12.  
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. <link rel="shortcut icon" href="{favicon}"/>
  15.  
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <meta name="color:background" content="#fff" />
  21. <meta name="color:text" content="#bbb" />
  22. <meta name="color:link hover" content="fuck my entire ass" />
  23. <meta name="color:border" content="" />
  24.  
  25. <meta name="text:post size" content="350px" />
  26.  
  27. <meta name="if:simple posts" content="0" />
  28.  
  29. <meta name="font:font" content="verdana" />
  30.  
  31. <meta name="image:background" content="" />
  32.  
  33. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  34.  
  35. <script type="text/javascript" language="JavaScript"><!--
  36. function ReverseDisplay(d) {
  37. if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
  38. else { document.getElementById(d).style.display = "none"; }
  39. }
  40. //-->
  41. </script>
  42.  
  43. <style>
  44.  
  45. body {
  46. margin:0;
  47. padding:0;
  48. font:12px {font:font};
  49. color:{color:text};
  50. background:{color:background};
  51. }
  52.  
  53. a {
  54. color:{color:text};
  55. }
  56.  
  57. a:hover {
  58. color:{color:link hover};
  59. }
  60.  
  61. blockquote {
  62. margin:0 0 0 10px;
  63. border-left:3px solid rgba({RGBcolor:text},0.5);
  64. padding-left:10px;
  65. }
  66.  
  67. img {
  68. max-width:100%;
  69. }
  70.  
  71. h1, h2 {
  72. margin:0;
  73. margin-bottom:10px;
  74. }
  75.  
  76. ol {
  77. list-style-type:decimal-leading-zero;
  78. }
  79.  
  80. ul {
  81. list-style-type:circle;
  82. }
  83.  
  84.  
  85. #god {
  86. margin:0 auto;
  87. width:{text:post size};
  88. }
  89.  
  90.  
  91. #fushimi {
  92. position:fixed;
  93. margin:0 -150px;
  94. width:80px;
  95. }
  96.  
  97. #fushimi img {
  98. border-radius:4px;
  99. }
  100.  
  101. #fushimi a {
  102. text-decoration:none;
  103. display:block;
  104. border-bottom:1px dotted {color:link};
  105. padding:3px 0;
  106. }
  107.  
  108. #fushimi a:hover {
  109. border-bottom:1px dotted {color:link hover};
  110. }
  111.  
  112. #desc {
  113. padding:8px 0 3px 0;
  114. }
  115.  
  116. #saruhiko {
  117. position:relative;
  118. margin:50px auto;
  119. width:{text:post size};
  120. }
  121.  
  122. {block:ifNotSimplePosts}
  123. .saru {
  124. padding:15px;
  125. background:white;
  126. border-radius:3px;
  127. border:1px solid {color:border};
  128. }
  129. {/block:ifNotSimplePosts}
  130.  
  131. .hiko {
  132. line-height:1.6em;
  133. padding:10px 0;
  134. }
  135.  
  136. .hiko a{
  137. text-decoration:none;
  138. }
  139.  
  140. #left { float:left; }
  141. #right { float:right; }
  142.  
  143. ol.notes {
  144. padding:0px;
  145. margin:25px 0px;
  146. list-style-type:none;
  147. border-bottom:1px dotted {color:text};
  148. }
  149.  
  150. ol.notes li.note {
  151. border-top:1px dotted {color:text};
  152. padding:10px 0;
  153. }
  154.  
  155. ol.notes li.note img.avatar {
  156. vertical-align:-4px;
  157. margin-right:10px;
  158. width:16px;
  159. height:16px;
  160. }
  161.  
  162. ol.notes a {
  163. text-decoration:none;
  164. }
  165.  
  166. #pag {
  167. width:{text:post size};
  168. text-align:center;
  169. color:#999;
  170. margin:40px auto;
  171. }
  172.  
  173. #pag a {
  174. font-size:14px;
  175. text-decoration:none;
  176. }
  177.  
  178. #next {
  179. float:right;
  180. right:0;
  181. padding:5px;
  182. background:white;
  183. border-radius:3px;
  184. border:1px solid {color:border};
  185. }
  186.  
  187. #prev {
  188. float:left;
  189. left:0;
  190. padding:5px;
  191. background:white;
  192. border-radius:3px;
  193. border:1px solid {color:border};
  194. }
  195.  
  196. #link {
  197. transition:all .5s ease;
  198. }
  199.  
  200. {CustomCSS]</style>
  201.  
  202. </head>
  203. <body>
  204.  
  205. <div id="god">
  206.  
  207. <div id="fushimi">
  208.  
  209. <a href="/" style="border:none!important"><img src="{portraitURL-128}" width="100%"/></a>
  210.  
  211. <a href="javascript:ReverseDisplay('desc')"><i class="fa fa-user"></i> info</a>
  212.  
  213. <div id="desc" style="display:none">{description}/div>
  214.  
  215. <a href="/xx"><i class="fa fa-folder-open"></i> links</a>
  216. <a href="/ask"><i class="fa fa-envelope"></i> msg</a>
  217. <a href="http://nyaiel/tumblr.com">&copy;</a>
  218. </div>
  219.  
  220. </div>
  221.  
  222. {block:Posts}
  223. <div id="saruhiko">
  224. <div class="saru">
  225.  
  226. {block:Title}<h2>{Title}</h2>{/block:Title}
  227.  
  228.  
  229. {block:Text}{Body}{/block:Text}
  230.  
  231.  
  232. {block:Photo}
  233. {linkOpenTag}<img src="{PhotoURL-500}" style="border:none!important" alt="{PhotoAlt}" width="100%"/>{linkCloseTag}
  234. {/block:Photo}
  235.  
  236.  
  237. {block:Photoset}
  238. <div style="width: 100%;">{Photoset}</div>
  239. {/block:Photoset}
  240.  
  241.  
  242. {block:Quote}
  243. <h2>{Quote}</h2>
  244. {block:Source}<p>{Source}</p>{/block:Source}
  245. {/block:Quote}
  246.  
  247.  
  248. {block:Video}
  249. <div style="width:100%">{Video-250}</div>
  250. {/block:Video}
  251.  
  252.  
  253. {block:Link}
  254. <a href="{URL}" class="link" style="text-decoration: none" {Target}><h2>{Name}</h2></a>
  255. {block:Description}{Description}{/block:Description}
  256. {/block:Link}
  257.  
  258.  
  259. {block:Chat}
  260. {block:Lines}
  261. <div style="border-bottom: 1px dotted {color:text}; padding: 10px 0;"> {block:Label}<b>{Label}</b>{/block:Label} {Line}</div>
  262. {/block:Lines} <br>
  263. {/block:Chat}
  264.  
  265.  
  266. {block:Audio}
  267. {block:AudioPlayer}{audioPlayerWhite}<br>{/block:AudioPlayer}
  268. <p><b>{block:artist}{artist} // {/block:artist} {block:trackName}{trackName}{/block:trackName}</b></p>
  269. {/block:Audio}
  270.  
  271.  
  272. {block:Answer}
  273. <b>{Asker}:</mark> {Question}</b>
  274. <div style="width:100%;border-bottom:1px dotted {color:text};padding-bottom:15px"></div>
  275. <p>{Answer}</p>
  276. {/block:Answer}
  277.  
  278. {block:Caption}{Caption}{/block:Caption}
  279.  
  280. {block:date}
  281. <div class="hiko">
  282. {block:hasTags}
  283. <i class="fa fa-tags"></i>
  284. {block:tags}<a href="{tagURL}" style="margin:0 6px;">{tag}</a> {/block:tags}<br>
  285. {/block:hasTags}
  286.  
  287. <div id="left"><b><a href="{permalink}">{DayOfMonth} {ShortMonth} {ShortYear} {NoteCountWithLabel} </a></b></div>
  288.  
  289. <div id="right">
  290. {LikeButton color="white" size="12"}
  291. </div>
  292. <div id="right" style="margin-right:10px">
  293. {ReblogButton color="white" size="12"}
  294. </div>
  295. </div>
  296.  
  297. {block:permalinkPage}<br>
  298. <!--{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}-->
  299.  
  300. origin:
  301.  
  302. {block:ContentSource}
  303. <a href="{SourceURL}">{lang:Source}:
  304. {block:SourceLogo}
  305. <img src="{BlackLogoURL}" width="{LogoWidth}"
  306. height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  307. </a>{/block:ContentSource}
  308. {/block:permalinkPage}
  309.  
  310. {/block:date}
  311.  
  312. {block:PostNotes}{PostNotes-16}{/block:PostNotes}
  313. </div> </div>
  314. {/block:Posts}
  315.  
  316. <div id="pag">
  317. {block:pagination}
  318. {block:previousPage}
  319. <div id="prev"><a href="{previousPage}"><i class="fa fa-angle-double-left"></i> prev</a></div>
  320. {/block:previousPage}
  321.  
  322. {currentPage} of {totalPages}
  323.  
  324. {block:nextPage}
  325. <div id="next"><a href="{nextPage}">next <i class="fa fa-angle-double-right"></i></a></div>
  326. {/block:nextPage}
  327. {/block:pagination}
  328. </div>
  329.  
  330. </div>
  331.  
  332. </body>
  333. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement