Advertisement
protaqonist

01

Aug 5th, 2014
7,601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.69 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>{Title}</title>
  2.  
  3. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  4.  
  5. <link rel="shortcut icon" href="{image:favicon}">
  6.  
  7. <!-- 01 theme by mars
  8.  
  9. so. you know the drill. don't remove/claim credit, light editing is (thumbs up emoji) but please don't use this as a base for your own theme, if you notice any errors in the code or need any help please tell me and i'll try and fix it, dont get your dick stuck in a ceiling fan, etc etc
  10.  
  11. oh and i used a neat base code for this which can be found on http://pastebin.com/BiZTNVRs
  12.  
  13. yea ok thats it. have fun. or smth
  14.  
  15. -->
  16.  
  17.  
  18. <meta name="image:background" content=""/>
  19. <meta name="image:sidepic" content=""/>
  20. <meta name="image:favicon" content=""/>
  21.  
  22. <meta name="if:250px posts" content="0"/>
  23. <meta name="if:400px posts" content="1"/>
  24. <meta name="if:right permalinks" content="1"/>
  25. <meta name="if:left permalinks" content="0"/>
  26. <meta name="if:center permalinks" content="0"/>
  27. <meta name="if:no captions" content="1" />
  28. <meta name="if:no full background" content="1" />
  29. <meta name="if:infinite scroll" content="0" />
  30. <meta name="if:dropdown menu" content="1" />
  31. <meta name="if:remove sidebar title" content="0" />
  32. <meta name="if:link 1" content="0" />
  33. <meta name="if:link 2" content="0" />
  34. <meta name="if:link 3" content="0" />
  35. <meta name="if:link 4" content="0" />
  36. <meta name="if:link 5" content="0" />
  37.  
  38. <meta name="color:background" content=""/>
  39. <meta name="color:posts" content=""/>
  40. <meta name="color:sidebar bg" content=""/>
  41. <meta name="color:links" content=""/>
  42. <meta name="color:links hover" content=""/>
  43. <meta name="color:txt" content=""/>
  44. <meta name="color:titles" content=""/>
  45. <meta name="color:sidebar title" content=""/>
  46. <meta name="color:footer background" content=""/>
  47. <meta name="color:footer txt" content=""/>
  48. <meta name="color:footer links" content=""/>
  49. <meta name="color:sidebar links" content=""/>
  50. <meta name="color:borders" content=""/>
  51. <meta name="color:dropdown background" content="" />
  52. <meta name="color:dropdown txt" content="" />
  53. <meta name="color:question bg" content="" />
  54. <meta name="color:question txt" content="" />
  55.  
  56. <meta name="text:font family" content="arial" />
  57. <meta name="text:post opacity" content="1.0" />
  58. <meta name="text:sidebar opacity" content="1.0" />
  59. <meta name="text:sidebar title symbol" content="♚"/>
  60. <meta name="text:link 1" content="" />
  61. <meta name="text:link 1 title" content=""/>
  62. <meta name="text:link 2" content="" />
  63. <meta name="text:link 2 title" content="" />
  64. <meta name="text:link 3" content="" />
  65. <meta name="text:link 3 title" content=""/>
  66. <meta name="text:link 4" content="" />
  67. <meta name="text:link 4 title" content="" />
  68. <meta name="text:link 5" content="" />
  69. <meta name="text:link 5 title" content="" />
  70.  
  71. <style type="text/css">
  72.  
  73. iframe#tumblr_controls { right:0px !important;position:fixed !important; }
  74.  
  75. body {
  76. background-image:url('{image:background}')fixed;
  77. {block:ifbackgroundcover}
  78. -webkit-background-size: cover;
  79. -moz-background-size: cover;
  80. -o-background-size: cover;
  81. background-size: cover;
  82. {/block:ifbackgroundcover}
  83. background-color: {color:background};
  84. font-family:{text:font family};
  85. font-weight:normal;
  86. font-size:11px;
  87. line-height:13px;
  88. color:{color:txt};
  89. text-align:left;
  90. margin:0;
  91. }
  92.  
  93. a {color:{color:links};}
  94. a:hover {color:{color:links hover};}
  95. b, strong {font-weight:heavy;}
  96. i, em {font-weight:light;}
  97. li {list-style:square;}
  98.  
  99. #content {
  100. margin:auto;
  101. width:200px;
  102. }
  103.  
  104. #content img {
  105. border:0px;
  106. }
  107.  
  108. #posts {
  109. background: transparent;
  110. }
  111.  
  112. .posts {
  113. padding:15px;
  114. background:{color:posts};
  115. margin-top:20px;
  116. margin-bottom:20px;
  117. overflow:hidden;
  118. {block:If250pxposts}width:250px;{/block:If250pxposts}
  119. {block:If400pxposts}width:400px;{/block:If400pxposts}
  120. border:1px solid {color:borders};
  121. opacity: {text:post opacity};
  122. }
  123.  
  124. .posts img {
  125. max-width:100%;
  126. border:0px;
  127. }
  128.  
  129. blockquote {
  130. border-left:3px solid #cccccc;
  131. margin:0px 0px 5px 0px;
  132. padding:0px 5px 0px 8px;
  133. }
  134.  
  135. #captions {
  136. {block:ifnocaptions}display: none;{/block:ifnocaptions}
  137. background:transparent;
  138. }
  139.  
  140. #title {
  141. color:{color:titles};
  142. font-family: lucida console;
  143. margin-bottom:10px;
  144. text-align:right;
  145. font-size:15px;
  146. }
  147.  
  148. #pperma {
  149. margin:15px 0px -15px -15px;
  150. background: {color:footer background};
  151. color: {color:footer txt};
  152. {block:if250pxposts}width:270px;{block:if250pxposts}
  153. {block:if400pxposts}width:420px;{block:if400pxposts}
  154. padding:5px;
  155. line-height:13px;
  156. text-transform: lowercase;
  157. {block:ifrightpermalinks}text-align:right;{/block:ifrightpermalinks}
  158. {block:ifleftpermalinks}text-align:left;{/block:ifleftpermalinks}
  159. {block:ifcenterpermalinks}text-align:center;{/block:ifcenterpermalinks}
  160. }
  161.  
  162. #pperma a {
  163. color:{color:footer links};
  164. text-decoration: none;
  165. }
  166.  
  167. #ptags {
  168. margin:6px 0px -15px -15px;
  169. background: {color:footer background};
  170. color: {color:footer txt};
  171. {block:if250pxposts}width:270px;{block:if250pxposts}
  172. {block:if400pxposts}width:420px;{block:if400pxposts}
  173. padding:5px;
  174. line-height:13px;
  175. text-transform: lowercase;
  176. {block:ifrightpermalinks}text-align:right;{/block:ifrightpermalinks}
  177. {block:ifleftpermalinks}text-align:left;{/block:ifleftpermalinks}
  178. {block:ifcenterpermalinks}text-align:center;{/block:ifcenterpermalinks}
  179. }
  180.  
  181. #ptags a {
  182. color:{color:footer links};
  183. text-decoration: none;
  184. }
  185.  
  186. #pnotes {
  187. margin:8px 0px 0px 0px;
  188. width:100%;
  189. {block:indexpage}display:none;{/block:indexpage}
  190. }
  191.  
  192. #sidebar {
  193. position:fixed;
  194. width: 135px;
  195. margin:35px 0px 0px -160px;
  196. background:{color:sidebar bg};
  197. padding:5px;
  198. border:1px solid {color:borders};
  199. opacity: {text:sidebar opacity};
  200. }
  201.  
  202.  
  203. #sidebar #titl {
  204. {block:ifremovesidebartitle}
  205. display:none;
  206. {/block:ifremovesidebartitle}
  207. position:fixed;
  208. font-size: 26px;
  209. margin-top: -25px;
  210. float: right;
  211. color: {color:sidebar title};
  212.  
  213. }
  214.  
  215. #sidebar #pic {
  216. width:135px;
  217. border:0px;
  218. }
  219.  
  220.  
  221. #descrip {
  222. margin:10px 0px 5px 0px;
  223. width:135px;
  224. text-align:justify;
  225. }
  226.  
  227. #linkz {
  228. position:fixed;
  229. text-align: right;
  230. margin:35px 0px 0px -230px;
  231. background:transparent;
  232. padding:5px;
  233. }
  234.  
  235. #linkz a {
  236. color: {color:sidebar links};
  237. }
  238.  
  239. #linkz a:hover {
  240. color: {color:links hover};
  241. }
  242.  
  243. #pagi {
  244. width:70px;
  245. padding:5px 5px 5px 5px;
  246. text-align:center;
  247. margin-bottom: 10px;
  248. background-color: {color:posts};
  249. color: {color:txt};
  250. border:1px solid {color:borders};
  251. opacity: {text:post opacity};
  252. }
  253.  
  254. </style>
  255.  
  256. </head> <body><body style="background-image:url('{image:background}'); background-attachment:fixed; {block:ifnofullbackground}-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;{/block:ifnofullbackground}">
  257.  
  258. <div id="content">
  259.  
  260. <div id="sidebar">
  261.  
  262. <div id="titl">- - - - - {text:sidebar title symbol} - -</div>
  263.  
  264. <img id="pic" src="{image:sidepic}">
  265.  
  266. <div id="descrip">{description}
  267. </div>
  268.  
  269. {block:ifdropdownmenu}<select onChange="location.href=this.options[this.selectedIndex].value;" style="background-color:{color:dropdown background}; color: {color:dropdown txt}; font-family:lucida console; font-size:10px; padding: 2px; width: 135px; border: none;">
  270. <option value="/">navigation</option>
  271. {block:iflink1}
  272. <option value="{text:link 1}">{text:link 1 title}</option>
  273. {/block:iflink1}
  274. {block:iflink2}
  275. <option value="{text:link 2}">{text:link 2 title}</option>
  276. {/block:iflink2}
  277. {block:iflink3}
  278. <option value="{text:link 3}">{text:link 3 title}</option>
  279. {/block:iflink3}
  280. {block:iflink4}
  281. <option value="{text:link 4}">{text:link 4 title}</option>
  282. {/block:iflink4}
  283. {block:iflink5}
  284. <option value="{text:link 5}">{text:link 5 title}</option>
  285. {/block:iflink5}
  286.  
  287.  
  288. </select>
  289. {/block:ifdropdownmenu}
  290.  
  291. </div>
  292.  
  293. <div id="linkz">
  294. <a href="/">index</a> x
  295. <br>
  296. <a href="/ask">message</a> x
  297. <br>
  298. <a href="/archive">history</a> x
  299. <br>
  300.  
  301. <!-- ok listen up. listen for a sec. hi. before you remove the theme credit please consider: not doing that. i have a wife and four children to feed and i would probably cry for real (ok thats a lie im a 15 year old homosexual boy but i would be very irritated and it would be a dick move so please dont remove it thanks) - mars -->
  302.  
  303. <a href="http://naegays.tumblr.com">theme</a> x
  304. <br>
  305. </div>
  306.  
  307.  
  308.  
  309.  
  310. <div id="posts">
  311.  
  312. {block:Posts}
  313.  
  314. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}<!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  315.  
  316. <div class="posts">
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323. {block:Photo}
  324.  
  325. <img style="width:100%;" src="{PhotoURL-HighRes}">
  326.  
  327. {block:Caption} <div id="captions">{Caption}</div> {/block:Caption}
  328.  
  329. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} / {NoteCountWithLabel}</a></div>
  330.  
  331. {block:HasTags} <div id="ptags">{block:Tags} x <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  332.  
  333. {block:PostNotes} <br><br><div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  334.  
  335. {/block:Photo}
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344. {block:Photoset} <div style="max-width:100%;">{Photoset}</div>
  345.  
  346. {block:Caption} <div id="captions">{Caption}</div> {/block:Caption}
  347.  
  348. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} / {NoteCountWithLabel}</a></div>
  349.  
  350. {block:HasTags} <div id="ptags">{block:Tags} x <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  351.  
  352. {block:PostNotes} <br><br><div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  353.  
  354. {/block:Photoset}
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362. {block:Text}
  363.  
  364. {block:Title} <div id="title">{Title}</div> {/block:Title}
  365.  
  366. <div id="textpost" style="margin-top:-12px;">{Body}</div>
  367.  
  368. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} / {NoteCountWithLabel}</a></div>
  369.  
  370. {block:HasTags} <div id="ptags">{block:Tags} x <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  371.  
  372. {block:PostNotes} <br><br><div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  373.  
  374. {/block:Text}
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381. {block:Answer}<div id="azk" style="background-color: {color:question bg}; color: {color:question txt}; font-size: 12px; padding: 5px;"><b>{Asker} said:</b> {Question}</div>
  382.  
  383. {Answer}
  384.  
  385. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} / {NoteCountWithLabel}</a></div>
  386.  
  387. {block:HasTags} <div id="ptags">{block:Tags} x <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  388.  
  389. {block:PostNotes} <br><br><div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  390.  
  391. {/block:Answer}
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399. {block:Chat}
  400.  
  401. {block:Title}<div id="title">{Title}</div>{/block:Title}
  402.  
  403. {block:Lines}
  404.  
  405. <div style="border-bottom:1px dashed {color:borders}; padding: 3px;">
  406. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  407. </div>
  408.  
  409. {/block:Lines}
  410.  
  411. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} / {NoteCountWithLabel}</a></div>
  412.  
  413. {block:HasTags} <div id="ptags">{block:Tags} x <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  414.  
  415. {block:PostNotes} <br><br><div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  416.  
  417. {/block:Chat}
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424. {block:Quote}<div id="quote" style="color:{color:titles}; font-family: lucida console; font-size:15px; text-align: center;"> "{Quote}" </div><br>{block:source} - {source}{/block:source}
  425.  
  426. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} / {NoteCountWithLabel}</a></div>
  427.  
  428. {block:HasTags} <div id="ptags">{block:Tags} x <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  429.  
  430. {block:PostNotes} <br><br><div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  431.  
  432. {/block:Quote}
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440. {block:Audio}
  441.  
  442. {block:AlbumArt}<img src="{AlbumArtURL}" width="27px" height="27px" align="left"/>{/block:AlbumArt}
  443.  
  444. {AudioPlayerWhite}
  445. {block:Caption} <div id="captions">{Caption}</div> {/block:Caption}
  446.  
  447. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} / {NoteCountWithLabel}</a></div>
  448.  
  449. {block:HasTags} <div id="ptags">{block:Tags} x <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  450.  
  451. {block:PostNotes} <br><br><div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  452.  
  453. {/block:Audio}
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461. {block:Link}
  462.  
  463. <div id="title"><a href="{URL}" {Target}>{Name}</a></div>
  464.  
  465. {description}
  466.  
  467. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} / {NoteCountWithLabel}</a></div>
  468.  
  469. {block:HasTags} <div id="ptags">{block:Tags} x <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  470.  
  471. {block:PostNotes} <br><br><div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  472.  
  473. {/block:Link}
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481. {block:Video}
  482.  
  483. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  484. {block:if200pxposts}{Video-200}{/block:if200pxposts}
  485.  
  486. {block:Caption} <div id="captions">{Caption}</div> {/block:Caption}
  487.  
  488. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} / {NoteCountWithLabel}</a></div>
  489.  
  490. {block:HasTags} <div id="ptags">{block:Tags} x <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  491.  
  492. {block:PostNotes} <br><br><div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  493.  
  494. {/block:Video}
  495.  
  496.  
  497.  
  498.  
  499.  
  500. </div>
  501.  
  502. {/block:Posts}
  503.  
  504. {block:ifnotinfinitescroll}
  505. {block:Pagination} <div id="pagi">
  506.  
  507. {block:PreviousPage}
  508. < <a href="{PreviousPage}">prev</a>
  509. {/block:PreviousPage}
  510.  
  511. {block:NextPage}
  512. <a href="{NextPage}">next</a> >
  513. {/block:NextPage}
  514.  
  515. </div>{/block:Pagination}
  516. {/block:ifnotinfinitescroll}
  517.  
  518. </div>
  519.  
  520. {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
  521.  
  522. </body>
  523. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement