Advertisement
bakerrstreet

Theme no.1 (Miracle)

May 25th, 2012
2,289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11. <!--CUSTOMIZABLE-->
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:post" content="#f1f0f0"/>
  14. <meta name="color:sidebar" content="#ffc222"/>
  15. <meta name="color:description" content="#f8f8f8"/>
  16. <meta name="color:text" content="#adadad"/>
  17. <meta name="color:main title" content="#fec122"/>
  18. <meta name="color:title" content="#000000"/>
  19. <meta name="color:sidelink" content="#faf5f5"/>
  20. <meta name="color:links" content="#000000"/>
  21. <meta name="color:links hover" content="#000000"/>
  22. <meta name="color:link1" content="#bcbdac"/>
  23. <meta name="color:link2" content="#cfbe27"/>
  24. <meta name="color:link3" content="#f27435"/>
  25. <meta name="color:link4" content="#f02475"/>
  26. <meta name="color:link5" content="#fcb0c4"/>
  27. <meta name="color:link6" content="#20a3bf"/>
  28. <meta name="color:tags" content="#fec122"/>
  29. <meta name="color:tags bg" content="#fec122"/>
  30. <meta name="color:border" content="#fec122"/>
  31. <meta name="color:scrollbar" content="#f0c9b8"/>
  32. <meta name="color:scrollbg" content="#ebe5cf"/>
  33. <!--image-->
  34. <meta name="image:background" content=""/>
  35. <meta name="image:sidebar" content=""/>
  36. <!--if-->
  37. <meta name="if:HoverTags" content="1">
  38. <!--text-->
  39. <meta name="text:Link1 Url" content="" />
  40. <meta name="text:Link1 Title" content="" />
  41. <meta name="text:Link2 Url" content="" />
  42. <meta name="text:Link2 Title" content="" />
  43. <meta name="text:Link3 Url" content="" />
  44. <meta name="text:Link3 Title" content="" />
  45.  
  46. <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day">
  47. <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Fredericka+the+Great">
  48. <style type="text/css">
  49. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  50. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  51. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  52. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  53. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  54. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  55. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  56. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  57. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt;}
  58.  
  59.  
  60. body {
  61. font-family: 'helvetica neue', 'helvetica', arial;
  62. font-size:10px;
  63. color: {color:text};
  64. background-color:{color:background};
  65. background-image:url({image:Background});
  66. background-position:center top;
  67. background-repeat: repeat;
  68. background-attachment:fixed;
  69. }
  70.  
  71. a, a:active, a:visited{color:{color:links}; text-decoration: none; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  72. a:hover { color:{color:links hover};-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  73. blockquote{padding:0px 5px 0px 10px; margin:0px; border-left:2px solid {color:border};}
  74. blockquote img{display:block; max-width:250px;}
  75. blockquote blockquote{position:relative; left:6px; margin:-5px; padding:0px 5px 0px 10px}
  76. b, strong{color: {color:links};}
  77.  
  78. #entry {
  79. width:600px;
  80. right:380px;
  81. position:absolute;
  82. top: 20px;
  83. font-style:
  84. }
  85.  
  86. #post {
  87. line-height:9px;
  88. width:500px;
  89. padding:10px;
  90. margin-bottom:-2px;
  91. text-align:justify;
  92. background-color:{color:post};
  93. border-bottom: 2px solid {color:link4};
  94. {block:IfNotHoverTags}
  95. {block:HasTags}
  96. border-bottom: 0px;
  97. {/block:HasTags}
  98. {/block:IfNotHoverTags}
  99. }
  100.  
  101. {block:IfHoverTags}
  102. #post:hover #tags {
  103. opacity:1;
  104. right: 600px;
  105. }
  106. #tags {
  107. z-index:1;
  108. position:absolute;
  109. width:100px;
  110. height:auto;
  111. right: 500px;
  112. padding:8px;
  113. font-size:8px;
  114. text-align:left;
  115. letter-spacing:1px;
  116. opacity:0;
  117. line-height:110%;
  118. -webkit-transition-duration: 0.6s;
  119. -moz-transition-duration: 0.5s;
  120. }
  121.  
  122. #tags a{color:{color:text};}
  123. {/block:IfHoverTags}
  124.  
  125. {block:IfNotHoverTags}
  126. #tags {
  127. color:{color:tags};
  128. letter-spacing:1px;
  129. width:510px;
  130. height: auto;
  131. font-size: 8px;
  132. padding:5px;
  133. background-color:{color:tags bg};
  134. border-bottom: 2px solid {color:link4};
  135. margin-bottom: -2px;
  136. text-align:left;}
  137.  
  138. #tags a{color:{color:tags};}
  139. {/block:IfNotHoverTags}
  140.  
  141. .notes {
  142. width:510px;
  143. height: auto;
  144. border-top: 2px dashed {color:border};
  145. margin-bottom: 20px;
  146. padding: 3px;
  147. font-size: 7px;
  148. text-align:center;
  149. letter-spacing:2px;
  150. transition: all 0.6s ease-in-out 0s;
  151. -moz-transition: all 0.6s ease-in-out 0s;
  152. -webkit-transition: all 0.6s ease-in-out 0s;
  153. -o-transition: all 0.6s ease-in-out 0s;
  154. }
  155.  
  156. .notes a{
  157. color:{color:text};
  158. }
  159.  
  160. {block:PermalinkPage}
  161. .notes {
  162. width:490px;
  163. text-align:left;
  164. letter-spacing:0px;
  165. padding: 3px 3px 3px 30px;
  166. font-size: 10px;
  167. border-top:0px;
  168. }
  169. {/block:PermalinkPage}
  170. .notes:hover {
  171. opacity: 1;
  172. transition: all 0.6s ease-in-out 0s;
  173. -moz-transition: all 0.6s ease-in-out 0s;
  174. -webkit-transition: all 0.6s ease-in-out 0s;
  175. -o-transition: all 0.6s ease-in-out 0s;
  176. }
  177.  
  178. #post .title {
  179. text-align:center;
  180. letter-spacing: 2;
  181. color: {color:title};
  182. font-size: 25px;
  183. line-height: 18px;
  184. font-family: 'Dawning of a New Day';
  185. text-shadow: 1px 1px 2px #e7e5e3;}
  186.  
  187. #post .quote {
  188. color: {color:title};
  189. text-align:center;
  190. text-transform:lowercase;
  191. font-family:'Dawning of a New Day';
  192. font-size:30px;
  193. line-height: 1;
  194. }
  195.  
  196. #sidebar {
  197. position:fixed;
  198. right:150px;
  199. top:130px;
  200. width:250px;
  201. height:350px;
  202. border: 10px solid {color:sidebar};
  203. border-radius: 70px 70px 0px 70px;
  204. -moz-border-radius: 70px 70px 0px 70px;
  205. -o-border-radius: 70px 70px 0px 70px;
  206. box-border-radius: 70px 70px 0px 70px;
  207. overflow:hidden;
  208. }
  209.  
  210. #sidebar:hover .description {left:0px;}
  211.  
  212. #sidebar .picture {
  213. width:250px;
  214. height:350px;
  215. position:relative;
  216. top:0px;
  217. left:0px;
  218. }
  219.  
  220. #sidebar .picture img{
  221. border-radius: 60px 60px 0px 60px;
  222. -moz-border-radius: 60px 60px 0px 60px;
  223. -o-border-radius: 60px 60px 0px 60px;
  224. box-border-radius: 60px 60px 0px 60px;
  225. height:350px;
  226. width:250px;
  227. overflow:hidden;
  228. }
  229.  
  230. #sidebar .description {
  231. width:210px;
  232. opacity:0.8;
  233. height:auto;
  234. padding:20px;
  235. position:absolute;
  236. bottom:15%;
  237. left:250px;
  238. background-color:{color:description};
  239. transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  240.  
  241. #sidelinks {
  242. width:100px;
  243. height:180px;
  244. position:fixed;
  245. right:50px;
  246. top:320px;
  247. text-align:center;
  248. padding:0px;
  249. }
  250.  
  251. #sidelinks a{color:{color:sidelink}; text-align:center;}
  252.  
  253. #sidelinks .link1 {width:30px; left:0px; height:25px; padding:5px 0px 0px 0px; background-color:{color:link1}; position:relative; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  254. #sidelinks .link2 {width:70px; left:0px; height:25px; padding:5px 0px 0px 0px; background-color:{color:link2}; position:relative; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  255. #sidelinks .link3 {width:60px; left:0px; height:25px; padding:5px 0px 0px 0px; background-color:{color:link3}; position:relative; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  256. #sidelinks .link4 {width:55px; left:0px; height:25px; padding:5px 0px 0px 0px; background-color:{color:link4}; position:relative; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  257. #sidelinks .link5 {width:80px; left:0px; height:25px; padding:5px 0px 0px 0px; background-color:{color:link5}; position:relative; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  258. #sidelinks .link6 {width:90px; left:0px; height:25px; padding:5px 0px 0px 0px; background-color:{color:link6}; position:relative; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  259.  
  260. #sidelinks .link1:hover {width:70px; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  261. #sidelinks .link2:hover {width:110px; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  262. #sidelinks .link3:hover {width:100px; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  263. #sidelinks .link4:hover {width:95px; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  264. #sidelinks .link5:hover {width:120px; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  265. #sidelinks .link6:hover {width:130px; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  266.  
  267.  
  268. #sidelinks .link1:hover .link{opacity:0.8; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  269. #sidelinks .link2:hover .link{opacity:0.8; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  270. #sidelinks .link3:hover .link{opacity:0.8; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  271. #sidelinks .link4:hover .link{opacity:0.8; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  272. #sidelinks .link5:hover .link{opacity:0.8; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  273. #sidelinks .link6:hover .link{opacity:0.8; transition: all 0.7s ease-in-out 0s; -webkit-transition: all 0.7s ease-in-out 0s; -moz-transition: all 0.7s ease-in-out 0s; -o-transition: all 0.7s ease-in-out 0s; box-transition: all 0.7s ease-in-out 0s;}
  274.  
  275. #sidelinks .link {
  276. width:auto;
  277. top:0px;
  278. position:relative;
  279. opacity:0;
  280. font-size:18px;
  281. height:auto;
  282. font-family: 'Dawning of a New Day';
  283. }
  284.  
  285. #askbox {
  286. position:relative;
  287. width:480px;
  288. height:auto;
  289. padding:10px 10px 0px 10px;
  290. background-color:{color:description};
  291. border-radius: 20px;
  292. -moz-border-radius: 20px;
  293. -o-border-radius: 20px;
  294. box-border-radius: 20px;
  295. }
  296.  
  297. #askbox .asker {
  298. width:440px;
  299. height:35px;
  300. font-size:25px;
  301. padding: 10px 10px 0px 10px;
  302. position:relative;
  303. margin-bottom:0px;
  304. font-family: 'Dawning of a New Day';
  305. }
  306.  
  307.  
  308. #askbox .question {
  309. width:460px;
  310. position:relative;
  311. height:auto;
  312. text-align:center;
  313. padding:10px;
  314. margin-top:-10px;
  315. border-top:1px dotted {color:border};
  316. }
  317.  
  318. #askbox .icon {
  319. position:absolute;
  320. height:25px;
  321. width:25px;
  322. top:10px;
  323. right:20px;
  324. }
  325.  
  326. .audio img {
  327. width: 40px;
  328. height: 40px;
  329. float: left;
  330. margin-right: 5px;
  331. }
  332.  
  333. .player {
  334. background-color: #fff;
  335. height: 27px;
  336. margin-left: 45px;
  337. }
  338.  
  339. #navigation {
  340. right:100px;
  341. width:auto;
  342. height:auto;
  343. position:fixed;
  344. top:510px;
  345. right:270px;
  346. }
  347.  
  348. </style>
  349. </head>
  350. <body>
  351.  
  352. <div id="sidebar">
  353. <div class="picture"><img src="{image:sidebar}"></div>
  354. <div class="description">{block:Description}{Description}{/block:Description}</div>
  355. </div>
  356.  
  357. <div id="sidelinks">
  358. <div class="link1"><a href="/" class="link">home</a></div>
  359. <div class="link2"><a href="/ask" class="link">ask</a></div>
  360. <div class="link3"><a href="{text:Link1 Url}" class="link">{text:Link1 Title}</a></div>
  361. <div class="link4"><a href="{text:Link2 Url}" class="link">{text:Link2 Title}</a></div>
  362. <div class="link5"><a href="{text:Link3 Url}" class="link">{text:Link3 Title}</a></div>
  363. <div class="link6"><a href="http://bakerrstreet.tumblr.com/" class="link">theme</a></div>
  364. </div>
  365.  
  366. <div id="navigation">
  367. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  368. {CurrentPage}/{TotalPages}
  369. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  370. </div>
  371.  
  372. <div id="entry">
  373. {block:Posts}
  374. <div id="post">
  375.  
  376. {block:IfHoverTags}
  377. {block:HasTags}<div id="tags"><div style="border-bottom: 1px solid {color:border};"><center>tags:</center></div>{block:Tags}<a href="{TagUrl}">#{Tag}</a><br>{/block:Tags}</div>{/block:HasTags}{/block:IfHoverTags}
  378.  
  379. <!--TITLE-->
  380. {block:Title}<div class="title">{Title}</div>{/block:Title}
  381. {block:Text}{Body}{/block:Text}
  382.  
  383. <!--QUOTE-->
  384. {block:Quote}<div class="quote">"{Quote}"</div>{/block:Quote}
  385. {block:Source}<div style="text-align:right; font-stlye:italic;">— {Source}</div>{/block:Source}
  386.  
  387. <!--LINK-->
  388. {block:Link}<a href="{URL}" class="title">{Target}{Name}&nbsp;</a>
  389. {block:Description}{Description}{/block:Description}{/block:Link}
  390.  
  391. <!--PHOTO-->
  392. {block:Photo}
  393. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  394. {block:Caption}{Caption}{/block:Caption}
  395. {/block:Photo}
  396.  
  397. <!--PHOTOSETS-->
  398. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  399.  
  400. <!--CHAT-->
  401. {block:Chat}
  402. {block:Title}{Title}{/block:Title}
  403. {block:Lines}
  404. {block:Label}<b>{Label}</b>{/block:Label}
  405. {Line}<br />
  406. {/block:Lines}<br />
  407. {/block:Chat}
  408.  
  409. <!--VIDEO-->
  410. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  411.  
  412. <!--AUDIO-->
  413.  
  414. {block:Audio}
  415. {block:AlbumArt}
  416. <div class="audio"><img src="{AlbumArtURL}" alt=""></div>
  417. {/block:AlbumArt}
  418. <div class="player">{AudioPlayer}</div>
  419. {block:TrackName}{TrackName} - {/block:TrackName}{block:Artist}<i>{Artist}</i> | {/block:Artist}<b>{FormattedPlayCount}</b> plays
  420. {block:Caption}<br />{Caption}{/block:Caption}
  421. {/block:Audio}
  422.  
  423. <!--ANSWER-->
  424. {block:Answer}<div id="askbox">
  425. <div class="icon"><img src="{AskerPortraitURL-24}" style="border-radius: 20px; -moz-border-radius: 20px;"></div>
  426. <div class="asker">{Asker} asked:</div>
  427. <div class="question">{Question}</div>
  428. </div>
  429. {Answer}
  430. {/block:answer}
  431.  
  432. </div>
  433.  
  434. {block:IfNotHoverTags}{block:HasTags}<div id="tags">tags:{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:IfNotHoverTags}
  435.  
  436. <div class="notes">
  437. {block:NoteCount}{NoteCountWithLabel} | {/block:NoteCount}{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} | <a href="{ReblogParentURL}">from</a> | {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">originally</a>{/block:ContentSource}
  438. </div>
  439. {block:PermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  440. {/block:Posts}
  441.  
  442.  
  443. </div>
  444.  
  445.  
  446. </body>
  447. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement