Advertisement
lucitor

UMMMM FUCK theme

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