Advertisement
rasperries

mcpoyles5

May 20th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.73 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:10px; }
  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. #navigation a {
  150. display:block;
  151. background-color:{color:sidelinks};
  152. font:10px {font:sidelinks};
  153. color:{color:navigation};
  154. padding:3px 5px 2px 10px;
  155. border-bottom:1px solid {color:background};
  156. letter-spacing:2px;
  157. -webkit-transition: color 0.6s linear;
  158. -webkit-transition: background-color 0.6s linear;}
  159.  
  160. #navigation a:hover {
  161. background-color:{color:sidelinks hover};
  162. color:#ffffff;}
  163.  
  164. #entry {
  165. float:right;
  166. margin-left:5px;}
  167.  
  168. .post {
  169. background-color:{color:entry};
  170. padding:0px 10px 85px 10px;
  171. width:500px;}
  172.  
  173. .label1{
  174. font-family:georgia;
  175. color:{color:date};}
  176.  
  177. .title, .title a {
  178. display:block;
  179. font-family:{font:title};
  180. color:{color:title};
  181. font-size:12px;
  182. text-align:center;
  183. text-transform:uppercase;
  184. padding:0px 3px 0px 3px;}
  185.  
  186. .title a:hover {
  187. color:{color:date}; }
  188.  
  189. .date {
  190. background-color:{color:date};
  191. padding:3px 5px 3px 5px;}
  192.  
  193. .date, .date a {
  194. display:block;
  195. font-family:georgia;
  196. text-align:center;
  197. color:#0000000;
  198. text-transform:lowercase; }
  199.  
  200. .navlinks {
  201. color:#888888;
  202. padding:0px 5px 5px 5px;
  203. text-transform:lowercase;
  204. font-size:8px;
  205. background-color:{color:background}; }
  206.  
  207. .tags {
  208. color:#888888;
  209. padding:5px 5px 5px 5px;
  210. text-transform:lowercase;
  211. font-size:10px;
  212. background-color:{color:tags}; }
  213.  
  214. .chat {
  215. border-bottom:0px solid #D5D5D5;
  216. padding:2px;}
  217.  
  218. .question{
  219. background-color:transparent;
  220. padding:10px;}
  221.  
  222. #footer {
  223. position: relative;
  224. margin-top: -150px;
  225. height: 150px;
  226. clear:both;}
  227.  
  228. #pagination {
  229. width:500px;
  230. font-size:8px;
  231. word-spacing:7px;
  232. text-align:center;
  233. margin-bottom:30px;}
  234.  
  235. .jump_page {
  236. padding:3px;
  237. background-color:#ffffff;}
  238.  
  239. .current_page {
  240. padding:3px;
  241. background-color:#ffffff;
  242. color:#666666}
  243.  
  244.  
  245.  
  246. ol {
  247. list-style-type: none;
  248. margin: 0 0 1.5em 2.5em; }
  249.  
  250. ol.notes li {
  251. width: 420px;
  252. padding: 5px 0;
  253. margin: 0 0 3px -28px;
  254. border-bottom: 1px solid #f5f5f5; }
  255.  
  256. ol.notes li:hover {
  257. border-bottom: 1px solid #f5f5f5; }
  258.  
  259. ol.notes li img {
  260. width:16px;
  261. padding-right: 10px;
  262. margin-bottom: -5px;
  263. opacity: 0.85;
  264. filter:alpha(opacity=85); }
  265.  
  266. ol.notes li img:hover {
  267. opacity: 1;
  268. filter:alpha(opacity=100); }
  269.  
  270. .user_1, .user_3, .user_5, .user_7,
  271. .user_7 , .user_9 .user_11 {
  272. background-color:#f2f2f2;
  273. margin-right:25px;
  274. color:{color:body};}
  275.  
  276. .user_2, .user_4, .user_6, .user_8,
  277. .user_10, .user_12 {
  278. background-color:{color:entry};
  279. color:{color:body};
  280. margin-right:25px;}
  281.  
  282. ul.chat, .chat ol, .chat li {
  283. list-style:none;
  284. margin:0px;
  285. padding:5px;}
  286.  
  287.  
  288. .postquote{
  289.  
  290. padding-right:15px;
  291. width:100%;
  292. font-size:10px;
  293. letter-spacing:0px;
  294.  
  295.  
  296. margin:0px auto 20px;
  297. line-height:15px;
  298. text-align:left;
  299.  
  300. }
  301.  
  302. .quotesource{
  303. text-align:right;
  304. margin-top:-8px;
  305. }
  306.  
  307. .quotesource span{
  308. background-color:white;
  309. padding-left:10px;
  310. }
  311.  
  312. .quoteborder{
  313. border-bottom:0px double #f2f2f2;
  314. }
  315.  
  316. .musicplayer{
  317. width:27px;
  318. height:27px;
  319. overflow:hidden;
  320. z-index:2;
  321. display:block;
  322. background-color:black;
  323. margin:38px 0px 0px 180px;
  324. position:absolute;
  325. opacity:1;
  326. -webkit-transition: all 0.7s ease-in-out;
  327. -moz-transition: all 0.7s ease-in-out;
  328. -o-transition: all 0.7s ease-in-out;
  329. }
  330.  
  331. .audio{
  332. position:absolute;
  333. width:398px;
  334. height:100px;
  335. background-color:black;
  336. margin-left:102px;
  337. }
  338.  
  339. .covers{
  340. width:100px;
  341. height:100px;
  342. }
  343.  
  344. .audioimg{
  345. width:100px;
  346. height:100px;
  347. position:absolute;
  348. }
  349.  
  350. .audioimg img{
  351. float:left;
  352. opacity:1;
  353. width:100px;
  354. }
  355.  
  356. .audioinfo{
  357. display:none;
  358. font-size:11px;
  359. text-transform:uppercase;
  360. margin-bottom:1px;
  361. margin-left:201px;
  362. height:65px;
  363. display:block;
  364. width:299px;
  365. text-align:center;
  366. background-color:white;
  367. padding-top:35px;
  368. letter-spacing:1px;
  369. }
  370.  
  371. {CustomCSS}
  372. </style>
  373.  
  374.  
  375. <body>
  376. <div id="header">
  377. </div>
  378.  
  379. <div id="main">
  380. <div id="container">
  381.  
  382. <div id="sidebar">
  383.  
  384. <center><img src="{image:sidebar}" width="245"></center>
  385.  
  386. <div class="tags"><center>
  387. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a> &emsp;{/block:ifLink1}
  388. {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a> &emsp;{/block:ifLink2}
  389. {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a> &emsp;{/block:ifLink3}
  390. <a href="http://stymshaws.tumblr.com/aboutme">about</a>&emsp;
  391. {block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a> &emsp;{/block:ifLink4}
  392. </big></center></div>
  393. {block:Description}
  394. <div id="side">
  395. {Description}
  396. </div>
  397. <div class="bottom"> </div>{/block:Description}
  398.  
  399. </div>
  400.  
  401. <div id="entry">
  402.  
  403. {block:Posts}
  404.  
  405. <div class="post">
  406.  
  407. {block:Text}
  408. {block:Title}
  409. <div class="title">
  410. <a href="{Permalink}">{Title}</a></div>
  411. {/block:Title}
  412. {Body}
  413. {/block:Text}
  414.  
  415.  
  416. {block:Photo}
  417. <img src="{PhotoURL-500}" />
  418. {block:Caption}
  419. {Caption}
  420. {/block:Caption}
  421. {/block:Photo}
  422.  
  423.  
  424. {block:Photoset}
  425. {Photoset-500}
  426. {block:Caption}
  427. {Caption}
  428. {/block:Caption}
  429. {/block:Photoset}
  430.  
  431.  
  432. {block:Quote}
  433. <div class="postquote">{Quote}</div>
  434. {block:Source}<div class="quoteborder"> </div>
  435. <div class="quotesource"><span>{Source}</span></div>{/block:Source}
  436. {/block:Quote}
  437.  
  438.  
  439. {block:Link}
  440. <div class="title">
  441. <a href="{URL}" {Target}>{Name}</a></div>
  442. {block:Description}
  443. {Description}
  444. {/block:Description}
  445. {/block:Link}
  446.  
  447. {block:Chat}
  448. <ul class="chat">
  449. {block:Lines}
  450. <li class="user_{UserNumber}">
  451. {block:Label}
  452. <span class="label">
  453. {Label}</span>
  454. {/block:Label}
  455. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  456.  
  457.  
  458. {block:Video}
  459. {Video-500}
  460. {block:Caption}
  461. {Caption}
  462. {/block:Caption}
  463. {/block:Video}
  464.  
  465.  
  466. {block:Audio}
  467. <div class="audio"><div class="musicplayer">{AudioPlayerBlack}</div></div>
  468. <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>
  469. {Caption}
  470. {/block:Audio}
  471.  
  472. {block:Answer}
  473. <div class="tags">
  474. <b>{Asker}:</b> {Question}
  475. </div>
  476. {Answer}
  477. {/block:Answer}
  478.  
  479. <table style="font-size:8px;color:{color:links};border-top:1px solid #f0f0f0;margin-top:15px;" width="100%"><tr><td>
  480. {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}
  481. {block:ContentSource} <a href="{SourceURL}"></a> {/block:ContentSource}
  482.  
  483. <td style="text-align:right;">
  484. {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date}
  485. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  486. </td></tr></table>
  487. </div>
  488.  
  489. <div class="bottom"> </div>
  490.  
  491. <div class="space"> </div>
  492.  
  493. {block:PostNotes}
  494. <div class="post">
  495. {PostNotes}
  496. </div>
  497. {/block:PostNotes}
  498.  
  499. {/block:Posts}
  500.  
  501. <div id=pagination>{block:Pagination}
  502. {block:PreviousPage}
  503. <a class="jump_page" href="{PreviousPage}">&larr;</a>
  504. {/block:PreviousPage}
  505.  
  506. {block:JumpPagination length="5"}
  507. {block:CurrentPage}
  508. <span class="current_page">{PageNumber}</span>
  509. {/block:CurrentPage}
  510.  
  511. {block:JumpPage}
  512. <a class="jump_page" href="{URL}">{PageNumber}</a>
  513. {/block:JumpPage}
  514. {/block:JumpPagination}
  515.  
  516. {block:NextPage}
  517. <a class="jump_page" href="{NextPage}">&rarr;</a>
  518. {/block:NextPage}
  519. {/block:Pagination}</div>
  520.  
  521. </div>
  522. </div>
  523. </div
  524.  
  525. <div class="footer">
  526.  
  527. </div>
  528.  
  529. </body>
  530. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement