feiinho

Modello - http://www.tumblr.com/theme/29119

Jul 14th, 2011
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.35 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. <head>
  4. <font face="Georgia">
  5.  
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7.         <title>{Title}</title>
  8.         <META NAME="Title" CONTENT="{Title}">
  9.   {block:Description}
  10.         <META NAME="Description" CONTENT="{MetaDescription}">
  11.   {/block:Description}
  12.         <link rel="shortcut icon" href="{Favicon}">
  13.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15.  
  16. <style type="text/css">
  17.  
  18. a { text-decoration:none }
  19. </style>
  20. <center>
  21.  
  22.  
  23. <!-- Modello Theme by theskeletonofme -->
  24.  
  25. <meta name="if:Endless Scroll" content="0">
  26. <meta name="color:Text" content="#000000" />
  27. <meta name="color:Links" content="#000000"/>
  28. <meta name="color:Permalink" content="#000000" />
  29. <meta name="color:Background" content="#ffffff" />
  30. <meta name="if:Fade Images" content="0" />
  31. <meta name="if:More Space Between Pictures" content="1" />
  32.  
  33.  
  34.  
  35. <html>
  36. <body>
  37. <font face="Georgia">
  38.  
  39.  
  40. <title>{Title}</title>
  41. <link rel="shortcut icon" href="{Favicon}">
  42. <style type="text/css">
  43.  
  44.  
  45. body {
  46. background-color:{color:Background};
  47. }
  48. .content {
  49. font-size: 12px;
  50. margin-left:241px;
  51. width:850px;
  52.  
  53. color: {color:Text};
  54. margin:auto;
  55. }
  56.  
  57. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  58.  
  59. textarea{height:50px;}
  60.  
  61. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  62. .post img {max-width: 100%;}
  63. .entrytext ul, .entrytext ol, .entrytext li{list-style:disc; margin-left:10px; padding:0px;}
  64. .entrytext img {max-width: 100%;}
  65. .user_1 .label, .user_4 .label, .user_7 .label {color: {color:Accents};}
  66. .user_2 .label, .user_5 .label, .user_8 .label {color:{color:Link};}
  67. .user_3 .label, .user_6 .label, .user_9 .label {color:{color:Title};}
  68. .notes img{width:10px; position:relative; top:3px;}
  69.  
  70. td{vertical-align:top;padding:0px;margin:0px; }
  71. table{padding:0px;margin:0px; width:100%;}
  72.  
  73.  
  74. .content a:hover {
  75. color: {color:Text};
  76. text-decoration: none;
  77. font-size: 12px;
  78. text-transform:none;
  79. }
  80. #changepage {
  81. font-size: 12px;
  82. width:850px;
  83. }
  84. #changepage a, a:active, a:visited{
  85. text-decoration: none;
  86. font-weight: normal;
  87. font-size: 12px;
  88. color: {color:Text};
  89. }
  90. #changepage a:hover {
  91. font-weight: normal;
  92. color: {color:Text};
  93. text-decoration: none;
  94. font-size: 12px;
  95. }
  96.  
  97. img{
  98. {block:ifFadeImages}
  99. -webkit-transition: opacity 0.7s linear;
  100. opacity: 0.85;
  101. {/block:ifFadeImages}
  102. {block:ifMoreSpaceBetweenPictures}
  103. padding-top:10px;
  104. padding-bottom:10px;
  105. {/block:ifMoreSpaceBetweenPictures}
  106. }
  107. img:hover {
  108. {block:ifFadeImages}
  109. -webkit-transition: opacity 0.7s linear;
  110. opacity: 1;
  111. {/block:ifFadeImages}
  112. {block:ifMoreSpaceBetweenPictures}
  113. padding-top:10px;
  114. padding-bottom:10px;
  115. {/block:ifMoreSpaceBetweenPictures}
  116. }
  117.  
  118. #entry{
  119. margin-left:0px;
  120. padding-bottom:0px;
  121. margin-bottom:10px;
  122. width:850px;
  123. }
  124. #entry:hover .permalink {
  125. opacity: 1;
  126. }
  127. .permalink {
  128. float: center;
  129. margin-left: 860px;
  130. padding-left:10px;
  131. position : absolute;
  132. height:100px;
  133. letter-spacing:0px;
  134. -webkit-transition: 0.5s ease-in;
  135. opacity:0;
  136. }
  137. .permalink a {
  138. font-size:12px;
  139. text-decoration:none;
  140. color:{color:Permalink};
  141. -webkit-transition-duration: 0.5s;
  142. letter-spacing:0px;
  143. }
  144. .permalink a:hover{
  145. font-size:12px;
  146. color: {color:Text};
  147. -webkit-transition-duration: 0.5s;
  148. letter-spacing:0px;
  149. }
  150. .caption {
  151. font-size:12px;
  152. padding-top:2px;
  153. }
  154. .caption a{
  155. font-size:12px;
  156. font-weight:bold;
  157. padding-top:2px;
  158. text-decoration:none;
  159. }
  160. .caption a:hover{
  161. font-size:12px;
  162. font-weight:bold;
  163. padding-top:2px;
  164. text-decoration:none;
  165. }
  166. h3 {
  167. font-weight: normal;
  168. font-size: 12px;
  169. letter-spacing:0px;
  170. line-height:10px;
  171. color: {color:text};
  172. }
  173. .audio {
  174. background-color:#000000;
  175. width:850px;
  176. }
  177. .asker {
  178. color:{color:text};
  179. font-weight:bold;
  180. line-height:10px;
  181. }
  182.  
  183. .header{
  184. color:{color:Text};
  185. font-size:50px;
  186.  
  187. line-height:10px;
  188.  
  189. }
  190. </style>
  191.  
  192. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  193. {block:Description}
  194. <meta name="description" content="{MetaDescription}" />
  195. {/block:Description}
  196. {block:IfEndlessScroll}
  197. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  198. {/block:IfEndlessScroll}
  199.  
  200.  
  201.  
  202. <div class="header"><br><br><font face="Georgia"><font style="text-transform: uppercase;">{Title}</a></font><center></div><br><font face="Georgia"><font size="1">{block:Description}<div class="description">{Description}</div>{/block:Description}<a href="{URL}/ask">ask</a>, <a href="http://www.theskeletonofme.tumblr.com">theme</a></div></center>
  203.  
  204.  
  205.  
  206. <center>
  207. <body link="black">
  208.  
  209. <div class="content">
  210. {block:IfEndlessScroll}
  211. <div class="autopagerize_page_element">
  212. {/block:IfEndlessScroll}
  213.  
  214. {block:Posts}
  215. {block:Text}
  216. <div id="entry">
  217. <span class="permalink"><a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{ShortYear}</a></span>
  218. {block:Title}<h3>{Title}</h3>{/block:Title}
  219. {Body}
  220. </div>
  221. {/block:Text}
  222.  
  223. {block:Photo}<a href="{ReblogURL}" target="_blank"> &larr; REBLOG</a>
  224.  
  225. <a title="" href="{ReblogURL}"> reblog</a>
  226.  <img src="http://img641.imageshack.us/img641/9808/image2ec.png">
  227.  <img src="http://img641.imageshack.us/img641/9808/image2ec.png">
  228.  <img src="http://img641.imageshack.us/img641/9808/image2ec.png">
  229.  <a title="" href="{Permalink}">{NoteCount} notes</a>
  230. <a href="{Permalink}">{/block:IndexPage}
  231. <div class="photo" align="center">
  232. {block:IndexPage}
  233. <a href="{Permalink}">{/block:IndexPage}
  234.  
  235. {block:PermalinkPage}
  236. {LinkOpenTag}
  237. {/block:PermalinkPage}
  238. <span class="permalink"> <a title="" href="{ReblogURL}"> reblog</a>
  239.  <a title="" href="{Permalink}">{NoteCount} notes</a>
  240.  </a></span><a href="{ReblogURL}" target="_blank"> &larr; REBLOG</a>
  241. <img src="{PhotoURL-HighRes}" style="max-width:1000px";" alt="{PhotoAlt}"/>
  242.  
  243. {block:PermalinkPage}
  244. {LinkCloseTag}
  245. {/block:PermalinkPage}
  246.  
  247. {block:IndexPage}</a>{/block:IndexPage}
  248. </div>
  249.  
  250. {/block:Photo}
  251.  
  252. {block:Photoset}
  253. <div id="entry">
  254. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{ShortYear}</a></div>
  255. <center>{Photoset-500}</center>
  256. {block:Caption}
  257. <div class="caption">{Caption}</div>
  258. {/block:Caption}
  259. </div>
  260. {/block:Photoset}
  261.  
  262. {block:Quote}<a href="{ReblogURL}" target="_blank"> &larr; REBLOG</a>
  263. <div id="entry">
  264. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{ShortYear}</a></div>
  265. <h3>
  266. "{Quote}"</h3>
  267. {block:Source}
  268. <div class="source"><b>{Source}</b></div>
  269. {/block:Source}
  270. </div>
  271. {/block:Quote}
  272.  
  273. {block:Link}<a href="{ReblogURL}" target="_blank"> &larr; REBLOG</a>
  274. <div id="entry">
  275. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{ShortYear}</a></div>
  276. <a href="{URL}" class="link" {Target}><font style="font-size:normal"><font style="text-decoration:none!important"><font style="text-transform:none"> {Name}</a>
  277. {block:Description}
  278. <div class="description">{Description}</div>
  279. {/block:Description}
  280. </div>
  281. {/block:Link}
  282.  
  283. {block:Chat}<a href="{ReblogURL}" target="_blank"> &larr; REBLOG</a>
  284. <div id="entry">
  285. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{ShortYear}</a></div>
  286. {block:Title}<b>{Title}</b>{/block:Title}
  287. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  288. </div>
  289. {/block:Chat}
  290.  
  291. {block:Video}<a href="{ReblogURL}" target="_blank"> &larr; REBLOG</a>
  292. <div id="entry">
  293. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{ShortYear}</a></div>
  294. <center>{Video-500}</center>
  295. {block:Caption}
  296. <div class="caption">{Caption}</div>
  297. {/block:Caption}
  298. </div>
  299. {/block:Video}
  300.  
  301. {block:Audio}<a href="{ReblogURL}" target="_blank"> &larr; REBLOG</a>
  302. <div id="entry">
  303. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{ShortYear}</a></div>
  304. <div class="audio">
  305. {AudioPlayerBlack}
  306. </div>
  307. {block:Caption}
  308. <div class="caption">{Caption}</div>
  309. {/block:Caption}
  310. </div>
  311. {/block:Audio}
  312.  
  313. {block:Answer}<a href="{ReblogURL}" target="_blank"> &larr; REBLOG</a>
  314. <div id="entry">
  315. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{ShortYear}</a></div>
  316. <p><div class="asker"><b>{Asker}</b> said:{Question}</div></p>
  317. {Answer}
  318. </div>
  319. {/block:Answer}
  320.  
  321. {PostNotes}
  322. {/block:Posts}     
  323.  
  324. <div id="changepage"><right>{block:IfNotEndlessScroll}
  325.  
  326. {block:Pagination}
  327. <div class="post" id="pagination">
  328.             {block:PreviousPage}
  329.                 <a href="/" title="first page"><big>&#171;</big></a>
  330. <a href="{PreviousPage}" title="previous page"><big><big>&lsaquo;</big></big></a>
  331.             {/block:PreviousPage}
  332.             {block:JumpPagination length="1000"}
  333.                 {block:CurrentPage}
  334.                     <span id="current">{PageNumber}</span>
  335.                 {/block:CurrentPage}
  336.                 {block:JumpPage}
  337.                     <a class="jump_page" href="{URL}">{PageNumber}</a>
  338.                 {/block:JumpPage}
  339.             {/block:JumpPagination}
  340.             {block:NextPage}
  341.                 <a href="{NextPage}" title="next page"><big><big>&rsaquo;</big></big></a>
  342.         <a href="/page/{TotalPages}" title="last page"><big>&#187;</big></a>
  343.             {/block:NextPage}
  344. </div>
  345. {/block:Pagination}
  346.  
  347. {/block:IfNotEndlessScroll}</right></div>
  348. <center><a href="http://theskeletonofme.tumblr.com">Theme by theskeletonofme</a></center>
  349. </div>
  350. </head>
  351. </body>
  352. </html>
Add Comment
Please, Sign In to add comment