divakey

Midnight Sun Theme

Dec 16th, 2012
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.26 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. <meta name="font:Title" content="trebuchet ms"/>
  12. <meta name="font:Body" content="tebuchet ms"/>
  13.  
  14. <meta name="image:Background" content=""/>
  15. <meta name="image:sidebar" content=""/>
  16.  
  17. <meta name="color:Background" content=""/>
  18. <meta name="color:Link" content=""/>
  19. <meta name="color:Text" content=""/>
  20. <meta name="color:Link hover" content=""/>
  21. <meta name="color:Content Background" content=""/>
  22. <meta name="color:Scrollbar" content=""/>
  23.  
  24.  
  25. <meta name="text:Link1" content="" />
  26. <meta name="text:Link1URL" content="/"/>
  27. <meta name="text:Link2" content="" />
  28. <meta name="text:Link2URL" content="/"/>
  29. <meta name="text:Link3" content="" />
  30. <meta name="text:Link3URL" content="/"/>
  31. <meta name="text:Link4" content="" />
  32. <meta name="text:Link4URL" content="/"/>
  33. <meta name="text:Link5" content="" />
  34. <meta name="text:Link5URL" content="/"/>
  35.  
  36.  
  37.  
  38. <style type="text/css">
  39. <--do not remove theme credit-->
  40. ::-webkit-scrollbar { width: 4px; height: 4px; }
  41. ::-webkit-scrollbar-button:start:decrement,
  42. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
  43. ::-webkit-scrollbar-track-piece { background-color: white; }
  44. ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scrollbar}; }
  45.  
  46. body {
  47. background:{color:background};
  48. background-image: url({image:Background}) ;
  49. background-attachment:fixed;
  50. margin:0px;
  51. color:{color:text};
  52. font-family:{font:body};
  53. font-size:11px;
  54. }
  55.  
  56.  
  57. a:link, a:active, a:visited{
  58. color:#d3d3d3;
  59. color:{color:link};
  60. text-decoration:none;
  61. -webkit-transition: all 0.5s ease-in-out;
  62. -moz-transition: all 0.5s ease-in-out;
  63. -o-transition: all 0.5s ease-in-out; }
  64.  
  65. a:hover{color:{color:hover};}
  66.  
  67.  
  68. #container {width:760px;
  69. margin:0px 0px 20px 100px;}
  70.  
  71. #title {
  72. font-size:15px;
  73. text-align:center;
  74. letter-spacing:3px;
  75. margin-bottom:5px;
  76. padding-bottom:10px;
  77. font-family:{font:title};
  78. }
  79.  
  80.  
  81. #sidebar {
  82. position:fixed;
  83. float:left;
  84. width:200px;
  85. padding:5px;
  86. font-family:{font:body};
  87. font-size:10px;
  88. line-height:100%;
  89. border: 1px solid #d3d3d3;
  90. background: #fff;
  91. -moz-border-radius:11px; -webkit-border-radius:11px;}
  92.  
  93.  
  94.  
  95. #sidebarimage img {
  96. -moz-border-radius:11px; -webkit-border-radius:11px;}
  97.  
  98.  
  99. .description { padding: 0px;
  100. padding-bottom:5px;
  101. border-bottom: 1px solid #CCCCCC;
  102. line-height: 9px;
  103. letter-spacing:;
  104. font-size: 10px;
  105. margin-bottom:10px;
  106. }
  107.  
  108. .links {font-size:10px;
  109. text-align:left;
  110. letter-spacing:2px;
  111. margin-bottom:15px;
  112. font-family:{font:body};
  113.  
  114. }
  115.  
  116. .links a {background-color:#d3d3d3;
  117. border-left:2px solid #999;
  118. opacity:.8;
  119. z-index:999;
  120. -webkit-transition: all 0.5s ease-in-out;
  121. -moz-transition: all 0.5s ease-in-out;
  122. -o-transition: all 0.5s ease-in-out;
  123. ;
  124. }
  125.  
  126. .links a:hover{opacity: .5;
  127. -webkit-transition: all 0.5s ease-in-out;
  128. -moz-transition: all 0.5s ease-in-out;
  129. -o-transition: all 0.5s ease-in-out;}
  130.  
  131. ul {list-style-type:none;
  132. margin:0;
  133. padding:5px;}
  134.  
  135. li {margin: 10px auto 10px auto;}
  136.  
  137. #content {width:510px;
  138. float:right}
  139.  
  140.  
  141. .post {
  142. border:1px solid #d3d3d3;
  143. background:#fff;
  144. background:{color:content background};
  145. padding:5px;
  146. margin:0px 0px 10px 0px;
  147. line-height:5px;
  148. margin-top:5px;
  149. margin-bottom:5px;
  150. font-size:10px;
  151. line-height: 9px;}
  152.  
  153. .post .meta {text-align:left;
  154. line-height:20px;
  155. margin-top:5px;
  156. font-size:10px;
  157. background{color:permalink};
  158. }
  159.  
  160. h3 {
  161. margin-top:0px;
  162. font-size:13px;
  163. line-height:15px;
  164. font-face: {font: body};
  165. border-bottom: 1px solid #CCCCCC;}
  166.  
  167. .credit {
  168. position: fixed;
  169. bottom: 5px;
  170. right: 5px;
  171. font-size: 12px;
  172. font-family: verdana;
  173. -webkit-transition: all 0.5s ease;
  174. -moz-transition: all 0.5s ease;
  175. -o-transition: all 0.5s ease;}
  176.  
  177. .credittext { height:0px;
  178. overflow:hidden;
  179. -webkit-transition: all 0.5s ease;
  180. -moz-transition: all 0.5s ease;
  181. -o-transition: all 0.5s ease;
  182. font-family:calibri;
  183. font-size:8px;
  184. text-transform:uppercase;
  185. text-align:right;
  186. width:38px; }
  187.  
  188. .credit:hover .credittext{
  189. height: 15px;
  190. -webkit-transition: all 0.5s ease;
  191. -moz-transition: all 0.5s ease;
  192. -o-transition: all 0.5s ease;
  193. }
  194.  
  195. .x {
  196. -webkit-transition: all 0.5s ease;
  197. -moz-transition: all 0.5s ease;
  198. -o-transition: all 0.5s ease;
  199. }
  200.  
  201. .credit:hover .star {
  202. margin-left:13px;
  203. -webkit-transition: all 0.5s ease;
  204. -moz-transition: all 0.5s ease;
  205. -o-transition: all 0.5s ease;
  206. }
  207.  
  208. </style></head>
  209.  
  210.  
  211.  
  212. <body>
  213.  
  214. <div class="credit">
  215. <a href="http://chinqu.tumblr.com">
  216. <div class="x">
  217. </div>
  218. <div class="credittext">
  219. theme
  220. </div>
  221. </a>
  222. </div>
  223.  
  224. <div id="container">
  225.  
  226.  
  227. <div id="sidebar">
  228. <div id="sidebarimage"><img src="{image:sidebar}" width="200px;"></div>
  229. <br>
  230. <div id="title"><a href="/">{Title}</a></div>
  231.  
  232. {block:Description}
  233. <div class="description">
  234. {Description}
  235. </div>
  236. {/block:Description}
  237.  
  238. <div class="links">
  239. <ul>
  240. <a href="/">Home</a>
  241. <a href="/ask">Ask</a>
  242. <a href="/archive">Archive</a>
  243. <li>
  244. {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  245. {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  246. {block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
  247. {block:ifLink5}<a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
  248. </ul>
  249. </div></div>
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256. <div id="content">
  257. {block:Posts}
  258. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  259.  
  260. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  261.  
  262. {/block:SourceLogo}
  263.  
  264. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  265.  
  266. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  267.  
  268. <div class="post">
  269. {block:Text}{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>
  270. {/block:Title}
  271.  
  272. {Body}
  273. {/block:Text}
  274.  
  275. {block:Photo}
  276. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  277.  
  278.  
  279. {block:Caption}
  280. <div class="caption">{Caption}</div>
  281. {/block:Caption}
  282. {/block:Photo}
  283.  
  284. {block:Photoset}
  285. {Photoset-500}
  286.  
  287. {block:Caption}
  288. <div class="caption">{Caption}</div>
  289. {/block:Caption}
  290. {/block:Photoset}
  291.  
  292. {block:Quote}
  293. "{Quote}"
  294.  
  295. {block:Source}
  296. <div class="source">-{source}</div>
  297. {/block:Source}
  298. {/block:Quote}
  299.  
  300. {block:Link}
  301. <a href="{URL}" class="link" {Target}>{Name}</a>
  302.  
  303. {block:Description}
  304. <div class="description">{Description}</div>
  305. {/block:Description}
  306. {/block:Link}
  307.  
  308. {block:Chat}
  309. {block:Title}
  310. <h3><a href="{Permalink}">{Title}</a></h3>
  311. {/block:Title}
  312.  
  313. <ul class="chat">
  314. {block:Lines}
  315. <li class="{Alt} user_{UserNumber}">
  316. {block:Label}
  317. <span class="label">{Label}</span>
  318. {/block:Label}
  319.  
  320. {Line}
  321. </li>
  322. {/block:Lines}
  323. </ul>
  324. {/block:Chat}
  325.  
  326. {block:Video}
  327. {Video-500}
  328.  
  329. {block:Caption}
  330. <div class="caption">{Caption}</div>
  331. {/block:Caption}
  332. {/block:Video}
  333.  
  334. {block:Audio}
  335. {AudioPlayerBlack}
  336.  
  337. {block:Caption}
  338. <div class="caption">{Caption}</div>
  339. {/block:Caption}
  340. {/block:Audio}
  341.  
  342.  
  343. <div class="meta">
  344. {block:NoteCount}» <a href="{Permalink}#postnotes">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  345.  
  346. {block:PermalinkPage}
  347. {block:PostNotes}
  348. <div id="postnotes"> {PostNotes} </div>
  349. {/block:PostNotes}
  350. {/block:PermalinkPage}
  351. </div>
  352.  
  353.  
  354.  
  355. {/block:Posts}
  356. </div>
  357.  
  358. </div>
  359. </body>
  360. </html>
Advertisement
Add Comment
Please, Sign In to add comment