Advertisement
paulveretts

Theme 27 // Once Upon A Dream

Feb 4th, 2014
1,030
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.32 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <!--
  7.  
  8. THEME BY JÚLIA // @mclahei
  9. Base code by @hogwat;
  10. Ask style by @blindar-te, slightly modified by me.
  11. YOU CAN:
  12. Tweak the code on your blog.
  13. Reblog/Like the original post.
  14. Come to me if you need any help.
  15. Take little parts of the code to get a desired effect. Keep in mind I mean /little/ parts only.
  16. Enjoy this theme :)
  17.  
  18. YOU CAN'T:
  19. Repost any of the codes.
  20. Remove credit from view.
  21. Use this as a base code, as it was made from one that does not belong to me.
  22.  
  23. -->
  24.  
  25. <head>
  26.  
  27. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script><script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script><script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script><script type="text/javascript">$(document).ready(function() {/*var defaults = {containerID: 'moccaUItoTop', // fading element idcontainerHoverClass: 'moccaUIhover', // fading element hover classscrollSpeed: 1200,easingType: 'linear' };*/$().UItoTop({ easingType: 'easeOutQuart' });});</script>
  28.  
  29. <title>{Title}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33.  
  34. <meta name="color:Background" content="#ffffff"/>
  35. <meta name="color:Text" content="#a8a8a8"/>
  36. <meta name="color:Links" content="#be0f0f"/>
  37. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  38. <meta name="color:DescriptionText" content="#b8b8b8"/>
  39. <meta name="color:Border" content="#dddddd"/>
  40. <meta name="color:Sidebar Title" content="#be0f0f"/>
  41. <meta name="color:Sidebar Subtitle" content="#aaaaaa"/>
  42. <meta name="color:Hover" content="#f2f2f2"/>
  43. <meta name="color:Tags" content="#be0f0f"/>
  44. <meta name="color:Bold" content="#be0f0f"/>
  45. <meta name="color:Info" content="#fcfcfc"/>
  46. <meta name="color:Scrollbar" content="#be0f0f"/>
  47. <meta name="color:Info Links Backg" content="#be0f0f"/>
  48. <meta name="color:ScrollbarBg" content="#ffffff"/>
  49. <meta name="color:Post Links" content="#c0bfbf"/>
  50. <meta name="color:Question Background" content="#fff"/>
  51. <meta name="color:Asker Background" content="#be0f0f"/>
  52. <meta name="color:Asker" content="#fff"/>
  53. <meta name="color:Asker Image Border" content="#be0f0f"/>
  54. <meta name="image:Sidebar" content=""/>
  55. <meta name="image:Background" content=""/>
  56. <meta name="text:Sidebar Title" content="" />
  57. <meta name="text:Sidebar Subtitle" content="" />
  58. <meta name="text:Link 1" content="" />
  59. <meta name="text:Link 1 Text" content="" />
  60. <meta name="text:Link 2" content="" />
  61. <meta name="text:Link 2 Text" content="" />
  62. <meta name="text:Link 3" content="" />
  63. <meta name="text:Link 3 Text" content="" />
  64. <meta name="if:Show Title" content="" />
  65. <meta name="if:Show Subtitle" content="" />
  66. <meta name="if:Show Link 1" content="1" />
  67. <meta name="if:Show Link 2" content="1" />
  68. <meta name="if:Show Link 3" content="1" />
  69.  
  70. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  71.  
  72. <style>
  73. div#qTip {
  74. padding: 3px;
  75. display: none;
  76. text-align: center;
  77. position: absolute;
  78. font-style:normal;
  79. font-size:8px;
  80. line-height:9px;
  81. font-family:cambria;
  82. z-index: 1000;
  83. background-color:#be0f0f;
  84. color: #fff;
  85. text-transform:uppercase;
  86. letter-spacing: 1px;
  87. }
  88. </style>
  89.  
  90. <style type="text/css">
  91.  
  92. ::-webkit-scrollbar-thumb {
  93. height:auto;
  94. background-color:{color:Scrollbar};
  95. }
  96.  
  97. ::-webkit-scrollbar {
  98. height:9px;
  99. width:4px;
  100. background-color:{color:ScrollbarBg};
  101. }
  102.  
  103. body {
  104. background:{color:background};
  105. margin:0px;
  106. color:{color:text};
  107. font-family:calibri;
  108. font-size:10px;
  109. line-height:100%;
  110. letter-spacing:0px;
  111. text-align:justify;
  112. background-image:url('{image:Background}');
  113. }
  114.  
  115. a {
  116. text-decoration:none;
  117. outline:none;
  118. -moz-outline-style:none;
  119. color:{color:Links};
  120. }
  121.  
  122. b {
  123. color:{color:Bold};
  124. }
  125.  
  126. img {
  127. border:none;
  128. }
  129.  
  130. blockquote {
  131. padding-left:5px;
  132. border-left:2px solid;
  133. }
  134.  
  135. blockquote blockquote {
  136. padding-left:5px;
  137. border-left:2px solid;
  138. }
  139.  
  140. h1 {
  141. font-size:20px;
  142. font-style:italic;
  143. font-style:none;
  144. line-height:10px;
  145. font-weight:900;
  146. text-align:left;
  147. padding:0px;
  148. }
  149.  
  150. a:hover {
  151. color:#000000;
  152. -moz-transition-duration:0.3s;
  153. -webkit-transition-duration:0.3s;
  154. -o-transition-duration:0.3s;
  155. }
  156.  
  157. #toTopHover {display:none;text-decoration:none;position:fixed;bottom:25px;right:0px;overflow:hidden;width:33px;height:33px;z-index:700;border:none;text-indent:-999px;background:url(http://s23.postimg.org/6rcgneiaf/image.png) no-repeat left top;}#toTop:active, #toTop:focus {outline:none;}
  158.  
  159. #toTop {display:none;text-decoration:none;position:fixed;bottom:25px;right:10px;overflow:hidden;width:33px;height:33px;border:none;text-indent:-999px;background:url(http://s23.postimg.org/6rcgneiaf/image.png) no-repeat left top;}
  160.  
  161. /*ENTRIES*/
  162.  
  163. #entries {
  164. padding:10px;
  165. width:500px;
  166. margin-left:502px;
  167. margin-top:5px;
  168. font-size:10px;
  169. font-family:'arial';
  170. letter-spacing:0px;
  171. }
  172.  
  173. #post {
  174. background:#fff;
  175. width:500px;
  176. padding-bottom:40px;
  177. padding:25px;
  178. margin-top:50px;
  179. }
  180.  
  181. /*SIDEBAR*/
  182.  
  183. #sidebar {
  184. position:fixed;
  185. margin-top:-20px;
  186. margin-left:0px;
  187. background:#fff;
  188. border-right:1px dotted #e3e3e3;
  189. padding:50px;
  190. padding-bottom:3000px;
  191. padding-left:250px;
  192. }
  193.  
  194. #stitle {
  195. position:fixed;
  196. width:100px;
  197. color:{color:Sidebar Title};
  198. font-size:10px;
  199. padding-top:154px;
  200. font-family: georgia;
  201. font-style:italic;
  202. text-align:center;
  203. }
  204.  
  205. #subtitle {
  206. position:fixed;
  207. width:100px;
  208. color:{color:Sidebar Subtitle};
  209. padding-top:152px;
  210. letter-spacing:1px;
  211. font-family:cambria;
  212. text-transform:uppercase;
  213. font-size:6px;
  214. text-align:center;
  215. }
  216.  
  217. #sidebarimage {
  218. width 130px;
  219. }
  220.  
  221. #sidebarimage img {
  222. width:90px;
  223. border:3px double #f5f5f5;
  224. margin-top:164px;
  225. padding:3px;
  226. margin-left:0px;
  227. -moz-transition-duration:0.6s;
  228. -webkit-transition-duration:0.6s;
  229. -o-transition-duration:0.6s;
  230. }
  231.  
  232. #sidebarimage img:hover {
  233. opacity:0.7;
  234. -moz-transition-duration:0.6s;
  235. -webkit-transition-duration:0.6s;
  236. -o-transition-duration:0.6s;
  237. }
  238.  
  239. .links {
  240. width:100px;
  241. font-family:'georgia';
  242. padding: 0px;
  243. text-align:center;
  244. font-style:italic;
  245. text-transform:lowercase;
  246. position:fixed;
  247. margin-top:7px;
  248. margin-left:0px;
  249. }
  250.  
  251. .links a {
  252. width:94px;
  253. padding:1px;
  254. font-size:8px;
  255. letter-spacing:0px;
  256. color:{color:Sidebar Links};
  257. }
  258.  
  259. .links a:hover {
  260. -moz-transition-duration:0.3s;
  261. -webkit-transition-duration:0.3s;
  262. -o-transition-duration:0.3s;
  263. color:{color:Hover};
  264. }
  265.  
  266. #description {
  267. text-align:justify;
  268. font-family:'Arial';
  269. width:100px;
  270. margin-top:7px;
  271. margin-left:0px;
  272. font-size:7px;
  273. text-transform:none;
  274. position:fixed;
  275. font-style:normal;
  276. color:{color:DescriptionText};
  277. }
  278.  
  279. #pagination {
  280. font-style:bold;
  281. padding:2px;
  282. font-family:'arial';
  283. letter-spacing:0px;
  284. font-size:9px;
  285. text-align:center;
  286. padding:2px;
  287. margin-top:10px;
  288. text-transform:lowercase;
  289. }
  290.  
  291.  
  292. /*POST INFO*/
  293.  
  294. #info {
  295. width:500px;
  296. text-align:right;
  297. font-family:'trebuchet ms';
  298. margin-top:3px;
  299. margin-left:px;
  300. letter-spacing:1px;
  301. font-size:7px;
  302. font-style:none;
  303. padding:1px;
  304. line-height:10px;
  305. text-transform:uppercase;
  306. border-top:1px solid;
  307. border-color:{color:Border};
  308. }
  309.  
  310. #info a {
  311. text-align:center;
  312. font-family:cambria;
  313. color:{color:Tags};
  314. }
  315.  
  316. #info a:hover {
  317. -moz-transition-duration:0.3s;
  318. -webkit-transition-duration:0.3s;
  319. -o-transition-duration:0.3s;
  320. color:{color:Hover}
  321. }
  322.  
  323. #notes {
  324. font-family:cambria;
  325. text-transform:uppercase;
  326. background:#fff;
  327. width:500px;
  328. padding:25px;
  329. font-size:8px;
  330. }
  331.  
  332. .music {
  333. width:500px;
  334. padding-bottom:10px;
  335. background-color:{color:infobg};
  336. }
  337.  
  338. .albumart {
  339. float:left;
  340. padding:0px 10px 10px 0px;
  341. }
  342.  
  343. .albumart img {
  344. width:110px;
  345. height:110px;
  346. }
  347.  
  348. #player {
  349. width:25px;
  350. height:25px;
  351. overflow:hidden;
  352. margin-left:-110px;
  353. border-radius:50px;
  354. opacity:0.5;
  355. }
  356.  
  357. .musicinfo {
  358. padding:0px;
  359. font-family:georgia;
  360. padding-top:40px;
  361. letter-spacing:2px;
  362. text-align:right;
  363. font-weight:bold;
  364. text-transform:lowercase;
  365. line-height:120%;
  366. color:{color:text};
  367. }
  368.  
  369. #notes a{
  370. color:{color:Tags};
  371. }
  372.  
  373. #tags {
  374. float:left;
  375. width:489px;
  376. margin-top:0px;
  377. margin-left:-5px;
  378. text-align:left;
  379. font-size:7px;
  380. padding-left:5px;
  381. font-size:8px;
  382. opacity:1;
  383. transition-duration: 0.5s;
  384. -moz-transition-duration: 0.5s;
  385. -webkit-transition-duration: 0.5s;
  386. -o-transition-duration: 0.5s
  387. color:{color:Post Links};
  388. }
  389.  
  390. #tags a {
  391. letter-spacing:0px;
  392. font-size:7px;
  393. text-align:center;
  394. font-family:'cambria';
  395. text-transform:uppercase;
  396. text-decoration:none;
  397. display:inline-block;
  398. color:{color:Tags};
  399. }
  400.  
  401. #tags a:hover {
  402. background-color:#fff;
  403. -moz-transition-duration:0.3s;
  404. -webkit-transition-duration:0.3s;
  405. -o-transition-duration:0.3s;
  406. color:{color:Hover};
  407. }
  408.  
  409. /*QUESTION*/
  410.  
  411. /**** Estilo de Ask por blindar-te
  412. Modified by mclahei. ****/
  413.  
  414. .fotinha {border:2px solid {color:Asker Image Border};float:left;
  415. margin-left:10px;margin-top:-29px;}
  416.  
  417. .asker {width:auto;margin-left:1px;background-color:{color:Asker Background};color:{color:Asker};font-family:'calibri';font-size:8px;margin-top:2px;padding:5px;text-indent:45px;text-transform:uppercase;}
  418.  
  419. .asker a{color:#fff;text-transform:uppercase; padding:0px;}
  420.  
  421. .question {padding-left:50px;margin-top:-10px;font-family:'calibri';font-size:10px;padding:5px;color:#aaa;background:{color:Question Background}; text-indent:3px;text-align:justify;}
  422.  
  423. /*CREDIT*/
  424.  
  425. #maker{
  426. float:right;
  427. position:fixed;
  428. bottom:5px;
  429. right:5px;
  430. padding:5px;
  431. font-size:8px;
  432. font-family:calibri;
  433. text-transform:uppercase;
  434. }
  435.  
  436. #maker a{
  437. padding-left:4px;
  438. padding-right:4px;
  439. padding-top:0px;
  440. padding-bottom:0px;
  441. background:#be0f0f;
  442. border:1px solid #be0f0f;
  443. width:10px;
  444. height:10px;
  445. color:#fff;
  446. transition-duration: 0.5s;
  447. -moz-transition-duration: 0.5s;
  448. -webkit-transition-duration: 0.5s;
  449. -o-transition-duration: 0.5s
  450. }
  451.  
  452. {CustomCSS}</style></head><body>
  453.  
  454. <div id="sidebar">
  455. {block:IfShowTitle}
  456. <div id="stitle">{text:Sidebar Title}</div><br>{/block:IfShowTitle}
  457. {block:IfShowSubtitle}
  458. <div id="subtitle">{text:Sidebar Subtitle}</div>{/block:IfShowSubtitle}
  459. <div id="sidebarimage">
  460. <a title="home" href="/">
  461. <img src="{image:Sidebar}">
  462. </a>
  463. </div>
  464.  
  465. <div class="links">
  466. <a href="/" title="index">une</a> –
  467. <a href="/ask" title="inquire">deux</a> –
  468. {block:IfShowLink1}<a href="{text:Link 1}" title="{text:Link 1 Text}">trois</a>{/block:IfShowLink1}
  469. {block:IfShowLink2}<a href="{text:Link 2}" title="{text:Link 2 Text}">quatre</a>{/block:IfShowLink2} –
  470. {block:IfShowLink3}<a href="{text:Link 3}" title="{text:Link 3 Text}">cinq</a>{/block:IfShowLink3}
  471.  
  472. <div id="description">{Description}
  473.  
  474. {block:Pagination}
  475. <div id="pagination">
  476. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  477. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  478. </div>
  479. {/block:Pagination}
  480. </div>
  481. </div>
  482. </div>
  483.  
  484. <div id="entries">
  485. {block:Posts}
  486. <div id="post">
  487.  
  488. {block:Text}
  489. <h1>{block:Title}{Title}{/block:Title}</h1>
  490. {Body}{/block:Text}
  491.  
  492. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  493. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  494.  
  495. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  496. {/block:Caption}{/block:Photoset}
  497.  
  498. {block:Quote}<h2>"{Quote}"</h2>
  499. {block:Source}<div class="qsource"> —{Source}</div>
  500. {/block:Source}{/block:Quote}
  501.  
  502. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  503.  
  504. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  505.  
  506. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  507. <div class="musicinfo">{block:TrackName}<div style="color:{color:Links};"><b></b> <big><big><big><i>{TrackName}</i></big></big></big><br /><small><small></div>{/block:TrackName}{block:Artist}<b></b> {Artist} - {/block:Artist}
  508. {/block:ExternalAudio}<b></b> [{PlayCount}]</small></small></div>
  509. <br><div id="player">{AudioPlayerBlack}</div></div>
  510. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}<br>
  511.  
  512. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  513.  
  514. {block:Answer}
  515. <div class="asker" align="left">{Asker}:</div><p></p>
  516. <img src="{AskerPortraitURL-30}" class="fotinha">
  517. <div class="question">{Question}</div><p></p>
  518. {Answer}
  519. {/block:Answer}
  520.  
  521. <div id="info">
  522. {block:RebloggedFrom} <a href="{ReblogParentURL}">via /</a>{/block:RebloggedFrom}
  523. {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a> — {/block:ContentSource}
  524. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  525. [{NoteCountWithLabel}]</a> — <a href="{Permalink}" style="background:{color:Info Links Backg}; color:{color:Info}; padding:2px;">{Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>
  526. {block:HasTags}
  527.  
  528. <div id="tags">
  529. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  530. </div>{block:HasTags}
  531. </div>
  532. {/block:Posts}
  533. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  534. {/block:Posts}</div></div></div>
  535. <br><br><br><br>
  536.  
  537. <!--Credit. Don't change this.-->
  538. <div id="maker" title="mclahei">
  539. <a href="http://mclahei.tumblr.com">credit</a>
  540. </div>
  541. <!--Credit. Don't change this.-->
  542.  
  543. </div>
  544.  
  545.  
  546.  
  547. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement