Advertisement
mindspalace

theme 2

Nov 22nd, 2013
2,514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.55 KB | None | 0 0
  1. <html>
  2.  
  3. <!-- Theme 2 by mindspalace.tumblr.com -->
  4.  
  5. <head>
  6.  
  7. <meta name="image:Header" content=""/>
  8. <meta name="color:Text" content="#808080"/>
  9. <meta name="color:Link" content="#000"/>
  10. <meta name="color:Link Hover" content="#fff"/>
  11. <meta name="color:Nav Link" content="#a0a0a0"/>
  12. <meta name="color:Nav Link Hover" content="#000"/>
  13. <meta name="color:Info Link" content="#808080"/>
  14. <meta name="color:Date Link" content="#d0d0d0"/>
  15. <meta name="color:Info Link Hover" content="#e0e0e0"/>
  16. <meta name="color:Scrollbar" content="#d0d0d0"/>
  17. <meta name="color:Tooltip Text" content="#000"/>
  18. <meta name="color:Tooltip BG" content="#f0f0f0"/>
  19.  
  20. <meta name="text:Link 1 Title" content="Ask"/>
  21. <meta name="text:Link 1 URL" content="/ask"/>
  22. <meta name="text:Link 2 Title" content="Link 2"/>
  23. <meta name="text:Link 2 URL" content=""/>
  24. <meta name="text:Link 3 Title" content="Link 3"/>
  25. <meta name="text:Link 3 URL" content=""/>
  26. <meta name="text:Link 4 Title" content="Link 4"/>
  27. <meta name="text:Link 4 URL" content=""/>
  28. <meta name="text:Link 5 Title" content="Link 5"/>
  29. <meta name="text:Link 5 URL" content=""/>
  30. <meta name="text:Link 6 Title" content="Link 6"/>
  31. <meta name="text:Link 6 URL" content=""/>
  32.  
  33. <meta name="if:Show Link 1" content="1"/>
  34. <meta name="if:Show Link 2" content="1"/>
  35. <meta name="if:Show Link 3" content="1"/>
  36. <meta name="if:Show Link 4" content="1"/>
  37. <meta name="if:Show Link 5" content="1"/>
  38. <meta name="if:Show Link 6" content="1"/>
  39.  
  40. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  41. <link href="http://static.tumblr.com/7keqqcr/OL5mw8lik/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43. <script src="http://static.tumblr.com/7keqqcr/VHtmw8lji/jquery.style-my-tooltips.js"></script>
  44.  
  45. <script>
  46. (function($){
  47. $(document).ready(function(){
  48. $("[title]").style_my_tooltips({
  49. tip_follows_cursor:true,
  50. tip_delay_time:100,
  51. tip_fade_speed:300,
  52. attribute:"title"
  53. });
  54. });
  55. })(jQuery);
  56. </script>
  57.  
  58. <title>{Title}</title>
  59. <link rel="shortcut icon" href="{Favicon}">
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  61. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66. #s-m-t-tooltip {
  67. max-width: 300px;
  68. z-index: 10;
  69. margin: 10px 14px 7px 12px;
  70. padding: 2px 5px;
  71. color: {color:Tooltip Text};
  72. background-color: {color:Tooltip BG};
  73. font: 9px/12px 'Arial', sans-serif;
  74. text-transform: lowercase;
  75. -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  76. -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
  77. }
  78.  
  79. ::-webkit-scrollbar {width: 6px; height: 6px;}
  80. ::-webkit-scrollbar-track {background-color: #fff;}
  81. ::-webkit-scrollbar-thumb {background-color: {color:Scrollbar};}
  82.  
  83. iframe#tumblr_controls {white-space: nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity: 0.5;}
  84.  
  85. body {
  86. color: {color:Text};
  87. font: 10px/11px 'Cambria', 'Times New Roman', serif;
  88. margin: 0; padding: 0;
  89. cursor: url('http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png'), auto;
  90. }
  91.  
  92. #wrapper {
  93. width: 500px;
  94. left: 50%; margin-left: -250px;
  95. position: relative;
  96. }
  97.  
  98. a {
  99. color: {color:Link};
  100. text-decoration: none;
  101. -webkit-transition: all 0.3s ease-in-out;
  102. -moz-transition: all 0.3s ease-in-out;
  103. -o-transition: all 0.3s ease-in-out;
  104. transition: all 0.3s ease-in-out;
  105. }
  106. a:hover {
  107. color: {color:Link Hover};
  108. cursor: url('http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png'), progress;
  109. -webkit-transition: all 0.3s ease-in-out;
  110. -moz-transition: all 0.3s ease-in-out;
  111. -o-transition: all 0.3s ease-in-out;
  112. transition: all 0.3s ease-in-out;
  113. }
  114.  
  115. blockquote {
  116. text-align: left;
  117. margin: 0 0 0 20px;
  118. padding: 0 0 0 8px;
  119. border-left: 2px solid #404040;
  120. }
  121.  
  122. .label {
  123. color: #000;
  124. font-weight: bold;
  125. text-transform: uppercase;
  126. }
  127.  
  128. .title {
  129. color: #000;
  130. font-size: 14px;
  131. font-weight: bold;
  132. font-style: italic;
  133. }
  134.  
  135. #header {
  136. width: 500px; height: 100px;
  137. padding-top: 40px;
  138. }
  139. #header img {
  140. width: 100px; height: 100px;
  141. float: right;
  142. }
  143.  
  144. #nav {
  145. color: #b0b0b0;
  146. font: 9px 'Arial', 'Helvetica', sans-serif;
  147. text-transform: lowercase;
  148. margin: 10px 15px 0 0;
  149. float: right;
  150. }
  151. #nav a {
  152. color: {color:Nav Link};
  153. margin-left: 15px;
  154. display: inline-block;
  155. }
  156. #nav a:hover {
  157. color: {color:Nav Link Hover};
  158. }
  159.  
  160. #description {
  161. color: #606060;
  162. text-align: justify;
  163. width: 362px; height: 55px;
  164. margin: 10px 15px 0 15px;
  165. float: right;
  166. overflow: auto;
  167. padding-right: 8px;
  168. }
  169.  
  170. #description::-webkit-scrollbar {width: 2px; height: 2px;}
  171. #description::-webkit-scrollbar-thumb {background-color: #e0e0e0;}
  172.  
  173. #pagi {
  174. font: 9px 'Arial', 'Helvetica', sans-serif;
  175. text-transform: lowercase;
  176. text-align: center;
  177. margin-top: 30px;
  178. }
  179. #pagi a {color: #808080; margin: 0 5px; padding: 5px; display: inline-block;}
  180. #pagi a:hover {color: transparent;}
  181. #pagi .currentpage {color: #d0d0d0; text-decoration: underline; margin: 0 5px; padding: 5px; display: inline-block;}
  182.  
  183.  
  184. #entries {width: 500px; padding-bottom: 30px;}
  185. #post {width: 500px; margin-top: 50px;}
  186. #postbody {width: 500px; overflow: hidden;}
  187.  
  188. .info {
  189. font: 9px/12px 'Arial', 'Helvetica', sans-serif;
  190. text-transform: lowercase;
  191. width: 80px;
  192. margin-left: 500px; padding-left: 20px;
  193. position: absolute;
  194. opacity: 0; z-index: 1;
  195. -webkit-transition: all 0.4s ease-in-out;
  196. -moz-transition: all 0.4s ease-in-out;
  197. -o-transition: all 0.4s ease-in-out;
  198. transition: all 0.4s ease-in-out;
  199. }
  200. .info a {color: {color:Info Link};}
  201. .info a:hover {color: {color:Info Link Hover};}
  202.  
  203. div#post:hover .info {opacity: 1;}
  204.  
  205. .date {
  206. font-size: 16px;
  207. line-height: 18px;
  208. font-weight: bold;
  209. text-transform: lowercase;
  210. letter-spacing: -1px;
  211. }
  212. .date a {color: {color:Date Link};}
  213.  
  214.  
  215.  
  216. .quote {
  217. color: #000;
  218. font-size: 14px;
  219. font-style: italic;
  220. font-weight: bold;
  221. }
  222. .qusource {
  223. text-align: right;
  224. margin-top: 10px;
  225. }
  226.  
  227. .link {
  228. font-size: 14px;
  229. font-style: italic;
  230. font-weight: bold;
  231. }
  232. .link a {text-decoration: underline;}
  233.  
  234. .chlines .label {margin-right: 2px; display: inline-block;}
  235. .odd, .even {margin-top: 3px;}
  236.  
  237. .audio {line-height: 10px; height: 45px; padding-bottom: 10px;}
  238. .auplayer {
  239. border: 8px solid transparent;
  240. outline: 1px solid #d8d8d8;
  241. width: 26px; height: 26px;
  242. overflow: hidden;
  243. position: absolute;
  244. }
  245. .auinfo {color: #000; margin-left: 50px;}
  246.  
  247. .question {
  248. font-size: 12px;
  249. font-style: italic;
  250. font-weight: bold;
  251. display: inline;
  252. }
  253. .asker {
  254. color: #000;
  255. margin-right: 3px;
  256. display: inline;
  257. }
  258.  
  259. ol.notes {margin: 0; padding: 20px 30px 10px 30px;}
  260. ol.notes li {margin-top: 2px;}
  261. ol.notes img {display: none;}
  262. .notes blockquote {margin: 8px 20px;}
  263.  
  264. #cr {font: 8px 'Calibri', sans-serif; position: fixed; bottom: 7px; right: 7px; z-index: 10;}
  265. #cr a {color: #b0b0b0; text-decoration: none;}
  266. #cr a:hover {text-decoration: underline;}
  267.  
  268. </style></head><body>
  269.  
  270. <div id="cr"><a title="theme" href="http://mindspalace.tumblr.com/" target="_blank">THM</a></div>
  271.  
  272. <div id="wrapper">
  273.  
  274. <div id="header">
  275. <a href="/"><img src="{image:Header}"/></a>
  276. <div id="nav">
  277. <a href="/">Home</a>
  278. {block:IfShowLink1}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>{/block:IfShowLink1}
  279. {block:IfShowLink2}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a>{/block:IfShowLink2}
  280. {block:IfShowLink3}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a>{/block:IfShowLink3}
  281. {block:IfShowLink4}<a href="{text:Link 4 URL}">{text:Link 4 Title}</a>{/block:IfShowLink4}
  282. {block:IfShowLink5}<a href="{text:Link 5 URL}">{text:Link 5 Title}</a>{/block:IfShowLink5}
  283. {block:IfShowLink6}<a href="{text:Link 6 URL}">{text:Link 6 Title}</a>{/block:IfShowLink6}
  284. </div>
  285. <div id="description">{Description}</div>
  286. </div>
  287.  
  288.  
  289. <div id="entries">
  290. {block:Posts}
  291. <div id="post">
  292.  
  293. {block:Date}
  294. <div class="info">
  295. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  296.  
  297. <div class="date"><a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a></div>
  298. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  299. {block:RebloggedFrom}<br/>
  300. <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  301. / <a title="{ReblogRootName}" href="{ReblogRootURL}">{lang:Source}</a>
  302. {/block:RebloggedFrom}
  303.  
  304. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}"># {Tag}</a><br/>{/block:Tags}</div>{/block:HasTags}
  305. </div>
  306. {/block:Date}
  307.  
  308. <div id="postbody">
  309.  
  310. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  311.  
  312. {block:Photo}{block:Title}<div class="title">{Title}</div>{/block:Title}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  313.  
  314. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  315.  
  316. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  317.  
  318. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="qusource">{Source}</div>{/block:Source}{/block:Quote}
  319.  
  320. {block:Link}<div class="link"><a href="{URL}" {Target}>{Name} &#8594;</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  321.  
  322. {block:Chat}{block:Title}<div class="title" style="padding-bottom: 8px">{Title}</div>{/block:Title}<div class="chlines">{block:Lines}<div class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</div>{/block:Lines}</div>{/block:Chat}
  323.  
  324. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  325.  
  326. {block:Audio}<div class="audio"><div class="auplayer">{AudioPlayerWhite}</div><div class="auinfo">{block:TrackName}{TrackName}<br/>{/block:TrackName}{block:Artist}{Artist}<br/>{/block:Artist}{block:Album}{Album}<br/>{/block:Album}{block:PlayCount}{PlayCountWithLabel}<br/>{/block:PlayCount}</div></div>{block:Caption}{Caption}{block:Caption}{/block:Audio}
  327.  
  328. {block:Answer}<div class="asker">{Asker} asked:</div><div class="question">"{Question}"</div><div class="answer">{Answer}</div>{/block:Answer}
  329.  
  330. </div>
  331. </div>
  332.  
  333. {block:PostNotes}{PostNotes}{/block:PostNotes}
  334.  
  335. {/block:Posts}
  336.  
  337. <div id="pagi">
  338. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}{block:JumpPagination length="8"}{block:CurrentPage}<span class="currentpage">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  339.  
  340. {block:PermalinkPagination}{block:PreviousPost}<a href="{PreviousPost}">older</a>{/block:PreviousPost}{block:NextPost}{block:PreviousPost} {/block:PreviousPost}<a href="{NextPost}">newer</a>{/block:NextPost}{/block:PermalinkPagination}
  341. </div>
  342.  
  343. </div>
  344.  
  345. </div>
  346. </body>
  347. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement