Advertisement
rasperries

the national (mc sb)

Feb 5th, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.98 KB | None | 0 0
  1. <!---
  2.  
  3. theme by mcpoyles
  4.  
  5. --->
  6.  
  7. <html>
  8. <head>
  9.  
  10. <!-- DEFAULT VARIABLES -->
  11. <meta name="font:body" content="arial" />
  12. <meta name="font:title" content="georgia" />
  13. <meta name="font:sidelinks" content="georgia" />
  14.  
  15. <meta name="color:background" content="#ffffff" />
  16. <meta name="color:body" content="#747474" />
  17. <meta name="color:links" content="#A8A8A8" />
  18. <meta name="color:hover" content="#757575" />
  19. <meta name="color:entry" content="#ffffff" />
  20. <meta name="color:side" content="#ffffff" />
  21. <meta name="color:date" content="#0000000" />
  22. <meta name="color:tags" content="#f8f8f8" />
  23. <meta name="color:bottom" content="#ffffff" />
  24. <meta name="color:sidelinks" content="#ffffff" />
  25. <meta name="color:sidelinks hover" content="#cccccc" />
  26. <meta name="color:navigation" content="#666666" />
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:Link1" content=""/>
  31. <meta name="text:Link1 URL" content=""/>
  32. <meta name="text:Link2" content=""/>
  33. <meta name="text:Link2 URL" content=""/>
  34. <meta name="text:Link3" content=""/>
  35. <meta name="text:Link3 URL" content=""/>
  36. <meta name="text:Link4" content=""/>
  37. <meta name="text:Link4 URL" content=""/>
  38.  
  39. <title>{Title}</title>
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42. {block:Description}
  43. <meta name="description" content="{MetaDescription}" />
  44. {/block:Description}
  45. </head>
  46.  
  47. <style type="text/css">
  48. 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;
  49. text-align:left;
  50. color:{color:body};
  51. background-color:{color:background};
  52. font-family:{font:body};
  53. font-size:9px; }
  54.  
  55. blockquote{
  56. margin-left:0px;
  57. border-left:1px solid #f2f2f2;
  58. padding-left:5px;
  59. width:95%;
  60. }
  61.  
  62. b, em, bold, .question a {
  63. font-family:georgia;
  64. font-weight:normal;
  65. text-transform:lowercase;
  66. color:#666666;}
  67.  
  68. 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};
  69. text-decoration: none;
  70. color:{color:links};
  71. text-decoration:none;
  72. -moz-transition:0.3s ease-in;
  73. -webkit-transition: 0.3s ease-in;
  74. -o-transition:0.3s ease-in;
  75. transition:0.3s ease-in; }
  76.  
  77. 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;
  78. color: {color:hover};
  79. text-decoration:none;}
  80.  
  81. #wrap {
  82. min-height: 100%; }
  83.  
  84. #header {
  85. padding:5px 0px 5px 0px;
  86. min-width:100%;
  87. margin-bottom:60px;
  88. text-align:center; }
  89.  
  90. #main {
  91. padding:10px; }
  92.  
  93. #container{
  94. width:800px;
  95. left:200px;
  96. position:relative;}
  97.  
  98. .bottom{
  99. background-color:{color:bottom};
  100. padding:10px 0px 0px 0px;}
  101.  
  102. .space{
  103. margin-bottom:20px;}
  104.  
  105. #sidebar {
  106. padding:5px;
  107. width:175px;
  108. float:left;
  109. left:175px;
  110. top:120px;
  111. position:fixed;
  112. background-color:#ffffff;
  113. margin-right:5px;
  114. margin-top:0px;
  115. border-right:1px solid #ebebeb;
  116. padding-right:20px;}
  117.  
  118. .description {
  119. text-align:justify;
  120. line-height:12px;
  121. color:#636363;
  122. font-size:10px;
  123. font-family:times new roman;
  124. font-style:;}
  125.  
  126. .side-title {
  127. font-family:georgia;
  128. font-weight:italic;
  129. font-size:16px;
  130. font-color:#cccccc;
  131. text-align:left;
  132. padding-bottom:0;
  133. -webkit-transform: skew(-0deg, 0deg);
  134. -moz-transform: skew(-0deg, 0deg);
  135. -o-transform: skew(-0deg, 0deg);
  136. margin-bottom:0;}
  137.  
  138. .side-title a {
  139. font-family:georgia;
  140. font-size:15px;
  141. font-weight:lighter;
  142. font-style:;
  143. font-color:#cccccc;
  144. text-align:left;}
  145.  
  146. .sidelinks {
  147. text-align:left;}
  148.  
  149. .sidelinks a {
  150. padding:0 3px 0 0;
  151. background-color:#ffffff;
  152. font-family:georgia;
  153. font-weight:lighter;
  154. font-size:10px;
  155. text-transform:lowercase;
  156. letter-spacing:px; }
  157.  
  158. .sidelinks a:hover {
  159. background-color:#ffffff; }
  160.  
  161. #entry {
  162. float:right;
  163. margin-left:5px;}
  164.  
  165. .post {
  166. background-color:{color:entry};
  167. padding:10px 10px 85px 10px;
  168. width:500px;}
  169.  
  170. .label1{
  171. font-family:georgia;
  172. color:{color:date};}
  173.  
  174. .title, .title a {
  175. display:block;
  176. font-family:{font:title};
  177. color:{color:title};
  178. font-size:9px;
  179. text-align:left;
  180. text-transform:lowercase;
  181. padding:0px 3px 0px 3px;}
  182.  
  183. .title a:hover {
  184. color:{color:date}; }
  185.  
  186. .date {
  187. background-color:{color:date};
  188. padding:3px 5px 3px 5px;}
  189.  
  190. .date, .date a {
  191. display:block;
  192. font-family:georgia;
  193. text-align:center;
  194. color:#0000000;
  195. text-transform:lowercase; }
  196.  
  197. .links {
  198. color:#888888;
  199. padding:5px 5px 5px 5px;
  200. text-transform:lowercase;
  201. font-size:10px;
  202. background-color:#f8f8f8; }
  203.  
  204. .tags {
  205. color:#888888;
  206. padding:5px 5px 5px 5px;
  207. text-transform:lowercase;
  208. font-size:9px;
  209. background-color:{color:tags}; }
  210.  
  211. .chat {
  212. border-bottom:0px solid #D5D5D5;
  213. padding:2px;}
  214.  
  215. .question{
  216. background-color:transparent;
  217. padding:10px;}
  218.  
  219. #footer {
  220. position: relative;
  221. margin-top: -150px;
  222. height: 150px;
  223. clear:both;}
  224.  
  225. /*pagination*/
  226.  
  227. .pagination { text-align:right; color:#ffffff; }
  228. .current_page { background-color:#000000; padding:5px; margin:1px; }
  229. .jump_page, .next { background-color:#f2f2f2; padding:5px; margin:1px; }
  230.  
  231. .quotesource{
  232. text-align:right;
  233. margin-top:-8px;
  234. }
  235.  
  236. .quotesource span{
  237. background-color:white;
  238. padding-left:10px;
  239. }
  240.  
  241. .quoteborder{
  242. border-bottom:0px double #f2f2f2;
  243. }
  244.  
  245. ol {
  246. list-style-type: none;
  247. margin: 0 0 1.5em 2.5em; }
  248.  
  249. ol.notes li {
  250. width: 420px;
  251. padding: 5px 0;
  252. margin: 0 0 3px -28px;
  253. border-bottom: 1px solid #f5f5f5; }
  254.  
  255. ol.notes li:hover {
  256. border-bottom: 1px solid #f5f5f5; }
  257.  
  258. ol.notes li img {
  259. width:16px;
  260. padding-right: 10px;
  261. margin-bottom: -5px;
  262. opacity: 0.85;
  263. filter:alpha(opacity=85); }
  264.  
  265. ol.notes li img:hover {
  266. opacity: 1;
  267. filter:alpha(opacity=100); }
  268.  
  269. .user_1, .user_3, .user_5, .user_7,
  270. .user_7 , .user_9 .user_11 {
  271. background-color:#f2f2f2;
  272. margin-right:25px;
  273. color:{color:body};}
  274.  
  275. .user_2, .user_4, .user_6, .user_8,
  276. .user_10, .user_12 {
  277. background-color:{color:entry};
  278. color:{color:body};
  279. margin-right:25px;}
  280.  
  281. ul.chat, .chat ol, .chat li {
  282. list-style:none;
  283. margin:0px;
  284. padding:5px;}
  285.  
  286. /*audio*/
  287.  
  288. .player {
  289. width:25px;
  290. height:25px;
  291. overflow:hidden;
  292. margin-left:12px;
  293. padding:5px;
  294. position:absolute;
  295. margin-top:12px;
  296. background:white;
  297. z-index:2;}
  298.  
  299. .audioinfo {
  300. text-align:right;
  301. z-index:2;
  302. position:absolute;
  303. padding-top:12px;
  304. text-transform:;
  305. width:430px;
  306. font-size:10px;
  307. margin-left:50px;
  308. }
  309.  
  310.  
  311. .playerback {height:58px;
  312. background-color:#fafafa;
  313. }
  314.  
  315. #theme{
  316. position:fixed;
  317. bottom:12px;
  318. right:12px;
  319. -webkit-border-radius:100px;
  320. padding:3px 5px 2px;
  321. text-transform:lowercase;
  322. -webkit-transition:0.6s ease-in;
  323. cursor:default;
  324. font-size:7px;
  325. color:white;
  326. }
  327.  
  328. #theme:hover{
  329. background-color:{color:white};
  330. color:white;
  331. }
  332.  
  333. {CustomCSS}
  334. </style>
  335.  
  336.  
  337. <body>
  338. <div id="header">
  339. </div>
  340.  
  341. <div id="main">
  342. <div id="container">
  343.  
  344. <div id="sidebar">
  345. <div class="side-title">
  346. <a href="/">{Title}</a></div>
  347. <br>
  348. <div class="description">{Description}<br><br>
  349.  
  350. <div class="sidelinks">
  351. <a href="/ask">ask</a><br>
  352. <a href="/tagss">tags</a><br>
  353. <a href="/mine">mine</a><br>
  354. <a href="/aboutme">about</a><br>
  355. <a href="/archive">archive</a><br>
  356.  
  357.  
  358. </div>
  359.  
  360. <br><br>
  361.  
  362. <div style="text-align:center; padding-top:10px;font-size:10px;margin-top:10px; margin-bottom:40px;">
  363. {block:Pagination}
  364.  
  365. {block:PreviousPage}
  366. <a href="{PreviousPage}">recent</a>
  367. {/block:PreviousPage}
  368. &mdash;
  369. {block:NextPage}
  370. <a href="{NextPage}">older</a>
  371. {/block:NextPage}
  372. {/block:Pagination}<BR>
  373.  
  374. </div></div></div>
  375.  
  376. <div id="entry">
  377.  
  378. {block:Posts}
  379.  
  380. <div class="post">
  381.  
  382. {block:Text}
  383. {block:Title}
  384. <div class="title">
  385. <a href="{Permalink}">{Title}</a></div>
  386. {/block:Title}
  387. {Body}
  388. {/block:Text}
  389.  
  390.  
  391. {block:Photo}
  392. <img src="{PhotoURL-500}" />
  393. {block:Caption}
  394. {Caption}
  395. {/block:Caption}
  396. {/block:Photo}
  397.  
  398.  
  399. {block:Photoset}
  400. {Photoset-500}
  401. {block:Caption}
  402. {Caption}
  403. {/block:Caption}
  404. {/block:Photoset}
  405.  
  406.  
  407. {block:Quote}
  408. <div class="postquote">{Quote}</div><br><br>
  409. {block:Source}<div class="quoteborder"> </div>
  410. <div class="quotesource"><span>{Source}</span></div>{/block:Source}
  411. {/block:Quote}
  412.  
  413. {block:Link}
  414. <div class="title">
  415. <a href="{URL}" {Target}>{Name}</a></div>
  416. {block:Description}
  417. {Description}
  418. {/block:Description}
  419. {/block:Link}
  420.  
  421. {block:Chat}
  422. <ul class="chat">
  423. {block:Lines}
  424. <li class="user_{UserNumber}">
  425. {block:Label}
  426. <span class="label">
  427. {Label}</span>
  428. {/block:Label}
  429. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  430.  
  431.  
  432. {block:Video}
  433. {Video-500}
  434. {block:Caption}
  435. {Caption}
  436. {/block:Caption}
  437. {/block:Video}
  438.  
  439.  
  440. {block:Audio}
  441.  
  442. <div class="audioinfo">
  443. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  444. </div>
  445. <div class="playerback">
  446. <div class="player">{AudioPlayerWhite}</div>
  447. </div>
  448. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  449. {/block:Audio}
  450.  
  451.  
  452. {block:Answer}
  453. <div class="tags">
  454. <b>{Asker}:</b> {Question}
  455. </div>
  456. {Answer}
  457. {/block:Answer}
  458.  
  459.  
  460. {block:HasTags} <div class="tags" style="margin-top:10px;">{block:Tags} #<a href="{TagURL}">{Tag}</a> &nbsp;&nbsp;{/block:Tags} </div>{/block:HasTags}
  461. <table style="font-family:helvetica;font-size:9px;color:{color:hover};border-top:1px solid #f0f0f0;margin-top:10px;" width="100%"><tr><td>
  462. {block:RebloggedFrom} via: <a href="{ReblogParentURL}">{ReblogParentName}</a> / {/block:RebloggedFrom}
  463. {block:ContentSource} source: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}
  464. </td>
  465.  
  466. <td style="text-align:right;">
  467. {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date}
  468. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  469. </td></tr></table>
  470. </div>
  471.  
  472. <div class="bottom"> </div>
  473.  
  474. <div class="space"> </div>
  475.  
  476. {block:PostNotes}
  477. <div class="post">
  478. {PostNotes}
  479. </div>
  480. {/block:PostNotes}
  481.  
  482. {/block:Posts}
  483. </div>
  484.  
  485. </div>
  486.  
  487. </div>
  488. </div>
  489. </div>
  490. <div id="theme"><script language="JavaScript">
  491. var ref = (''+document.referrer+'');
  492. var w_h = window.screen.width + " x " + window.screen.height;
  493. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3539933&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');</script></div></a>
  494. </body>
  495. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement