Advertisement
lucitor

SUGAR RUSH THEME!

Apr 7th, 2018
2,544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. {block:ifcustomcursor}<style>body, a, a:hover { cursor:url({image:cursor}), auto; }</style>{/block:ifcustomcursor}
  4.  
  5. <!-----
  6. 。・:*:・゚★,。・:*:・゚☆   。・:*:・゚★,。・:*:・゚☆
  7.  
  8. base code by animecharacter
  9.  
  10. theme by lizzy sanrieo Σd(≧ω≦*) グッ
  11.  
  12. 。・:*:・゚★,。・:*:・゚☆   。・:*:・゚★,。・:*:・゚☆
  13. ----->
  14.  
  15. <meta charset="utf-8">
  16. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20.  
  21. <title>{Title}</title>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  26.  
  27. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  28.  
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:background" content=""/>
  31. <meta name="image:cursor" content=""/>
  32. <meta name="image:permalink" content=""/>
  33. <meta name="image:link img" content=""/>
  34.  
  35. <meta name="color:background" content=""/>
  36. <meta name="color:text" content=""/>
  37. <meta name="color:links" content=""/>
  38. <meta name="color:linkglow" content=""/>
  39. <meta name="color:side bg" content=""/>
  40. <meta name="color:linkborder" content=""/>
  41.  
  42. <meta name="if:title" content="" />
  43. <meta name="if:linkborder" content="" />
  44. <meta name="if:linkglow" content="" />
  45. <meta name="if:boldlinks" content="" />
  46. <meta name="if:customcursor" content="" />
  47. <meta name="text:title size" content="" />
  48.  
  49. <meta name="text:link 1 URL" content="" />
  50. <meta name="text:link 1" content="" />
  51.  
  52. <meta name="text:searchbar" content=""/>
  53. <meta name="text:symbol" content=""/>
  54.  
  55. <style type="text/css">
  56.  
  57.  
  58. /*
  59. listen to i love you like an alcoholic by the taxpayers or else you dont fucking exist and i will rip every bone from your puny little body and feed each and every last one of them to my pet rabid dog named Douglas
  60. */
  61.  
  62. body {
  63. margin:0px;
  64. background:{color:background};
  65. background: {color:Background} url('{image:Background}') repeat;
  66. font-family: arial;
  67. font-size:22px;
  68. line-height:140%;
  69. color: {color:text};
  70. }
  71.  
  72. p{
  73. margin:0 0 10px 0;
  74. padding:0;
  75. }
  76.  
  77. pre {
  78. white-space: pre-wrap;
  79. white-space: -moz-pre-wrap;
  80. white-space: -pre-wrap;
  81. white-space: -o-pre-wrap;
  82. word-wrap: break-word;
  83. }
  84.  
  85. a{
  86. color:{color:links};
  87. {block:iflinkborder}text-shadow: -1px 0 {color:linkborder}, 0 1px {color:linkborder}, 1px 0 {color:linkborder}, 0 -1px {color:linkborder};{/block:iflinkborder}
  88. {block:iflinkglow}text-shadow: 0px 0px 5px {color:linkglow};{/block:iflinkglow}
  89. text-decoration:none;
  90. {block:ifboldlinks}font-weight:bold;{/block:ifboldlinks}
  91. }
  92.  
  93. a:hover{
  94. text-shadow: 0px 0px 5px {color:links};
  95. font-weight:bold;
  96. }
  97.  
  98. li{
  99. margin-left:-15px;
  100. }
  101.  
  102. /*
  103. containers etc
  104. */
  105. #wrapper{
  106. width:600px;
  107. margin:50px auto;
  108. }
  109.  
  110. #sidebar{
  111. text-align:center;
  112. width:450px;
  113. position:fixed;
  114. margin-left:-270px;
  115. margin-top:0px;
  116. }
  117.  
  118. #sidebar .title {
  119. font-size: {text:title size};
  120. margin-bottom: 5px;
  121. width:450px;
  122. }
  123.  
  124. #content{
  125. width:400px;
  126. margin-left:200px;
  127. overflow:hidden;
  128. }
  129.  
  130. .post{
  131. width:400px;
  132. margin:0 0 50px 0;
  133. overflow:hidden;
  134. padding:1px;
  135. }
  136.  
  137. #sidebar img, .post img{
  138. max-width:100%;
  139. border-radius:15px;
  140. }
  141.  
  142. #nav{
  143. margin:50px 0 0 0;
  144. }
  145.  
  146. #searchbar{
  147.  
  148. }
  149.  
  150. /*
  151. content in the body of the posts - quotes, asks, etc
  152. "media" contains photos, photosets, videos, audio posts
  153. */
  154. .media{
  155. margin:0 0 10px 0;
  156. }
  157.  
  158. .title{
  159. font-weight:normal;
  160. font-size:18px;
  161. margin:0 0 10px 0;
  162. }
  163.  
  164. .quote{
  165. font-weight:normal;
  166. font-size:16px;
  167. font-style:italic;
  168. margin:0 0 10px 0;
  169. }
  170.  
  171. .question{
  172. margin-bottom:10px;
  173. }
  174.  
  175. blockquote{
  176. margin:0 0 10px 10px;
  177. padding:0 0 0 10px;
  178. border-left:solid 1px #000;
  179. }
  180.  
  181. /*
  182. post footers - date, tags, via and source
  183. */
  184. .post .footer{
  185. margin:0;
  186. text-align:center;
  187. }
  188.  
  189. /*
  190. post notes
  191. */
  192. ol.notes{
  193. list-style-type:none;
  194. padding:0;
  195. margin:0;
  196. }
  197.  
  198. ol.notes li.note img{
  199. width:16px;
  200. height:16px;
  201. }
  202.  
  203. ol.notes li.note{
  204. margin:0px;
  205. }
  206.  
  207. {CustomCSS}
  208. </style>
  209. </head>
  210.  
  211. <body>
  212. <div id="wrapper">
  213.  
  214.  
  215. <div id="sidebar">
  216. {block:iftitle}
  217. <div class="title">
  218. <b>{Title}</b>
  219. </div>
  220. {/block:iftitle}
  221. <div id="sidebar img"><img src="{image:sidebar}"></div>
  222. {block:Description}
  223. <p>{Description}</p>
  224. {/block:Description}
  225. <div class="searchbar">
  226. <form>
  227. <input type="text" placeholder="{text:searchbar}" required></div>
  228.  
  229. <img src="{image:link img}"> <a href="/">home</a> {text:symbol}
  230. <a href="/contact">ask</a> {text:symbol}
  231. {block:iflink1}<a href="{text:link 1 URL}">{text:link 1}</a>{/block:iflink1} <img src="{image:link img}">
  232. {block:AskEnabled}
  233. {/block:AskEnabled}
  234. {/block:SubmissionsEnabled}
  235. {block:HasPages}
  236. {block:Pages}
  237. <a href="{URL}">{Label}</a><br>
  238. {/block:Pages}
  239. {/block:HasPages}
  240. </div>
  241.  
  242.  
  243.  
  244. <div id="content">
  245. {block:Posts}
  246.  
  247. <div class="post">
  248.  
  249. {block:Text}
  250. {block:Title}
  251. <div class="title">{Title}</div>
  252. {/block:Title}
  253. {Body}
  254. {/block:Text}
  255.  
  256. {block:Photo}
  257. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  258. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  259. {/block:Photo}
  260.  
  261. {block:Photoset}
  262. <div class="media">{Photoset-400}</div>
  263. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  264. {/block:Photoset}
  265.  
  266. {block:Quote}
  267. <div class="quote">"{Quote}"</div>
  268. {block:Source}
  269. <div class="quotesource">{Source}</div>
  270. {/block:Source}
  271. {/block:Quote}
  272.  
  273. {block:Link}
  274. <div class="title"><a href="{URL}">{Name}</a></div>
  275. {block:Description}
  276. <div class="description">{Description}</div>
  277. {/block:Description}
  278. {/block:Link}
  279.  
  280. {block:Chat}
  281. {block:Title}
  282. <div class="title">{Title}</div>
  283. {/block:Title}
  284.  
  285. {block:Lines}
  286. <div class="{Alt} user_{UserNumber}">
  287. {block:Label}
  288. <b>{Label}</b>{/block:Label}
  289. &nbsp;{Line}
  290. </div>
  291. {/block:Lines}
  292. {/block:Chat}
  293.  
  294. {block:Video}
  295. <div class="media">{Video-400}</div>
  296. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  297. {/block:Video}
  298.  
  299. {block:Audio}
  300. <div class="media">
  301. {AudioPlayerWhite}
  302. {block:TrackName}{TrackName}<br>{/block:TrackName}
  303. {block:Artist}{Artist}<br>{/block:Artist}
  304. </div>
  305. {block:Caption}{Caption}{/block:Caption}
  306. {/block:Audio}
  307.  
  308. {block:Answer}
  309. <div class="question">{Asker}: {Question}</div>
  310. <div class="caption">{Answer}</div>
  311. {/block:Answer}
  312.  
  313.  
  314. {block:Date}
  315. <div class="footer">
  316. <a href="{Permalink}">{TimeAgo} <img src="{image:permalink}"> {block:NoteCount} ({NoteCountWithLabel}){/block:NoteCount} </a>
  317. {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  318. </div>
  319.  
  320. {block:PermalinkPage}
  321. {block:NoteCount}
  322. {block:PostNotes}{PostNotes}{/block:PostNotes}
  323. {/block:NoteCount}
  324. {/block:PermalinkPage}
  325. {/block:Date}
  326.  
  327. </div>
  328. {/block:Posts}
  329.  
  330. {block:Pagination}
  331. <div id="nav">
  332. {block:PreviousPage}<a href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage}
  333.  
  334. {block:NextPage}<a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
  335. </div>
  336. {/block:Pagination}
  337. </div>
  338. </div>
  339.  
  340. </div>
  341.  
  342. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  343. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  344.  
  345. </body>
  346. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement