Advertisement
qtsumu

my wittle theme pwease no stealy (or ask)

Aug 20th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 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: bipolaryuugi)
  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.  
  51. <meta name="color:background" content="#fff">
  52. <meta name="color:text" content="#000">
  53. <meta name="color:borders" content="#000">
  54. <meta name="color:shadow" content="#000">
  55. <meta name="color:links" content="#999">
  56. <meta name="color:links hover" content="#ccc">
  57. <meta name="color:nav bg" content="#ccc">
  58.  
  59. <meta name="if:circle sidebar img" content="1">
  60.  
  61. <meta name="text:font size" content="12">
  62. <meta name="text:link url" content="/">
  63. <meta name="text:link name" content="link">
  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. ::-webkit-scrollbar-thumb:vertical {
  74. background-color: {color:links};
  75. height: 50px;
  76. }
  77. ::-webkit-scrollbar {
  78. height: 0px;
  79. width: 10px;
  80. background-color: {color:background};
  81. }
  82.  
  83. body {
  84. margin:0px;
  85. background:{color:background};
  86. font-family:georgia;
  87. font-size:{text:font size}px;
  88. line-height:120%;
  89. color:{color:text};
  90. }
  91.  
  92. p{
  93. margin:0 0 10px 0;
  94. padding:0;
  95. }
  96.  
  97. pre {
  98. white-space: pre-wrap;
  99. white-space: -moz-pre-wrap;
  100. white-space: -pre-wrap;
  101. white-space: -o-pre-wrap;
  102. word-wrap: break-word;
  103. }
  104.  
  105. a{
  106. color:{color:links};
  107. text-decoration:none;
  108. }
  109.  
  110. a:hover{
  111. color:{color:links hover};
  112. }
  113.  
  114. li{
  115. margin-left:-15px;
  116. }
  117.  
  118. #wrapper{
  119. width:600px;
  120. margin:50px 250px;
  121. }
  122.  
  123. select {
  124. font-size: {text:font size}px;
  125. border: 3px double {color:borders};
  126. width:100px;
  127. background:{color:nav bg};
  128. border:5px double {color:borders};
  129. -moz-box-shadow: 5px 5px 5px {color:shadow};
  130. -webkit-box-shadow: 5px 5px 5px {color:shadow};
  131. box-shadow: 5px 5px 5px {color:shadow};
  132. font-family:georgia;
  133. }
  134.  
  135. #sidebar{
  136. width:125px;
  137. position:fixed;
  138. padding:10px;
  139. margin-left:-37px;
  140. }
  141.  
  142. #content{
  143. width:auto;
  144. margin-left:200px;
  145. }
  146.  
  147. .post{
  148. width:400px;
  149. margin:0 0 50px 0;
  150. overflow:hidden;
  151. padding:10px;
  152. border:5px double {color:borders};
  153. -moz-box-shadow: 5px 5px 5px {color:shadow};
  154. -webkit-box-shadow: 5px 5px 5px {color:shadow};
  155. box-shadow: 5px 5px 5px {color:shadow};
  156. }
  157.  
  158. .post img{
  159. max-width:100%;
  160. }
  161.  
  162. #sidebar img{
  163. max-height:100px;
  164. max-width:100px;
  165. float:center;
  166. border:5px double {color:borders};
  167. {block:ifcirclesidebarimg}
  168. border-radius:800px;
  169. {/block:ifcirclesidebarimg}
  170. -moz-box-shadow: 5px 5px 5px {color:shadow};
  171. -webkit-box-shadow: 5px 5px 5px {color:shadow};
  172. box-shadow: 5px 5px 5px {color:shadow};
  173. }
  174.  
  175. #sidebar .pagination {
  176. width:100px;
  177. text-align:center;
  178. padding: 3px 0;
  179. }
  180.  
  181. #sidebar .pagination a {
  182. color:{color:links};
  183. text-decoration: none;
  184. }
  185.  
  186. #sidebar .pagination a:hover {
  187. color: {color:links hover};
  188. }
  189.  
  190. #credit{
  191. position:fixed;
  192. bottom:0px;
  193. left:3px;
  194. }
  195.  
  196. .media{
  197. margin:0 0 10px 0;
  198. }
  199.  
  200. .title{
  201. font-weight:normal;
  202. font-size:18px;
  203. margin:0 0 10px 0;
  204. }
  205.  
  206. .quote{
  207. font-weight:normal;
  208. font-size:16px;
  209. font-style:italic;
  210. margin:0 0 10px 0;
  211. }
  212.  
  213. .question{
  214. margin-bottom:10px;
  215. padding:5px;
  216. }
  217.  
  218. blockquote{
  219. margin:0 0 10px 10px;
  220. padding:0 0 0 10px;
  221. border-left:solid 1px {color:borders};
  222. }
  223.  
  224. .post .footer{
  225. margin:0;
  226. text-align:left;
  227. padding:5px;
  228. }
  229.  
  230. ol.notes{
  231. list-style-type:none;
  232. padding:0;
  233. margin:0;
  234. }
  235.  
  236. ol.notes li.note img{
  237. width:16px;
  238. height:16px;
  239. }
  240.  
  241. ol.notes li.note{
  242. margin:0px;
  243. }
  244.  
  245. {CustomCSS}
  246. </style>
  247.  
  248. </head>
  249.  
  250. <body>
  251.  
  252. <div id="wrapper">
  253.  
  254.  
  255. <div id="sidebar">
  256. <div id="sidebar img">
  257. <center>
  258. <a href="/" title="{text:sidebar img hover}"><img src="{image:sidebar}"></a>
  259. </div>
  260. <br>
  261. <center>
  262. {block:Description}
  263. {Description}</p>
  264. {/block:Description}
  265. <select>
  266. <option><a href="/">home</a></option>
  267. <option><a href="/ask">ask</a></option>
  268. <option><a href="{text:link url}">{text:link name}</a></option>
  269. </select>
  270. </center>
  271. <p></p>
  272. {block:ifnotinfinitescroll}
  273. {block:Pagination}
  274. <center>
  275. <div id="pagination">
  276. {block:PreviousPage}
  277. <a href="{PreviousPage}">&larr;</a>&nbsp;
  278. {/block:PreviousPage}
  279. {block:JumpPagination length="5"}
  280. {block:CurrentPage}
  281. <span class="current_page">{PageNumber}</span>
  282. {/block:CurrentPage}
  283. {block:JumpPage}
  284. <a class="jump_page" href="{URL}">{PageNumber}</a>
  285. {/block:JumpPage}
  286. {/block:JumpPagination}
  287. {block:NextPage}
  288. <a href="{NextPage}">&nbsp;&rarr;</a>
  289. {/block:NextPage}
  290. </div>
  291. </center>
  292. {/block:Pagination}
  293. {/block:ifnotinfinitescroll}
  294.  
  295. </div>
  296.  
  297. <div id="content">
  298. {block:Posts}
  299.  
  300. <div class="post">
  301.  
  302. {block:Text}
  303. {block:Title}
  304. <div class="title">{Title}</div>
  305. {/block:Title}
  306. {Body}
  307. {/block:Text}
  308.  
  309. {block:Photo}
  310. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  311. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  312. {/block:Photo}
  313.  
  314. {block:Photoset}
  315. <div class="media">{Photoset-400}</div>
  316. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  317. {/block:Photoset}
  318.  
  319. {block:Quote}
  320. <div class="quote">"{Quote}"</div>
  321. {block:Source}
  322. <div class="quotesource">{Source}</div>
  323. {/block:Source}
  324. {/block:Quote}
  325.  
  326. {block:Link}
  327. <div class="title"><a href="{URL}">{Name}</a></div>
  328. {block:Description}
  329. <div class="description">{Description}</div>
  330. {/block:Description}
  331. {/block:Link}
  332.  
  333. {block:Chat}
  334. {block:Title}
  335. <div class="title">{Title}</div>
  336. {/block:Title}
  337.  
  338. {block:Lines}
  339. <div class="{Alt} user_{UserNumber}">
  340. {block:Label}
  341. <b>{Label}</b>{/block:Label}
  342. &nbsp;{Line}
  343. </div>
  344. {/block:Lines}
  345. {/block:Chat}
  346.  
  347. {block:Video}
  348. <div class="media">{Video-400}</div>
  349. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  350. {/block:Video}
  351.  
  352. {block:Audio}
  353. <div class="media">
  354. {block:AlbumArt}<img src="{AlbumArtURL}" style="width:100px; height:100px;">{/block:AlbumArt}
  355. <br>{block:TrackName}<small>{TrackName}{/block:TrackName} by {block:Artist}{Artist}</small>{/block:Artist}{AudioPlayerWhite}
  356. </div>
  357. {block:Caption}{Caption}{/block:Caption}
  358. {/block:Audio}
  359.  
  360. {block:Answer}
  361. <div class="question">
  362. <img class="asker-avatar" src="{AskerPortraitURL-24}" {block:ifborders}style="border:1px solid {color:borders}"{/block:ifborders} alt="">&nbsp;&nbsp;{Asker}: {Question}
  363. </div>
  364. <p><div class="caption">{Answer}</div>
  365. {/block:Answer}
  366.  
  367.  
  368. {block:Date}
  369. <div class="footer">
  370. <a href="{Permalink}">posted {TimeAgo}{block:NoteCount} || {NoteCount}{text:note label}&nbsp;{/block:NoteCount}</a>
  371. {block:HasTags}<br>{block:Tags}{text:tag symbol}<a href="{TagURL}">{Tag}</a>&nbsp; {/block:Tags}{/block:HasTags}
  372. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  373. <br>{block:ContentSource}src: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  374. </div>
  375.  
  376. {block:PermalinkPage}
  377. {block:NoteCount}
  378. {block:PostNotes}{PostNotes}{/block:PostNotes}
  379. {/block:NoteCount}
  380. {/block:PermalinkPage}
  381. {/block:Date}
  382.  
  383. </div>
  384. {/block:Posts}
  385. </div>
  386. </div>
  387.  
  388. </div>
  389.  
  390. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  391. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  392.  
  393. </body>
  394. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement