Advertisement
beliebertime

theme 12 - sad dream

Apr 13th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.03 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.  
  3. <!-- BY LOUISWILLAM AKA LAURA
  4.  
  5. FOLLOW THE RULES PLEASE
  6. -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14.  
  15. {block:Description}<meta name="description" content="{MetaDescription}"/>
  16. {/block:Description}
  17. <link rel="shortcut icon" href="{Favicon}" />
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  19.  
  20. <meta name="color:bg" content="#ffffff">
  21. <meta name="color:title" content="#ffffff">
  22. <meta name="color:link" content="#bbb8b8">
  23. <meta name="color:text" content="#9a9a9a">
  24. <meta name="color:ask" content="#fcfcfc">
  25. <meta name="color:hover" content="#eeeeee">
  26. <meta name="color:scrollbar" content="#d6d5d5">
  27.  
  28. <meta name="text:customtitle" content="">
  29. <meta name="text:link 1" content="">
  30. <meta name="text:link 1 url" content="/">
  31. <meta name="text:link 2" content="">
  32. <meta name="text:link 2 url" content="/">
  33. <meta name="text:link 3" content="">
  34. <meta name="text:link 3 url" content="/">
  35. <meta name="text:link 4" content="">
  36. <meta name="text:link 4 url" content="/">
  37. <meta name="text:link 5" content="">
  38. <meta name="text:link 5 url" content="/">
  39.  
  40. <meta name="if:Cursor" content="1">
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46.  
  47. ::-webkit-scrollbar {
  48. width:4px;
  49. background:rgba(255,255,255,.1);
  50. }
  51.  
  52. ::-webkit-scrollbar-thumb {
  53. background:{color:scrollbar};/*scrollbar color*/
  54. }
  55.  
  56. body {
  57. font-style:none;
  58. background-color:{color:bg};
  59. font-family:calibri;
  60. color:{color:text};
  61. font-size:9px;
  62. }
  63.  
  64.  
  65. a {
  66. color:{color:link};
  67. text-decoration:none;
  68. -webkit-transition: all 0.5s ease-out;
  69. -moz-transition: all 0.5s ease-out;
  70. transition: all 0.5s ease-out;
  71. }
  72.  
  73. a:hover {
  74. color:{color:hover};
  75. text-decoration:none;
  76. -webkit-transition: all 0.8s ease-out;
  77. -moz-transition: all 0.8s ease-out;
  78. transition: all 0.8s ease-out;
  79. }
  80.  
  81. img {
  82. border:none;
  83. }
  84.  
  85. blockquote {
  86. padding-left:5px;
  87. border-left:2px solid {color:hover};
  88. }
  89.  
  90. h1 {
  91. font-size:10px;
  92. }
  93.  
  94. {block:ifCursor}
  95.  
  96. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  97.  
  98. {/block:ifCursor}
  99.  
  100. #sidebar {
  101. position:absolute;
  102. width:500px;
  103. height:150px;
  104. margin-left:350px;
  105. top:0px;
  106. background:{color:bg};
  107. }
  108.  
  109. #customtitle {
  110. font-size:40px;
  111. font-weight:bold;
  112. font-family:'arial';
  113. text-align:center;
  114. color:{color:title};
  115. position:absolute;
  116. letter-spacing:-2px;
  117. word-spacing:-1px;
  118. top:60px;
  119. margin-left:0px;
  120. height:50px;
  121. width:500px;
  122. line-height:70px;
  123. -webkit-transition: all 0.9s ease-out;
  124. -moz-transition: all 0.9s ease-out;
  125. transition: all 0.9s ease-out;
  126. opacity:1;
  127.  
  128. }
  129.  
  130.  
  131. #sidebar:hover #customtitle {
  132. opacity:0;
  133. -webkit-transition: all 04s ease-out;
  134. -moz-transition: all 0.4s ease-out;
  135. transition: all 0.4s ease-out;
  136. }
  137.  
  138. #links {
  139. position:absolute;
  140. top:85px;
  141. width:200px;
  142. margin-left:145px;
  143. font-family:'calibri';
  144. text-transform:uppercase;
  145. text-align:center;
  146. -webkit-transition: all 0.2s ease-out;
  147. -moz-transition: all 0.2s ease-out;
  148. transition: all 0.2s ease-out;
  149. opacity:0;
  150. }
  151.  
  152. #links a {
  153. padding:3px;
  154. font-size:20px;
  155. }
  156.  
  157. #links a:hover {
  158. color:{color:hover};
  159. }
  160.  
  161. #sidebar:hover #links {
  162. opacity:1;
  163. -webkit-transition: all 1.5s ease-out;
  164. -moz-transition: all 1.5s ease-out;
  165. transition: all 1.5s ease-out;
  166. }
  167.  
  168. #description {
  169. position:absolute;
  170. top:115px;
  171. margin-left:150px;
  172. width:200px;
  173. height:20px;
  174. overflow:auto;
  175. font-family:helvetica;
  176. font-size:9px;
  177. text-align:center;
  178. }
  179.  
  180. #page {
  181. width:380px;
  182. padding:10px;
  183. left:40px;
  184. bottom:20px;
  185. font-family:helvetica;
  186. text-align:center;
  187. font-size:14px;
  188. font-style:none;
  189. }
  190.  
  191. #page a{
  192. padding:1px;
  193. }
  194.  
  195. #posts {
  196. width:400px;
  197. margin-bottom:10px;
  198. padding:1px;
  199. font-size:11px;
  200. color:{color:text};
  201. line-height:90%;
  202. text-align:justify;
  203. }
  204.  
  205. #postscontainer {
  206. margin-bottom:20px;
  207. padding:1px;
  208. margin-left:400px;
  209. margin-top:200px;
  210. }
  211.  
  212.  
  213. #info {
  214. margin-bottom:10px;
  215. font-family:helvetica;
  216. font-weight:none;
  217. font-size:10px;
  218. margin-top:10px;
  219. text-align:center;
  220. text-transform:lowercase;
  221. padding:5px;
  222. color:{color:text};
  223. }
  224.  
  225.  
  226. #notes {
  227. font-family:helvetica;
  228. letter-spacing:1.5px;
  229. font-weight:none;
  230. font-size:9px;
  231. margin-left:0px;
  232. margin-top:0px;
  233. }
  234.  
  235.  
  236. #rightinfo a {
  237. color:{color:text};
  238. }
  239.  
  240. #rightinfo a:hover {
  241. color:{color:hover};
  242. }
  243.  
  244. .chat ul {
  245. list-style: none;
  246. margin: 0;
  247. padding: 0;
  248. }
  249.  
  250. .chat li {
  251. border-radius: 0.2em;
  252.  
  253. border: 0px solid rgba(0, 0, 0, 0.05);
  254.  
  255. inset;
  256. margin-bottom: 1%;
  257. padding: 2%;
  258. width: 100%;
  259. }
  260.  
  261. .chat .odd {
  262. float: left;
  263. background: {color:accent};
  264. }
  265.  
  266. .chat .odd {
  267. float: center;
  268. background: {color:accent};
  269. }
  270.  
  271.  
  272. #audioinfo {
  273. padding:10px;
  274. color:{color:text};
  275. }
  276.  
  277.  
  278. #tags {
  279. width:390px;
  280. margin-left:-4px;
  281. margin-top:7px;
  282. font-size:8px;
  283. color:{color:link}:
  284. }
  285.  
  286. #tags a {
  287. color:{color:link};
  288. }
  289.  
  290. #tags a:hover {
  291. color:{color:hover}
  292. }
  293.  
  294.  
  295. .asker {
  296. width:100%;
  297. text-align:center;
  298. padding:3px;
  299. font-family:arial;
  300. font-weight:bold;
  301. font-size:16px;
  302. color:black;
  303. letter-spacing:-0.5px;
  304. text-transform:none;
  305. }
  306.  
  307.  
  308. .asker a {
  309. border:none;
  310. }
  311. .question {
  312. margin-left:5px;
  313. border:1px dotted {color:title};
  314. color:{color:text};
  315. font-family:helvetica;
  316. letter-spacing:1px;
  317. width:85%;
  318. padding:25px;
  319. text-align:left;
  320. font-size:11px;
  321. min-height:20px;
  322. }
  323.  
  324. .reply {
  325. padding:5px;
  326. font-style:none;
  327. text-align:center;
  328. font-family:helvetica;
  329. font-size:11px;
  330. color:{color:text};
  331. letter-spacing:1px;
  332. }
  333.  
  334. .q {
  335. font-family:helvetica;
  336. padding:9px;
  337. text-align:center;
  338. font-size:13px;
  339. }
  340.  
  341. .src{
  342. margin-top:5px;
  343. font-family:helvetica;
  344. text-align:right;
  345. font-style:italic;
  346. font-size:10px;
  347. }
  348.  
  349. #credit {
  350. right:3px;
  351. bottom:6px;
  352. font-size:9px;
  353. padding:5px;
  354. color:{color:text};
  355. background-color:#fafafa;
  356. text-transform:uppercase;
  357. position:fixed;
  358. -webkit-transition: all 0.5s ease-out;
  359. -moz-transition: all 0.5s ease-out;
  360. transition: all 0.5s ease-out;
  361. }
  362.  
  363. #credit:hover {
  364. text-decoration:underline;
  365. color:{text:hover};
  366. }
  367.  
  368. #s-m-t-tooltip {
  369.  
  370. max-width:300px;
  371. padding:1px 1px 1px 1px;
  372. margin:-25px 0px 0px -10px;
  373. background-color:{color:hover};
  374. font-family:helvetica;
  375. font-size:9.5px;
  376. letter-spacing:.5px;
  377. text-transform:none;
  378. color:{color:bg};
  379. font-weight:none;
  380. z-index:999999999999999999999999999999999999;
  381.  
  382. }
  383.  
  384. {CustomCSS}
  385.  
  386. </style></head>
  387.  
  388.  
  389. <body>
  390.  
  391. <body>
  392.  
  393. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  394.  
  395. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  396.  
  397. <script>
  398.  
  399. (function($){
  400.  
  401. $(document).ready(function(){
  402.  
  403. $("a[title]").style_my_tooltips({
  404.  
  405. tip_follows_cursor:true,
  406.  
  407. tip_delay_time:90,
  408.  
  409. tip_fade_speed:600,
  410.  
  411. attribute:"title"
  412.  
  413. });
  414.  
  415. });
  416.  
  417. })(jQuery);
  418.  
  419. </script>
  420.  
  421. <div id="sidebar">
  422. <div id="sidebarimage">
  423. <div id="customtitle">{text:customtitle}</div>
  424.  
  425.  
  426. <div id="links">
  427. <a href="{text:link 1 url}" title="{text:link 1}">■</a>
  428. <a href="{text:link 2 url}" title="{text:link 2}">■</a>
  429. <a href="{text:link 3 url}" title="{text:link 3}">■</a>
  430. <a href="{text:link 4 url}" title="{text:link 4}">■</a>
  431. <a href="{text:link 5 url}" title="{text:link 5}">■</a>
  432. </div>
  433.  
  434. <div id="description">{description}</div>
  435.  
  436.  
  437. </div></div>
  438.  
  439.  
  440. <div id="postscontainer">
  441.  
  442. {block:Posts}
  443. {block:ContentSource}
  444. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  445. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  446. {/block:SourceLogo}
  447. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  448. {/block:ContentSource}
  449.  
  450. <div id="posts">
  451.  
  452.  
  453. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  454.  
  455.  
  456. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  457.  
  458. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  459.  
  460. {block:Quote}<div class="q">{Quote}</div>{block:Source}<div class="src">-{Source}</div>{/block:Source}{/block:Quote}
  461.  
  462. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  463.  
  464. {block:Chat}
  465. {block:Title}<h1><font color={color:title} size="2px">{Title}</font></h1>{/block:Title}
  466. <div class="chat">
  467. <ul>
  468. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  469. </ul>
  470. </div>
  471. {/block:Chat}
  472.  
  473. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}<div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>{/block:Audio}
  474.  
  475. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  476.  
  477. {block:Answer}
  478. <div class="asker">
  479. {Asker}</div><div class="question">{Question}</div>
  480. <div class="reply">
  481. {Answer}</div>
  482. {/block:Answer}
  483.  
  484. <div id="info"><div id="notes">
  485. -{NoteCount}-</div>
  486. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  487. {timeago}</a></a>{/block:Date} / {block:RebloggedFrom}<a href="{ReblogParentURL}">Via</a> / <a href="{ReblogRootURL}">©</a>{/block:RebloggedFrom}</div>
  488. {block:HasTags} <div id="tags">Filed under:{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  489.  
  490.  
  491. </div>
  492.  
  493. {/block:Posts}
  494.  
  495. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  496. {/block:Posts}
  497.  
  498. {block:Pagination}
  499. <div id="page">{block:PreviousPage}<a href="{PreviousPage}">back</a> /{/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}
  500. </div>{/block:Pagination}
  501.  
  502. </div>
  503.  
  504.  
  505. <div id="credit"><a href="http://louiswillam.tumblr.com/">LW</a>
  506. </body>
  507. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement