Advertisement
nineballthemes

mcnh theme

Mar 19th, 2018
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <link href='https://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  5.  
  6. <meta charset="utf-8">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12. <title>{Title}</title>
  13.  
  14. <meta name="image:favicon" content="">
  15. <meta name="image:cursor" content="">
  16. <meta name="image:cursor hover" content="">
  17. <meta name="image:background" content="">
  18. <meta name="image:sidebar" content="">
  19. <meta name="image:link 1" content="">
  20. <meta name="image:link 2" content="">
  21. <meta name="image:link 3" content="">
  22. <meta name="image:left arrow" content="">
  23. <meta name="image:right arrow" content="">
  24.  
  25. <meta name="color:background" content="#fff">
  26. <meta name="color:text" content="#000">
  27. <meta name="color:links" content="#999">
  28. <meta name="color:links hover" content="#ccc">
  29. <meta name="color:post bg" content="#fff">
  30. <meta name="color:footer" content="#eaeaea">
  31.  
  32. <meta name="select:font" content="arial"/>
  33. <meta name="select:font" content="serif"/>
  34. <meta name="select:font" content="short stack"/>
  35. <meta name="select:font" content="ms gothic">
  36.  
  37. <meta name="select:title align" content="center"/>
  38. <meta name="select:title align" content="left"/>
  39. <meta name="select:title align" content="right"/>
  40.  
  41. <meta name="select:side img align" content="center"/>
  42. <meta name="select:side img align" content="left"/>
  43. <meta name="select:side img align" content="right"/>
  44.  
  45. <meta name="select:desc align" content="center"/>
  46. <meta name="select:desc align" content="left"/>
  47. <meta name="select:desc align" content="right"/>
  48.  
  49. <meta name="if:bg cover" content="">
  50. <meta name="if:custom cursor" content="">
  51. <meta name="if:underlined links" content="">
  52. <meta name="if:title" content="">
  53. <meta name="if:side img" content="">
  54. <meta name="if:circle sidebar img" content="">
  55. <meta name="if:description" content="">
  56. <meta name="if:link style 1" content="">
  57. <meta name="if:link style 2" content="">
  58. <meta name="if:link 2" content="">
  59. <meta name="if:link 3" content="">
  60. <meta name="if:custom arrows" content="">
  61.  
  62. <meta name="text:font size" content="14">
  63. <meta name="text:title font size" content="20">
  64. <meta name="text:link divider" content="|">
  65. <meta name="text:link 1 url" content="/">
  66. <meta name="text:link 1" content="home">
  67. <meta name="text:link 2 url" content="/ask">
  68. <meta name="text:link 2" content="ask">
  69. <meta name="text:link 3 url" content="/archive">
  70. <meta name="text:link 3" content="past">
  71.  
  72. <link rel="shortcut icon" href="{image:favicon}">
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  74. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  75.  
  76. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  77.  
  78. <style type="text/css">
  79.  
  80. body {
  81. margin:0px;
  82. background:{color:background} url({image:background});
  83. background-attachment:fixed;
  84. background-repeat:repeat;
  85. background-position:center center;
  86. {block:ifbgcover}
  87. background-size:cover;
  88. {/block:ifbgcover}
  89. font-family:{select:font};
  90. font-size:{text:font size}px;
  91. line-height:120%;
  92. color:{color:text};
  93. }
  94.  
  95. p{
  96. margin:0 0 10px 0;
  97. padding:0;
  98. }
  99.  
  100. pre {
  101. white-space: pre-wrap;
  102. white-space: -moz-pre-wrap;
  103. white-space: -pre-wrap;
  104. white-space: -o-pre-wrap;
  105. word-wrap: break-word;
  106. }
  107.  
  108. a{
  109. color:{color:links};
  110. -webkit-transition: all 0.5s ease-in-out;
  111. -moz-transition: all 0.5s ease-in-out;
  112. -o-transition: all 0.5s ease-in-out;
  113. -ms-transition: all 0.5s ease-in-out;
  114. transition: all 0.5s ease-in-out;
  115. {block:ifnotunderlinedlinks}
  116. text-decoration:none;
  117. {/block:ifnotunderlinedlinks}
  118. }
  119.  
  120. a:hover{
  121. color:{color:links hover};
  122. }
  123.  
  124. li{
  125. margin-left:-15px;
  126. }
  127.  
  128. #wrapper{
  129. width:750px;
  130. margin:20px 0px 0px 100px;
  131. }
  132.  
  133. #sidebar{
  134. width:200px;
  135. position:fixed;
  136. padding:10px;
  137. background:{color:post bg};
  138. }
  139.  
  140. #content{
  141. width:auto;
  142. margin-left:300px;
  143. }
  144.  
  145. .post{
  146. width:500px;
  147. background:{color:post bg};
  148. overflow:hidden;
  149. margin:0 0 10px 0;
  150. padding:10px;
  151. }
  152.  
  153. .post img{
  154. }
  155.  
  156. #sidebar img{
  157. max-height:auto;
  158. max-width:200px;
  159. float:center;
  160. {block:ifcirclesidebarimg}
  161. border-radius:800px;
  162. {/block:ifcirclesidebarimg}
  163. }
  164.  
  165. #title {
  166. font-family:{select:font};
  167. font-size:{text:title font size}px;
  168. text-align:{select:title align};
  169. }
  170.  
  171. #sidebar .pagination {
  172. width:100px;
  173. text-align:center;
  174. padding: 3px 0;
  175. }
  176.  
  177. #sidebar .pagination a {
  178. color:{color:links};
  179. text-decoration: none;
  180. }
  181.  
  182. #sidebar .pagination a:hover {
  183. color: {color:links hover};
  184. }
  185.  
  186. .media{
  187. margin:0 0 10px 0;
  188. }
  189.  
  190. .title{
  191. font-weight:normal;
  192. font-size:18px;
  193. margin:0 0 10px 0;
  194. }
  195.  
  196. .quote{
  197. font-weight:normal;
  198. font-size:16px;
  199. font-style:italic;
  200. margin:0 0 10px 0;
  201. }
  202.  
  203. .question{
  204. background:{color:footer};
  205. margin-bottom:10px;
  206. padding:5px;
  207. }
  208.  
  209. blockquote{
  210. margin:0 0 10px 10px;
  211. padding:0 0 0 10px;
  212. border-left:solid 1px {color:text};
  213. }
  214.  
  215. .post .footer{
  216. margin:0;
  217. padding:5px;
  218. background:{color:footer};
  219. }
  220.  
  221. ol.notes{
  222. list-style-type:none;
  223. padding:0;
  224. margin:0;
  225. }
  226.  
  227. ol.notes li.note img{
  228. width:16px;
  229. height:16px;
  230. }
  231.  
  232. ol.notes li.note{
  233. margin:0px;
  234. }
  235.  
  236. {CustomCSS}
  237. </style>
  238.  
  239. </head>
  240.  
  241. <body>
  242. {block:ifcustomcursor}
  243. <style>body, a { cursor:url({image:cursor}), auto; }</style>
  244. <style>a:hover { cursor:url({image:cursor hover}), auto; }</style>
  245. {/block:ifcustomcursor}
  246.  
  247.  
  248. <div id="wrapper">
  249.  
  250.  
  251. <div id="sidebar" align="center">
  252. {block:iftitle}
  253. <div id="title">
  254. <p><a href="/">{Title}</a></p>
  255. </div>
  256. {/block:iftitle}
  257. {block:ifsideimg}
  258. <div id="sidebar img" align="{select:side img align}">
  259. <a href="/"><img src="{image:sidebar}"></a>
  260. </div>
  261. <p></p>
  262. {/block:ifsideimg}
  263. {block:ifdescription}
  264. {block:Description}
  265. <div align="{select:desc align}">
  266. {Description}</p>
  267. </div>
  268. {/block:Description}
  269. {/block:ifdescription}
  270. {block:iflinkstyle1}
  271. <p><a href="{text:link 1 url}">{text:link 1}</a>{block:iflink2}&nbsp;{text:link divider}&nbsp;<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}{block:iflink3}&nbsp;{text:link divider}&nbsp;<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  272. {/block:iflinkstyle1}
  273. {block:iflinkstyle2}
  274. <p><a href="{text:link 1 url}" title="{text:link 1}"><image src="{image:link 1}" style="border:0px;border-radius:0px;"></a>{block:iflink2}&nbsp;<a href="{text:link 2 url}" title="{text:link 2}"><image src="{image:link 2}" style="border:0px;border-radius:0px;"></a>{/block:iflink2}{block:iflink3}&nbsp;<a href="{text:link 3 url}" title="{text:link 3}"><image src="{image:link 3}" style="border:0px;border-radius:0px;"></a>{/block:iflink3}
  275. {/block:iflinkstyle2}
  276. {block:Pagination}
  277. <center>
  278. <div id="pagination">
  279. {block:PreviousPage}
  280. <a href="{PreviousPage}">{block:ifnotcustomarrows}&laquo;{/block:ifnotcustomarrows}{block:ifcustomarrows}<img src="{image:left arrow}" style="border:0px;border-radius:0px">{/block:ifcustomarrows}</a>&nbsp;
  281. {/block:PreviousPage}
  282. {block:NextPage}
  283. &nbsp;<a href="{NextPage}">{block:ifnotcustomarrows}&raquo;{/block:ifnotcustomarrows}{block:ifcustomarrows}<img src="{image:right arrow}" style="border:0px;border-radius:0px">{/block:ifcustomarrows}</a>
  284. {/block:NextPage}
  285. </div>
  286. </center>
  287. {/block:Pagination}
  288.  
  289. </div>
  290.  
  291. <div id="content">
  292. {block:Posts}
  293.  
  294. {block:ContentSource}<!-- {SourceURL}
  295. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  296. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  297. {/block:ContentSource}
  298.  
  299. <!-- {block:NoRebloggedFrom}
  300. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  301. {/block:NoRebloggedFrom} -->
  302.  
  303. <div class="post">
  304.  
  305. {block:Text}
  306. {block:Title}
  307. <div class="title">{Title}</div>
  308. {/block:Title}
  309. {Body}
  310. {/block:Text}
  311.  
  312. {block:Photo}
  313. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  314. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  315. {/block:Photo}
  316.  
  317. {block:Photoset}
  318. <div class="media">{Photoset-500}</div>
  319. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  320. {/block:Photoset}
  321.  
  322. {block:Quote}
  323. <div class="quote">"{Quote}"</div>
  324. {block:Source}
  325. <div class="quotesource">{Source}</div>
  326. {/block:Source}
  327. {/block:Quote}
  328.  
  329. {block:Link}
  330. <div class="title"><a href="{URL}">{Name}</a></div>
  331. {block:Description}
  332. <div class="description">{Description}</div>
  333. {/block:Description}
  334. {/block:Link}
  335.  
  336. {block:Chat}
  337. {block:Title}
  338. <div class="title">{Title}</div>
  339. {/block:Title}
  340.  
  341. {block:Lines}
  342. <div class="{Alt} user_{UserNumber}">
  343. {block:Label}
  344. <b>{Label}</b>{/block:Label}
  345. &nbsp;{Line}
  346. </div>
  347. {/block:Lines}
  348. {/block:Chat}
  349.  
  350. {block:Video}
  351. <div class="media">{Video-500}</div>
  352. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  353. {/block:Video}
  354.  
  355. {block:Audio}
  356. <div class="media">
  357. {block:AlbumArt}<img src="{AlbumArtURL}" style="width:100px; height:100px;">{/block:AlbumArt}
  358. <br>{block:TrackName}<small>{TrackName}{/block:TrackName} by {block:Artist}{Artist}</small>{/block:Artist}{AudioPlayerWhite}
  359. </div>
  360. {block:Caption}{Caption}{/block:Caption}
  361. {/block:Audio}
  362.  
  363. {block:Answer}
  364. <div class="question">
  365. <img class="asker-avatar" src="{AskerPortraitURL-24}" alt="">&nbsp;&nbsp;{Asker} said: {Question}
  366. </div>
  367. <p><div class="caption">{Answer}</div>
  368. {/block:Answer}
  369.  
  370.  
  371. {block:Date}
  372. <div class="footer">
  373. <a href="{Permalink}">{timeago}</a>{block:NoteCount} w/ <a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}
  374. {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a>;&nbsp; {/block:Tags}{/block:HasTags}
  375. </div>
  376.  
  377. {block:PermalinkPage}
  378. {block:NoteCount}
  379. {block:PostNotes}{PostNotes}{/block:PostNotes}
  380. {/block:NoteCount}
  381. {/block:PermalinkPage}
  382. {/block:Date}
  383.  
  384. </div>
  385. {/block:Posts}
  386. </div>
  387. </div>
  388.  
  389. </div>
  390.  
  391. <div id="don't touch this thanks" style="position:fixed;bottom:5px;left:5px;z-index:9999;"><a href="http://pastebin.com/u/nineballthemes" title="theme made by nineballthemes"><img src="https://78.media.tumblr.com/tumblr_lkl5l97pRY1qfamg6.png"></a></div>
  392.  
  393. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  394. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  395.  
  396. </body>
  397. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement