Advertisement
lucitor

pig grease slathering station theme

Apr 9th, 2018
2,960
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.51 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. base code by animecharacter
  8.  
  9. theme by lizzy sanrieo Σd(≧ω≦*) グッ
  10.  
  11. 。・:*:・゚★,。・:*:・゚☆   。・:*:・゚★,。・:*:・゚☆
  12. ----->
  13.  
  14. <link href='https://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  15. <link href='https://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  16. <link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
  17. <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
  18. <link href="https://fonts.googleapis.com/css?family=Karla" rel="stylesheet">
  19.  
  20. <meta charset="utf-8">
  21. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  22. {block:Description}
  23. <meta name="description" content="{MetaDescription}" />
  24. {/block:Description}
  25.  
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{image:favicon}">
  28.  
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  31.  
  32. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  33.  
  34. <meta name="image:favicon" content=""/>
  35. <meta name="image:background" content=""/>
  36. <meta name="image:cursor" content=""/>
  37. <meta name="image:sidebar" content=""/>
  38. <meta name="image:permalink" content=""/>
  39. <meta name="image:blinkie 1" content=""/>
  40. <meta name="image:blinkie 2" content=""/>
  41. <meta name="image:blinkie 3" content=""/>
  42. <meta name="image:blinkie 4" content=""/>
  43. <meta name="image:sidebar pixel 1" content=""/>
  44. <meta name="image:sidebar pixel 2" content=""/>
  45. <meta name="image:sidebar pixel 3" content=""/>
  46. <meta name="image:sidebar pixel 4" content=""/>
  47. <meta name="image:sidebar pixel 5" content=""/>
  48. <meta name="image:sidebar pixel 6" content=""/>
  49. <meta name="image:sidebar pixel 7" content=""/>
  50. <meta name="image:sidebar pixel 8" content=""/>
  51. <meta name="image:sidebar pixel 9" content=""/>
  52.  
  53. <meta name="color:background" content=""/>
  54. <meta name="color:text" content=""/>
  55. <meta name="color:links" content=""/>
  56. <meta name="color:link border" content=""/>
  57. <meta name="color:link bg" content=""/>
  58. <meta name="color:border" content=""/>
  59. <meta name="color:title font color" content=""/>
  60.  
  61. <meta name="if:title" content="" />
  62. <meta name="if:customcursor" content="" />
  63.  
  64. <meta name="text:title size" content="" />
  65. <meta name="text:font" content="" />
  66. <meta name="text:font size" content="" />
  67. <meta name="text:searchbar" content=""/>
  68.  
  69. <style type="text/css">
  70.  
  71.  
  72. /*
  73. shakira shakira
  74. */
  75.  
  76. body {
  77. margin:0px;
  78. background:{color:background};
  79. background: {color:Background} url('{image:Background}') repeat;
  80. font-family:{text:font};
  81. font-size:{text:font size};
  82. line-height:160%;
  83. color: {color:text};
  84. }
  85.  
  86. p{
  87. margin:0 0 10px 0;
  88. padding:0;
  89. }
  90.  
  91. pre {
  92. white-space: pre-wrap;
  93. white-space: -moz-pre-wrap;
  94. white-space: -pre-wrap;
  95. white-space: -o-pre-wrap;
  96. word-wrap: break-word;
  97. }
  98.  
  99. a{
  100. color:{color:links};
  101. text-shadow: -1px 0 {color:link border}, 0 1px {color:link border}, 1px 0 {color:link border}, 0 -1px {color:link border};
  102. text-decoration:none;
  103. background:{color:link bg};
  104. }
  105.  
  106. a:hover{
  107. letter-spacing: 1px;
  108. -webkit-transition: all 1s ease;
  109. -moz-transition: all 1s ease;
  110. -o-transition: all 1s ease;
  111. transition: all 1s ease;
  112. cursor: pointer
  113. }
  114.  
  115. li{
  116. margin-left:-15px;
  117. }
  118.  
  119. /*
  120. 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
  121. */
  122. #wrapper{
  123. width:600px;
  124. margin:50px auto;
  125. }
  126.  
  127. #sidebar{
  128. text-align:center;
  129. width:350px;
  130. position:fixed;
  131. margin-left:-200px;
  132. margin-top:0px;
  133. background:#fff;
  134. padding:2px;
  135. box-shadow: 0 0 10px 4px #fff;
  136. }
  137.  
  138. #sidebar .title {
  139. font-size: {text:title size};
  140. color:{color:title font color};
  141. margin-bottom: 6px;
  142. width:350px;
  143. }
  144.  
  145. #content{
  146. width:400px;
  147. margin-left:200px;
  148. overflow:hidden;
  149. }
  150.  
  151. .post{
  152. width:380px;
  153. margin:0 0 -2px 0;
  154. padding:5px;
  155. background:#fff;
  156. border: 2px dotted {color:border};
  157. }
  158.  
  159. #sidebar img, .post img{
  160. max-width:100%;
  161. }
  162.  
  163. #nav{
  164. margin:50px 0 0 0;
  165. }
  166.  
  167.  
  168. /*
  169. hannah annafellows is my mother
  170. */
  171. .media{
  172. margin:0 0 10px 0;
  173. }
  174.  
  175. .pixelbox{
  176. padding:6px;
  177. }
  178.  
  179. .title{
  180. font-weight:normal;
  181. font-size:35px;
  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. }
  195.  
  196. blockquote{
  197. margin:0 0 10px 10px;
  198. padding:0 0 0 10px;
  199. border-left:solid 1px #000;
  200. }
  201.  
  202. /*
  203. lasbian
  204. */
  205. .post .footer{
  206. margin:0;
  207. text-align:center;
  208. }
  209.  
  210. /*
  211. post notes
  212. */
  213. ol.notes{
  214. list-style-type:none;
  215. padding:0;
  216. margin:0;
  217. }
  218.  
  219. ol.notes li.note img{
  220. width:16px;
  221. height:16px;
  222. }
  223.  
  224. ol.notes li.note{
  225. margin:0px;
  226. }
  227.  
  228. {CustomCSS}
  229. </style>
  230. </head>
  231.  
  232. <body>
  233. <div id="wrapper">
  234.  
  235.  
  236. <div id="sidebar">
  237. {block:iftitle}
  238. <div class="title">
  239. <b>{Title}</b>
  240. </div>
  241. {/block:iftitle}
  242. <div id="sidebar img"><img src="{image:sidebar}"></div>
  243. {block:Description}
  244. {Description}
  245. {/block:Description}<br>
  246. <img src="{image:blinkie 1}"> <img src="{image:blinkie 2}"><br>
  247. <img src="{image:blinkie 3}"> <img src="{image:blinkie 4}">
  248. <br><div class="pixelbox">
  249. <img src="{image:sidebar pixel 1}"> <img src="{image:sidebar pixel 2}"> <img src="{image:sidebar pixel 3}"> <img src="{image:sidebar pixel 4}"> <img src="{image:sidebar pixel 5}"> <img src="{image:sidebar pixel 6}"> <img src="{image:sidebar pixel 7}"> <img src="{image:sidebar pixel 8}"> <img src="{image:sidebar pixel 9}"></div>
  250. <div class="searchbar">
  251. <form>
  252. <input type="text" placeholder="{text:searchbar}" required></div>
  253. {block:AskEnabled}
  254. {/block:AskEnabled}
  255. {/block:SubmissionsEnabled}
  256. {block:HasPages}
  257. {block:Pages}
  258. <a href="{URL}">{Label}</a><br>
  259. {/block:Pages}
  260. {/block:HasPages}
  261. </div>
  262.  
  263.  
  264.  
  265. <div id="content">
  266. {block:Posts}
  267.  
  268. <div class="post">
  269.  
  270. {block:Text}
  271. {block:Title}
  272. <div class="title">{Title}</div>
  273. {/block:Title}
  274. {Body}
  275. {/block:Text}
  276.  
  277. {block:Photo}
  278. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  279. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  280. {/block:Photo}
  281.  
  282. {block:Photoset}
  283. <div class="media">{Photoset-400}</div>
  284. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  285. {/block:Photoset}
  286.  
  287. {block:Quote}
  288. <div class="quote">"{Quote}"</div>
  289. {block:Source}
  290. <div class="quotesource">{Source}</div>
  291. {/block:Source}
  292. {/block:Quote}
  293.  
  294. {block:Link}
  295. <div class="title"><a href="{URL}">{Name}</a></div>
  296. {block:Description}
  297. <div class="description">{Description}</div>
  298. {/block:Description}
  299. {/block:Link}
  300.  
  301. {block:Chat}
  302. {block:Title}
  303. <div class="title">{Title}</div>
  304. {/block:Title}
  305.  
  306. {block:Lines}
  307. <div class="{Alt} user_{UserNumber}">
  308. {block:Label}
  309. <b>{Label}</b>{/block:Label}
  310. &nbsp;{Line}
  311. </div>
  312. {/block:Lines}
  313. {/block:Chat}
  314.  
  315. {block:Video}
  316. <div class="media">{Video-400}</div>
  317. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  318. {/block:Video}
  319.  
  320. {block:Audio}
  321. <div class="media">
  322. {AudioPlayerWhite}
  323. {block:TrackName}{TrackName}<br>{/block:TrackName}
  324. {block:Artist}{Artist}<br>{/block:Artist}
  325. </div>
  326. {block:Caption}{Caption}{/block:Caption}
  327. {/block:Audio}
  328.  
  329. {block:Answer}
  330. <div class="question">{Asker}: {Question}</div>
  331. <div class="caption">{Answer}</div>
  332. {/block:Answer}
  333.  
  334.  
  335. {block:Date}
  336. <div class="footer">
  337. <a href="{Permalink}">{TimeAgo} <img src="{image:permalink}"> {block:NoteCount} ({NoteCountWithLabel}){/block:NoteCount} </a>
  338. {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  339. </div>
  340.  
  341. {block:PermalinkPage}
  342. {block:NoteCount}
  343. {block:PostNotes}{PostNotes}{/block:PostNotes}
  344. {/block:NoteCount}
  345. {/block:PermalinkPage}
  346. {/block:Date}
  347.  
  348. </div>
  349. {/block:Posts}
  350.  
  351. {block:Pagination}
  352. <div id="nav">
  353. {block:PreviousPage}<a href="{PreviousPage}">⇇</a>{/block:PreviousPage}
  354.  
  355. {block:NextPage}<a href="{NextPage}">⇉</a>{/block:NextPage}
  356. </div>
  357. {/block:Pagination}
  358. </div>
  359. </div>
  360.  
  361. </div>
  362.  
  363. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  364. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  365.  
  366. </body>
  367. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement