Advertisement
beliebertime

Theme 10 - The Answer

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