Advertisement
ettudis

tumblr theme 007

Apr 22nd, 2011
2,644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.26 KB | None | 0 0
  1. <!--
  2. Tumblr Theme 007 (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" /><br />
  16. <meta name="color:blockquote border" content="#E9E9E9" />
  17. <meta name="color:likes background" content="#000000" />
  18. <meta name="color:likes hover" content="#00CCFF" />
  19. <meta name="color:likes text" content="#FFFFFF" />
  20. <meta name="color:link" content="#000000" />
  21. <meta name="color:link 2" content="#00CCFF" />
  22. <meta name="color:link 3" content="#999999" />
  23. <meta name="color:post text" content="#000000" />
  24. <meta name="color:post background" content="#FFFFFF" />
  25. <meta name="color:title" content="#FFFFFF" />
  26. <meta name="color:title hover" content="#00CCFF" />
  27. <meta name="color:topbar background" content="#000000" />
  28. <meta name="color:topbar link" content="#666666" />
  29. <meta name="color:topbar link border" content="#121212" />
  30. <meta name="color:topbar link hover" content="#FFFFFF" />
  31. <meta name="color:topbar text" content="#888888" />
  32. <meta name="if:Show top image" content="1"/>
  33. <meta name="image:top" content=""/>
  34. <meta name="image:background" content=""/>
  35. <meta name="text:Link1" content="" />
  36. <meta name="text:Link1 Title" content="" />
  37. <meta name="text:Link2" content="" />
  38. <meta name="text:Link2 Title" content="" />
  39. <style type="text/css">
  40. body {
  41. font: 9px Georgia, "Times New Roman", Times, serif;
  42. margin: 0px;
  43. padding: 0px;
  44. background: {color:background} url({image:background});
  45. }
  46. table {
  47. font-size: 10px;
  48. }
  49. #strip {
  50. background:{color:topbar background};
  51. height:220px;
  52. width: 100%;
  53. position:absolute;
  54. top:0px;
  55. left:0px;
  56. z-index:-1;
  57. }
  58. a {
  59. color: {color:link 3};
  60. }
  61. #quote {
  62. font: bold normal 36px/35px Arial, Helvetica, sans-serif;
  63. padding: 5px;
  64. letter-spacing: -2px;
  65. color: {color:post text};
  66. }
  67. .answer {
  68. font: italic 10px "Times New Roman", Times, serif;
  69. letter-spacing: 2px;
  70. color: #666666;
  71. }
  72. #header {
  73. height:200px;
  74. z-index:1;
  75. padding: 0px;
  76. overflow: hidden;
  77. margin: 0px;
  78. width: 100%;top:0px;
  79. }
  80.  
  81. blockquote {
  82. border-left: 3px solid {color:blockquote border};
  83. padding: 2px;
  84. }
  85. #likes {
  86. text-transform: uppercase;
  87. color: {color:likes text}!important;
  88. background: {color:likes background};
  89. text-decoration: none;
  90. font: normal 9px Arial, Helvetica, sans-serif;
  91. }
  92. #title {
  93. padding-top: 15px;
  94. font-family: Arial, Helvetica, sans-serif;
  95. text-align: right;
  96. }
  97. #title a {
  98. font: bold normal 36px Arial, Helvetica, sans-serif;
  99. text-transform: uppercase;
  100. text-decoration: none;
  101. color: {color:title};
  102. padding-top: 15px;
  103. letter-spacing: -1px;
  104. text-align: left;
  105. }
  106. #title a:hover {
  107. color: {color:title hover};
  108. }
  109. #desc {
  110. font: normal 10px "lucida sans unicode", Arial, Helvetica, sans-serif;
  111. text-decoration: none;
  112. color: {color:topbar text};
  113. letter-spacing: 0px;
  114. text-align: right;
  115. }
  116. #desc a{
  117. font: 10px "Courier New", Courier, monospace;
  118. text-transform: uppercase;color:{color:link 2};
  119. }
  120. #desc a:hover{
  121. color:{color:link 3};
  122. text-decoration: underline;
  123. }
  124. #navilink a{
  125. color: {color:topbar link};
  126. text-decoration: none;
  127. font: italic normal 9px Georgia, "Times New Roman", Times, serif;
  128. letter-spacing: 3px;
  129. display: block;
  130. text-transform: lowercase;
  131. padding: 5px;
  132. border-bottom: 1px solid {color:topbar link border};
  133. }
  134. #navilink a:hover {
  135. color: {color:topbar link hover};
  136. }
  137. #main {
  138. width:1000px;
  139. z-index:2;
  140. margin-right: auto;
  141. margin-left: auto;
  142. }
  143. #content {
  144. width: 100%;
  145. padding: 5px;
  146. font-family: century, "times new roman", serif;
  147. }
  148. #topimage {
  149. width: auto;
  150. max-height: 200px!Important;
  151. float:right;
  152. margin: 5px;
  153. }
  154. .asker {
  155. font: bold normal 10px Arial, Helvetica, sans-serif;
  156. text-transform: uppercase;
  157. }
  158. h1 {
  159. text-transform: uppercase;
  160. font: bold normal 16px Arial, Helvetica, sans-serif;
  161. letter-spacing: -1px;
  162. padding: 0px;
  163. margin: 0px;
  164. }
  165. h1 a{
  166. text-decoration:none;
  167. color:{color:link};
  168. }
  169. h1 a:hover {
  170. color: {color:link 2};
  171. }
  172. #entry {
  173. font: 11px Georgia, "Times New Roman", Times, serif;
  174. }
  175. #nav {
  176. font-family: "lucida console", monospace, serif;
  177. }
  178.  
  179. #quotesource {
  180. display: block;
  181. font: 9px Arial, Helvetica, sans-serif;
  182. text-align: center;
  183. }
  184. #quotesource a {
  185. font-style: italic;
  186. text-decoration:none;
  187. font-family:Arial, Helvetica, sans-serif;
  188. letter-spacing: 1px;
  189. size: 11px;
  190. color:{color:link 2};
  191. }
  192. #quotesource a:hover {
  193. color: {color:link};
  194. }
  195. #chat {
  196. font: 9px Georgia, Times New Roman, Times, serif!important;
  197. font-style: normal!important;
  198. }
  199. .label {
  200. font: bold normal 10px Arial, Helvetica, sans-serif;
  201. text-transform: uppercase;
  202. color: {color:link};
  203. padding-right: 5px;
  204. }
  205. .person1 .label {
  206. font: bold normal 10px Arial, Helvetica, sans-serif!important;
  207. padding-right: 5px;
  208. text-transform: uppercase;
  209. color: {color:link 2};
  210. }
  211. ul {
  212. list-style:none;
  213. font: italic 11px "Times New Roman", Times, serif;
  214. letter-spacing: 1px;
  215. padding-left: 5px;
  216. }
  217. #audio {
  218. border: 1px solid #000000;
  219. width: 300px;
  220. margin-left: 15px;
  221. background: #000000;
  222. }
  223. #audiotext {
  224. font: normal 10px "lucida console", monospace, serif;
  225. padding: 0px;
  226. margin-top: 0px;
  227. margin-bottom: 5px;
  228. margin-left: 25px;
  229. text-transform: uppercase;
  230. }
  231. #audiotext a {
  232. font-weight: normal;
  233. text-decoration: none;
  234. color: {color:link 3};
  235. }
  236. #audiotext a:hover {
  237. color: {color:link};
  238. text-decoration:underline;
  239. }
  240. .caption {
  241. font: 10px "Courier New", Courier, monospace;
  242. text-transform: uppercase;
  243. text-align: left;
  244. }
  245. #source {
  246. font: normal 10px "lucida sans unicode", Arial, Helvetica, sans-serif;
  247. letter-spacing: 0px;
  248. padding-left: 15px;
  249. }
  250. #source a {
  251. font: normal 10px "Courier New", Courier, monospace;
  252. color: {color:link 3};
  253. text-transform: uppercase;
  254. text-decoration: none;
  255. }
  256. #source a:hover {
  257. color:{color:link 2};
  258. text-decoration: underline;
  259. }
  260. #tags {
  261. font: 10px/10px "lucida console", monospace, serif;
  262. text-transform: uppercase;margin-top: 5px;
  263. }
  264. #tags a{
  265. text-decoration: none;
  266. border-left: 7px solid {color:link};
  267. padding-left: 3px;
  268. }
  269. #tags a:hover {
  270. border-left: 7px solid {color:link 2};
  271. color: {color:link 3};
  272. }
  273. .date a{
  274. color: {color:likes background};
  275. text-decoration: none;
  276. font: bold normal 20px Arial, Helvetica, sans-serif;
  277. letter-spacing: -1px;
  278. padding-right: 5px;
  279. text-transform: uppercase;
  280. }
  281. .date a:hover{
  282. color: {color:likes hover};
  283. }
  284. #post {
  285. margin-bottom: 50px;
  286. }
  287. #text a{
  288. text-transform: uppercase;
  289. font: 10px "lucida console", monospace, serif;
  290. color: {color:link 3};
  291. }
  292. #text a:hover {
  293. color: {color:post background};
  294. background: {color:link};
  295. }
  296. #nav a{
  297. text-decoration: none;
  298. font: 16px 'Lucida Console', Monaco, monospace;;;
  299. }
  300. #nav a:hover {
  301. color: {color:link 2};
  302. }
  303.  
  304. #notes {
  305. font: 10px "lucida sans unicode", Arial, Helvetica, sans-serif;
  306. color: {color:link};padding-left: 200px;
  307. }
  308. #notes a{
  309. font: 10px/10px "lucida console", monospace, serif;
  310. text-transform: uppercase;
  311. font-weight: normal;
  312. text-decoration: none;
  313. color: {color:link 3};
  314. }
  315. #notes a:hover {
  316. color: {color:link 2};
  317. }
  318. </style>
  319. </head>
  320. <body>
  321. <div id="main">
  322. <table width="100%" height="200" border="0" align="center" cellspacing="0" cellpadding="0">
  323. <tr>
  324. <td> <div id="header" align="center">
  325. <div id="title"align="center"><a href="/" alt="{Title}">{Title}</a></div>
  326. <table width="85%" border="0" align="right" cellspacing="0" cellpadding="0">
  327. <tr>
  328. <td width="79%" valign="top" id="desc">{block:IfShowtopImage}<img src="{image:top}"/ id="topimage">
  329. {/block:IfShowtopImage}{block:Description}{Description}{/block:Description}</td>
  330. <td width="21%" valign="top"><p align="center" id="navilink"> {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}<a href="/archive">archives</a> <a href="/ask">ask me</a> <a href="http://ettudis.three-words.net">&copy; theme</a></p></td>
  331. </tr>
  332. </table>
  333. </div></td>
  334. </tr>
  335. </table>
  336. <div id="content" style="margin-top:10px;"><table width="100%" border="0">
  337. <tr>
  338. <td width="139" height="862" valign="top"><div align="right"><img src="{PortraitURL-96}" alt="image"/> </div></td>
  339. <td align="left" valign="top">{block:Posts}
  340. <table width="100%" border="0" cellpadding="10" cellspacing="0" id="post">
  341. <tr>
  342. <td width="24%" align="top" valign="top"><div align="center" id="likes">{block:Text}+{/block:Text}
  343. {block:Photo}+{/block:Photo}
  344. {block:Photoset}+{/block:Photoset}
  345. {block:Quote}+{/block:Quote}
  346. {block:Link}+{/block:Link}
  347. {block:Chat}+{/block:Chat}
  348. {block:Audio}+{/block:Audio}
  349. {block:Video}+{/block:Video}
  350. {block:Answer}+{/block:Answer}
  351. {block:NoteCount}{NoteCount} NOTES{/block:NoteCount}</div>
  352.  
  353. <div class="date"><a href="{Permalink}" title="permalink to this post"> {block:Date}{ShortDayOfWeek} {DayOfMonth}{DayOfMonthSuffix} OF {Month} {Year} @ {12HourWithZero}:{Minutes} {CapitalAmPm}<br />
  354. {/block:Date}</a></div></td>
  355.  
  356. <td width="76%" align="top" valign="top"style="background:{color:post background}"><div id="entry"> {block:Text}
  357. <h1>{block:Title}&raquo; {Title}{/block:Title}</h1>
  358. <div id="text">{Body}</div>
  359. {/block:Text}
  360. <div align="center">{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" border="0" />{LinkCloseTag}{/block:Photo}</div>
  361. <div align="center">{block:Photoset}{Photoset-500}{/block:Photoset}</div>
  362.  
  363. {block:Quote}
  364. <div id="quote" align="center">&#8220;{Quote}&#8221; </div>
  365. <div id="quotesource" align="center">{block:Source}&#8212; {Source}{/block:Source}</div>
  366. {/block:Quote}
  367.  
  368. {block:Link}
  369. <h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>
  370. {block:Description}{Description}{/block:Description}{/block:Link}
  371.  
  372. {block:Chat}{block:Title}
  373. <h1><a href="{Permalink}">{Title}</a></h1>
  374. {/block:Title}
  375. <div id="chat">
  376. <ul>
  377. {block:Lines}
  378. <li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>
  379. {/block:Lines}
  380. </ul>
  381. </div>
  382. {/block:Chat}
  383.  
  384. {block:Audio}
  385. <div id="audiotext">{PlayCountWithLabel}</div>
  386. <div id="audio">{AudioPlayerBlack}</div>
  387. <div id="audiotext">{block:Caption}{Caption}{/block:Caption}</div>
  388. {/block:Audio}
  389. <div align="center">{block:Video}{Video-500}{/block:Video}</div>
  390. {block:Answer}
  391. <div class="asker"><img src="{AskerPortraitURL-24}" border="0" style=" float: left; margin:2px;" /> {Asker} ~ {Question}</div>
  392. <div class="answer">{Answer}</div>
  393. {/block:Answer}
  394.  
  395. {block:Photo}{block:Caption}
  396. <div class="caption">{Caption}</div>
  397. {/block:Caption}{/block:Photo}
  398. {block:Video}{block:Caption}
  399. <div class="caption">{Caption}</div>
  400. {/block:Caption}{/block:Video}
  401. {block:Photoset}{block:Caption}
  402. <div class="caption">{Caption}</div>
  403. {/block:Caption}{/block:Photoset}
  404. <div id="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo} <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  405. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}</div>
  406. <div id="source">{block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div>
  407. <div id="tags">{block:HasTags}tagged {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
  408. </div></td>
  409. </tr>
  410. </table>
  411. <div id="notes">{block:PostNotes}{PostNotes}
  412. {/block:PostNotes} </div> {/block:Posts}
  413. <div id="nav">
  414. {block:Pagination}
  415. {block:PreviousPage}
  416. <a href="{PreviousPage}" title="prev" class="style1">&larr;</a>
  417. {/block:PreviousPage}
  418. {CurrentPage} / {TotalPages}
  419. {block:NextPage}
  420. <a href="{NextPage}" title="next" class="style1">&rarr;</a>
  421. {/block:NextPage}
  422. {/block:Pagination}</div>
  423. </td>
  424. </tr>
  425. </table>
  426. </div>
  427. </div>
  428. <div id="strip"></div>
  429. </body>
  430. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement