Advertisement
qtsumu

anon theme 2

Dec 7th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.29 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: thanati)
  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. <link href='https://fonts.googleapis.com/css?family=Iceland' rel='stylesheet' type='text/css'>
  41. <link href='https://fonts.googleapis.com/css?family=Karla:400,700,700italic' rel='stylesheet' type='text/css'>
  42.  
  43. <meta charset="utf-8">
  44. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  45. {block:Description}
  46. <meta name="description" content="{MetaDescription}" />
  47. {/block:Description}
  48.  
  49. {block:iftagredirect}
  50. <script>
  51. if(window.location.pathname == '/') location.replace{text:tag redirect};
  52. </script>
  53. {/block:iftagredirect}
  54.  
  55. <title>{Title}</title>
  56.  
  57. <meta name="image:favicon" content="">
  58. <meta name="image:background" content="">
  59. <meta name="image:sidebar" content="">
  60. <meta name="image:right img" content="">
  61.  
  62. <meta name="color:background" content="#fff">
  63. <meta name="color:borders" content="#000">
  64. <meta name="color:text" content="#000">
  65. <meta name="color:links" content="#999">
  66. <meta name="color:links hover" content="#ccc">
  67. <meta name="color:post bg" content="#fff">
  68.  
  69. <meta name="select:borders" content="solid">
  70. <meta name="select:borders" content="dashed">
  71. <meta name="select:borders" content="dotted">
  72. <meta name="select:font" content="arial">
  73. <meta name="select:font" content="times new roman">
  74. <meta name="select:font" content="ms pgothic">
  75. <meta name="select:font" content="iceland">
  76. <meta name="select:font" content="karla">
  77.  
  78. <meta name="if:bg cover" content="0">
  79. <meta name="if:borders" content="1">
  80. <meta name="if:title" content="0">
  81. <meta name="if:centered text" content="1">
  82. <meta name="if:transparent posts" content="0">
  83.  
  84. <meta name="text:font size" content="12">
  85. <meta name="text:sidebar img hover" content="***">
  86. <meta name="text:tag symbol" content="#">
  87. <meta name="text:note label" content="%">
  88. <meta name="text:link divider" content="♡">
  89. <meta name="text:link 1 url" content="/">
  90. <meta name="text:link 1 title" content="link 1">
  91. <meta name="text:right img margin right" content="0"/>
  92. <meta name="text:right img margin bottom" content="0"/>
  93. <meta name="text:text:right img width" content="">
  94.  
  95. <link rel="shortcut icon" href="{image:favicon}">
  96. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  97. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  98.  
  99. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  100.  
  101. <style type="text/css">
  102.  
  103. body {
  104. margin:0px;
  105. background:{color:background} url({image:background});
  106. background-attachment:fixed;
  107. background-repeat:repeat;
  108. background-position:top left;
  109. {block:ifbgcover}
  110. background-size:cover;
  111. {/block:ifbgcover}
  112. font-family:{select:font};
  113. font-size:{text:font size}px;
  114. line-height:120%;
  115. color:{color:text};
  116. text-align:center;
  117. }
  118.  
  119. p{
  120. margin:0 0 10px 0;
  121. padding:0;
  122. }
  123.  
  124. pre {
  125. white-space: pre-wrap;
  126. white-space: -moz-pre-wrap;
  127. white-space: -pre-wrap;
  128. white-space: -o-pre-wrap;
  129. word-wrap: break-word;
  130. }
  131.  
  132. a{
  133. color:{color:links};
  134. text-decoration:none;
  135. }
  136.  
  137. a:hover{
  138. color:{color:links hover};
  139. }
  140.  
  141. li{
  142. margin-left:-15px;
  143. }
  144.  
  145. #wrapper{
  146. width:800px;
  147. margin:50px 250px;
  148. }
  149.  
  150. #sidebar{
  151. margin:20px auto;
  152. width:420px;
  153. margin-left:200px;
  154. {block:ifsideimgtop}
  155. margin-top:50px;
  156. {/block:ifsideimgtop}
  157. {block:ifnottransparentposts}
  158. background:{color:post bg};
  159. {/block:ifnottransparentposts}
  160. {block:ifthickborders}
  161. border:2px {select:borders} {color:borders}
  162. {/block:ifthickborders};
  163. {block:ifborders}
  164. border:1px {select:borders} {color:borders};
  165. {/block:ifborders}
  166. }
  167.  
  168. #content{
  169. width:auto;
  170. margin-left:200px;
  171. }
  172.  
  173. .post{
  174. width:400px;
  175. margin:0 0 50px 0;
  176. margin-top:10;
  177. overflow:hidden;
  178. padding:10px;
  179. {block:ifnottransparentposts}
  180. background:{color:post bg};
  181. {/block:ifnottransparentposts}
  182. {block:ifborders}
  183. border:1px {select:borders} {color:borders};
  184. {/block:ifborders}
  185. }
  186.  
  187. .post img{
  188. max-width:100%;
  189. }
  190.  
  191. #sidebar img{
  192. max-height:175px;
  193. margin:20px auto;
  194. }
  195.  
  196. #sidebar .pagination {
  197. width:100px;
  198. text-align:center;
  199. padding: 3px 0;
  200. }
  201.  
  202. #sidebar .pagination a {
  203. color:{color:links};
  204. text-decoration: none;
  205. }
  206.  
  207. #sidebar .pagination a:hover {
  208. color: {color:links hover};
  209. }
  210.  
  211. #credit{
  212. position:fixed;
  213. bottom:0px;
  214. left:3px;
  215. }
  216.  
  217. #pagination{
  218. margin-top:-20px;
  219. position:fixed;
  220. bottom:0px;
  221. }
  222.  
  223. .media{
  224. margin:0 0 10px 0;
  225. }
  226.  
  227. .title{
  228. font-weight:normal;
  229. font-size:16px;
  230. margin:0 0 10px 0;
  231. }
  232.  
  233. .title{
  234. font-weight:normal;
  235. font-size:18px;
  236. margin:0 0 10px 0;
  237. }
  238.  
  239. .quote{
  240. font-weight:normal;
  241. font-size:16px;
  242. font-style:italic;
  243. margin:0 0 10px 0;
  244. }
  245.  
  246. .question{
  247. margin-bottom:10px;
  248. padding:5px;
  249. {block:ifthickborders}
  250. border:2px {select:borders} {color:borders}
  251. {/block:ifthickborders};
  252. {block:ifborders}
  253. border:1px {select:borders} {color:borders};
  254. {/block:ifborders}
  255. }
  256.  
  257. blockquote{
  258. margin:0 0 10px 10px;
  259. padding:0 0 0 10px;
  260. border-left:solid 1px {color:borders};
  261. }
  262.  
  263. .post .footer{
  264. margin:0;
  265. text-align:left;
  266. padding:5px;
  267. {block:ifnottransparentposts}
  268. background:{color:post bg};
  269. {/block:ifnottransparentposts}
  270. {block:ifborders}
  271. border:1px {select:borders} {color:borders};
  272. {/block:ifborders}
  273. }
  274.  
  275. ol.notes{
  276. list-style-type:none;
  277. padding:0;
  278. margin:0;
  279. }
  280.  
  281. ol.notes li.note img{
  282. width:16px;
  283. height:16px;
  284. }
  285.  
  286. ol.notes li.note{
  287. margin:0px;
  288. }
  289.  
  290. {CustomCSS}
  291. </style>
  292.  
  293. <script type="text/javascript"
  294. src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js" ></script>
  295.  
  296. </head>
  297.  
  298. <body>
  299.  
  300. <div id="wrapper">
  301.  
  302. <div id="sidebar">
  303. <center>{block:iftitle}<div id="title"><div class="title"><a href="/"><h2>{Title}</h2></a></div></div>{/block:iftitle}</center>
  304. <div id="sidebar img">
  305. <center>
  306. <a href="/" title="{text:sidebar img hover}"><img src="{image:sidebar}"></a>
  307. </div>
  308.  
  309. {block:Description}
  310. {block:ifdescription}
  311. <center>{Description}</p></center>
  312. {/block:ifdescription}
  313. {/block:Description}
  314.  
  315. <center>
  316. <center>
  317. <a href="/">home</a> {text:link divider}
  318. <a href="/ask">ask</a> {text:link divider}
  319. <a href="{text:link 1 url}">{text:link 1 title}</a> {text:link divider}
  320. <a href="http://komaedahater69.tumblr.com/">©</a>
  321. </a>
  322. </center>
  323. </select>
  324. </form>
  325. <p></p>
  326. <p></p>
  327.  
  328. </div>
  329.  
  330. <div id="imageright" style="position:fixed; bottom:{text:right img margin bottom}px; z-index:-1; right:{text:right img margin right}px;"><img src="{image:right img}"width="{text:right img width}"></div>
  331.  
  332. <div id="content">
  333. {block:Posts}
  334.  
  335. <div class="post">
  336.  
  337. {block:Text}
  338. {block:Title}
  339. <div class="title">{Title}</div>
  340. {/block:Title}
  341. {Body}
  342. {/block:Text}
  343.  
  344. {block:Photo}
  345. <div class="media">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  346. {/block:Photo}
  347.  
  348. {block:Photoset}
  349. <div class="media">{Photoset-400}</div>
  350. {/block:Photoset}
  351.  
  352. {block:Quote}
  353. <div class="quote">"{Quote}"</div>
  354. {block:Source}
  355. <div class="quotesource">{Source}</div>
  356. {/block:Source}
  357. {/block:Quote}
  358.  
  359. {block:Link}
  360. <div class="title"><a href="{URL}">{Name}</a></div>
  361. {block:Description}
  362. <div class="description">{Description}</div>
  363. {/block:Description}
  364. {/block:Link}
  365.  
  366. {block:Chat}
  367. {block:Title}
  368. <div class="title">{Title}</div>
  369. {/block:Title}
  370.  
  371. {block:Lines}
  372. <div class="{Alt} user_{UserNumber}">
  373. {block:Label}
  374. <b>{Label}</b>{/block:Label}
  375. &nbsp;{Line}
  376. </div>
  377. {/block:Lines}
  378. {/block:Chat}
  379.  
  380. {block:Video}
  381. <div class="media">{LinkOpenTag}<img src="{Photoset-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  382. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  383. {/block:Video}
  384.  
  385. {block:Audio}
  386. <div class="media">
  387. {block:AlbumArt}<img src="{AlbumArtURL}" style="width:100px; height:100px;">{/block:AlbumArt}
  388. <br>{block:TrackName}<small>{TrackName}{/block:TrackName} by {block:Artist}{Artist}</small>{/block:Artist}{AudioPlayerWhite}
  389. </div>
  390. {block:Caption}{Caption}{/block:Caption}
  391. {/block:Audio}
  392.  
  393. {block:Answer}
  394. <div class="question">
  395. <img class="asker-avatar" src="{AskerPortraitURL-24}" {block:ifborders}style="border:1px {select:borders} {color:borders}"{/block:ifborders} alt="">&nbsp;&nbsp;{Asker}: {Question}
  396. </div>
  397. <p><div class="caption">{Answer}</div>
  398. {/block:Answer}
  399.  
  400.  
  401. {block:Date}
  402. <div class="footer">
  403. <a href="{Permalink}">posted {TimeAgo}{block:NoteCount} || {NoteCount}{text:note label}&nbsp;{/block:NoteCount}</a>
  404. {block:HasTags}<br>{block:Tags}{text:tag symbol}<a href="{TagURL}">{Tag}</a>&nbsp; {/block:Tags}{/block:HasTags}
  405. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  406. <br>{block:ContentSource}src: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  407. </div>
  408.  
  409. {block:PermalinkPage}
  410. {block:NoteCount}
  411. {block:PostNotes}{PostNotes}{/block:PostNotes}
  412. {/block:NoteCount}
  413. {/block:PermalinkPage}
  414. {/block:Date}
  415.  
  416. </div>
  417. {/block:Posts}
  418. </div>
  419. </div>
  420.  
  421. </div>
  422.  
  423. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  424. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  425.  
  426. </body>
  427. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement