Advertisement
ettudis

tumblr theme 003

Apr 17th, 2011
5,134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.90 KB | None | 0 0
  1. <!--
  2. Tumblr Theme 003 (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. <meta name="color:background" content="#FFFFFF" />
  13. <meta name="color:link" content="#EDB303" />
  14. <meta name="color:sidebar background" content="#FAFAFA" />
  15. <meta name="color:sidebar text" content="#999999"/>
  16. <meta name="color:sidebar link" content="#DDDDDD" />
  17. <meta name="color:sidebar linkhover" content="#FFFFFF" />
  18. <meta name="color:sidebar linkhover background" content="#EDB303" />
  19. <meta name="color:userpic border" content="#000000" />
  20. <meta name="color:title background" content="#FDFDFD"/>
  21. <meta name="color:title link" content="#EDB303"/>
  22. <meta name="color:post background" content="#FFFFFF"/>
  23. <meta name="color:post text" content="#333333"/>
  24. <meta name="color:date background" content="#FDFDFD"/>
  25. <meta name="color:notes background" content="#FAFAFA"/>
  26. <meta name="color:date text" content="#999999"/>
  27. <meta name="color:notes link" content="#E0E0E0"/>
  28. <meta name="color:notes linkhover" content="#EDB303"/>
  29. <meta name="color:post border" content="#FAFAFA"/>
  30. <meta name="if:custom font" content="1"/>
  31. <meta name="if:Show userpic" content="1"/>
  32. <meta name="if:post border" content="1"/>
  33. <meta name="if:small post" content="1"/>
  34. <meta name="image:background" content=""/>
  35. <meta name="image:sidebar background" content=""/>
  36. <meta name="text:Link1" content="" />
  37. <meta name="text:Link1 Title" content="" />
  38. <meta name="text:Link2" content="" />
  39. <meta name="text:Link2 Title" content="" />
  40. <meta name="text:Link3" content="" />
  41. <meta name="text:Link3 Title" content="" />
  42. <meta name="text:Link4" content="" />
  43. <meta name="text:Link4 Title" content="" />
  44. <meta name="text:Link5" content="" />
  45. <meta name="text:Link5 Title" content="" />
  46. <meta name="font: 1" content="Courier New" />
  47. <meta name="font: 2" content="Georgia" />
  48. <meta name="font: 3" content="Arial" />
  49. <head>
  50. <title>{Title}</title>
  51. <link rel="shortcut icon" href="{Favicon}" />
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}" /></head>
  53. {block:Description}
  54. <head>
  55. <meta name="Description" content="{MetaDescription}" /></head>
  56. {/block:Description}
  57. </head>
  58. <style type="text/css">
  59. <!--
  60. body {
  61. {block:ifnotcustomfont}font: 11px {font: 1};{/block:ifnotcustomfont}
  62. {block:ifcustomfont}font: 10px arial, arial narrow, sans-serif;{/block:ifcustomfont}
  63. color: #000000;
  64. margin: 0px;
  65. padding: 0px;
  66. background-attachment: fixed;
  67. background-color: {color:background};
  68. background-image:url('{image:background}');
  69. }
  70. #sidebar{
  71. {block:ifsmallpost}width: 140px;left: 220px;{block:ifsmallpost}
  72. {block:ifnotsmallpost}width: 180px;left: 180px;{block:ifnotsmallpost}
  73. position: fixed;
  74. display: block;
  75. margin: 0px;
  76. top: 0px;}
  77. #side {
  78. text-align: justify;
  79. padding: 15px;
  80. background-color: {color:sidebar background};
  81. background-image:url('{image:sidebar background}');
  82. color: {color:sidebar text};
  83.  
  84. }
  85. #side a{
  86. {block:ifnotcustomfont}font: 11px {font: 1};{/block:ifnotcustomfont}
  87. {block:ifcustomfont}font: 9px arial, arial narrow, sans-serif;{/block:ifcustomfont}
  88. text-transform: uppercase;
  89. color: {color:sidebar link};
  90. text-decoration: none;
  91. }
  92. #side a:hover {
  93. color: #000000;
  94. }
  95. #title a {
  96. {block:ifnotcustomfont}font: 11px {font: 1};{/block:ifnotcustomfont}
  97. {block:ifcustomfont}font: 9px/25px courier new, courier, monospace;{/block:ifcustomfont}
  98. text-transform: uppercase;
  99. text-decoration: none;
  100. text-align:center;
  101. margin: 1px;
  102. padding: 1px;
  103. display: block;
  104. letter-spacing: 3px;
  105. background: {color:title background};
  106. color: {color:title link}!important;
  107. }
  108. #title a:hover {
  109. color: #000000!important;
  110. }
  111. #title2 {
  112. {block:ifnotcustomfont}font: 18px/20px {font: 2};text-transform: lowercase;letter-spacing: -2px;{/block:ifnotcustomfont}
  113. {block:ifcustomfont}font: 9px courier new, courier, monospace;text-transform: uppercase;letter-spacing: 2px;border-bottom: 1px solid {color:post border};{/block:ifcustomfont}
  114. color: {color:sidebar link}!important;
  115. text-decoration: none;
  116. text-align:left;
  117. margin: 1px;
  118. padding: 1px;
  119. display: block;
  120. }
  121. #title2 a {
  122. {block:ifnotcustomfont}font: 18px/20px {font: 2};text-transform: lowercase;letter-spacing: -2px;{/block:ifnotcustomfont}
  123. {block:ifcustomfont}font: 9px courier new, courier, monospace;text-transform: uppercase;letter-spacing: 2px;{color:post border};{/block:ifcustomfont}
  124. color: {color:sidebar link}!important;
  125. text-decoration: none;
  126. text-align:left;
  127. }
  128. #title2 a:hover {
  129. color: {color:title link}!important;
  130. }
  131. #sidelink {
  132. margin-top: 15px;
  133. }
  134. #sidelink a{
  135. {block:ifnotcustomfont}font: 11px/13px {font: 1};text-transform: lowercase;letter-spacing: -2px;{/block:ifnotcustomfont}
  136. {block:ifcustomfont}font: 9px/9px courier new, courier, monospace;text-transform: uppercase;letter-spacing: 2px;{/block:ifcustomfont}
  137. color: {color:sidebar link};
  138. text-align: right;
  139. display: block;
  140. text-decoration: none;
  141. margin: 0px 0px 2px;
  142. }
  143. #sidelink a:hover {
  144. background: {color:sidebar linkhover background};
  145. color: {color:sidebar linkhover}!important;
  146. }
  147. #page {
  148. text-align:center;
  149. margin: 15px;
  150. }
  151. #page a {
  152. {block:ifnotcustomfont}font: 10px/15px {font: 1};{/block:ifnotcustomfont}
  153. {block:ifcustomfont}font: 9px courier new, courier, monospace;{/block:ifcustomfont}
  154. text-transform: uppercase;
  155. padding: 5px;
  156. margin: 1px;
  157. text-decoration: none;
  158. text-align: center;
  159. background-color: {color:sidebar background};
  160. background-image:url('{image:sidebar background}');
  161. color: {color:sidebar text}!important;
  162. letter-spacing: 2px;
  163. }
  164. #page a:hover {
  165. color: {color:link}!important;
  166. }
  167. #main {
  168. margin: 0px;
  169. width: 700px;
  170. left: 370px;
  171. position: absolute;
  172. top: 0px;
  173. font-family: {font: 3};
  174. color: {color:post text};
  175. }
  176. #date {
  177. background: {color:notes background};
  178. margin: 2px;
  179. padding: 2px;
  180. letter-spacing: -1px;
  181. }
  182. #date2 {
  183. {block:ifnotcustomfont}font: 11px/11px {font: 1};{/block:ifnotcustomfont}
  184. {block:ifcustomfont}font: 9px courier new, courier, monospace;{/block:ifcustomfont}
  185. text-transform: uppercase;
  186. color: {color:date text};
  187. text-align: center;
  188. background: {color:date background};
  189. letter-spacing: 3px;
  190. margin: 5px;
  191. padding: 7px 2px;
  192. }
  193. #date a {
  194. {block:ifnotcustomfont}font: 11px/11px {font: 1};{/block:ifnotcustomfont}
  195. {block:ifcustomfont}font: 9px courier new, courier, monospace;{/block:ifcustomfont}
  196. text-decoration: none;
  197. letter-spacing: 1px;
  198. margin-top: 5px;
  199. color: {color:notes link};
  200. }
  201. #date a:hover {
  202. color: #FFFFFF;
  203. background: {color:notes linkhover};
  204. }
  205. #entry {
  206. padding: 10px;
  207. margin:10px;
  208. {block:ifnotsmallpost}width:510px;{/block:ifnotsmallpost}
  209. {block:ifsmallpost}width: 260px;{/block:ifsmallpost}
  210. border: 1px solid {color:post border};
  211. }
  212. #entry img{
  213. {block:ifnotsmallpost}max-width:500px;{/block:ifnotsmallpost}
  214. {block:ifsmallpost}max-width: 250px;{/block:ifsmallpost}
  215. }
  216. #notes {margin-left: 10px;
  217. {block:ifnotsmallpost}max-width:530px;{/block:ifnotsmallpost}
  218. {block:ifsmallpost}max-width: 280px;{/block:ifsmallpost}
  219. background: {color:notes background}!important;
  220. }
  221. #entry a{
  222. {block:ifnotcustomfont}font-family: {font:2};{/block:ifnotcustomfont}
  223. {block:ifcustomfont}font: 9px courier new, courier, monospace;text-transform:uppercase!important;{/block:ifcustomfont}
  224. text-decoration: none;
  225. color:{color:link};
  226. }
  227. #notes ul, #notes li, #notes ol, li.note{margin:0px!important;padding:3px!important;list-style:none!important;}
  228. #entry a:hover{
  229. color: {color:sidebar link};
  230.  
  231. }
  232. .ask {
  233. {block:ifnotcustomfont}font: 11px {font: 1};{/block:ifnotcustomfont}
  234. {block:ifcustomfont}font: 9px arial, sans-serif;border-bottom: 1px solid {color:post border};{/block:ifcustomfont}
  235. color: {color:sidebar text};
  236. }
  237. .asker {
  238. text-transform: uppercase;
  239. color: {color:post text};
  240. }
  241. .answer {
  242. {block:ifnotcustomfont}font: 11px {font: 3};{/block:ifnotcustomfont}
  243. {block:ifcustomfont}font: 9px arial, sans-serif;{/block:ifcustomfont}
  244. color: {color:post text};
  245. padding-top: 0px;
  246. }
  247. .cover {
  248. width: 50px;
  249. height: 50px;
  250. float: left;
  251. }
  252. #quote {
  253. {block:ifnotcustomfont}font: 24px/24px {font: 2};
  254. letter-spacing: -2px;{/block:ifnotcustomfont}
  255. {block:ifcustomfont}font: 30px/28px rockwell, courier new, georgia;letter-spacing: -2px;{/block:ifcustomfont}
  256. color: {color:sidebar link};
  257. padding: 5px 0px 0px;min-height: 40px;
  258. }
  259. .quotebig {
  260. {block:ifnotcustomfont}font: bold normal 75px/70px {font: 2};{/block:ifnotcustomfont}
  261. {block:ifcustomfont}font: bold normal 75px/70px arial, sans-serif;{/block:ifcustomfont}
  262. color: {color:sidebar link};
  263. text-decoration: none;
  264. padding: 0px;
  265. float: left;
  266. margin: 0px;
  267. }
  268. blockquote {
  269. padding: 2px;
  270. {block:ifnotcustomfont}font: 10px {font: 2};{/block:ifnotcustomfont}
  271. {block:ifcustomfont}font: 9px arial, sans-serif;{/block:ifcustomfont}
  272. background-color: {color:sidebar background};
  273. background-image:url('{image:sidebar background}');
  274. color: {color:sidebar text};margin:10px;
  275. }
  276.  
  277. .person1 { background-color: {color:sidebar background};
  278. background-image:url('{image:sidebar background}');
  279. color: {color:sidebar text};}
  280. .label {
  281. font-family: {font: 1};
  282. padding: 5px;
  283. text-transform: lowercase;
  284. color: {color:post text};
  285. }
  286. .person1 .label {
  287. font-family: {font: 1};
  288. padding: 5px;
  289. text-transform: lowercase;
  290. }
  291. div.chat ul { list-style:none;margin:5px!important;padding:5px!important;}
  292. .caption {
  293. font: 9px/12px "trebuchet ms", arial, sans-serif;
  294. background-color: {color:sidebar background};
  295. background-image:url('{image:sidebar background}');
  296. color: {color:sidebar text};
  297. text-transform: uppercase;
  298. text-align: center;padding: 1px 2px;
  299. margin: 0px 7px;
  300. letter-spacing: 1px;
  301. }
  302. #source {
  303. {block:ifnotcustomfont}font: italic 10px {font: 2};{block:ifnotcustomfont}
  304. {block:ifcustomfont}font: italic 10px/13px Times New Roman, times, serif;{block:ifcustomfont}
  305. background-color: {color:post background};
  306. color: {color:sidebar text};
  307. text-align:right;
  308. padding: 2px 2px 2px 5px;
  309. }
  310. #source a {
  311. color: {color:sidebar link};
  312. text-transform: lowercase;
  313. }
  314. #source a:hover {
  315. color: #000000;
  316. text-decoration:underline;
  317. }
  318. #tags {
  319. {block:ifnotcustomfont}font: italic 10px {font: 2};{block:ifnotcustomfont}
  320. {block:ifcustomfont}font: italic 10px/13px Times New Roman, times, serif;{block:ifcustomfont}
  321. color: {color:post text};
  322. }
  323. #tags a{
  324. text-transform: lowercase;
  325. }
  326. #tags a:hover {
  327. color: #000000;
  328. text-decoration:underline;
  329. }
  330. .portrait {
  331. border: 7px solid {color:userpic border};
  332. }
  333. #notes a {
  334. font: italic 10px {font: 2};
  335. color: {color:sidebar link};
  336. text-transform: lowercase;
  337. text-decoration: none;
  338. }
  339. -->
  340. </style>
  341. </head>
  342.  
  343. <body>
  344. <div id="sidebar">
  345. <div id="side">
  346. <div id="title"><a href="/" alt="{Title}">{Title}</a></div>
  347. <br />
  348. {block:IfShowUserpic}<div align="center"><img src="{PortraitURL-64}" class="portrait" /></div>{/block:IfShowUserpic}
  349. {block:Description}{Description} {/block:Description}
  350.  
  351. <div id="sidelink">
  352. <a href="/random">random &#9668;</a>
  353. <a href="/archive">archives &#9668;</a>
  354. <a href="{RSS}">rss &#9668;</a>
  355. <a href="/ask">ask me &#9668;</a>
  356. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  357. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  358. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  359. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  360. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  361. <a href="http://ettudis.three-words.net">©</a></div></div><div id="page">
  362. {block:Pagination}
  363. {block:PreviousPage}
  364. <a href="{PreviousPage}">Previous</a>
  365. {/block:PreviousPage}
  366.  
  367. {block:JumpPagination length="3"}
  368. {block:CurrentPage}
  369. <span class="current_page">{PageNumber}</span>
  370. {/block:CurrentPage}
  371.  
  372. {block:JumpPage}
  373. <a class="jump_page" href="{URL}">{PageNumber}</a>
  374. {/block:JumpPage}
  375. {/block:JumpPagination}
  376.  
  377. {block:NextPage}
  378. <a href="{NextPage}">Next</a>
  379. {/block:NextPage}
  380. {/block:Pagination}</div>
  381. </div>
  382. <div id="main"> {block:Posts}
  383. {block:ifnotsmallpost}<table width="655px" border="0" cellspacing="7">
  384. <tr>
  385.  
  386. <td width="510" bgcolor="#FFFFFF" id="entry">{/block:ifnotsmallpost}
  387. {block:ifsmallpost}<table width="410px" border="0" cellspacing="7">
  388. <tr>
  389.  
  390. <td width="260" bgcolor="#FFFFFF" id="entry">{/block:ifsmallpost}
  391.  
  392. {block:Text}
  393. <div id="title2">{block:Title}{Title}{/block:Title}</div>{Body}
  394. {/block:Text}
  395.  
  396. <div align="center">{block:Photo}
  397. {LinkOpenTag}<img src="{PhotoURL-500}" border="0" />
  398. {LinkCloseTag}
  399. {/block:Photo}</div>
  400.  
  401. <div align="center">{block:Photoset}
  402. {block:ifnotsmallpost}{Photoset-500}{/block:ifnotsmallpost}
  403. {block:ifsmallpost}{Photoset-250}{/block:ifsmallpost}
  404. {/block:Photoset}</div>
  405.  
  406. {block:Quote}
  407. <font class="quotebig">&#8220;</font><div id="quote">{Quote}</div>
  408. <blockquote>{block:Source}{Source}{/block:Source}</blockquote>
  409. {/block:Quote}
  410.  
  411. {block:Link}
  412. <div id="title2"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  413. {/block:Link}
  414.  
  415. {block:Chat}
  416. {block:Title}
  417. <div class="quote"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  418. <div class="chat"><ul>
  419.  
  420.  
  421. {block:Lines}
  422. <li class="person{UserNumber}">
  423. {block:Label}
  424. <span class="label">{Label}</span>
  425. {/block:Label}
  426. {Line}
  427. </li>
  428. {/block:Lines}
  429. </ul></div>
  430.  
  431. {/block:Chat}
  432.  
  433. {block:Audio}
  434. {block:AlbumArt}<img src="{AlbumArtURL}" / class="cover">{/block:AlbumArt}{AudioPlayerBlack}{PlayCountWithLabel}
  435. <p>{block:Caption}{Caption}{/block:Caption}</p>
  436. {/block:Audio}
  437.  
  438. {block:ifnotsmallpost}<div align="center">{block:Video}
  439. {Video-500}
  440. {/block:Video}</div>{block:ifnotsmallpost}
  441. {block:ifsmallpost}<div align="center">{block:Video}
  442. {Video-250}
  443. {/block:Video}</div>{block:ifsmallpost}
  444.  
  445. {block:Answer}
  446. <div class="asker"></div>
  447. <div class="ask"><span class="asker"><img src="{AskerPortraitURL-24}" /> {Asker}</span> - {Question}</div>
  448. <div class="answer">{Answer}</div>
  449. {/block:Answer}
  450.  
  451.  
  452.  
  453. {block:Photo}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  454. {block:Video}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  455. {block:Photoset}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  456.  
  457. <div id="source">
  458. {block:ContentSource}
  459. <a href="{SourceURL}">
  460. {lang:Source}:
  461. {block:SourceLogo}
  462. <img src="{BlackLogoURL}" width="{LogoWidth}"
  463. height="{LogoHeight}" alt="{SourceTitle}" />
  464. {/block:SourceLogo}
  465. {block:NoSourceLogo}
  466. {SourceLink}
  467. {/block:NoSourceLogo} </a>
  468. {/block:ContentSource}</div>
  469.  
  470. <div id="source">
  471. {block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  472. (originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div>
  473.  
  474. <div id="tags">{block:HasTags}tagged {block:Tags}
  475. <font color="#CCCCCC">#</font><a href="{TagURL}">{Tag}</a>
  476. {/block:Tags}{/block:HasTags} </div>
  477.  
  478. </td>
  479. <td width="100" align="center" valign="top">
  480. <div id="date"><div id="date2">{block:Date}{DayOfMonthWithZero}{ShortMonth}{ShortYear} <br />
  481. {24Hour}:{Minutes}</div>
  482. <a href="{Permalink}" title="permalink to this post">{block:Text}+{/block:Text}
  483. {block:Photo}+{/block:Photo}
  484. {block:Photoset}+{/block:Photoset}
  485. {block:Quote}+{/block:Quote}
  486. {block:Link}+{/block:Link}
  487. {block:Chat}+{/block:Chat}
  488. {block:Audio}+{/block:Audio}
  489. {block:Video}+{/block:Video}
  490. {block:Answer}+{/block:Answer}
  491. {block:NoteCount}{NoteCount} {/block:NoteCount}{/block:Date}</a></div></td>
  492. </tr>
  493.  
  494. </table>
  495.  
  496. {/block:Posts}<br />{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  497. </div>
  498. </body>
  499. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement