Advertisement
rasperries

trialaal

Oct 20th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.27 KB | None | 0 0
  1. <!---
  2.  
  3. theme by mcpoyles
  4.  
  5. --->
  6.  
  7. <html>
  8. <head><script type="text/javascript">
  9. <!--
  10.  
  11. // Disable Right Click Script
  12.  
  13. function IE(e)
  14. {
  15. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  16. {
  17. return false;
  18. }
  19. }
  20. function NS(e)
  21. {
  22. if (document.layers || (document.getElementById && !document.all))
  23. {
  24. if (e.which == "2" || e.which == "3")
  25. {
  26. return false;
  27. }
  28. }
  29. }
  30. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  31.  
  32. //-->
  33. </script>
  34.  
  35. <!-- DEFAULT VARIABLES -->
  36. <meta name="font:body" content="arial" />
  37. <meta name="font:title" content="georgia" />
  38. <meta name="font:sidelinks" content="georgia" />
  39.  
  40. <meta name="color:background" content="#ffffff" />
  41. <meta name="color:body" content="#747474" />
  42. <meta name="color:links" content="#A8A8A8" />
  43. <meta name="color:hover" content="#757575" />
  44. <meta name="color:entry" content="#ffffff" />
  45. <meta name="color:side" content="#ffffff" />
  46. <meta name="color:date" content="#0000000" />
  47. <meta name="color:tags" content="#f8f8f8" />
  48. <meta name="color:bottom" content="#ffffff" />
  49. <meta name="color:sidelinks" content="#ffffff" />
  50. <meta name="color:sidelinks hover" content="#cccccc" />
  51. <meta name="color:navigation" content="#666666" />
  52.  
  53. <meta name="image:sidebar" content=""/>
  54.  
  55. <meta name="text:Link1" content=""/>
  56. <meta name="text:Link1 URL" content=""/>
  57. <meta name="text:Link2" content=""/>
  58. <meta name="text:Link2 URL" content=""/>
  59. <meta name="text:Link3" content=""/>
  60. <meta name="text:Link3 URL" content=""/>
  61. <meta name="text:Link4" content=""/>
  62. <meta name="text:Link4 URL" content=""/>
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />
  69. {/block:Description}
  70. </head>
  71.  
  72. <style type="text/css">
  73. body {cursor: url(http://i.imgur.com/ZOrzC.png), auto;color: {color:text}; background-color: {color:background}; background-image: url('{image:background}'); {block:ifFixedBackground}background-attachment: fixed; {/block:ifFixedBackground} {block:ifNoRepeatBackground}background-repeat:no-repeat; {/block:ifNoRepeatBackground} background-position:{text:Background Position}; font-family: calibri; font-size:{text:Body Font Size}; text-align: justify;
  74. text-align:left;
  75. color:{color:body};
  76. background-color:{color:background};
  77. font-family:{font:body};
  78. font-size:9px; }
  79.  
  80. blockquote{
  81. margin-left:0px;
  82. border-left:0px solid #f2f2f2;
  83. padding-left:0px;
  84. width:100%;
  85. }
  86.  
  87. b, em, bold, .question a {
  88. font-family:georgia;
  89. font-weight:normal;
  90. text-transform:lowercase;
  91. color:#666666;}
  92.  
  93. a {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto; color: {color:link}; text-decoration:none; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; color: {color:link};
  94. text-decoration: none;
  95. color:{color:links};
  96. text-decoration:none;
  97. -moz-transition:0.3s ease-in;
  98. -webkit-transition: 0.3s ease-in;
  99. -o-transition:0.3s ease-in;
  100. transition:0.3s ease-in; }
  101.  
  102. a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;color:{color:link hover}; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; color:{color:link hover}; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
  103. color: {color:hover};
  104. text-decoration:none;}
  105.  
  106. #wrap {
  107. min-height: 100%; }
  108.  
  109. #header {
  110. padding:5px 0px 5px 0px;
  111. min-width:100%;
  112. margin-bottom:70px;
  113. text-align:center; }
  114.  
  115. #main {
  116. padding:10px; }
  117.  
  118. #container{
  119. width:800px;
  120. left:200px;
  121. position:relative;}
  122.  
  123. .bottom{
  124. background-color:{color:bottom};
  125. padding:10px 0px 0px 0px;}
  126.  
  127. .space{
  128. margin-bottom:20px;}
  129.  
  130. #sidebar {
  131. width:245px;
  132. float:left;
  133. left:200px;
  134. position:fixed;
  135. margin-right:5px;}
  136.  
  137. #side {
  138. padding-top:10px;
  139. padding-left:5px;
  140. padding-right:5px;
  141. background-color:{color:side}; }
  142.  
  143. .sideicon{
  144. border:5px solid {color:date}; }
  145.  
  146. .sideimage{
  147. margin-bottom:10px;}
  148.  
  149. #divide {text-align:center; font-size:13px; margin-top:-8px; color:#626262;}
  150. #divide b {padding-left:5px; padding-right:5px; background-color:{color:background}; font-weight:normal; color:#626262;}
  151. #desc { padding-top:8px; text-align:justify; line-height:120%;}
  152.  
  153. #links {width:248px; font-family:helvetica; text-align:center; text-transform:uppercase; font-size:8px; border-bottom:1px solid #999999; padding-bottom:15px; margin-top:10px; }
  154. #links a {letter-spacing:1px;}
  155. #links a:hover {color:{color:link hover};}
  156.  
  157. #navigation a {
  158. display:block;
  159. background-color:{color:sidelinks};
  160. font:10px {font:sidelinks};
  161. color:{color:navigation};
  162. padding:3px 5px 2px 10px;
  163. border-bottom:1px solid {color:background};
  164. letter-spacing:2px;
  165. -webkit-transition: color 0.6s linear;
  166. -webkit-transition: background-color 0.6s linear;}
  167.  
  168. #navigation a:hover {
  169. background-color:{color:sidelinks hover};
  170. color:#ffffff;}
  171.  
  172. #entry {
  173. float:right;
  174. margin-left:5px;}
  175.  
  176. .post {
  177. background-color:{color:entry};
  178. padding:0px 10px 85px 10px;
  179. width:500px;}
  180.  
  181. .label1{
  182. font-family:georgia;
  183. color:{color:date};}
  184.  
  185. .title, .title a {
  186. display:block;
  187. font-family:{font:title};
  188. color:{color:title};
  189. font-size:22px;
  190. text-align:center;
  191. font-weight:lighter;
  192. text-transform:lowercase;
  193. padding:0px 3px 0px 3px;}
  194.  
  195. .title a:hover {
  196. color:{color:date}; }
  197.  
  198. .date {
  199. background-color:{color:date};
  200. padding:3px 5px 3px 5px;}
  201.  
  202. .date, .date a {
  203. display:block;
  204. font-family:georgia;
  205. text-align:center;
  206. color:#0000000;
  207. text-transform:lowercase; }
  208.  
  209. .navlinks {
  210. color:#888888;
  211. padding:0px 5px 5px 5px;
  212. text-transform:lowercase;
  213. font-size:8px;
  214. background-color:{color:background}; }
  215.  
  216. .tags {
  217. color:#888888;
  218. padding:5px 5px 5px 5px;
  219. text-transform:lowercase;
  220. font-size:10px;
  221. background-color:{color:tags}; }
  222.  
  223. .chat {
  224. border-bottom:0px solid #D5D5D5;
  225. padding:2px;}
  226.  
  227. .question{
  228. background-color:transparent;
  229. padding:10px;}
  230.  
  231. #footer {
  232. position: relative;
  233. margin-top: -150px;
  234. height: 150px;
  235. clear:both;}
  236.  
  237. #pagination {
  238. width:500px;
  239. font-size:8px;
  240. word-spacing:7px;
  241. text-align:center;
  242. margin-bottom:30px;}
  243.  
  244. .jump_page {
  245. padding:3px;
  246. background-color:#ffffff;}
  247.  
  248. .current_page {
  249. padding:3px;
  250. background-color:#ffffff;
  251. color:#666666}
  252.  
  253.  
  254.  
  255. ol {
  256. list-style-type: none;
  257. margin: 0 0 1.5em 2.5em; }
  258.  
  259. ol.notes li {
  260. width: 420px;
  261. padding: 5px 0;
  262. margin: 0 0 3px -28px;
  263. border-bottom: 1px solid #f5f5f5; }
  264.  
  265. ol.notes li:hover {
  266. border-bottom: 1px solid #f5f5f5; }
  267.  
  268. ol.notes li img {
  269. width:16px;
  270. padding-right: 10px;
  271. margin-bottom: -5px;
  272. opacity: 0.85;
  273. filter:alpha(opacity=85); }
  274.  
  275. ol.notes li img:hover {
  276. opacity: 1;
  277. filter:alpha(opacity=100); }
  278.  
  279. .user_1, .user_3, .user_5, .user_7,
  280. .user_7 , .user_9 .user_11 {
  281. background-color:#f2f2f2;
  282. margin-right:25px;
  283. color:{color:body};}
  284.  
  285. .user_2, .user_4, .user_6, .user_8,
  286. .user_10, .user_12 {
  287. background-color:{color:entry};
  288. color:{color:body};
  289. margin-right:25px;}
  290.  
  291. ul.chat, .chat ol, .chat li {
  292. list-style:none;
  293. margin:0px;
  294. padding:5px;}
  295.  
  296.  
  297. .postquote{
  298.  
  299. padding-right:15px;
  300. width:100%;
  301. font-size:10px;
  302. letter-spacing:0px;
  303.  
  304.  
  305. margin:0px auto 20px;
  306. line-height:15px;
  307. text-align:left;
  308.  
  309. }
  310.  
  311. .quotesource{
  312. text-align:right;
  313. margin-top:-8px;
  314. }
  315.  
  316. .quotesource span{
  317. background-color:white;
  318. padding-left:10px;
  319. }
  320.  
  321. .quoteborder{
  322. border-bottom:0px double #f2f2f2;
  323. }
  324.  
  325. .musicplayer{
  326. width:27px;
  327. height:27px;
  328. overflow:hidden;
  329. z-index:2;
  330. display:block;
  331. background-color:black;
  332. margin:38px 0px 0px 180px;
  333. position:absolute;
  334. opacity:1;
  335. -webkit-transition: all 0.7s ease-in-out;
  336. -moz-transition: all 0.7s ease-in-out;
  337. -o-transition: all 0.7s ease-in-out;
  338. }
  339.  
  340. .audio{
  341. position:absolute;
  342. width:398px;
  343. height:100px;
  344. background-color:black;
  345. margin-left:102px;
  346. }
  347.  
  348. .covers{
  349. width:100px;
  350. height:100px;
  351. }
  352.  
  353. .audioimg{
  354. width:100px;
  355. height:100px;
  356. position:absolute;
  357. }
  358.  
  359. .audioimg img{
  360. float:left;
  361. opacity:1;
  362. width:100px;
  363. }
  364.  
  365. .audioinfo{
  366. display:none;
  367. font-size:11px;
  368. text-transform:uppercase;
  369. margin-bottom:1px;
  370. margin-left:201px;
  371. height:65px;
  372. display:block;
  373. width:299px;
  374. text-align:center;
  375. background-color:white;
  376. padding-top:35px;
  377. letter-spacing:1px;
  378. }
  379.  
  380. {CustomCSS}
  381. </style>
  382.  
  383.  
  384. <body>
  385. <div id="header">
  386. </div>
  387.  
  388. <div id="main">
  389. <div id="container">
  390.  
  391. <div id="sidebar">
  392.  
  393. <center><img src="{image:sidebar}" width="245"></center>
  394.  
  395. <div id="links">
  396. <a href="/">home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  397. <a href="/ask">ask</a>
  398. {block:ifLink1}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  399. {block:ifLink2}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
  400. {block:ifLink3}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  401. </div>
  402.  
  403. <div id="divide"><b>&#10070;</b></div>
  404.  
  405. <div id="desc">{block:Description}{Description}{/block:Description}</div>
  406.  
  407. </div>
  408.  
  409. <div id="entry">
  410.  
  411. {block:Posts}
  412.  
  413. <div class="post">
  414.  
  415. {block:Text}
  416. {block:Title}
  417. <div class="title">
  418. <a href="{Permalink}">{Title}</a></div>
  419. {/block:Title}
  420. {Body}
  421. {/block:Text}
  422.  
  423.  
  424. {block:Photo}
  425. <img src="{PhotoURL-500}" />
  426. {block:Caption}
  427. {Caption}
  428. {/block:Caption}
  429. {/block:Photo}
  430.  
  431.  
  432. {block:Photoset}
  433. {Photoset-500}
  434. {block:Caption}
  435. {Caption}
  436. {/block:Caption}
  437. {/block:Photoset}
  438.  
  439.  
  440. {block:Quote}
  441. <div class="postquote">{Quote}</div>
  442. {block:Source}<div class="quoteborder"> </div>
  443. <div class="quotesource"><span>{Source}</span></div>{/block:Source}
  444. {/block:Quote}
  445.  
  446.  
  447. {block:Link}
  448. <div class="title">
  449. <a href="{URL}" {Target}>{Name}</a></div>
  450. {block:Description}
  451. {Description}
  452. {/block:Description}
  453. {/block:Link}
  454.  
  455. {block:Chat}
  456. <ul class="chat">
  457. {block:Lines}
  458. <li class="user_{UserNumber}">
  459. {block:Label}
  460. <span class="label">
  461. {Label}</span>
  462. {/block:Label}
  463. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  464.  
  465.  
  466. {block:Video}
  467. {Video-500}
  468. {block:Caption}
  469. {Caption}
  470. {/block:Caption}
  471. {/block:Video}
  472.  
  473.  
  474. {block:Audio}
  475. <div class="audio"><div class="musicplayer">{AudioPlayerBlack}</div></div>
  476. <div class="covers"><div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  477. {Caption}
  478. {/block:Audio}
  479.  
  480. {block:Answer}
  481. <div class="tags">
  482. <b>{Asker}:</b> {Question}
  483. </div>
  484. {Answer}
  485. {/block:Answer}
  486.  
  487. <table style="font-size:8px;color:{color:links};border-top:1px solid #f0f0f0;margin-top:15px;" width="100%"><tr><td>
  488. {block:HasTags} <div class="navlinks" style="margin-top:5px;">{block:Tags} #<a href="{TagURL}">{Tag}</a> &nbsp;&nbsp;{/block:Tags} </div>{/block:HasTags}{block:RebloggedFrom}<a href="{ReblogParentURL}"> {/block:RebloggedFrom}
  489. {block:ContentSource} <a href="{SourceURL}"></a> {/block:ContentSource}
  490.  
  491. <td style="text-align:right;">
  492. {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date}
  493. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  494. </td></tr></table>
  495. </div>
  496.  
  497. <div class="bottom"> </div>
  498.  
  499. <div class="space"> </div>
  500.  
  501. {block:PostNotes}
  502. <div class="post">
  503. {PostNotes}
  504. </div>
  505. {/block:PostNotes}
  506.  
  507. {/block:Posts}
  508.  
  509. <div id=pagination>{block:Pagination}
  510. {block:PreviousPage}
  511. <a class="jump_page" href="{PreviousPage}">&larr;</a>
  512. {/block:PreviousPage}
  513.  
  514. {block:JumpPagination length="5"}
  515. {block:CurrentPage}
  516. <span class="current_page">{PageNumber}</span>
  517. {/block:CurrentPage}
  518.  
  519. {block:JumpPage}
  520. <a class="jump_page" href="{URL}">{PageNumber}</a>
  521. {/block:JumpPage}
  522. {/block:JumpPagination}
  523.  
  524. {block:NextPage}
  525. <a class="jump_page" href="{NextPage}">&rarr;</a>
  526. {/block:NextPage}
  527. {/block:Pagination}</div>
  528.  
  529. </div>
  530. </div>
  531. </div
  532.  
  533. <div class="footer">
  534.  
  535. </div>
  536.  
  537. </body>
  538. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement