Advertisement
rasperries

left mcp new

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