divakey

Midnight Sun Theme Revamped

Feb 20th, 2013
1,106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.76 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. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Merienda' rel='stylesheet' type='text/css'>
  14.  
  15.  
  16.  
  17. {block:IfEndlessScrolling}
  18. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  19.  
  20. <meta name="image:Background" content=""/>
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="color:Background" content="#cfcfcf"/>
  23. <meta name="color:Link" content="#926969"/>
  24. <meta name="color:Borders" content="#d3d3d3"/>
  25. <meta name="color:Text" content="#000000"/>
  26. <meta name="color:Permalink" content="#cccccc"/>
  27. <meta name="color:Link hover" content="#615b5b"/>
  28. <meta name="color:Content Background" content="#ffffff"/>
  29. <meta name="color:Scrollbar" content="#cccccc"/>
  30. <meta name="color:Navigation Links" content="#000000"/>
  31. <meta name="color:Navigation Background" content="#cccccc"/>
  32. <meta name="color:Navigation Hover" content="#c7c7c7c7"/>
  33. <meta name="if:EndlessScrolling" content="0"/>
  34. <meta name="text:Link1" content="" />
  35. <meta name="text:Link1 URL" content=""/>
  36. <meta name="text:Link2" content="" />
  37. <meta name="text:Link2 URL" content=""/>
  38. <meta name="text:Link3" content="" />
  39. <meta name="text:Link3 URL" content=""/>
  40. <meta name="text:Link4" content="" />
  41. <meta name="text:Link4 URL" content=""/>
  42. <meta name="text:Link5" content="" />
  43. <meta name="text:Link5 URL" content=""/>
  44. <meta name="text:Link6" content="" />
  45. <meta name="text:Link6 URL" content=""/>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51.  
  52. /* SCROLLBAR */
  53.  
  54. ::-webkit-scrollbar { width: 4px; height: 4px; }
  55. ::-webkit-scrollbar-button:start:decrement,
  56. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
  57. ::-webkit-scrollbar-track-piece { background-color: white; }
  58. ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scrollbar}; }
  59.  
  60. /* BODY */
  61.  
  62. body {background:{color:background};
  63. background-image: url({image:Background}) ;
  64. background-attachment:fixed;
  65.  
  66. color:{color:text};
  67. font-family: roboto;
  68. font-size:10px;}
  69.  
  70.  
  71. a:link, a:active, a:visited{
  72. text-decoration:none;
  73. color:{color:link};
  74. opacity:;
  75. z-index:999;
  76. -webkit-transition: all 0.5s ease-in-out;
  77. -moz-transition: all 0.5s ease-in-out;
  78. -o-transition: all 0.5s ease-in-out; }
  79.  
  80. a:hover{opacity: .5;
  81. -webkit-transition: all 0.5s ease-in-out;
  82. -moz-transition: all 0.5s ease-in-out;
  83. -o-transition: all 0.5s ease-in-out;}
  84.  
  85.  
  86. #container {width:760px;
  87. margin:0px 0px 20px 100px;}
  88.  
  89.  
  90.  
  91. /* SIDEBAR */
  92.  
  93. #sidebar {position:fixed;
  94. float:left;
  95. width:200px;
  96. padding:5px;
  97. line-height:100%;
  98. border: 1px solid {color:borders};
  99. background:{color:content background};
  100. -moz-border-radius:15px;
  101. -webkit-border-radius:15px;}
  102.  
  103.  
  104. #sidebarimage img {-moz-border-radius:15px;
  105. -webkit-border-radius:15px;
  106. opacity:;
  107. z-index:999;
  108. -webkit-transition: all 0.5s ease-in-out;
  109. -moz-transition: all 0.5s ease-in-out;
  110. -o-transition: all 0.5s ease-in-out;}
  111.  
  112. #sidebarimage img:hover {-webkit-filter: Grayscale(100%);
  113. -webkit-transition-duration: 0.8s;
  114. -moz-transition-duration:0.8s; transition-duration:0.8s;
  115. -o-transition-duration:0.8s;}
  116.  
  117. #title {font-size:15px;
  118. text-align:center;
  119. font-family: Merienda;
  120. letter-spacing:1px;
  121. margin-bottom:5px;
  122. padding-bottom:10px;
  123. border-bottom: 1px solid #CCCCCC;}
  124.  
  125. #description {width:190px;
  126. padding: 5px;
  127. line-height:12px;
  128. border-bottom: 1px solid #CCCCCC;
  129. margin-bottom:10px;}
  130.  
  131. .links {letter-spacing:2px;
  132. margin-bottom:15px;}
  133.  
  134. .links a {background: {color:navigation background};
  135. color: {color:navigation links};
  136. display:block;
  137. width: 90px;
  138. text-align: center;
  139. padding-top:2px;
  140. padding-bottom:3px;
  141. margin-left:5px;
  142. margin-top:2px;
  143. position:relative;
  144. text-align: center;
  145. z-index:1;
  146. display: inline-block;}
  147.  
  148. .links a:hover{background: {color:navigation hover};
  149. color: {color:navigation links};
  150. -moz-border-radius:15px;
  151. -webkit-border-radius:15px;}
  152.  
  153.  
  154. /* POSTS */
  155.  
  156. #content {width:510px;
  157. float:right;}
  158.  
  159.  
  160. .post {background: {color:content background};
  161. border: 1px solid {color:borders};
  162. margin-top:0px;
  163. margin-bottom:15px;
  164. margin-left:50px;
  165. width: 500px;
  166. padding-top:5px;
  167. padding-left:5px;
  168. padding-right:5px;
  169. padding-bottom:10px;}
  170.  
  171.  
  172. .info{text-align: left;
  173. background: {color:permalink};
  174. line-height: 0px;
  175. margin-top: 13px;
  176. padding-left:5px;
  177. padding-right:400px;
  178. margin-left: -5px;
  179. margin-right:-5px;
  180. margin-bottom: -10px;
  181. overflow: hidden;}
  182.  
  183. h3 {text-decoration:none;
  184. margin-top:0px;
  185. font-size:11px;
  186. letter-spacing:1px;
  187. line-height:15px;
  188. border-bottom: 1px solid #CCCCCC;}
  189.  
  190. blockquote {margin-left:0px;
  191. padding-left:10px;
  192. border-left:1px solid {color:borders};}
  193.  
  194. blockquote blockquote {margin-left:0px;
  195. padding-left:10px;
  196. border-left:1px solid {color:borders};}
  197.  
  198. /* CREDIT DO NOT REMOVE */
  199.  
  200. .credit { position: fixed;
  201. bottom: 5px;
  202. right: 5px;
  203. font-size: 12px;
  204. font-family: verdana;
  205. -webkit-transition: all 0.5s ease;
  206. -moz-transition: all 0.5s ease;
  207. -o-transition: all 0.5s ease;}
  208.  
  209. .credittext { height:10px;
  210. width:50px;
  211. overflow:hidden;
  212. -webkit-transition: all 0.5s ease;
  213. -moz-transition: all 0.5s ease;
  214. -o-transition: all 0.5s ease;
  215. font-family:calibri;
  216. font-size:10px;
  217. text-transform:lowercase;
  218. text-align:center;
  219. }
  220.  
  221. .credit:hover .credittext{
  222. height: 11px;
  223. -webkit-transition: all 0.5s ease;
  224. -moz-transition: all 0.5s ease;
  225. -o-transition: all 0.5s ease;}
  226.  
  227. </style></head>
  228.  
  229.  
  230.  
  231. <body>
  232.  
  233.  
  234.  
  235. <div id="container">
  236.  
  237.  
  238. <div id="sidebar">
  239. <div id="sidebarimage"><img src="{image:sidebar}" width="200px;"></div>
  240. <br>
  241. <div id="title"><a href="/">{Title}</a></div>
  242.  
  243. {block:Description}
  244. <div id="description">
  245. {Description}
  246. </div>
  247. {/block:Description}
  248.  
  249.  
  250. <div class="links">
  251. <a href="/">Home</a>
  252. <a href="/ask">Ask</a>
  253. <a href="/archive">Archive</a>
  254. <a href="/random">Random</a>
  255. <p>
  256. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}
  257. {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a>{/block:ifLink3}
  258. {block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a>{/block:ifLink4}
  259. {block:ifLink5}<a href="{text:Link5 URL}">{text:Link5}</a>{/block:ifLink5}
  260. {block:ifLink6}<a href="{text:Link6 URL}">{text:Link6}</a>{/block:ifLink6}
  261.  
  262. <p>
  263. {block:IfNotEndlessScrolling}
  264.  
  265. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« B A C K</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">N E X T »</a>{/block:NextPage}{/block:Pagination}
  266. {/block:IfNotEndlessScrolling}
  267.  
  268. </div></div>
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275. <div id="content">
  276.  
  277. <div class="autopagerize_page_element">
  278.  
  279. {block:Posts}
  280. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  281.  
  282. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  283.  
  284. {/block:SourceLogo}
  285.  
  286. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  287.  
  288. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  289.  
  290. <div class="post">
  291. {block:Text}{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>
  292. {/block:Title}
  293.  
  294. {Body}
  295. {/block:Text}
  296.  
  297. {block:Photo}
  298. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  299.  
  300.  
  301. {block:Caption}
  302. <div class="caption">{Caption}</div>
  303. {/block:Caption}
  304. {/block:Photo}
  305.  
  306. {block:Photoset}
  307. {Photoset-500}
  308.  
  309. {block:Caption}
  310. <div class="caption">{Caption}</div>
  311. {/block:Caption}
  312. {/block:Photoset}
  313.  
  314. {block:Quote}
  315. "{Quote}"
  316.  
  317. {block:Source}
  318. <div class="source">-{source}</div>
  319. {/block:Source}
  320. {/block:Quote}
  321.  
  322. {block:Link}
  323. <h3><a href="{URL}" target="_blank">{Name}</a></h3>
  324. {block:Description}<p>{Description}</p>{/block:Description}
  325. {/block:Link}
  326.  
  327. {block:Chat}
  328. {block:Title}
  329. <h3><a href="{Permalink}">{Title}</a></h3>
  330. {/block:Title}
  331.  
  332. <ul class="chat">
  333. {block:Lines}
  334. <li class="{Alt} user_{UserNumber}">
  335. {block:Label}
  336. <span class="label">{Label}</span>
  337. {/block:Label}
  338.  
  339. {Line}
  340. </li>
  341. {/block:Lines}
  342. </ul>
  343. {/block:Chat}
  344.  
  345. {block:Video}
  346. {Video-500}
  347.  
  348. {block:Caption}
  349. <div class="caption">{Caption}</div>
  350. {/block:Caption}
  351. {/block:Video}
  352.  
  353. {block:Audio}
  354. {AudioPlayerBlack}
  355.  
  356. {block:Caption}
  357. <div class="caption">{Caption}</div>
  358. {/block:Caption}
  359. {/block:Audio}
  360.  
  361. {block:Answer}
  362. <table style="padding-bottom:5px;margin-bottom:5px;">
  363. <tr>
  364. <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-64}" style="height:60px; width:60px; -moz-border-radius:11px; border-radius:11px; float:left"></td>
  365. <td style="vertical-align:top;"><strong>{Asker} said:</strong> {Question}</td>
  366. </tr>
  367. </table>
  368. {Answer}
  369. {/block:Answer}
  370.  
  371. <div class="info"><p>{block:Date}{/block:Date} <a href="{Permalink}">
  372. {NoteCount} Notes</a> | <a href="{ReblogURL}">Reblog</a>
  373. </div>
  374.  
  375. {block:PermalinkPage}
  376. {block:PostNotes}
  377. <div id="postnotes"> {PostNotes} </div>
  378. {/block:PostNotes}
  379. {/block:PermalinkPage}
  380. </div>
  381.  
  382.  
  383.  
  384. {/block:Posts}
  385.  
  386. </div></div>
  387.  
  388. <div class="credit"><a href="http://chinqu.tumblr.com">
  389. <div class="credittext"> Theme
  390. </div></a></div></div></div>
  391.  
  392. </body>
  393. </html>
Advertisement
Add Comment
Please, Sign In to add comment