Advertisement
Chitalian

Tumblr theme

Jun 7th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.20 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.  
  4.  
  5.  
  6.  
  7. <!--theme #2 made by notlikeamovie.tumblr.com. Do not redistribute or use as a base for other themes -->
  8.  
  9.  
  10. <head>
  11. <!-- DEFAULT VARIABLES -->
  12.  
  13. <meta name="image:Background" content=""/>
  14. <meta name="image:Sidebar" content=""/>
  15.  
  16. <meta name="if:Show Sidebar Image" content "0" />
  17. <meta name="if:Right Sidebar" content "0" />
  18. <meta name="if:Disable Right Click" content "0" />
  19. <meta name="if:Fixed Background" content "0" />
  20.  
  21. <meta name="font:Body" content="Arial" />
  22. <meta name="text:Body Font Size" content="10px" />
  23. <meta name="font:Sidebar" content="Helvetica" />
  24. <meta name="text:Sidebar Font Size" content="7pt" />
  25. <meta name="font:Pagination" content="georgia" />
  26. <meta name="text:Pagination Font Size" content="9px" />
  27.  
  28. <meta name="text:Link 1 Url" content="http://" />
  29. <meta name="text:Link 1 Name" content="Link 1" />
  30. <meta name="text:Link 2 Url" content="http://" />
  31. <meta name="text:Link 2 Name" content="Link 2" />
  32. <meta name="text:Link 3 Url" content="http://" />
  33. <meta name="text:Link 3 Name" content="Link 3" />
  34.  
  35. <meta name="color:Background" content="#fff" />
  36. <meta name="color:Text" content="#56598D" />
  37. <meta name="color:Asker" content="#85C28C" />
  38. <meta name="color:Sidebar Text" content="#7CAD98" />
  39. <meta name="color:Sidebar Link" content="#384D85" />
  40. <meta name="color:Sidebar Link Hover" content="#111368" />
  41. <meta name="color:Sidebar Hover" content="#C1E0B2" />
  42. <meta name="color:Sidebar Background" content="#fff" />
  43. <meta name="color:Pagination" content="#37A040" />
  44. <meta name="color:Permalinks" content="#58A756" />
  45. <meta name="color:Ending" content="#100E46" />
  46. <meta name="color:Ending Background" content="#E6F3E8" />
  47. <meta name="color:Title" content="#263985" />
  48. <meta name="color:Bold" content="#263980" />
  49. <meta name="color:Italic" content="#000" />
  50. <meta name="color:Link" content="#27B0BD" />
  51. <meta name="color:Link Hover" content="#A1C976" />
  52. <meta name="color:Question Background" content="#E3F7C7" />
  53. <meta name="color:Question Text" content="#7CAD98" />
  54.  
  55. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  56.  
  57. {block:IfDisableRightClick}
  58. <script language="javascript" type="text/javascript"
  59. src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
  60. </script>
  61. <script type="text/javascript" language="javascript">
  62. $(function() {
  63. $(this).bind("contextmenu", function(e) {
  64. e.preventDefault();
  65. });
  66. });
  67. </script>
  68. {/block:IfDisableRightClick}
  69.  
  70. <title>{Title}</title>
  71. <link rel="shortcut icon" href="{Favicon}">
  72. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  73. {block:Description}
  74. <meta name="description" content="{MetaDescription}" />
  75. {/block:Description}
  76.  
  77.  
  78. <style type="text/css">
  79. iframe#tumblr_controls {
  80. top:0px !important;
  81. right:3px !important;
  82. position: fixed !important;
  83. -webkit-transition: opacity 0.7s linear;
  84. opacity: 0.4;
  85. -webkit-transition: all 0.8s ease-out;
  86. -moz-transition: all 0.8s ease-out;
  87. transition: all 0.8s ease-out;}
  88.  
  89. iframe#tumblr_controls:hover{
  90. -webkit-transition: opacity 0.7s linear;
  91. opacity: 1;
  92. -webkit-transition: all 0.4s ease-out;
  93. -moz-transition: all 0.4s ease-out;
  94. transition: all 0.4s ease-out;}
  95.  
  96. body{
  97. background-image:url('{image:Background}'); background-repeat:no-repeat; background-attachment:fixed; color:{color:Text}; font-family: {font:body}; font-size:10px; }
  98.  
  99. #content {width:100%; padding:0px; margin:0px; margin-top:34px!important;}
  100. {block:IndexPage}#content {margin-top:34px!important;}{/block:IndexPage}
  101.  
  102. #sidebar {top: 30px; margin-left:120px; padding:0px; width: 250px; position:fixed;}
  103.  
  104. {block:IfRightSidebar}
  105. #sidebar {margin-left:910px; float:right;}
  106. #entries {margin-left:355px!important; margin-right:auto}
  107. {/block:IfRightSidebar}
  108.  
  109. #navigation {width:200px; text-align:center; margin:auto; padding:2px; margin-top:7px!important;}
  110. #navigation a {display:inline; width:200px; background-color:{color:sidebar background}; margin:1px; margin-top:4px!important; font:{text:sidebar font size} {font:sidebar}; text-transform:lowercase; color:{color:sidebar link}; text-decoration: none; letter-spacing: 0px; text-align:center; padding: 2px; font-weight:normal; line-height:110%; }
  111. #navigation a:hover {font-weight:normal; color:{color:sidebar link hover}; background-color:{color:sidebar hover}; font-style:normal;}
  112. #navigation a:first-letter {font-style:italic;}
  113.  
  114.  
  115. #description{background-color:{color:sidebar background}; padding:3px; float:left; color:{color:sidebar text}; width:250px; margin-bottom:5px; text-align:center; font:{text:sidebar font size} {font:sidebar};}
  116.  
  117. #pagination{background-color:transparent; padding:3px;color:{color:sidebar text}; width:250px; margin-top:5px; text-align:center; font:{text:pagination font size} {font:pagination}; color:{color:pagination}; text-transform:lowercase; letter-spacing:1px;}
  118. #pagination a {color:{color:pagination}; background-color:transparent;}
  119. #pagination a:hover {color:{color:sidebar text};background-color:transparent;}
  120.  
  121. #entries {width:500px; margin:auto; margin-left:415px;}
  122.  
  123. #permalinks {display:block; width:495px; text-align:right; font:9px georgia; text-transform:lowercase; color:{color:permalink};background-color:transparent; margin:1px 0px 10px 0px; padding:0px 5px 03px 0px; font-style:italic; border-bottom:1px {color:sidebar hover} dotted; }
  124. #permalinks a {color:{color:permalinks};letter-spacing:1px; text-align:right; font-style:italic;}
  125. #permalinks a:hover {color:{color:link hover};}
  126.  
  127. #ending {display:block; margin:7px 0px 5px 0px; padding:1px 4px 1px 4px; color:{color:ending}; font:9px georgia; line-height:110%; text-transform:lowercase; width:492px; background-color:{color:ending background}; letter-spacing:1px;}
  128. #ending a {color:{color:permalinks};}
  129. #ending a:hover {color:{color:link hover}; letter-spacing:2px; font-style:normal;}
  130.  
  131. .dates {display:inline; text-align:right; float:right;}
  132. .dates a {color:{color:permalinks};}
  133.  
  134. #reblogs {display:none;}
  135.  
  136.  
  137. .texttitle {font-size:20px; font-family: georgia, palatino, times, 'palatino linotype', 'times new roman', serif; margin:0px; font-weight:normal; color: {color:title}; letter-spacing:1px;}
  138. .texttitle a {font-weight:normal; color:{color:title}; letter-spacing:1px;}
  139. .texttitle a:hover {color:{color:link hover}; font-style:normal;}
  140.  
  141. blockquote {border-left:3px {color:body} solid; padding-left:14px; margin:0px 0px 0px 10px;}
  142. ul, li, ol {margin:0px 0px 0px 10px; color:{color:body}; padding-left:4px}
  143.  
  144. b, strong, .strong {color:{color:Bold};}
  145. i, em, .em {color:{color:Italic};}
  146.  
  147. .linkpost {font-size:20px; font-family: georgia, palatino, times, 'palatino linotype', 'times new roman', serif; margin:0px; font-weight:normal; color: {color:title}; letter-spacing:1px;}
  148. .linkdescription {padding:0px; margin:0px;}
  149.  
  150. .chattitle {font-size:20px; font-family: georgia; margin-bottom:04px; font-weight:normal; color: {color:title}; font-style:normal;}
  151. .chattitle a {font-weight:normal; color:{color:title}}
  152.  
  153. .label {font-weight:bold; color:{color:bold}}
  154.  
  155.  
  156. a {color:{color:link}; text-decoration:none;}
  157. a:hover {color:{color:link hover};}
  158. img a {border:0px color:{color:sidebar background};}
  159.  
  160. .caption {margin:0px; padding:0px;}
  161.  
  162.  
  163. .quotetitle {font:20px georgia; font-style:italic;}
  164. #source {text-align:right; font-style:italic; font-weight:bold; font-size:10px;}
  165.  
  166. #audio {display:block; width:500px; background-color:#282828;}
  167.  
  168. #postnotes {display:block; margin:auto; width:500px;}
  169.  
  170. #postperm {display:block; margin:auto; width:500px; text-align:center; font:9px georgia; text-transform:lowercase; font-style:italic; text-align:center;}
  171. #postperm a {color:{color:permalinks};}
  172.  
  173. #questions {display:block; margin:0px; padding:5px 3px 5px 3px; font:11px 'trebuchet ms'; background-color:{color:question background};color:{color:question text};letter-spacing:0px;}
  174. #questions a {color:{color:asker}; font:15px georgia; font-style:italic; text-transform:lowercase; margin:-5px 0px 0px 0px;}
  175. #questions a:hover {color:{color:link};}
  176. .questions {color:{color:asker}; font:15px georgia; font-style:italic; text-transform:lowercase;}
  177. #questions img {margin:0px 02px 0px 03px; display: inline; float:left; padding:0px 2px 0px 0px;}
  178.  
  179. #askerimg {display:inline; float:left; margin:1px; padding:0px; margin-right:3px!important;}
  180. #askers {display:block; float:left; margin:0px; padding:0px; font:18px georgia; font-style:italic; line-height:100%; margin-bottom:-2px; text-transform:lowercase; margin-top:3px;}
  181. #askers a{font:18px georgia; font-style:italic; line-height:100%}
  182.  
  183. .blockquoted {border-left:1px {color:body} dotted; padding-left:05px; margin:07px 0px 0px 5px;}
  184. </style>
  185. </head>
  186.  
  187. <body>
  188. <div id="content">
  189.  
  190. <div id="sidebar">
  191. {block:IfSidebarImage}
  192. <div id="description">
  193. <a href="/" class="img"><img src="{image:Sidebar}" width="250px" border="0"/></a>
  194. </div>
  195. {/block:IfSidebarImage}
  196.  
  197. <div id="description">
  198. {Description}
  199. <div id="navigation">
  200. <a href="/">home</a>/
  201. <a href="/ask">ask box</a>/
  202. <a href="{text:Link 1 Url}">{text:Link 1 Name}</a>/
  203. <a href="{text:Link 2 Url}">{text:Link 2 Name}</a>/
  204. <a href="{text:Link 3 Url}">{text:Link 3 Name}</a>
  205. <a href="http://maraudersmaps.tumblr.com/themes" target="_blank">Theme</a>
  206. </div>
  207. </div>
  208.  
  209. <div id="pagination">
  210. {block:Pagination}
  211. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  212. {block:JumpPagination length="5"}
  213. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  214. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  215. {/block:JumpPagination}
  216. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  217. {/block:Pagination}
  218. </div>
  219.  
  220. </div>
  221.  
  222. {block:Posts}
  223. <div id="entries">
  224.  
  225. {block:Text}
  226. {block:Title}
  227. <div class="texttitle"><a href="{Permalink}">{Title}</a></div>
  228. {/block:Title}
  229. {Body}
  230. {/block:Text}
  231.  
  232. {block:Photo}
  233. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  234. {block:Caption}
  235. <div class="caption">{Caption}</div>
  236. {/block:Caption}
  237. {/block:Photo}
  238.  
  239. {block:Photoset}
  240. {Photoset-500}
  241. {block:Caption}
  242. <div class="caption">{Caption}</div>
  243. {/block:Caption}
  244. {/block:Photoset}
  245.  
  246. {block:Quote}
  247. <div class="quotetitle">{Quote}</div>
  248. {block:Source}
  249. <div id="source">- {Source}</div>
  250. {/block:Source}
  251. {/block:Quote}
  252.  
  253. {block:Link}
  254. <a href="{URL}" class="linkpost">{Name}</a>
  255. {block:Description}
  256. <div class="linkdescription">{Description}</div>
  257. {/block:Description}
  258. {/block:Link}
  259.  
  260. {block:Chat}
  261. {block:Title}
  262. <div class="chattitle"><a href="{Permalink}">{Title}</a></div>
  263. {/block:Title}
  264. <ul class="chat">
  265. {block:Lines}
  266. <li class="{Alt} user_{UserNumber}">
  267. {block:Label}
  268. <span class="label">{Label}</span>
  269. {/block:Label}
  270. {Line}
  271. </li>
  272. {/block:Lines}
  273. </ul>
  274. {/block:Chat}
  275.  
  276. {block:Video}
  277. {Video-500}
  278. {block:Caption}
  279. <div class="caption">{Caption}</div>
  280. {/block:Caption}
  281. {/block:Video}
  282.  
  283. {block:Audio}
  284. <div id=audio>{AudioPlayerWhite}</div>
  285. {block:Caption}
  286. <div class="caption">
  287. {Caption}
  288. {PlayCountWithLabel}
  289. </div>
  290. {/block:Caption}
  291. {/block:Audio}
  292.  
  293. {block:Answer}
  294. <div id="questions"><img src="{AskerPortraitURL-24}"/> {Asker}<span class="questions"> said,</span><br />
  295. <div class="blockquoted">"{Question}"</div>
  296. </div>
  297. {Answer}
  298. {/block:answer}
  299.  
  300. <div id="ending">
  301. {block:IndexPage}
  302. <a href="{Permalink}" {block:NoteCount}title="{NoteCountWithLabel}" {/block:NoteCount}> {NoteCountWithLabel}</a>
  303.  
  304. <div class="dates">
  305. {block:Date}posted {TimeAgo}{/block:Date}
  306.  
  307. {block:RebloggedFrom} (® <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  308. </div>
  309. {/block:IndexPage}
  310. </div>
  311. {block:IndexPage}
  312. <div id="permalinks">
  313. {block:HasTags}
  314. Tagged as:
  315. {block:Tags}
  316. <a href="{TagURL}"> #{Tag}</a>
  317. {/block:Tags}
  318. {/block:HasTags}
  319. </div>
  320. {/block:IndexPage}
  321.  
  322. </div>
  323.  
  324. {block:PermalinkPage}
  325. <div id="postperm">
  326. {block:PostNotes}
  327. <center>
  328. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  329. {block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br>{/block:HasTags}
  330. {block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br> originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  331. </center>
  332. </div><br>
  333. <div id="postnotes">{PostNotes}</div><br>
  334. {/block:PostNotes}
  335. {/block:PermalinkPage}
  336. {/block:Posts}
  337.  
  338. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  339. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  340. {/block:ContentSource}
  341. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  342.  
  343.  
  344. </body>
  345. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement