ettudis

tumblr theme 002

Apr 17th, 2011
2,507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.02 KB | None | 0 0
  1. <!--
  2. Tumblr Theme 002 (c) by Ans by ETTUDIS [http://ettudis.three-words.net]
  3. CONTACT INFO [email: [email protected]]
  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. <meta name="color:background" content="#FFFFFF" />
  13. <meta name="color:link" content="#FFFF99" />
  14. <meta name="if:Show side image" content="1"/>
  15. <meta name="image:side" content=""/>
  16. <meta name="if:Fixed side" content="1"/>
  17. <meta name="image:background" content=""/>
  18. <head>
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}" />
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}" /></head>
  22. {block:Description}
  23. <head>
  24. <meta name="Description" content="{MetaDescription}" /></head>
  25. {/block:Description}
  26. </head>
  27. <style type="text/css">
  28. <!--
  29. body {
  30. font: 11px "Courier New", Courier, monospace;
  31. color: #000000;
  32. margin: 0px;
  33. padding: 0px;
  34. background-attachment: fixed;
  35. background-color: {color:background};
  36. background-image:url('{image:background}');
  37. }
  38. #side {
  39. width: 200px;
  40. display: block;
  41. border-right: 1px solid #999999;
  42. padding: 15px;
  43. margin: 5px;
  44. top: 20px;
  45. left: 10px;
  46. text-align: right;
  47. background:#FFFFFF;
  48. }
  49. {block:ifFixedside}#side {position: fixed}{/block:ifFixedside}
  50. #side a{
  51. font: 10px "Courier New", Courier, monospace;
  52. text-transform: uppercase;
  53. color: #333333;
  54. text-decoration: none;
  55. }
  56. #side a:hover{
  57. color: #000000;
  58. }
  59. #title a {
  60. font: 12px/40px Georgia, "Times New Roman", Times, serif;
  61. text-transform: uppercase;
  62. color: #FFFFFF!important;
  63. text-decoration: none;
  64. text-align:right;
  65. margin: 1px;
  66. padding: 1px;
  67. background: #000000;
  68. display: block;
  69.  
  70. }
  71. #title2 {
  72. font: 14px/20px "Courier New", Courier, monospace;
  73. text-transform: uppercase;
  74. color: #000000!important;
  75. text-decoration: none;
  76. text-align:left;
  77. margin: 1px;
  78. padding: 1px;
  79. display: block;
  80. border-bottom: 5px double #000000;
  81. }
  82. #title2 a {
  83. font: 14px/20px "Courier New", Courier, monospace!important;
  84. text-transform: uppercase;
  85. color: #000000!important;
  86. text-decoration: none;
  87. text-align:left;
  88. margin: 1px;
  89. padding: 1px;
  90. }
  91. #title2 a:hover {
  92. color: #333333;
  93. font: 14px/20px "Courier New", Courier, monospace!important;
  94. }
  95. #sideimage {
  96. max-width: 200px;
  97. height: auto;
  98. border-top: 5px solid #000000;
  99. border-bottom: 7px solid #000000;
  100. }
  101. #sidelink {
  102. margin-top: 15px;
  103. }
  104. #sidelink a{
  105. font: 10px/10px Georgia, "Times New Roman", Times, serif;
  106. text-transform: uppercase;
  107. color: #333333!important;
  108. text-align: right;
  109. display: block;
  110. text-decoration: none;
  111. margin: 0px 0px 2px;
  112. border-bottom: 1px solid #F2F2F2;
  113. }
  114. #sidelink a:hover {
  115. background: {color:link};
  116. }
  117. #page {
  118. text-align:center;
  119. margin: 15px;
  120. }
  121. #page a {
  122. font: 10px Georgia, "Times New Roman", Times, serif;
  123. text-transform: uppercase;
  124. padding: 5px;
  125. margin: 1px;
  126. text-decoration: none;
  127. text-align: center;
  128. color: #FFFFFF!important;
  129. background: #000000;
  130. }
  131. #main {
  132. margin: 0px;
  133. width: 700px;
  134. left: 300px;
  135. position: absolute;
  136. top: 0px;
  137. }
  138. #date {
  139. border-top: 5px solid #000000;
  140. border-bottom: 7px solid #000000;
  141. background: #FFFFFF;
  142. font: 10px/12px Georgia, "Times New Roman", Times, serif;
  143. text-transform: uppercase;
  144. color: #333333;
  145. text-align: center;
  146. margin: 5px;
  147. padding: 2px;
  148. }
  149. #date a {
  150. font: 11px "Courier New", Courier, monospace;
  151. text-decoration: none;
  152. color: #CCCCCC;
  153. text-transform: uppercase;
  154. }
  155. #date a:hover {
  156. color: #000000;
  157. background: {color:link};
  158. }
  159. #entry {
  160. padding: 10px;
  161. margin:2px;
  162. width: 500px;
  163. font-size: 11px;
  164. }
  165. #entry a{
  166. font: 10px Georgia, "Times New Roman", Times, serif;
  167. text-transform: uppercase;
  168. color: #777777;
  169. text-decoration: none;}
  170. #entry a:hover{
  171. color: #000000;
  172. background:{color:link};
  173. }
  174. .cover {
  175. width: 50px;
  176. height: 50px;
  177. float: left;
  178. }
  179. #quote {
  180. font: 16px "Courier New", Courier, monospace;
  181. color: #000000;
  182. letter-spacing: -1px;
  183. }
  184. .quotebig {
  185. font: bold normal 75px/70px Arial, Helvetica, sans-serif;
  186. color: #333333;
  187. text-decoration: none;
  188. padding: 0px;
  189. float: left;
  190. margin: 0px;
  191. }
  192. blockquote {
  193. border-left: 2px solid #000000;
  194. padding: 5px;
  195. margin: 2px;
  196. }
  197.  
  198. .asker {
  199. font: 12px "Courier New", Courier, monospace;
  200. text-transform: uppercase;
  201. }
  202. .ask {
  203. font: 12px "Courier New", Courier, monospace;
  204. color: #000000;
  205. }
  206. .answer {
  207. font: italic 10px Georgia, "Times New Roman", Times, serif;
  208. color: #666666;
  209. }
  210. .person1 {background-color: #FAFAFA; }
  211. .label {
  212. font-family: Georgia, "Times New Roman", Times, serif;
  213. padding: 5px;
  214. text-transform: uppercase;
  215. color: #666666;
  216. }
  217. .person1 .label {
  218. font-family: Georgia, "Times New Roman", Times, serif;
  219. padding: 5px;
  220. text-transform: uppercase;
  221. }
  222. ul { list-style:none;}
  223.  
  224. #source {
  225. font: italic 10px Georgia, "Times New Roman", Times, serif;
  226. color: #333333;
  227. background: #FEFEFE;
  228. margin-right: 50px;
  229. margin-left: 50px;
  230. padding: 2px 2px 2px 5px;
  231. }
  232. #source a {
  233. font: italic 10px Georgia, "Times New Roman", Times, serif;
  234. color: #999999;
  235. text-transform: lowercase;
  236. }
  237. #tags {
  238. font: italic 10px Georgia, "Times New Roman", Times, serif;
  239. color: #333333;
  240. }
  241. #tags a{
  242. text-transform: lowercase;
  243. }
  244. #notes a{
  245. font: italic 10px Georgia, "Times New Roman", Times, serif;
  246. color: #999999;
  247. text-decoration: none;
  248. }
  249. #notes {
  250. background: #000000;
  251. margin-right: 150px;
  252. margin-left: 50px;
  253. color: #CCCCCC;
  254. }
  255. .caption img, blockquote img{
  256. max-width: 300px;height:auto;
  257. }
  258. -->
  259. </style>
  260. </head>
  261.  
  262. <body>
  263. <div id="side">
  264. <div id="title"><a href="/" alt="{Title}">{Title}</a></div>
  265. <br />
  266. {block:IfShowsideImage} {block:IfsideImage}<img src="{image:side}"/ id="sideimage">{/block:IfsideImage}{/block:IfShowsideImage}<br />
  267. {block:Description}{Description} {/block:Description}
  268. <div id="sidelink">
  269. <a href="/random">random</a>
  270. <a href="/archive">archives</a>
  271. <a href="{RSS}">rss</a>
  272. <a href="/ask">ask me</a> </div>
  273.  
  274. <div id="page">
  275. {block:Pagination}
  276. {block:PreviousPage}
  277. <a href="{PreviousPage}">Previous</a>
  278. {/block:PreviousPage}
  279.  
  280. {block:JumpPagination length="5"}
  281. {block:CurrentPage}
  282. <span class="current_page">{PageNumber}</span>
  283. {/block:CurrentPage}
  284.  
  285. {block:JumpPage}
  286. <a class="jump_page" href="{URL}">{PageNumber}</a>
  287. {/block:JumpPage}
  288. {/block:JumpPagination}
  289.  
  290. {block:NextPage}
  291. <a href="{NextPage}">Next</a>
  292. {/block:NextPage}
  293. {/block:Pagination}</div><br />
  294. <div align="center"><a href="http://ettudis.three-words.net"><img src="http://i31.tinypic.com/16ih6w9.jpg" border="0"/></a><br />
  295. powered by <a href="http://tumblr.com" target="_blank">tumblr</a></div>
  296. </div>
  297. <div id="main"> {block:Posts}
  298. <table width="700px" border="0">
  299. <tr>
  300.  
  301. <td width="600" bgcolor="#FFFFFF" id="entry" style="overflow:hidden;">
  302.  
  303. {block:Text}
  304. <div id="title2">{block:Title}{Title}{/block:Title}</div>{Body}
  305. {/block:Text}
  306.  
  307. <div align="center">{block:Photo}
  308. {LinkOpenTag}<img src="{PhotoURL-500}" border="0" />
  309. {LinkCloseTag}
  310. {/block:Photo}</div>
  311.  
  312. <div align="center">{block:Photoset}
  313. {Photoset-500}
  314. {/block:Photoset}</div>
  315.  
  316. {block:Quote}
  317. <font class="quotebig">&#8220;</font><div id="quote">{Quote}</div>
  318. <blockquote>{block:Source}{Source}{/block:Source}</blockquote>
  319. {/block:Quote}
  320.  
  321. {block:Link}
  322. <div id="title2"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  323. {/block:Link}
  324.  
  325. {block:Chat}
  326. {block:Title}
  327. <div class="quote"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  328. <div class="chat"><ul>
  329.  
  330.  
  331. {block:Lines}
  332. <li class="person{UserNumber}">
  333. {block:Label}
  334. <span class="label">{Label}</span>
  335. {/block:Label}
  336. {Line}
  337. </li>
  338. {/block:Lines}
  339. </ul></div>
  340.  
  341. {/block:Chat}
  342.  
  343. {block:Audio}
  344. {block:AlbumArt}<img src="{AlbumArtURL}" / class="cover">{/block:AlbumArt}{AudioPlayerBlack}{PlayCountWithLabel}
  345. <p>{block:Caption}{Caption}{/block:Caption}</p>
  346. {/block:Audio}
  347.  
  348. <div align="center">{block:Video}
  349. {Video-500}
  350. {/block:Video}</div>
  351.  
  352. {block:Answer}
  353.  
  354. <div class="asker"></div>
  355. <div class="ask"><span class="asker"><img src="{AskerPortraitURL-24}" /> {Asker}</span>: {Question}</div>
  356. <div class="answer">{Answer}</div>
  357. {/block:Answer}
  358.  
  359.  
  360.  
  361. {block:Photo}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  362. {block:Video}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  363. {block:Photoset}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  364.  
  365. <div id="source">
  366. {block:ContentSource}
  367. <a href="{SourceURL}">
  368. {lang:Source}:
  369. {block:SourceLogo}
  370. <img src="{BlackLogoURL}" width="{LogoWidth}"
  371. height="{LogoHeight}" alt="{SourceTitle}" />
  372. {/block:SourceLogo}
  373. {block:NoSourceLogo}
  374. {SourceLink}
  375. {/block:NoSourceLogo} </a>
  376. {/block:ContentSource}</div>
  377.  
  378. <div id="source">
  379. {block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  380. (originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div>
  381.  
  382. <div id="tags">{block:HasTags}tagged {block:Tags}
  383. <font color="#CCCCCC">#</font><a href="{TagURL}">{Tag}</a>
  384. {/block:Tags}{/block:HasTags} </div>
  385.  
  386. </td>
  387. <td width="100" align="left" valign="top">
  388. <div id="date">{block:Date}{DayOfMonth} {ShortMonth} {Year} <br />
  389. {24Hour}:{Minutes}<br />
  390. <a href="{Permalink}" title="permalink to this post">{block:Text}&#9658;{/block:Text}
  391. {block:Photo}&#9658;{/block:Photo}
  392. {block:Photoset}&#9658;{/block:Photoset}
  393. {block:Quote}&#9658;{/block:Quote}
  394. {block:Link}&#9658;{/block:Link}
  395. {block:Chat}&#9658;{/block:Chat}
  396. {block:Audio}&#9658;{/block:Audio}
  397. {block:Video}&#9658;{/block:Video}
  398. {block:Answer}&#9658;{/block:Answer}
  399. {block:NoteCount}{NoteCount}{/block:NoteCount}{/block:Date}</a></div></td>
  400. </tr>
  401.  
  402. </table>
  403.  
  404. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}</div>
  405. </body>
  406. </html>
Advertisement
Add Comment
Please, Sign In to add comment