xmisa0923

BTHEME

Apr 11th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.67 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">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <!--
  12.  
  13. theme by mayourbodiesremain.tumblr.com
  14. Yes, you can modify anything you want. No, you can't take the credit out.
  15.  
  16.  
  17.  
  18. -->
  19.  
  20. <!--Side-->
  21. <meta name="color:Side" content="#fff"/>
  22. <meta name="color:Twitter Background" content="#F2F2F2"/>
  23.  
  24. <!--Title-->
  25. <meta name="text:Title Size" content="20">
  26. <meta name="font:Title" content="Georgia, serif"/>
  27.  
  28. <!--Entries-->
  29. <meta name="color:Text" content="#353334"/>
  30. <meta name="text:Font Size" content="10">
  31. <meta name="font:Body" content="Georgia, serif"/>
  32. <meta name="color:Box" content="#FAFAFA"/>
  33. <meta name="color:Link" content="#7E7C7D"/>
  34. <meta name="color:Link Hover" content="#7E7C7D"/>
  35. <meta name="if:Fade Images" content="0"/>
  36.  
  37. <!--Background-->
  38. <meta name="image:Background" content="#ffffff"/>
  39. <meta name="color:Background" content="#ffffff"/>
  40.  
  41.  
  42. <meta name="text:Permalink" content="&#x25CA;">
  43. <meta name="text:Twitter Username" content="USERNAME here">
  44. <meta name="text:Space between posts" content="15">
  45. <meta name="if:Show Caption" content="0"/>
  46. <meta name="if:Show Twitter" content="1"/>
  47.  
  48. <meta name="if:Left Side" content="0"/>
  49. <meta name="if:Top Side" content="0"/>
  50. <meta name="if:Show Portrait" content="0"/>
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55. html, body{
  56. margin:0;
  57. padding:0;
  58. background-color: {color:Background};
  59. background-image: url('{image:Background}');
  60. font-family: {font:Body};
  61. font-size: {text:Font Size}px;
  62. color: {color:Text};
  63. word-spacing: 1px;
  64. line-height: 100%;
  65. }
  66.  
  67.  
  68.  
  69. #leftcol{
  70. {block:ifLeftSide}
  71. float:left;
  72. margin-left: 250px;
  73. {/block:ifLeftSide}
  74. {block:ifnotLeftSide}
  75.  
  76. right: 250px;
  77. {/block:ifnotLeftSide}
  78. width:200px;
  79. {block:ifTopSide}
  80. top:20px;
  81. {block:ifTopSide}
  82. {block:ifnotTopSide}
  83. top:50%;
  84. {/block:ifnotTopSide}
  85. position:fixed;
  86. background-color:{color:Side};
  87. -moz-border-radius: 8px;
  88. border-radius: 8px;
  89. font-size: 9px;
  90. padding:4px;
  91. }
  92.  
  93.  
  94.  
  95.  
  96. #maincol{
  97. width:400px;
  98. margin:0 auto;
  99. padding-top:20px;
  100. padding-bottom:20px;
  101. }
  102.  
  103. #post {
  104. padding:5px;
  105. background-color: {color:Box};
  106. width:400px;
  107. margin-bottom:{text:Space between posts}px;
  108. }
  109.  
  110. #footer{
  111. clear:both;
  112. display:block;
  113. }
  114.  
  115. #title {
  116. font-size: {text:Title Size}px;
  117. font-family: {font:Title};
  118. color: {color:Text};
  119. text-align: left;
  120. line-height: 100%;
  121. font-style: italic;
  122. }
  123.  
  124. #title a {
  125. color: {color:Text};
  126. }
  127.  
  128. a:link {color:{color:Link}; text-decoration:none; }
  129. a:visited {color:{color:Link}; text-decoration:none;}
  130. a:hover { color:{color:Link Hover};text-decoration:none; }
  131. a:active {color:{color:Link}; text-decoration:none;}
  132.  
  133. #permalink {
  134. font-size: 9px;
  135. text-align: right;
  136. }
  137.  
  138. #post img {
  139. max-width: 100%;
  140. border:none;
  141. }
  142.  
  143. .bubble {
  144. position: relative;
  145. background-color:{color:Twitter Background};
  146. margin: 0;
  147. padding:4px;
  148. text-align:center;
  149. width:180px;
  150. -moz-border-radius:10px;
  151. -webkit-border-radius:10px;
  152. }
  153. .bubble:after {
  154. position: absolute;
  155. display: block;
  156. content: "";
  157. border-color: {color:Twitter Background} transparent transparent transparent;
  158. border-style: solid;
  159. border-width: 10px;
  160. height:0;
  161. width:0;
  162. position:absolute;
  163. bottom:-19px;
  164. right:2em;
  165. }
  166.  
  167. div#twitter_update_list {
  168. padding:3px;
  169. list-style-type:none;
  170. background-color: {color:Twitter Background}
  171. line-height:100%;
  172. }
  173.  
  174.  
  175. div#twitter_update_list span a:link {
  176. text-transform:lowercase;
  177. font-family:{font:Text}!important;
  178. }
  179.  
  180. div#twitter_update_list span{
  181. width:180px!important;
  182. }
  183.  
  184. div#twitter_update_list .time {
  185. font-family: PT Sans, sans-serif;
  186. text-transform:uppercase;
  187. filter: alpha(opacity=50);
  188. opacity: 0.50;
  189. }
  190. div#twitter_update_list a:link:hover {
  191. opacity: 1;
  192. -webkit-transition: opacity 1s linear;
  193. filter: alpha(opacity=100);
  194. }
  195.  
  196.  
  197. object {
  198. width: 100%;
  199. }
  200.  
  201. embed {
  202. width: 100%;
  203. }
  204.  
  205. ul.chat {
  206. list-style-type: none;
  207. }
  208.  
  209. .quote p {
  210. display:none;
  211. }
  212.  
  213. {CustomCSS}
  214. </style>
  215. </head>
  216. <body>
  217.  
  218.  
  219.  
  220.  
  221.  
  222. <div id="maincol">
  223.  
  224.  
  225. {block:Posts}
  226. <div id="post">
  227.  
  228.  
  229. {block:Text}
  230. <b>{Title}</b>
  231. {Body}
  232. {/block:Text}
  233.  
  234.  
  235.  
  236. {block:Photo}
  237. <center>
  238. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  239. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  240. </center>
  241. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  242. {/block:Photo}
  243.  
  244. {block:Photoset}
  245. {Photoset-400}
  246. {/block:Photoset}
  247.  
  248. {block:Quote}
  249. <div class="quote">
  250. <i>"{Quote}"</i>
  251. {block:Source}<b>{Source}</b>{/block:Source}
  252. </div>
  253. {/block:Quote}
  254.  
  255. {block:Link}
  256. <span style="text-transform:uppercase;"><a href="{URL}">{Name}</a></span>
  257. {block:Description} {Description}{/block:Description}
  258. {/block:Link}
  259.  
  260. {block:Chat}
  261. {block:Title}
  262. <a href="{Permalink}">{Title}</a>
  263. {/block:Title}
  264.  
  265. <ul class="chat">
  266. {block:Lines}
  267. <li class="{Alt} user_{UserNumber}">
  268. {block:Label}
  269. <b> {Label}</b>
  270. {/block:Label}
  271.  
  272. {Line}
  273. </li>
  274. {/block:Lines}
  275. </ul>
  276. </li>
  277. {/block:Chat}
  278.  
  279.  
  280. {block:Video}
  281. {Video-400}
  282. {/block:Video}
  283.  
  284. {block:Audio}
  285. {AudioPlayerBlack}
  286. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist} by <b>{Artist}</b>{/block:Artist}
  287. {/block:Audio}
  288.  
  289. {block:Answer}
  290. <b>{Question}</b> <br>- <i>{Asker}</i> <span style="float:right;"><img src="{AskerPortraitURL-24}"></span>
  291. {Answer}
  292. {/block:Answer}
  293.  
  294.  
  295. {block:IndexPage}
  296. {block:ifShowCaption}
  297. {block:Caption}{Caption}{/block:Caption}
  298. {/block:ifShowCaption}
  299. {/block:IndexPage}
  300.  
  301.  
  302.  
  303. <div id="permalink"> <!--permalink-->
  304. <a href="{permalink}">
  305. {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount} {text:Permalink}
  306. </a>
  307. {block:HasTags}{block:Tags}<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}
  308. </div> <!--permalink-->
  309.  
  310.  
  311.  
  312. {block:PermalinkPage}
  313. {block:Caption}{Caption}{/block:Caption}<br>
  314. {block:RebloggedFrom}
  315. {lang:Posted on DayOfWeek DayOfMonth Month Year 2}.<br> {lang:Originally from ReblogRootName 2}, {lang:Reblogged from ReblogParentName 2}
  316. {/block:RebloggedFrom}
  317. <br>
  318. {/block:PermalinkPage}
  319.  
  320. {block:PostNotes}
  321. {NoteCountWithLabel}
  322. {PostNotes}
  323. </div><!/NOTES>
  324. {/block:PostNotes}
  325.  
  326.  
  327. </div>
  328. {/block:Posts}
  329.  
  330.  
  331. {block:Pagination}
  332. <div style="width:410px"><big>
  333. {block:PreviousPage}
  334. <a href="{PreviousPage}">«</a>
  335. {/block:PreviousPage}
  336.  
  337.  
  338.  
  339. {block:NextPage}
  340. <span style="float:right;"><a href="{NextPage}">»</a></span>
  341. {/block:NextPage}
  342. </big></div>
  343. {/block:Pagination}
  344.  
  345. </div>
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353. <div id="leftcol"> <!--leftcol-->
  354. {block:ifShowPortrait}
  355. <div class="round-image" style="width:95px;height:95px;border:0px solid #fff;-moz-border-radius:200px;-webkit-border-radius:100px;background:url({PortraitURL-96})"></div>
  356. {/block:ifShowPortrait}
  357. <div id="title"><a href="/">{Title}</a></div>
  358. {Description} <br>
  359. <span style="font-style:oblique; text-transform:lowercase;">{block:AskEnabled}<a href="/ask">{AskLabel}</a>,{/block:AskEnabled} <a href="/archive">{lang:Archive}</a>, {block:HasPages}{block:Pages}<a href="{URL}">{Label}, {/block:Pages} {/block:HasPages}{block:SubmissionsEnabled}{SubmitLabel}, {/block:SubmissionsEnabled} <a href="http://mayourbodiesremain.tumblr.com/">theme</a><!--DO NOT REMOVE THIS, FUCKER!... thanks ^^--></span><br>
  360. {block:ifShowTwitter}
  361. <br>
  362. <div class="bubble"> <!--bubble-->
  363.  
  364. <div id="twitter_update_list">
  365. <li>Loading Tweets..</li>
  366. </div>
  367.   <script type="text/javascript" src="http://static.tumblr.com/wy8n0km/nwdlvfucl/blogger.js"></script>    <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{text:Twitter Username}.json?callback=twitterCallback2&count=1"></script>
  368.  
  369. </div> <!--bubble-->
  370. <p style="text-align:right; margin-right: 1em; font-style:oblique;">@{text:Twitter Username}</p>
  371. {/block:ifShowTwitter}
  372.  
  373. </div> <!--leftcol-->
  374.  
  375.  
  376.  
  377.  
  378. </body>
  379. </html>
Advertisement
Add Comment
Please, Sign In to add comment