Advertisement
icewitch16

míntha

Jul 10th, 2014
2,267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.81 KB | None | 0 0
  1. <!--theme by carpels-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5.  
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="image:Background Image" content="" />
  14. <meta name="color:Text" content="#000000"/>
  15. <meta name="color:Link" content="#000000"/>
  16. <meta name="color:Hover" content="#000000"/>
  17. <meta name="color:Audio Background" content="#ffffff"/>
  18. <meta name="color:Post Title"content="#000000"/>
  19. <meta name="color:Blog Title"content="#000000"/>
  20. <meta name="color:Selection" content="#ddf2e8"/>
  21. <meta name="color:Scrollbar" content="#ddf2e8" />
  22. <meta name="text:Link 1 URL" content="" />
  23. <meta name="text:Link 1" content="Link 1" />
  24. <meta name="text:Link 2 URL" content="" />
  25. <meta name="text:Link 2" content="Link 2" />
  26.  
  27. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  28.  
  29. <style type="text/css">
  30. /*highlights*/
  31. ::selection {
  32. background-color:{color:Selection};
  33. color:inherit;
  34. }
  35.  
  36. /*scrollbar*/
  37. ::-webkit-scrollbar {
  38. width:8px;
  39. height:8px;
  40. background-color:#fff;
  41. }
  42. ::-webkit-scrollbar-track {
  43. background-color:#fff;
  44. }
  45. ::-webkit-scrollbar-thumb {
  46. background-color:{color:Scrollbar};
  47. border: 2px solid #fff;
  48. }
  49.  
  50. /*controls*/
  51. #tumblr_controls {
  52. position: fixed !important
  53. }
  54. iframe#tumblr_controls{ right: 3px !important; position: fixed !important; }
  55.  
  56. /*main*/
  57. body{
  58. font-family: cambria;
  59. font-size: 12px;
  60. line-height: 13px ;
  61. color: {color:Text};
  62. background-color:{color:Background};
  63. background-image: url('{image:Background}');
  64. background-repeat:repeat;
  65. background-attachment:fixed;
  66. }
  67. a:link, a:visited, a:active {
  68. color: {color:Link};
  69. text-decoration:none;
  70. }
  71. a:hover{
  72. color:{color:Hover};}
  73. h2{
  74. font-color:#000;
  75. font-weight: 500;
  76. font-size: 14px;
  77. line-height:16px;
  78. letter-spacing: 0px;
  79. text-align: left;
  80. padding: 0px;
  81. }
  82. h1{
  83. font-color:#000;
  84. font-weight: 500;
  85. font-size: 20px;
  86. line-height:22px;
  87. letter-spacing: 0px;
  88. text-align: left;
  89. padding: 0px;
  90. }
  91. b, strong{color: {color:Text};
  92. }
  93. ul, ol {
  94. color: {color:Text};
  95. }
  96. blockquote {
  97. margin:.80em .80em;
  98. padding:0em .80em;
  99. border-left:3px solid {color: Selection};
  100. }
  101.  
  102. /*content*/
  103. #content{
  104. background:{color:Background};
  105. padding-top:0px;
  106. padding-right:0px;
  107. padding-left:0px;
  108. padding-bottom: 20px;
  109. margin:auto;
  110. width:250px;
  111. }
  112. #header {
  113. font-color: {color:Blog Title};
  114. font-family: cambria;
  115. font-weight: 500;
  116. font-size: 72px;
  117. line-height:70px;
  118. letter-spacing: 0px;
  119. text-align: left;
  120. padding: 0px;
  121. margin-top: 20px;
  122. margin-left: 0px;
  123. }
  124. #desc {
  125. font-size:10px;
  126. font-family:cambria;
  127. text-align: left;
  128. padding: 15px;
  129. width:220px;
  130. }
  131.  
  132. /*navigation*/
  133. div.nav a {
  134. color: {color:Link};
  135. margin: 0 5px; padding: 3px;
  136. text-decoration: none;
  137. }
  138. div.nav a:hover{
  139. color: {color:Link};
  140. background-color: {color:Selection};
  141. }
  142. #navi{
  143. line-height: 11px;
  144. text-transform: uppercase;
  145. text-align: center;
  146. margin: 0px 0px 0px 0px;
  147. }
  148.  
  149. /*posts*/
  150. #entry{
  151. background: {color:Background};
  152. margin-top: 0px;
  153. margin-bottom:0px;
  154. margin-right: 0px;
  155. margin-left: 0px;
  156. padding-top: 30px;
  157. padding-bottom: 10px;
  158. padding-right:0px;
  159. padding-left: 0px;
  160. width:250px;
  161. }
  162. #entry img{
  163. max-width:250px;
  164. }
  165. /*audio*/
  166. div.audio {
  167. padding:6px;
  168. margin:6px;
  169. background-color:{color:Background};
  170. border:0px dashed;
  171. }
  172. div.audio .player {
  173. width:27px;
  174. height:27px;
  175. position: absolute;
  176. overflow: hidden;
  177. z-index:1;
  178. }
  179. div.audio .track {
  180. background-color:{color:Audio Background};
  181. height:27px;
  182. color:{color:Text};
  183. font-size:12px;
  184. margin-left:30px;
  185. line-height:27px;
  186. padding:0px 6px;
  187. width:198px;
  188. overflow: hidden;
  189. }
  190. /*video*/
  191. div.video embed,
  192. div.post div.video object {
  193. width:250px !important;
  194. height:auto !important;
  195. }
  196. /*quote*/
  197. div.quote{
  198. font-color:{color:Text};
  199. font-weight: 500;
  200. font-size: 14px;
  201. line-height:14px;
  202. letter-spacing: 0px;
  203. text-align: left;
  204. padding: 0px;
  205. }
  206. /*ta*/
  207. div.q{
  208. color: {color:Text};
  209. background-color: {color:Selection};
  210. padding:10px;
  211. margin-bottom:0px;
  212. text-align:left;
  213. letter-spacing: 0px;
  214. }
  215. div.q a:hover{
  216. color:{color:Text};
  217. }
  218. div.a{
  219. color:{color:Text};
  220. background-color:{color:Background};
  221. padding:5px;
  222. margin-bottom:0px;
  223. text-align:left;
  224. line-height: 12px;
  225. }
  226.  
  227. /*permalink*/
  228. .permalink{
  229. font-size: 9px;
  230. padding: 5px;
  231. padding-bottom: 1px;
  232. margin-top: 8px;
  233. margin-bottom:-10px;
  234. height: 20px;
  235. font-style: none;
  236. text-transform: uppercase;
  237. letter-spacing: 0px;
  238. text-align: right;
  239. width: 250px;
  240. margin-left: -5px;
  241. }
  242.  
  243. /*post notes*/
  244. div.source {
  245. padding:9px 9px 0px 9px;
  246. {block:PermalinkPage}margin-bottom:9px;{block:PermalinkPage}
  247. text-align:right;
  248. }
  249. div.src {
  250. padding:9px;
  251. font-weight:normal;
  252. color:{color:Text};
  253. }
  254. div.src a {
  255. color:{color:Text};
  256. }
  257. div.src a:hover {
  258. color:{color:Hover};
  259. }
  260. div.notes {
  261. padding:0px 9px 0px 9px;
  262. }
  263. div.notes ol {
  264. list-style-type:none;
  265. padding:0;
  266. }
  267. div.notes li,
  268. div.notes li * {
  269. color:{color:Text};
  270. }
  271. div.notes a:hover,
  272. div.notes a *:hover {
  273. background-color:transparent;
  274. color:{color:Text};
  275. }
  276. div.notes img {
  277. display:none!important;
  278. position:relative;
  279. top:1px;
  280. margin-right:10px;
  281. height:10px;
  282. line-height:0!important;
  283. display:inline;
  284. }
  285.  
  286. /*pagination*/
  287. #pagi {
  288. margin-top:20px;
  289. text-align: right;
  290. }
  291. #pagi .next,
  292. #pagi .back {
  293. text-align:center;
  294. display:inline-block;
  295. background-color:{color:Selection};
  296. padding:6px 12px;
  297. margin-left:9px;
  298. border:0px;
  299. color:{color:Text};
  300. }
  301. #pagi a {
  302. color:{color:Text};
  303. }
  304. #pagi a:hover {
  305. color:{color:Text};
  306. }
  307.  
  308. /*footer*/
  309. #footer{
  310. width:100%;
  311. clear:both;
  312. display:inline-block;
  313. text-align:center;
  314. padding:0% 0%
  315. }
  316. </style>
  317. </head>
  318.  
  319. <body>
  320. <div id="content">
  321. <div id="header">{Title}</div>
  322. <div id="desc">{Description}</div>
  323. <div id="navi"><div class="nav"><div align="center">
  324. <a href="/">HOME</a>
  325. <a href="/ask">ASK</a>
  326. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  327. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  328. </div></div></div>
  329.  
  330. {block:Posts}
  331. <div id="entry">
  332. <!-- no via source code on reblogs -->
  333. <!-- {block:NoRebloggedFrom}
  334. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  335. {/block:NoRebloggedFrom} -->
  336. {block:ContentSource}<!-- {SourceURL}
  337. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  338. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  339. {/block:ContentSource}
  340.  
  341. {block:Text}
  342. {block:Title}<h1>{Title}</h1>{/block:Title}
  343. {Body}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  344. {/block:Text}
  345.  
  346. {block:Photo}
  347. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="250"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  348. {/block:Photo}
  349.  
  350. {block:Photoset}
  351. {Photoset-250}
  352. {block:Caption}{Caption}{/block:Caption}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  353. {/block:Photoset}
  354.  
  355. {block:Quote}
  356. <div id="quote"><div style="font-size:50px; font-family:georgia; color:#000; position:absolute;"><div style="position:relative; top:15px;">&#147;</div></div><div style="padding-left:32px; line-height:18px; font-size:14px;">{Quote}</div></div><p>{block:Source}<div align="center">{Source}</div>{/block:Source}</p>{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  357. {/block:Quote}
  358.  
  359. {block:Link}
  360. <a href="{URL}"><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  361. {/block:Link}
  362.  
  363. {block:Chat}
  364. {block:Title}<h1>{Title}</h1>{/block:Title}
  365. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}{/block:Chat}
  366.  
  367. {block:Audio}<div class="audio">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}<div class="track">{block:TrackName}{TrackName}{/block:TrackName}</div></div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}{/block:Audio}
  368.  
  369. {block:Answer}<div class="q"><b>{Asker}:</b> {Question}</div>
  370. <div class="a">{Answer}</div>{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}{/block:Answer}
  371.  
  372. {block:Video}
  373. <div class="video" align="center">{Video-250}</div>
  374. {block:Caption}{Caption}{/block:Caption}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  375. {/block:Video}
  376. </div>
  377.  
  378. {block:PermalinkPage}
  379. {block:PostNotes}<div class="src">Posted {DayOfWeek}, {DayOfMonth} {Month} {Year} with {NoteCountWithLabel}{block:RebloggedFrom}<br/>from <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} &middot; Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags}<br/>Tags: {block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags}{/block:HasTags}<div class="notes">{PostNotes}</div></div>{/block:PostNotes}{/block:PermalinkPage}
  380. {/block:Posts}
  381.  
  382. {block:Pagination}<div id="pagi">{block:PreviousPage}<span class="back"><a id="back" href="{PreviousPage}">Back</a></span>{/block:PreviousPage}{block:NextPage}<span class="next"><a id="next" href="{NextPage}">Next</a></span>{/block:NextPage}</div>{/block:Pagination}
  383. </div>
  384. </div>
  385.  
  386. <div id="footer">
  387. <p><form action="/search" method="get">
  388. <input type="text" name="q" value="Search" style="width:105px; height:12px; background-color:{color:Background}; color: {color:Text}; font-family: cambria; font-size: 12px; border: 2px solid {color:Selection}; margin:0px;"/>
  389. <input type="button" value="OK" style="height:16px; width:26px; background-color:{color:Selection}; color: {color:Text}; font-family: cambria; font-size: 12px; border: 0px solid {color:Selection}; margin:0px; padding: 0px;"/></form></p>
  390. <p><a href="/">Míntha</a> Theme by <span class="footlink"><a href="http://carpels.tumblr.com/">Louise Dee</a>.<br>Powered by <a href="http://tumblr.com/">Tumblr</a>.</p></div>
  391.  
  392. <div style="display:block;bottom:5px;right:4px;font-size:10px;font-family:baskerville;position:fixed;background-color:none;padding:3px;"><a href="http://carpels.tumblr.com/">C</a></div>
  393. </body>
  394. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement