Advertisement
elletho

Reckless Abandon -- Theme 19

Jul 5th, 2014
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.28 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 19: 'Reckless Abandon' 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:typewriter;
  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:145px;
  116. border-top:1px solid {color:border};
  117. border-bottom:1px solid {color:border};
  118. z-index:9999999;
  119.  
  120. }
  121.  
  122. #links a{
  123. color:{color:sblinks};
  124. }
  125.  
  126. #links a:hover{
  127. color:{color:hover};
  128. -moz-transition-duration:0.3s;
  129. -webkit-transition-duration:0.3s;
  130. -o-transition-duration:0.3s;
  131. }
  132.  
  133. /*SIDEBAR*/
  134.  
  135. #title {
  136. font-size:20px;
  137. font-family:arial;
  138. text-align:left;
  139. line-height:17px;
  140. margin-top:340px;
  141. margin-left:250px;
  142. color:{text:txt};
  143. width:250px;
  144. transform: rotate(90deg);
  145. -webkit-transform: rotate(90deg);
  146. -moz-transform: rotate(90deg);
  147. -o-transform: rotate(90deg);
  148. -ms-transform: rotate(90deg);
  149. position:fixed;
  150. }
  151.  
  152. #sidebar{
  153. position:fixed;
  154. margin-top:215px;
  155. margin-left:205px;
  156. width:150px;
  157. height:auto;
  158. }
  159.  
  160. #sidebarimg {
  161. margin-top:5px;
  162. margin-left:170px;
  163.  
  164. }
  165.  
  166. #sidebarimg img {
  167. width:80px;
  168. height:80px;
  169. margin-left:-140px;
  170. border-radius:200px;
  171. }
  172.  
  173. #line {
  174. margin-top:-5px;
  175. margin-left:360px;
  176. width:1px;
  177. height:5000px;
  178. background-color:{color:border};
  179. position:fixed;
  180. z-index:99999;
  181. }
  182.  
  183. #desc{
  184. width:145px;
  185. height:auto;
  186. margin-top:0px;
  187. margin-left:0px;
  188. font-size:11px;
  189. text-align:center;
  190. color:{color:txt};
  191. padding-top:5px;
  192. padding-bottom:5px;
  193. padding-right:5px;
  194. }
  195.  
  196.  
  197. #pagi {
  198. font-size:10px;
  199. text-transform:lowercase;
  200. font-style:normal;
  201. font-family:arial;
  202. position:fixed;
  203. text-align:center;
  204. margin-left:55px;
  205. margin-top:-5px;
  206. }
  207.  
  208. #pagi a {
  209. color:{color:sblinks};
  210. }
  211.  
  212.  
  213. /*ENTRIES*/
  214.  
  215. #container{
  216. width:525px;
  217. margin-left:420px;
  218. margin-top:60px;
  219. position:absolute;
  220. }
  221.  
  222. #post{
  223. padding:15px;
  224. width:500px;
  225. background-color:{color:post bg};
  226. width:500px;
  227. float:left;
  228. margin:8px;
  229. margin-bottom:10px;
  230. }
  231.  
  232.  
  233. /*POST INFO*/
  234.  
  235. #info {
  236. width:490px;
  237. text-align:right;
  238. font-family:calibri;
  239. font-size:9px;
  240. text-transform:uppercase;
  241. padding:5px;
  242. padding:5px;
  243. color:{color:txt};
  244. line-height:10px;
  245. margin-top:5px;
  246. margin-bottom:5px;
  247. }
  248.  
  249. #info a{
  250. color:{color:links};
  251. }
  252.  
  253. #info a:hover{
  254. color:{color:hover};
  255. }
  256.  
  257. #tags{
  258. width:490px;
  259. padding:5px;
  260. margin-top:-5px;
  261. margin-left:-5px;
  262. float:left;
  263. text-align:right;
  264. font-size:8px;
  265. opacity:1;
  266. color:{color:txt};
  267. transition-duration: 0.5s;
  268. -moz-transition-duration: 0.5s;
  269. -webkit-transition-duration: 0.5s;
  270. -o-transition-duration: 0.5s
  271. }
  272.  
  273. #tags a {
  274. display:inline-block;
  275. color:{color:links};
  276. font-size:10px;
  277. text-align:center;
  278. text-decoration:none;
  279. }
  280.  
  281. #notes{
  282. font-size:9px;
  283. text-transform:uppercase;
  284. }
  285.  
  286. /*ASKS*/
  287.  
  288. #asks {
  289. font-size:11px;
  290. text-align:left;
  291. padding:5px;
  292. margin-top:0px;
  293. background-color:{color:ask bg}
  294. }
  295.  
  296.  
  297. /*CREDIT--seriously leave this please, i work hard on my themes.*/
  298.  
  299. #rae{
  300. float:right;
  301. position:fixed;
  302. bottom:5px;
  303. right:5px;
  304. padding:3px;
  305. font-size:12px;
  306. font-family:calibri;
  307. text-transform:uppercase;
  308. }
  309.  
  310. #maker a{
  311. color:{color:links};
  312. }
  313.  
  314.  
  315. {CustomCSS}
  316.  
  317. </style></head>
  318.  
  319.  
  320. <body>
  321.  
  322. <div id="line"></div>
  323. <div id="title"><b>{Title}</b></div>
  324.  
  325. <div id="sidebar">
  326. <div id="sidebarimg"><img src="{image:sbimg}"></div>
  327. <select onChange="location.href=this.options[this.selectedIndex].value;" style="width:80px; font-size:10px; font-family:arial; margin-left:30px; margin-top:5px;">
  328. <option value="/">links</option>
  329. <option value="/">{text:home title}</option>
  330. <option value="/ask">{text:ask title}</option>
  331. <option value="{text:link1}">{text:link1 title}</option>
  332. <option value="{text:link2}">{text:link2 title}</option>
  333. <option value="{text:link3}">{text:link3 title}</option>
  334. </select>
  335. <div id="desc">{description}</div>
  336. {block:Pagination}
  337. <div id="pagi">
  338. {block:PreviousPage}
  339. <a href="{PreviousPage}">backward</a><br>
  340. {/block:PreviousPage}
  341. {block:NextPage}
  342. <a href="{NextPage}">onward</a>
  343. {/block:NextPage}
  344. </div>
  345. {/block:Pagination}
  346. </div>
  347. </div>
  348. </div>
  349. </div>
  350. </div>
  351.  
  352. <div id="container">
  353. {block:Posts}
  354. <div id="post">
  355.  
  356.  
  357. <!--TEXT POSTS-->
  358.  
  359. {block:Text}
  360. {block:Title}<h2>{Title}</h2>{/block:Title}
  361. {Body}
  362. {/block:Text}
  363.  
  364. <!--ASKS-->
  365.  
  366. {block:Answer}
  367. <div id="asks">
  368. <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>
  369. </div>
  370. {Answer}
  371. {/block:Answer}
  372.  
  373. <!--QUOTE POSTS-->
  374. {block:Quote}
  375.  
  376. <div class="quote">
  377. <div class="quotetext_{Length}">"{Quote}"</div>
  378. {block:Source}<div class="source">{Source}</div>{/block:Source}
  379. </div>
  380. {/block:Quote}
  381.  
  382. <!--LINK POSTS-->
  383.  
  384. {block:Link}
  385. <h2><a href="{URL}">{Name}</a></h2>
  386. {block:Description}{Description}{/block:Description}
  387. {/block:Link}
  388.  
  389. <!--CHAT POSTS-->
  390.  
  391. {block:Chat}
  392. {block:Title}<h2>{Title}</h2>{/block:Title}
  393. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  394. {Line}</li>{/block:Lines}</ul>
  395. {/block:Chat}
  396.  
  397. <!--PHOTO POSTS-->
  398.  
  399. {block:Photo}
  400. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  401.  
  402. {block:Caption}{Caption}{/block:Caption}
  403. {/block:Photo}
  404.  
  405. <!--PHOTOSET POSTS-->
  406.  
  407. {block:Photoset}
  408. {Photoset-500}
  409. {block:Caption}{Caption}{/block:Caption}
  410. {/block:Photoset}
  411.  
  412. <!--VIDEO POSTS-->
  413.  
  414. {block:Video}
  415. {Video-500}
  416. {block:Caption}{Caption}{/block:Caption}
  417. {/block:Video}
  418.  
  419.  
  420. <!--AUDIO-->
  421.  
  422. {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>
  423. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  424. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  425. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  426. {/block:Audio}
  427.  
  428.  
  429. <!--POST INFO-->
  430.  
  431. <div id="info">
  432. <a href="{Permalink}">{12HourWithZero}:{Minutes}{CapitalAmPm}</a>{/block:Date}&nbsp;&nbsp;&nbsp;▼&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}, {ShortYear}</a>&nbsp;&nbsp;&nbsp;▼&nbsp;&nbsp;&nbsp;
  433. {block:RebloggedFrom} <a href="{ReblogParentURL}" icon="{ReblogParenticon}">via</a>&nbsp;&nbsp;&nbsp;▼&nbsp;&nbsp;&nbsp;
  434. {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a>&nbsp;&nbsp;&nbsp;▼&nbsp;&nbsp;&nbsp;
  435. {/block:ContentSource}<a href="{Permalink}">{NoteCount}♡</a></a></a>
  436. {block:HasTags}<div id="tags">
  437.  
  438. <big>FILED UNDER:</big>{block:Tags} ▼<a href="/tagged/{Tag}">{Tag}</a>&nbsp;{/block:Tags}
  439. </div>{block:HasTags}
  440. </div>
  441. </div>
  442.  
  443. {/block:Posts}
  444. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  445. {/block:Posts}</div></div></div>
  446. <br><br><br><br>
  447.  
  448.  
  449. </div></div>
  450.  
  451. {/block:Posts}
  452.  
  453. <!--DON'T REMOVE--SERIOUSLY, JUST LEAVE IT PLEASE-->
  454. <div id="rae">
  455. <a href="http://miichaelmando.tumblr.com/">miichaelmando</a>
  456. </div>
  457.  
  458. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement