Advertisement
laughysapphy

theme o3 - banksy factkin

Sep 17th, 2015
4,264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3.  
  4. <!--
  5. i'm getting better at these hahaha
  6. theme o3 - banksy factkin uwu
  7. i was originally gonna call this industrial deathcore but ill save that for another theme
  8. -dont repost or claim as ur own
  9. -dont move or remove credit
  10. -thats about it really
  11. theme by me, claire @famicom64
  12. base code by anaarthemes!
  13. -->
  14.  
  15. <title>{Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  16. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  17. <link rel="shortcut icon" href="{Favicon}"/>
  18. <link rel="alternate" type="applicaoundedtion/rss+xml" href="{RSS}"/>
  19.  
  20. <meta name="image:Background" content=""/>
  21. <meta name="image:Sidebar" content=""/>
  22. <meta name="image:Favicon" content=""/>
  23. <meta name="image:Sidepic" content="" />
  24. <meta name="image:Banner" content="" />
  25.  
  26. <meta name="color:Background" content="#d0f1ff"/>
  27. <meta name="color:Text" content="#000"/>
  28. <meta name="color:Posts" content="#fff"/>
  29. <meta name="color:Sidebar" content="#fff"/>
  30. <meta name="color:Borders" content="#d1d1d1" />
  31. <meta name="color:Links" content="#8c8c8c"/>
  32. <meta name="color:Links Hover" content=""/>
  33. <meta name="color:Footer" content="" />
  34. <meta name="color:Footer Text" content="#000"/>
  35. <meta name="color:Scrollbar background" content="" />
  36. <meta name="color:Scrollbar" content="" />
  37. <meta name="color:Scrollbar border" content="" />
  38. <meta name="color:Highlight text" content="" />
  39.  
  40. <meta name="text:Sidepic top" content="0" />
  41. <meta name="text:Sidepic right" content="0" />
  42. <meta name="text:Link 1 url" content="/" />
  43. <meta name="text:Link 2 url" content="/" />
  44. <meta name="text:Link 3 url" content="/" />
  45. <meta name="text:Link 4 url" content="/" />
  46. <meta name="text:Link 5 url" content="/" />
  47. <meta name="text:Link 1 title" content="" />
  48. <meta name="text:Link 2 title" content="" />
  49. <meta name="text:Link 3 title" content="" />
  50. <meta name="text:Link 4 title" content="" />
  51. <meta name="text:Link 5 title" content="" />
  52.  
  53. <meta name="if:Background Cover" content="0"/>
  54. <meta name="if:400px" content="1"/>
  55. <meta name="if:250px" content="0"/>
  56. <meta name="if:Link 1" content="" />
  57. <meta name="if:Link 2" content="" />
  58. <meta name="if:Link 3" content="" />
  59. <meta name="if:Link 4" content="" />
  60. <meta name="if:Link 5" content="" />
  61.  
  62. <meta name="select:font" content="arial" title="arial">
  63. <meta name="select:font" content="verdana" title="verdana">
  64. <meta name="select:font" content="consolas" title="consolas">
  65. <meta name="select:font" content="ms gothic" title="ms gothic">
  66. <meta name="select:font" content="trebuchet ms" title="trebuchet ms">
  67.  
  68.  
  69. <link rel="shortcut icon" href="{image:Favicon}" />
  70. <style type="text/css">
  71.  
  72.  
  73. body, a{cursor: url(http://static.tumblr.com/obptcxj/QvHmo0l0g/cursor__6_.png), auto;}
  74.  
  75. a:hover{cursor: url(http://38.media.tumblr.com/tumblr_m2umkfZJpv1qfamg6.gif), auto;}
  76.  
  77. ::-webkit-scrollbar {width: 6px; height: 3px; background: {color:scrollbar background};}
  78. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar} ;border: 1px solid {color:scrollbar border};}
  79.  
  80. ::selection {color: {color:highlight text}; background: rgba(0, 0, 0, 0.0);}
  81. ::-moz-selection {color: {color:highlight text}; background: rgba(0, 0, 0, 0.0);}
  82. ::-webkit-selection {color: {color:highlight text}; background: rgba(0, 0, 0, 0.0);}
  83.  
  84.  
  85. body {
  86. background-color:{color:Background};
  87. background-image:url('{image:Background}');
  88. {block:ifBackgroundCover}background-size:cover;{/block:ifBackgroundCover}
  89. {block:ifnotBackgroundCover}background-repeat:repeat;{/block:ifnotBackgroundCover}
  90. background-attachment:fixed;
  91. color:{color:Text};
  92. font-size:12px;
  93. line-height:120%;
  94. font-family:{select:font};
  95. word-wrap: break-word;
  96. }
  97.  
  98. a {
  99. color:{color:Links};
  100. text-decoration: none;
  101. }
  102.  
  103. a:hover {
  104. color:{color:Links Hover};
  105. text-decoration:underline;
  106. transition:all 0.5s ease-in-out;
  107. -o-transition:all 0.5s ease-in-out;
  108. -moz-transition:all 0.5s ease-in-out;
  109. -webkit-transition:all 0.5s ease-in-out;
  110. }
  111.  
  112. #container {
  113. position:relative;
  114. width:700px;
  115. margin:50px auto;
  116. }
  117.  
  118. .entries {
  119. position:relative;
  120. left: -150px;
  121. {block:if400px}width:400px;{/block:if400px}
  122. {block:if250px}width:250px;{/block:if250px}
  123. margin:30px 0px 30px 200px;
  124. padding: 10px;
  125. border:6px double {color:borders};
  126. background: {color:posts};
  127. }
  128.  
  129. .entries img {
  130. max-width:100%;
  131.  
  132. }
  133.  
  134. .entries .quote{
  135. font-size:16px;
  136. line-height:120%;
  137. text-align:left;
  138. }
  139.  
  140. .entries .title{
  141. font-size:16px;
  142. color: {color:text};
  143. font-family: {select:font};
  144. }
  145.  
  146. .entries .link{
  147. font-size:16px;
  148. color: {color:links};
  149. font-family: {select:font};
  150. }
  151.  
  152. .entries .question{
  153. background: {color:footer};
  154. padding: 3px;
  155. border: 2px solid {color:borders};
  156. }
  157.  
  158. .entries .audio{
  159. padding: 7px;
  160. margin-bottom: 10px;
  161. border: 2px solid {color:borders};
  162. }
  163.  
  164. #sidebar{
  165. position:fixed;
  166. top: 150px;
  167. left: 210px;
  168. width:175px;
  169. height: 124px;
  170. background-color:{color:Sidebar};
  171. border:2px solid {color:borders};
  172. z-index: 1;
  173. }
  174.  
  175. #sidebar .image img{
  176. position:fixed;
  177. background: {color:sidebar};
  178. top:200px;
  179. left:100px;
  180. width:100px;
  181. height:100px;
  182. margin-top:-50px;
  183. border:6px double {color:borders};
  184. }
  185.  
  186. #sidebar #icons {
  187. position:fixed;
  188. top: 151px;
  189. left: 211px;
  190. width: 175px;
  191. height: 16px;
  192. background:{color:footer};
  193. border: 1px solid {color:borders};
  194. }
  195.  
  196. #sidebar #description{
  197. text-align:center;
  198. position: relative;
  199. top: 16px;
  200. padding:3px;
  201. overflow:auto;
  202. height:102px;
  203. }
  204.  
  205. #sidebar .nav {
  206. position: fixed;
  207. top: 260px;
  208. left: 100px;
  209. }
  210.  
  211.  
  212. #footer{
  213. font-size:10px;
  214. padding:2px;
  215. border: 2px solid {color:borders};
  216. background-color: {color:Footer};
  217. color:{color:Footer Text};
  218. }
  219.  
  220. #footer a{
  221. color:{color:Links};
  222.  
  223. }
  224.  
  225. #footer a:hover{
  226. color:{color:Links Hover};
  227. transition: all 0.4s ease-in-out;
  228. -o-transition: all 0.4s ease-in-out;
  229. -moz-transition: all 0.4s ease-in-out;
  230. -webkit-transition: all 0.4s ease-in-out;
  231. }
  232.  
  233. #footer ed{
  234. position:relative;
  235. float:left;
  236. }
  237.  
  238. #footer .notes{
  239. position:relative;
  240. float:right;
  241. }
  242.  
  243. #footer .tags{
  244. position:relative;
  245. }
  246.  
  247. .chat li{
  248. padding:2px;
  249. list-style-type:none;
  250. }
  251.  
  252. blockquote{
  253. padding-left:5px;
  254. margin: 10px 0px 10px 10px;
  255. border-left:1px dotted {color:text};
  256. }
  257.  
  258. #sidepic {
  259. background: {image:sidepic};
  260. position: fixed;
  261. right: {text:sidepic right}px;
  262. top: {text:sidepic top}px;
  263. z-index: -50;
  264. opacity: 1.0;
  265. }
  266.  
  267. #pagination {
  268. background: {color:posts};
  269. text-align: center;
  270. font-size: 10px;
  271. font-family: {select:font};
  272. position: relative;
  273. left: 220px;
  274. opacity: 0.7;
  275. color: {color:links};
  276. width: 60px;
  277. border: 1px solid {color:borders};
  278. padding: 3px;
  279. }
  280.  
  281. #pagination:hover {
  282. opacity: 1.0;
  283. transition: all 0.4s ease-in-out;
  284. -o-transition: all 0.4s ease-in-out;
  285. -moz-transition: all 0.4s ease-in-out;
  286. -webkit-transition: all 0.4s ease-in-out;
  287. }
  288.  
  289. #credit {
  290. position: fixed;
  291. bottom: 5px;
  292. right: 5px;
  293. background: {color:posts};
  294. opacity: 0.7;
  295. border: 1px solid {color:borders};
  296. padding: 2px;
  297. color: {color:links};
  298. }
  299.  
  300. #credit:hover {
  301. opacity: 1.0;
  302. transition: all 0.4s ease-in-out;
  303. -o-transition: all 0.4s ease-in-out;
  304. -moz-transition: all 0.4s ease-in-out;
  305. -webkit-transition: all 0.4s ease-in-out;
  306. }
  307.  
  308.  
  309. #banner {
  310. width:100%;
  311. height:200px;
  312. background: url('{image:banner}') top fixed repeat-x;
  313. position:fixed;
  314. left: 0px;
  315. z-index: -999;
  316. margin-top:-120px;
  317. opacity: 0.90;
  318. }
  319.  
  320. .entries .notecontainer {
  321. background: {color:footer};
  322. font-family: {select:font};
  323. font-size: 11px;
  324. color: {color:footer text};
  325. margin-top: 10px;
  326. margin-bottom: -10px;
  327. }
  328.  
  329. .entries .notecontainer a {
  330. color: {color:links};
  331. text-decoration: none;
  332. }
  333.  
  334. .entries .notecontainer a:hover {
  335. color: {color:links hover};
  336. text-decoration: underline;
  337. }
  338.  
  339. .entries .notecontainer ol.notes {
  340. padding: 0px 0 10px 0;
  341. list-style-type: none;
  342. font-size: 11px;
  343. }
  344.  
  345. .entries .notecontainer ol.notes li.note {
  346. padding: 10px 10px 0 10px;
  347. }
  348.  
  349. .entries .notecontainer ol.notes li.note img.avatar {
  350. vertical-align: -4px;
  351. margin-right: 10px;
  352. width: 16px;
  353. height: 16px;
  354. }
  355.  
  356. .entries .notecontainer ol.notes li.note span.action {
  357. font-weight: normal;
  358. }
  359.  
  360. .entries .notecontainer ol.notes li.note .answer_content {
  361. font-weight: normal;
  362. }
  363.  
  364. .entries .notecontainer ol.notes li.note blockquote {
  365. border-left: 2px solid {color:footertext};
  366. padding: 4px 10px;
  367. margin: 10px 0px 0px 25px;
  368. }
  369.  
  370. .entries .notecontainer ol.notes li.note blockquote a {
  371. text-decoration: none;
  372. }
  373.  
  374.  
  375.  
  376. </style>
  377.  
  378.  
  379. <body>
  380. <div id="banner"></div>
  381. <div id="container">
  382.  
  383. <div id="sidebar">
  384. <center>
  385. <div class="image"><img src="{image:Sidebar}"></a></div>
  386.  
  387. <div id="sidepic"><img src="{image:sidepic}" /></div>
  388. <div id="description">{Description}</div>
  389. <div class="nav">
  390. <select onChange="location=this.options[this.selectedIndex].value;" style="font-family:{select:font};background-color:{color:footer};border: 2px solid {color:borders};color: {color:footer text};width:112px; height: 18px; font-size:11px;">
  391. <option value="">navigation</option>
  392. {block:iflink1}<option value="{text:link 1 url}">{text:link 1 title}</option>{/block:iflink1}
  393. {block:iflink2}<option value="{text:link 2 url}">{text:link 2 title}</option>{/block:iflink2}
  394. {block:iflink3}<option value="{text:link 3 url}">{text:link 3 title}</option>{/block:iflink3}
  395. {block:iflink4}<option value="{text:link 4 url}">{text:link 4 title}</option>{/block:iflink4}
  396. {block:iflink5}<option value="{text:link 5 url}">{text:link 5 title}</option>{/block:iflink5}
  397. </select>
  398. <div id="icons">
  399. <center><a href="/"><img src="http://media.tumblr.com/6aca0d764fe5e18e1167e8c6d2ebb7df/tumblr_inline_mn2m1bdRic1qz4rgp.png" title="home"></a>
  400. <a href="/ask"><img src="http://media.tumblr.com/649f94f2f210bc510d0b67756f861eb9/tumblr_inline_mn2m2bLZts1qz4rgp.png" title="message"></a>
  401. <a href="/submit"><img src="http://media.tumblr.com/1993d10d01265cc0890de956820e8515/tumblr_inline_mn2m5djCbQ1qz4rgp.png" title="submit"></a>
  402. <a href="/archive"><img src="http://media.tumblr.com/1e21b4526d9646dc496210d1199117b9/tumblr_inline_mn2m46JRuI1qz4rgp.png" title="archive"></a></center>
  403. </div>
  404.  
  405. <br>
  406. </center>
  407. </div>
  408.  
  409. {block:Posts}
  410.  
  411. {block:ContentSource}
  412. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  413. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  414. {/block:SourceLogo}
  415. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  416. {/block:ContentSource}
  417.  
  418. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  419. <div class="entries">
  420.  
  421. {block:Text}
  422. {block:Title}<div class="title">{Title}</div>{/block:Title}
  423. {Body}
  424. {/block:Text}
  425.  
  426. {block:Photo}
  427. <a href="{Permalink}">
  428. {block:if400px}<img src="{PhotoURL-400}" width="100%"></a>{/block:if400px}
  429. {block:if250px}<img src="{PhotoURL-250}" width="100%"></a>{/block:if250px}
  430. {block:Caption}{Caption}{/block:Caption}
  431. {/block:Photo}
  432.  
  433. {block:Photoset}
  434. {block:if400px}{Photoset-400}{/block:if400px}
  435. {block:if250px}{Photoset-250}{/block:if250px}
  436. {block:Caption}{Caption}{/block:Caption}
  437. {/block:Photoset}
  438.  
  439. {block:Video}
  440. {block:if400px}{Video-400}{/block:if400px}
  441. {block:if250px}{Video-250}{/block:if250px}
  442. {block:Caption}{Caption}{/block:Caption}
  443. {/block:Video}
  444.  
  445. {block:Link}
  446. <div class="link">
  447. <a href="{URL}">{Name}</a></div>
  448. {block:Description}{Description}{/block:Description}
  449. {/block:Link}
  450.  
  451. {block:Quote}
  452. <div class="quote">“{Quote}”</div>
  453. <p>
  454. {block:Source} — {Source} {/block:Source}<br>
  455. {/block:Quote}
  456.  
  457. {block:Audio}
  458. <div class="audio">
  459. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  460. {block:Caption}{Caption}{/block:Caption}
  461. {/block:Audio}
  462.  
  463. {block:Chat}
  464. <div class="chat" style="margin-bottom:10px;">
  465. {block:Lines}
  466. <li class="{Alt}">
  467. {block:Label}{Label} {/block:Label}
  468. {Line}
  469. {/block:Lines}
  470. </div>
  471. {/block:Chat}
  472.  
  473.  
  474. {block:Answer}
  475. <div class="question">
  476. {Asker} said: {Question}</div>
  477. {Answer}
  478. {/block:Answer}
  479.  
  480.  
  481. {block:Date}
  482. <div id="footer">
  483. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm} / {ShortMonth}. {DayOfMonth}</a>
  484. <div style="float:right;"><a href="{Permalink}">{NoteCount}★</a> || <a href="{ReblogURL}">Reblog</a></div>
  485. {block:HasTags}
  486. <br>★{block:Tags}:<a href="{TagURL}">{Tag}</a><span class="tag-commas"> </span>
  487. {/block:Tags}{/block:HasTags}
  488. </div>
  489. {/block:Date}
  490.  
  491.  
  492. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  493.  
  494.  
  495. </div>
  496. {/block:Posts}
  497.  
  498. {block:Pagination}
  499. <div id="pagination">
  500. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  501. </div>{/block:Pagination}
  502. </div>
  503.  
  504.  
  505.  
  506. </div>
  507. <!-- dont mess with this part please!! have a nice day -->
  508. <div id="credit"><a href="http://aurithemes.tumblr.com/">theme</a></div>
  509.  
  510. </body>
  511. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement