Advertisement
ettudis

tumblr theme 008

May 16th, 2011
1,992
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.37 KB | None | 0 0
  1. <!--
  2. Tumblr Theme 008 (c) by Ans by ETTUDIS [http://ettudis.three-words.net]
  3. CONTACT INFO [email: admin@ettudis.three-words.net]
  4. FOLLOW THEME BLOG [http://ettudis.tumblr.com]
  5. TERMS OF USE [http://ettudis.tumblr.com/post/8327340215/terms-of-usage]
  6. -->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  12. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <meta name="color:background" content="#FFFFFF" />
  16. <meta name="color:blockquote border" content="#353535" />
  17. <meta name="color:header background" content="#000000"/>
  18. <meta name="color:menu background" content="#ec0000" />
  19. <meta name="color:menu background hover" content="#FFFFFF" />
  20. <meta name="color:menu text" content="#790000" />
  21. <meta name="color:menu text hover" content="#000000" />
  22. <meta name="color:link 1" content="#000000" />
  23. <meta name="color:link 2" content="#ec0000" />
  24. <meta name="color:post background" content="#F9F9F9" />
  25. <meta name="color:post title" content="#ec0000" />
  26. <meta name="color:post title hover" content="#000000" />
  27. <meta name="color:post text" content="#787878" />
  28. <meta name="color:post text link" content="#333333" />
  29. <meta name="color:title" content="#FFFFFF" />
  30. <meta name="color:title hover" content="#000000" />
  31. <meta name="color:userpic border" content="#ec0000"/>
  32. <meta name="image:background" content="http://static.tumblr.com/aszc4f0/gXTly2dg2/graphy.png"/>
  33. <meta name="image:header" content=""/>
  34. <meta name="if:center header image" content="0"/>
  35. <meta name="if:Show User Pic" content="1"/>
  36. <meta name="if:Italicize title" content="1"/>
  37. <meta name="if:show caption" content="1"/>
  38. <meta name="if:title glow" content="0"/>
  39. <meta name="font:body" content="Georgia" />
  40. <meta name="text:Link 1 Title" content="" />
  41. <meta name="text:Link 1" content="" />
  42. <meta name="text:Link 2 Title" content="" />
  43. <meta name="text:Link 2" content="" />
  44. <meta name="text:Link 3 Title" content="" />
  45. <meta name="text:Link 3" content="" />
  46.  
  47. <style type="text/css">
  48. body {
  49. margin: 0px;font-size: 9px;
  50. padding:0px;
  51. background:{color:background} url('{image:background}') fixed;
  52. font-family: {font:body};
  53. }
  54. a {
  55. text-decoration:none;
  56. }
  57. #header {
  58. top: 0px;
  59. padding: 5px;
  60. position:absolute;
  61. left: 0px;
  62. width: 100%;
  63. height: 300px;
  64. background: {color:header background} url('{image:header}');
  65. }
  66. {block:ifcenterheaderimage} #header {
  67. background-position: center bottom;
  68. background-repeat:no-repeat;
  69. }{/block:ifcenterheaderimage}
  70.  
  71. #title {
  72. padding-top: 15px;
  73. text-align: center;
  74. color: {color:title};
  75. }
  76. #title a {
  77. text-transform: lowercase;
  78. {block:ifitalicizetitle}font-style:italic!important;{/block:ifitalicizetitle}
  79. text-decoration: none;
  80. font-size:36px;
  81. letter-spacing: -3px;
  82. {block:iftitleglow}text-shadow: 0 0 0.1em {color:title};{/block:iftitleglow}
  83. color: {color:title};
  84. }
  85. #title a:hover{
  86. color: {color:title hover};
  87. }
  88. #desc {
  89. font-size: 10px;
  90. text-decoration: none;
  91. width: 500px;
  92. text-align: center;
  93. color: {color:title};
  94. }
  95. #desc a, #nav a, #tags a:hover{
  96. text-transform:uppercase;
  97. font-size:9px;
  98. color: {color:menu text};
  99. margin-right: 2px;
  100. background-color: {color:menu background};
  101. padding: 5px!important;
  102. }
  103. #desc a:hover, #nav a:hover, #tags a {
  104. color: {color:menu text hover};
  105. background-color: {color:menu background hover};
  106. text-transform:uppercase;
  107. font-size:9px;
  108. margin-right: 2px;
  109. padding: 5px!important;
  110. }
  111. #asker{
  112. background:{color:background};
  113. margin:5px;
  114. }
  115. #asker a{
  116. color: {color:link 2};
  117. font-size:12px;letters-spacing:-1px;
  118. }
  119. #asker a:hover{color: {color:link 1};}
  120. #quote {
  121. font-size:12px;letters-spacing:-1px;
  122. {block:ifitalicizetitle} font-style:italic;{/block:ifitalicizetitle}
  123. }
  124. blockquote {
  125. border-left: 1px solid {color:blockquote border};
  126. padding-left:7px;
  127. }
  128. blockquote p{
  129. padding-top:0px;
  130. padding-bottom: 2px;
  131. }
  132. h1 {
  133. font-size: 18px;
  134. text-transform: uppercase;
  135. font-weight:normal;
  136. letter-spacing: -1px;
  137. padding: 0px;
  138. margin: 0px;
  139. color: {color:link 2};
  140. }
  141. h1 a{
  142. text-decoration:none;
  143. color: {color:link 2};
  144. }
  145. h1 a:hover{
  146. background:{color:link 2};
  147. color: {color:post background};
  148. }
  149. #entry {
  150. font-size: 11px;
  151. color: {color:post text};
  152. padding:15px;
  153. background-color: {color:post background}
  154. }
  155. #content {
  156. padding: 7px;
  157. }
  158. #nav {
  159. text-align:center;
  160. font-size:9px;
  161. }
  162. #quotesource {
  163. display: block;
  164. text-align: center;
  165. }
  166. #quotesource a {
  167. font-style: italic;
  168. text-decoration:none;
  169. color: {color:link 1};
  170. }
  171. #quotesource a:hover {
  172. text-decoration:underline;
  173. }
  174. #chat {
  175. font-style: normal!important;
  176. }
  177. .label {
  178. text-transform: uppercase;
  179. color: {color:link 1};
  180. padding-right: 5px;
  181. }
  182. .person1 .label {
  183. padding-right: 5px;
  184. text-transform: uppercase;
  185. color: {color:link 2};
  186. }
  187.  
  188. #audio {
  189. border: 1px solid #000000;
  190. width: 300px;
  191. margin-left: 15px;
  192. background: #000000;
  193. }
  194. #audiotext {
  195. padding: 0px;
  196. margin-top: 0px;
  197. margin-bottom: 5px;
  198. margin-left: 25px;
  199. text-transform: lowercase;
  200. font-style:italic;
  201. }
  202. #audiotext a {
  203. font-weight: normal;
  204. text-decoration: none;
  205. color: {color:link 2};
  206. }
  207. .caption {
  208. text-align: left;
  209. }
  210. #source {
  211. letter-spacing: 0px;
  212. padding-left: 15px;
  213. }
  214. #source a {
  215. color: {color:link 2};
  216. text-transform: lowercase;
  217. text-decoration: none;
  218. }
  219. #source a:hover{
  220. text-decoration: underline;
  221. }
  222.  
  223. #dates {z-index:100;}
  224. #dates a{
  225. margin-bottom: 5px;
  226. display: inline;
  227. text-decoration: none;
  228. padding: 5px;
  229. text-transform: uppercase;
  230. background: {color:title hover};
  231. color: {color:title};
  232. margin: 2px;
  233. }
  234. #dates a:hover{
  235. background: {color:title};
  236. color: {color:title hover};
  237. }
  238. #post {
  239. margin-bottom: 50px;
  240. }
  241. #text a{
  242. color: {Color:link 2};
  243. }
  244. #text a:hover{
  245. color: {color:link 1};
  246. }
  247. #captiona a{
  248. color: {color:link 1};
  249. }
  250. #note {
  251. background: {color:background};
  252. }
  253. #note a{
  254. color: {color:link 2};
  255. }
  256. #note a:hover{color:{color:link 1};}
  257. #text img, #caption img {
  258. max-width: 500px!important;
  259. }
  260. #chat ul{list-style:none;}
  261. </style>
  262. </head>
  263. <body>
  264. <table width="100%" height="100%" border="0" id="header">
  265. <tr>
  266. <td height="300" align="center" valign="middle">
  267. {block:IfShowUserpic}<img src="{PortraitURL-48}" hspace="2" style="border:7px solid {color:userpic border};" />{/block:IfShowUserpic}
  268. {block:IfShowUserpic}<img src="{PortraitURL-48}" hspace="2" style="border:7px solid {color:userpic border};" />{/block:IfShowUserpic}
  269. {block:IfShowUserpic}<img src="{PortraitURL-48}" hspace="2" style="border:7px solid {color:userpic border};" />{/block:IfShowUserpic}
  270. <div id="title"><a href="/" alt="{Title}">{Title}</a></div>
  271. <div id="desc">{block:Description}{Description}{/block:Description}
  272. <p>{block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  273. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a> {/block:ifLink2}
  274. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a> {/block:ifLink3}
  275. <a href="/archive">archives</a>
  276. <a href="/ask">message</a>
  277. <a href="http://ettudis.three-words.net">&copy; theme</a></div></td>
  278. </tr>
  279. </table>
  280. <table width="100%" height="100%" border="0" style="margin-top:320px;">
  281. <tr>
  282. <td>{block:Posts}
  283. <table width="555" border="0" align="center" cellspacing="7px">
  284. <tr>
  285. <td id="content">
  286. <div id="dates" align="right"><a href="{Permalink}" title="permalink to this post">{NoteCountWithLabel}</a> <a href="{Permalink}" title="permalink to this post">{block:Date}{ShortMonth}. {DayOfWeekNumber}{DayOfMonthSuffix}{/block:Date}</a></div>
  287. <div id="entry">
  288.  
  289.  
  290. {block:Text}
  291. <h1>{block:Title}<a href="{Permalink}">&raquo; {Title}</a>{/block:Title}</h1>
  292. <div id="text">{Body}</div>
  293. {/block:Text}
  294. <div align="center">{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" border="0" />{LinkCloseTag}{/block:Photo}</div>
  295. <div align="center">{block:Photoset}{Photoset-500}{/block:Photoset}</div>
  296.  
  297. {block:Quote}
  298. <div id="quote" align="center">&#8220;{Quote}&#8221; </div>
  299. <div id="quotesource" align="center">{block:Source}&#8212; {Source}{/block:Source}</div>
  300. {/block:Quote}
  301.  
  302. {block:Link}
  303. <h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>
  304. {block:Description}{Description}{/block:Description}{/block:Link}
  305.  
  306. {block:Chat}{block:Title}
  307. <h1><a href="{Permalink}">{Title}</a></h1>
  308. {/block:Title}
  309. <div id="chat">
  310. <ul>
  311. {block:Lines}
  312. <li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>
  313. {/block:Lines}
  314. </ul>
  315. </div>
  316. {/block:Chat}
  317.  
  318. {block:Audio}
  319. <div id="audiotext">{PlayCountWithLabel}</div>
  320. <div id="audio">{AudioPlayerBlack}</div>
  321. <div id="audiotext">{block:Caption}{Caption}{/block:Caption}</div>
  322. {/block:Audio}
  323. <div align="center">{block:Video}{Video-500}{/block:Video}</div>
  324. {block:Answer}
  325. <div id="asker"><img src="{AskerPortraitURL-24}" border="0" style=" float: left; margin:2px;" /> {Asker}<br />{Question}</div>
  326. <div id="answer">{Answer}</div>
  327. {/block:Answer}
  328.  
  329. {block:ifshowcaption}<div id="captiona">{block:Photo} {block:Caption}
  330. <div class="caption">{Caption}</div>
  331. {/block:Caption}{/block:Photo}
  332. {block:Video}{block:Caption}
  333. <div class="caption">{Caption}</div>
  334. {/block:Caption}{/block:Video}
  335. {block:Photoset}{block:Caption}
  336. <div class="caption">{Caption}</div>
  337. {/block:Caption}{/block:Photoset}</div>
  338. <div id="source">{block:RebloggedFrom}via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div>{/block:ifshowcaption}
  339.  
  340. <p>
  341.  
  342. <span id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags} </span>
  343. <div id="note">{block:PostNotes}{PostNotes}
  344. {/block:PostNotes} </div>
  345. </td>
  346. </tr>
  347. </table>
  348. {/block:Posts}
  349. <div id="nav">
  350. {block:Pagination}
  351. {block:PreviousPage}
  352. <a href="{PreviousPage}">PREV</a>
  353. {/block:PreviousPage}
  354.  
  355. {block:JumpPagination length="5"}
  356. {block:CurrentPage}
  357. <span class="current_page">{PageNumber}</span>
  358. {/block:CurrentPage}
  359.  
  360. {block:JumpPage}
  361. <a class="jump_page" href="{URL}">{PageNumber}</a>
  362. {/block:JumpPage}
  363. {/block:JumpPagination}
  364.  
  365. {block:NextPage}
  366. <a href="{NextPage}">NEXT</a>
  367. {/block:NextPage}
  368. {/block:Pagination}
  369. </div>
  370. </td>
  371. </tr>
  372. </table>
  373.  
  374. </body>
  375. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement