xmisa0923

THEME MOD

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