Advertisement
qtsumu

request 1

Nov 4th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. RULES:
  6. -DON'T remove credit! u can move it around or change how it looks but it HAS to be visible
  7. -DON'T redistribute! that'd b really dicky of u and i'll cry :"((
  8. -if u want to do a redux edit, pls ask me first
  9.  
  10. OTHER:
  11. -theme by komaedahater69 (main blog currently: cummari)
  12. -basecode by animecharacter
  13. -u can edit this as much as u want!!!
  14. -if u find any bugs w the theme pls let me know and i'll fix it
  15. -pls continue to support me through my theme making n-n!
  16.  
  17. _________________________$$_____________
  18. ___________$$$$$$$$$$$$$$$______________
  19. ________$$$$______$$$$$$$$______________
  20. ______$$$_____$$$$$$_$$_$$______________
  21. _____$____$$$$$$$$$__$__$$______________
  22. ___$$___$$$$$$$$$___$___$$______________
  23. __$$__$$$$$$$$$$___$____$$______________
  24. __$$$$$$$$$$$_____$$_____$$____$$$$$$___
  25. $$$$$$$__________$$_______$$_$$$$$$$$$$_
  26. _________$$$$$__$$$____$$__$__$$$$$$$$$_
  27. ______$$$$$$$$$_$$$$$$$$$$$$$$$$$$$$$$$$
  28. _____$$$$$$$$$$$$__$$$$$__$$$$$$$$$$$$$$
  29. ____$$$__$$$$$$$$$$$$$$$$__$$$$$$$$$__$$
  30. ____$$___$$$$$$$$$$$$$$$$$_$$$$$$$$$__$$
  31. ____$$__$$$$$$$$$$$$$$$$$$_$$$$$$$$$_$$_
  32. ____$$$_$$$$$$$$$$$$$$$$$$_$$$$$$$$$$$__
  33. ____$$$__$$$$$$$$$$$$$$$$_$$$$$$$$$$$___
  34. _____$$$$$$$$$$$$$$$$$$$__$$$$$$$$$_____
  35. _____$$$$$$$$$$$$$$$$$$$________________
  36. _______$$$$$$$$$$$$$$$__________________
  37. __________$$$$$$$$$$____________________
  38. ----->
  39.  
  40. <meta charset="utf-8">
  41. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  42. {block:Description}
  43. <meta name="description" content="{MetaDescription}" />
  44. {/block:Description}
  45.  
  46. <title>{Title}</title>
  47.  
  48. <meta name="image:favicon" content="">
  49. <meta name="image:sidebar" content="">
  50. <meta name="image:home pixel" content="">
  51. <meta name="image:ask pixel" content="">
  52. <meta name="image:extra link pixel" content="">
  53.  
  54. <meta name="color:background" content="#fff">
  55. <meta name="color:text" content="#000">
  56. <meta name="color:links" content="#fff">
  57.  
  58. <meta name="if:circle sidebar img" content="1">
  59. <meta name="if:captions and tags" content="0">
  60.  
  61. <meta name="text:font size" content="12">
  62. <meta name="text:link url" content="/">
  63. <meta name="text:link name" content="link 1">
  64.  
  65. <link rel="shortcut icon" href="{image:favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  68.  
  69. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  70.  
  71. <style type="text/css">
  72.  
  73. body {
  74. margin:0px;
  75. background:{color:background};
  76. font-family:arial;
  77. font-size:{text:font size}px;
  78. line-height:120%;
  79. color:{color:text};
  80. }
  81.  
  82. p{
  83. margin:0 0 10px 0;
  84. padding:0;
  85. }
  86.  
  87. pre {
  88. white-space: pre-wrap;
  89. white-space: -moz-pre-wrap;
  90. white-space: -pre-wrap;
  91. white-space: -o-pre-wrap;
  92. word-wrap: break-word;
  93. }
  94.  
  95. a{
  96. color:{color:links};
  97. text-decoration:none;
  98. }
  99.  
  100. a:hover{
  101. color:{color:links hover};
  102. }
  103.  
  104. li{
  105. margin-left:-15px;
  106. }
  107.  
  108. #wrapper{
  109. width:600px;
  110. margin:50px 250px;
  111. }
  112.  
  113. #sidebar {
  114. position:fixed;
  115. color: {color:text};
  116. margin-left:-105px;
  117. margin-top: 110px;
  118. width: 115px;
  119. min-height: 50px;
  120. padding: 6px;
  121. background: transparent;
  122. float: right;
  123. word-wrap: break-word;
  124. padding:10px;
  125. }
  126.  
  127. #content{
  128. width:400px;
  129. margin-left:400px;
  130. overflow:hidden;
  131. }
  132.  
  133. .post{
  134. width:400px;
  135. margin:0 0 50px 0;
  136. overflow:hidden;
  137. padding:10px;
  138. }
  139.  
  140. .post img{
  141. max-width:100%;
  142. }
  143.  
  144. #sidebar img{
  145. max-height:auto;
  146. max-width:100px;
  147. left:185px;
  148. float:center;
  149. {block:ifcirclesidebarimg}
  150. border-radius:800px;
  151. {/block:ifcirclesidebarimg}
  152. }
  153.  
  154. #sidebar .pagination {
  155. width:100px;
  156. text-align:center;
  157. padding: 3px 0;
  158. }
  159.  
  160. #sidebar .pagination a {
  161. color:{color:links};
  162. text-decoration: none;
  163. }
  164.  
  165. #sidebar .pagination a:hover {
  166. color: {color:links hover};
  167. }
  168.  
  169. #credit{
  170. position:fixed;
  171. bottom:0px;
  172. left:3px;
  173. }
  174.  
  175. .media{
  176. margin:0 0 10px 0;
  177. }
  178.  
  179. .title{
  180. font-weight:normal;
  181. font-size:18px;
  182. margin:0 0 10px 0;
  183. }
  184.  
  185. .quote{
  186. font-weight:normal;
  187. font-size:16px;
  188. font-style:italic;
  189. margin:0 0 10px 0;
  190. }
  191.  
  192. .question{
  193. margin-bottom:10px;
  194. padding:5px;
  195. {block:ifborders}
  196. border:1px {select:borders} {color:borders};
  197. {/block:ifborders}
  198. }
  199.  
  200. blockquote{
  201. margin:0 0 10px 10px;
  202. padding:0 0 0 10px;
  203. border-left:solid 1px {color:borders};
  204. }
  205.  
  206. .post .footer{
  207. margin:0;
  208. text-align:left;
  209. padding:5px;
  210. }
  211.  
  212. ol.notes{
  213. list-style-type:none;
  214. padding:0;
  215. margin:0;
  216. }
  217.  
  218. ol.notes li.note img{
  219. width:16px;
  220. height:16px;
  221. }
  222.  
  223. .title{
  224. font-weight:normal;
  225. font-size:14px;
  226. margin:0 0 10px 0;
  227. }
  228.  
  229. ol.notes li.note{
  230. margin:0px;
  231. }
  232.  
  233. {CustomCSS}
  234. </style>
  235.  
  236. </head>
  237.  
  238. <body>
  239.  
  240. <div id="wrapper">
  241.  
  242. <div id="sidebar">
  243. <div id="sidebar img">
  244. <center>
  245. <a href="/"><img src="{image:sidebar}"></a>
  246. </div>
  247. <br>
  248. <center>
  249. {block:Description}
  250. {Description}</p>
  251. {/block:Description}
  252. <a href="/"><img src="{image:home pixel}" style="border:none; border-radius:1px;">&nbsp;&nbsp;</a>
  253. <a href="/ask"><img src="{image:ask pixel}" style="border:none; border-radius:1px;">&nbsp;&nbsp;</a>
  254. <a href="{text:link 1 url}"><img src="{image:extra link pixel}" style="border:none; border-radius:1px;">&nbsp;&nbsp;</a>
  255. <p></p>
  256. {block:Pagination}
  257. <div id="pagination">
  258. {block:PreviousPage}
  259. <a href="{PreviousPage}">&larr;</a>&nbsp;
  260. {/block:PreviousPage}
  261. {block:NextPage}
  262. <a href="{NextPage}">&nbsp;&rarr;</a>
  263. {/block:NextPage}
  264. </div>
  265. </center>
  266. {/block:Pagination}
  267. </div>
  268.  
  269. </center>
  270. {/block:Pagination}
  271. </div>
  272. <p></p>
  273.  
  274. </div>
  275.  
  276. <div id="content">
  277. {block:Posts}
  278.  
  279. <div class="post">
  280.  
  281. {block:Text}
  282. {block:Title}
  283. <div class="title">{Title}</div>
  284. {/block:Title}
  285. {Body}
  286. {/block:Text}
  287.  
  288. {block:Photo}
  289. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  290. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  291. {/block:Photo}
  292.  
  293. {block:Photoset}
  294. <div class="media">{Photoset-400}</div>
  295. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  296. {/block:Photoset}
  297.  
  298. {block:Quote}
  299. <div class="quote">"{Quote}"</div>
  300. {block:Source}
  301. <div class="quotesource">{Source}</div>
  302. {/block:Source}
  303. {/block:Quote}
  304.  
  305. {block:Link}
  306. <div class="title"><a href="{URL}">{Name}</a></div>
  307. {block:Description}
  308. <div class="description">{Description}</div>
  309. {/block:Description}
  310. {/block:Link}
  311.  
  312. {block:Chat}
  313. {block:Title}
  314. <div class="title">{Title}</div>
  315. {/block:Title}
  316.  
  317. {block:Lines}
  318. <div class="{Alt} user_{UserNumber}">
  319. {block:Label}
  320. <b>{Label}</b>{/block:Label}
  321. &nbsp;{Line}
  322. </div>
  323. {/block:Lines}
  324. {/block:Chat}
  325.  
  326. {block:Video}
  327. <div class="media">{Video-400}</div>
  328. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  329. {/block:Video}
  330.  
  331. {block:Audio}
  332. <div class="media">
  333. {block:AlbumArt}<img src="{AlbumArtURL}" style="width:100px; height:100px;">{/block:AlbumArt}
  334. <br>{block:TrackName}<small>{TrackName}{/block:TrackName} by {block:Artist}{Artist}</small>{/block:Artist}{AudioPlayerWhite}
  335. </div>
  336. {block:Caption}{Caption}{/block:Caption}
  337. {/block:Audio}
  338.  
  339. {block:Answer}
  340. <div class="question">
  341. <img class="asker-avatar" src="{AskerPortraitURL-24}" {block:ifborders}style="border:1px {select:borders} {color:borders}"{/block:ifborders} alt="">&nbsp;&nbsp;{Asker}: {Question}
  342. </div>
  343. <p><div class="caption">{Answer}</div>
  344. {/block:Answer}
  345.  
  346. {block:Date}
  347. <div class="footer">
  348. <a href="{Permalink}">posted {TimeAgo}{block:NoteCount} || {NoteCount}%&nbsp;{/block:NoteCount}</a>
  349. {block:PermalinkPage}
  350. {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp; {/block:Tags}{/block:HasTags}
  351. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  352. <br>{block:ContentSource}src: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  353. {/block:PermalinkPage}
  354. </div>
  355.  
  356. {block:PermalinkPage}
  357. {block:NoteCount}
  358. {block:PostNotes}{PostNotes}{/block:PostNotes}
  359. {/block:NoteCount}
  360. {/block:PermalinkPage}
  361. {/block:Date}
  362.  
  363. </div>
  364. {/block:Posts}
  365. </div>
  366. </div>
  367.  
  368. </div>
  369.  
  370. </div>
  371.  
  372. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  373. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  374.  
  375. <div id="credit"><a href="http://komaedahater69.tumblr.com">thm</a></div>
  376.  
  377. </body>
  378. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement