Advertisement
elletho

Beautiful Freaks -- Theme 15

Feb 9th, 2014
601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!----
  10. Theme 15: 'Beautiful Freaks' by miichaelmando (thirlwallz.co.vu)
  11. ☮ DO NOT use this as a base theme.
  12. ☮ DO NOT take pieces of this theme for your own.
  13. ☮ DO NOT edit & redistribute.
  14. ☮ Base theme is by hogwat, use her base theme, NOT THIS THEME.
  15. ☮ DO NOT move the credit.
  16. ☮ Did you know removing credit is illegal according to the Creative Commons License?
  17.  
  18. ☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮
  19.  
  20. ☮ Edit this as much as you want for PERSONAL USE ONLY.
  21. ☮ If you follow the rules and respect them, ilysm let's get married
  22. --->
  23.  
  24.  
  25.  
  26. <!--META NAMES-->
  27. <meta name="color:bg" content="#ffffff">
  28. <meta name="color:txt" content="#717171"/>
  29. <meta name="color:post bg" content="#ffffff">
  30. <meta name="color:border" content="#b1b1b1">
  31. <meta name="color:links" content="#969696"/>
  32. <meta name="color:hover" content="#3c3c3c"/>
  33. <meta name="color:ask bg" content="#dad9d9">
  34. <meta name="color:scrollbar" content="#969696">
  35. <meta name="color:scrollbarbg" content="#ffffff">
  36.  
  37. <meta name="image:sbimg" content=""/>
  38.  
  39. <meta name="text:home title" content=""/>
  40. <meta name="text:ask title" content=""/>
  41. <meta name="text:link1" content="/"/>
  42. <meta name="text:link1 title" content=""/>
  43. <meta name="text:link2" content="/"/>
  44. <meta name="text:link2 title" content=""/>
  45. <meta name="text:link3" content="/"/>
  46. <meta name="text:link3 title" content=""/>
  47.  
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. ::-webkit-scrollbar-thumb {
  53. height:auto;
  54. background-color:{color:Scrollbar};
  55. }
  56.  
  57. ::-webkit-scrollbar {
  58. height:9px;
  59. width:4px;
  60. background-color:{color:ScrollbarBg};
  61. }
  62.  
  63. body {
  64. background-color:{color:bg};
  65. background-image:url('{image:bg}');
  66. background-attachment: fixed;
  67. background-repeat: repeat;
  68. font-family:courier new;
  69. font-size:12px;
  70. text-align:justify;
  71. color:{color:txt};
  72. margin:0;
  73. }
  74.  
  75. a {
  76. color:{color:links};
  77. text-decoration:none;
  78. -moz-outline-style:none;
  79. }
  80.  
  81. a:hover{
  82. color:{color:hover};
  83. -moz-transition-duration:0.3s;
  84. -webkit-transition-duration:0.3s;
  85. -o-transition-duration:0.3s;
  86. }
  87.  
  88. img {
  89. border:none;
  90. }
  91.  
  92. blockquote {
  93. padding-left:5px;
  94. border-left:2px solid;
  95. margin:5px;
  96. }
  97.  
  98. blockquote blockquote {
  99. padding-left:5px;
  100. border-left:2px solid;
  101. margin:5px;
  102. }
  103.  
  104.  
  105. /*LINKS*/
  106.  
  107. #links{
  108. font-size:11px;
  109. text-align:center;
  110. text-transform:lowercase;
  111. position:fixed;
  112. line-height:220%;
  113. margin-left:0px;
  114. margin-top:0px;
  115. width:250px;
  116. z-index:9999999;
  117.  
  118. }
  119.  
  120. #links a{
  121. color:{color:sblinks};
  122. }
  123.  
  124. #links a:hover{
  125. color:{color:hover};
  126. -moz-transition-duration:0.3s;
  127. -webkit-transition-duration:0.3s;
  128. -o-transition-duration:0.3s;
  129. }
  130.  
  131. /*SIDEBAR*/
  132.  
  133. #title {
  134. font-size:21px;
  135. font-family:arial;
  136. text-align:right;
  137. line-height:19px;
  138. margin-top:-40px;
  139. margin-left:-3px;
  140. color:{text:txt};
  141. width:250px;
  142. z-index:9999;
  143. }
  144.  
  145. #sidebar{
  146. position:fixed;
  147. margin-top:215px;
  148. margin-left:205px;
  149. width:150px;
  150. height:auto;
  151. }
  152.  
  153. #sidebarimg img{
  154. width:245px;
  155. height:auto;
  156. }
  157.  
  158. #desc{
  159. width:100px;
  160. height:auto;
  161. margin-top:25px;
  162. margin-left:65px;
  163. font-size:10px;
  164. text-align:center;
  165. font-family:'courier new';
  166. color:{color:txt};
  167. padding:10px;
  168. border:1px solid {color:border};
  169.  
  170. }
  171.  
  172.  
  173. #pagi {
  174. font-size:10px;
  175. text-transform:lowercase;
  176. font-style:normal;
  177. font-family:arial;
  178. position:fixed;
  179. text-align:left;
  180. margin-left:-25px;
  181. margin-top:-29px;
  182. transform: rotate(270deg);
  183. -webkit-transform: rotate(270deg);
  184. -moz-transform: rotate(270deg);
  185. -o-transform: rotate(270deg);
  186. -ms-transform: rotate(270deg);
  187. }
  188.  
  189. #pagi a {
  190. color:{color:sblinks};
  191. }
  192.  
  193.  
  194. /*ENTRIES*/
  195.  
  196. #container{
  197. width:545px;
  198. margin-left:490px;
  199. margin-top:-1px;
  200. position:absolute;
  201. padding-top:75px;
  202. }
  203.  
  204. #post{
  205. padding:15px;
  206. width:500px;
  207. background-color:{color:post bg};
  208. width:500px;
  209. float:left;
  210. margin:8px;
  211. margin-bottom:10px;
  212. }
  213.  
  214.  
  215. /*POST INFO*/
  216.  
  217. #info {
  218. width:490px;
  219. text-align:center;
  220. font-family:calibri;
  221. font-size:9px;
  222. text-transform:uppercase;
  223. padding:5px;
  224. padding:5px;
  225. color:{color:links};
  226. border-top:1px solid {color:border};
  227. border-bottom:1px solid {color:border};
  228. line-height:10px;
  229. margin-top:5px;
  230. margin-bottom:5px;
  231. }
  232.  
  233. #info a{
  234. color:{color:links};
  235. }
  236.  
  237. #info a:hover{
  238. color:{color:hover};
  239. }
  240.  
  241. #tags{
  242. width:490px;
  243. padding:5px;
  244. margin-top:5px;
  245. margin-left:-5px;
  246. float:left;
  247. text-align:left;
  248. font-size:8px;
  249. opacity:1;
  250. color:{color:txt};
  251. transition-duration: 0.5s;
  252. -moz-transition-duration: 0.5s;
  253. -webkit-transition-duration: 0.5s;
  254. -o-transition-duration: 0.5s
  255. }
  256.  
  257. #tags a {
  258. display:inline-block;
  259. color:{color:links};
  260. font-size:10px;
  261. text-align:center;
  262. text-decoration:none;
  263. }
  264.  
  265. #notes{
  266. font-size:9px;
  267. text-transform:uppercase;
  268. }
  269.  
  270. /*ASKS*/
  271.  
  272. #asks {
  273. font-size:11px;
  274. text-align:left;
  275. padding:5px;
  276. margin-top:0px;
  277. background-color:{color:ask bg}
  278. }
  279.  
  280.  
  281. /*CREDIT--seriously leave this please, i work hard on my themes.*/
  282.  
  283. #rae{
  284. float:right;
  285. position:fixed;
  286. bottom:5px;
  287. right:5px;
  288. padding:3px;
  289. font-size:12px;
  290. font-family:calibri;
  291. text-transform:uppercase;
  292. }
  293.  
  294. #maker a{
  295. color:{color:links};
  296. }
  297.  
  298.  
  299. {CustomCSS}
  300.  
  301. </style></head>
  302.  
  303.  
  304. <body>
  305.  
  306. <div id="sidebar">
  307. <div id="title"><b>{Title}</b></div>
  308. <div id="sidebarimg"><img src="{image:sbimg}"></div>
  309. {block:Pagination}
  310. <div id="pagi">
  311. {block:PreviousPage}
  312. <a href="{PreviousPage}">off</a> —
  313. {/block:PreviousPage}
  314. {block:NextPage}
  315. <a href="{NextPage}">on</a>
  316. {/block:NextPage}
  317. </div>
  318. {/block:Pagination}
  319. <div id="links">
  320. <a href="/" title="{text:home title}">1</a>
  321. <a href="/ask" title="{text:ask title}">2</a>
  322. <a href="{text:link1}" title="{text:link1 title}">3</a>
  323. <a href="{text:link2}" title="{text:link2 title}">4</a>
  324. <a href="{text:link3}" title="{text:link3 title}">5</a>
  325. </div>
  326. <div id="desc">{description}</div>
  327. </div>
  328. </div>
  329. </div>
  330.  
  331. <div id="container">
  332. {block:Posts}
  333. <div id="post">
  334.  
  335.  
  336. <!--TEXT POSTS-->
  337.  
  338. {block:Text}
  339. {block:Title}<h2>{Title}</h2>{/block:Title}
  340. {Body}
  341. {/block:Text}
  342.  
  343. <!--ASKS-->
  344.  
  345. {block:Answer}
  346. <div id="asks">
  347. <div style="padding-bottom:2px; font-size:20px;"><b><i>{Asker}:</b></i></span></div><br /> <div style="padding-left:25px; margin-top:-20px; font-size:12px;">{Question}</div>
  348. </div>
  349. {Answer}
  350. {/block:Answer}
  351.  
  352. <!--QUOTE POSTS-->
  353. {block:Quote}
  354.  
  355. <div class="quote">
  356. <div class="quotetext_{Length}">"{Quote}"</div>
  357. {block:Source}<div class="source">{Source}</div>{/block:Source}
  358. </div>
  359. {/block:Quote}
  360.  
  361. <!--LINK POSTS-->
  362.  
  363. {block:Link}
  364. <h2><a href="{URL}">{Name}</a></h2>
  365. {block:Description}{Description}{/block:Description}
  366. {/block:Link}
  367.  
  368. <!--CHAT POSTS-->
  369.  
  370. {block:Chat}
  371. {block:Title}<h2>{Title}</h2>{/block:Title}
  372. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  373. {Line}</li>{/block:Lines}</ul>
  374. {/block:Chat}
  375.  
  376. <!--PHOTO POSTS-->
  377.  
  378. {block:Photo}
  379. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  380.  
  381. {block:Caption}{Caption}{/block:Caption}
  382. {/block:Photo}
  383.  
  384. <!--PHOTOSET POSTS-->
  385.  
  386. {block:Photoset}
  387. {Photoset-500}
  388. {block:Caption}{Caption}{/block:Caption}
  389. {/block:Photoset}
  390.  
  391. <!--VIDEO POSTS-->
  392.  
  393. {block:Video}
  394. {Video-500}
  395. {block:Caption}{Caption}{/block:Caption}
  396. {/block:Video}
  397.  
  398.  
  399. <!--AUDIO-->
  400.  
  401. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  402. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  403. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  404. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  405. {/block:Audio}
  406.  
  407.  
  408. <!--POST INFO-->
  409.  
  410. <div id="info">
  411. <a href="{Permalink}">{12HourWithZero}:{Minutes}{CapitalAmPm}</a>{/block:Date}&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
  412. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
  413. {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
  414. {/block:ContentSource}<a href="{Permalink}">{NoteCount}♡</a></a></a>
  415. {block:HasTags}<div id="tags">
  416.  
  417. <big>☮filed under:</big>{block:Tags} <big>#</big><a href="/tagged/{Tag}">{Tag}</a>&nbsp;{/block:Tags}
  418. </div>{block:HasTags}
  419. </div>
  420. </div>
  421.  
  422. {/block:Posts}
  423. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  424. {/block:Posts}</div></div></div>
  425. <br><br><br><br>
  426.  
  427.  
  428. </div></div>
  429.  
  430. {/block:Posts}
  431.  
  432. <!--DON'T REMOVE--SERIOUSLY, JUST LEAVE IT PLEASE-->
  433. <div id="rae">
  434. <a href="http://miichaelmando.tumblr.com/">miichaelmando</a>
  435. </div>
  436.  
  437. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement