dec0der

Mansard Roof

Mar 4th, 2012
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.63 KB | None | 0 0
  1. <!--
  2. Theme #12: Mansard Roof
  3. Created by dec0der.tumblr.com | Abigail
  4.  
  5. Please, do not remove the credit.
  6. Thank you.
  7. -->
  8.  
  9. <head>
  10. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>
  11.  
  12. <title>{title}</title>
  13. <meta name="color:Background" content="#000000"/>
  14. <meta name="color:CenterColumn" content="#FFFFFF"/>
  15. <meta name="color:Text" content="#424242"/>
  16. <meta name="color:Links" content="#000000"/>
  17. <meta name="color:HeaderLinks" content="#94B596">
  18. <meta name="if:Rounded Edge Header Links" content="1"/>
  19.  
  20. <meta name="text:Custom Link One" content="" />
  21. <meta name="text:Custom Link One Title" content="" />
  22. <meta name="text:Custom Link Two" content="" />
  23. <meta name="text:Custom Link Two Title" content="" />
  24.  
  25. <meta name="image:Background" content=""/>
  26. <meta name="if:Maximised Background Image" content="0"/>
  27. <meta name="if:Show Captions" content="0"/>
  28. <meta name="if:Endless Scroll" content="0"/>
  29. <meta name="if:DisableRightClick" content="0"/>
  30. <link rel="shortcut icon" href="{Favicon}">
  31.  
  32.  
  33. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  34. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  35. <script type="text/javascript" charset="utf-8">
  36. var $j = jQuery.noConflict();
  37. $j(function() {
  38. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  39. $j("img").lazyload({
  40. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  41. effect: "fadeIn",
  42. });
  43. });
  44. </script>
  45.  
  46. {block:IfDisableRightClick}
  47. <SCRIPT TYPE="text/javascript">
  48. <!--
  49. //Disable right click script
  50. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  51. var message="Sorry, right-click has been disabled";
  52. ///////////////////////////////////
  53. function clickIE() {if (document.all) {(message);return false;}}
  54. function clickNS(e) {if
  55. (document.layers||(document.getElementById&&!document.all)) {
  56. if (e.which==2||e.which==3) {(message);return false;}}}
  57. if (document.layers)
  58. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  59. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  60. document.oncontextmenu=new Function("return false")
  61. // -->
  62. </SCRIPT>
  63. {/block:IfDisableRightClick}
  64.  
  65. {block:IndexPage}
  66. <script type="text/javascript">
  67. $(window).load(function(){
  68. $("p").remove(":contains('Source:')");
  69. $("p").remove(":contains('(via')");
  70. });
  71. </script>
  72. {/block:IndexPage}
  73.  
  74. <style type="text/css">
  75.  
  76. iframe#tumblr_controls{top: 1px !important; margin: 0 0 0 0; right: 6px !important;}
  77.  
  78. body{ text-align:left; font-family: Cambria; font-size: 10px; line-height: 12px ; color:{color:text}; background-color:{color:Background};{block:IfNotMaximisedBackgroundImage} background-image:url({image:Background}); background-attachment:fixed; background-repeat:repeat {/block:IfNotMaximisedBackgroundImage}}
  79.  
  80. ::-webkit-scrollbar-thumb:vertical { background-color:{color:HeaderLinks}; height:100px;}
  81.  
  82. ::-webkit-scrollbar-thumb:horizontal { background-color:{color:HeaderLinks}; height:10px;}
  83.  
  84. ::-webkit-scrollbar { height:10px; width:6px; background-color:{color:background};}
  85.  
  86. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  87. a{
  88. text-decoration:none; color:{color:links}; -moz-transition: all 0.3s ease-out; /* FF3.7+ */ -o-transition: all 0.3s ease-out; /* Opera 10.5 */ -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */ transition: all 0.3s ease-out;}
  89.  
  90. .header {font-size:10px; letter-spacing:1px; text-align:center; margin-top:-15px; margin-left:-6px; width:510px; height:auto; line-height:13px; padding-left:1px; padding-right:1px; font-family: Cambria; background:#FFF; position:fixed;}
  91.  
  92. .headerlinks {height:20px; width:100px; background-color:{color:HeaderLinks}; line-height:20px; margin:1px; float:left; {block:ifRoundedEdgeHeaderLinks}-moz-border-radius:6px; border-radius:6px;{/block:ifRoundedEdgeHeaderLinks}}
  93. .headerlinks:hover {background-color:#eeeeee;}
  94.  
  95. a:hover{ font-style:italic; -moz-transition: all 0.3s ease-out; /* FF3.7+ */ -o-transition: all 0.3s ease-out; /* Opera 10.5 */ -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */ transition: all 0.3s ease-out;}
  96.  
  97. #content{background:{Color:CenterColumn}; padding:6px; margin:auto; margin-top:9px; width:500px;}
  98.  
  99. {block:IfMaximisedBackgroundImage}
  100. #bg img {
  101. z-index:-1;
  102. position:fixed;
  103. top:0;
  104. left:0;
  105. height:100%;
  106. width:100%;
  107. }
  108. {block:IfMaximisedBackgroundImage}
  109.  
  110. .player{
  111. width:500px;
  112. overflow:hidden;
  113. background:#000;
  114. }
  115.  
  116. h2{
  117. font-style:italic;
  118. font-size:12pt;
  119. }
  120.  
  121. .permalink{
  122. margin:-2px 0px 5px 0px;
  123. text-align:center;
  124. font-size:9px;
  125. }
  126.  
  127. .pagination{
  128. margin-bottom:15px;
  129. font-size:8pt;
  130. font-style:normal;
  131. text-align:center;
  132. }
  133.  
  134. .current_page{
  135. font-style:italic;
  136. }
  137.  
  138. #entry{
  139. margin-bottom:2px;
  140. width:500px;
  141. }
  142. #entry img{
  143. max-width:500px;
  144. }
  145.  
  146. div.video embed,
  147. div.post div.video object {
  148. width:500px !important;
  149. height:400px !important;
  150. }
  151.  
  152. ol.notes {
  153. padding: 0px;
  154. margin: 20px 0px 0px 0px;
  155. list-style-type: none;
  156. }
  157. ol.notes li.note {
  158. padding: 5px;
  159. }
  160. ol.notes li.note span.action {
  161. font-weight: normal;
  162. }
  163. ol.notes li.note span.action a {
  164. font-style:italic;
  165. }
  166.  
  167. {CustomCSS}
  168.  
  169. </style>
  170.  
  171. {block:IfEndlessScroll}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScroll}
  172.  
  173. </head>
  174.  
  175. <body>
  176.  
  177. {block:IfMaximisedBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfMaximisedBackgroundImage}
  178.  
  179. <div id="content">
  180.  
  181. <div class="header">
  182. <div class="headerlinks"><a href="/">home</a></div>
  183. <div class="headerlinks"><a href="/ask">questions</a></div>
  184. <div class="headerlinks">{block:ifCustomLinkOneTitle}
  185. <a href="{text:Custom Link One}">{text:Custom Link One Title}</a>&nbsp;{/block:ifCustomLinkOneTitle}</div>
  186. <div class="headerlinks">{block:ifCustomLinkTwoTitle}
  187. <a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>&nbsp;{/block:ifCustomLinkTwoTitle}</div>
  188. <div class="headerlinks"><a href="http://www.dec0der.tumblr.com">credit</a></div><br>
  189. </div><br>
  190. {description}<br><br>
  191.  
  192. {block:IfEndlessScroll}<div class="autopagerize_page_element">{/block:IfEndlessScroll}
  193.  
  194. {block:Posts}
  195. <div id="entry">
  196.  
  197. {block:Text}
  198. {block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
  199. {Body}
  200. <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
  201. {/block:Text}
  202.  
  203. {block:Photo}
  204. {block:IndexPage} <a href="{Permalink}"> {/block:IndexPage}
  205. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  206. <img src="{PhotoURL-500}" width="500" alt="{PhotoAlt}"/>
  207. {block:IndexPage}</a>{/block:IndexPage}
  208. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  209. {/block:Photo}
  210.  
  211. {block:Photoset}
  212. <center>{Photoset-500}</center>
  213. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}
  214. <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
  215. {/block:Photoset}
  216.  
  217. {block:Quote}
  218. "{Quote}"<br>
  219. {block:Source}<p>&mdash; <b>{Source}</b></p>{/block:Source}
  220. <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
  221. {/block:Quote}
  222.  
  223. {block:Link}
  224. <a href="{URL}"><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}
  225. <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
  226. {/block:Link}
  227.  
  228. {block:Chat}
  229. {block:Title}<b>{Title}</b>{/block:Title}
  230. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  231. <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
  232. {/block:Chat}
  233.  
  234. {block:Audio}
  235. <div class="player">{AudioPlayerBlack}</div>
  236. <div style="padding:2px; font-size:10px; text-align:center;"><a href="{permalink}">{block:Artist}{Artist}{/block:Artist} → {block:TrackName}{TrackName} {/block:TrackName}</a></div>
  237. {/block:Audio}
  238.  
  239. {block:Answer}
  240. {Asker}: {Question}
  241. <i>{Answer}</i>
  242. <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
  243. {/block:answer}
  244.  
  245. {block:Video}
  246. <div class="video">{Video-500}</div>
  247. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  248. <div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonth} @ {24HourWithZero}:{Minutes}{AmPm}{/block:Date}</a></div>
  249. {/block:Video}
  250.  
  251. {block:PermalinkPage}
  252. {block:Caption}{Caption}<br><br>{/block:Caption}
  253. {block:Date}Posted {TimeAgo} ∞ {NoteCountWithLabel}{/block:Date}{block:HasTags}<br>Tags:&nbsp;{block:Tags}<a href="{TagURL}"><span style="border-bottom:1px solid {color:Links}; color:{color:Text}; line-height:14px;">{Tag}</span></a>&nbsp;&nbsp;{/block:Tags}
  254. {/block:HasTags}{/block:PermalinkPage}
  255.  
  256.  
  257. </div>
  258. {/block:Posts}
  259. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  260.  
  261. {block:IfNotEndlessScroll}
  262. {block:Pagination}
  263. <div class="pagination">
  264. {block:JumpPagination length="4"}
  265. {block:CurrentPage}
  266. <span class="current_page">{PageNumber}&nbsp;</span>
  267. {/block:CurrentPage}
  268.  
  269. {block:JumpPage}
  270. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  271. {/block:JumpPage}
  272. {/block:JumpPagination}
  273. </div>
  274. {/block:Pagination}
  275. {/block:IfNotEndlessScroll}
  276.  
  277. </div>
  278.  
  279. </body>
  280. </html>
Advertisement
Add Comment
Please, Sign In to add comment