Advertisement
rasperries

feelin22

Jul 1st, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.96 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:150px;
  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:times new roman;
  128. font-weight:bold;
  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:times new roman;
  140. font-size:14px;
  141. font-weight:bold;
  142. font-color:#cccccc;
  143. text-align:left;}
  144.  
  145. .sidelinks {
  146. text-align:left;}
  147.  
  148. .sidelinks a {
  149. padding:0 3px 0 0;
  150. background-color:#ffffff;
  151. font-family:times new roman;
  152. font-size:10px;
  153. text-transform:lowercase;
  154. letter-spacing:1px; }
  155.  
  156. .sidelinks a:hover {
  157. background-color:#ffffff; }
  158.  
  159. #entry {
  160. float:right;
  161. margin-left:5px;}
  162.  
  163. .post {
  164. background-color:{color:entry};
  165. padding:10px 10px 85px 10px;
  166. width:500px;}
  167.  
  168. .label1{
  169. font-family:georgia;
  170. color:{color:date};}
  171.  
  172. .title, .title a {
  173. display:block;
  174. font-family:{font:title};
  175. color:{color:title};
  176. font-size:9px;
  177. text-align:left;
  178. text-transform:lowercase;
  179. padding:0px 3px 0px 3px;}
  180.  
  181. .title a:hover {
  182. color:{color:date}; }
  183.  
  184. .date {
  185. background-color:{color:date};
  186. padding:3px 5px 3px 5px;}
  187.  
  188. .date, .date a {
  189. display:block;
  190. font-family:georgia;
  191. text-align:center;
  192. color:#0000000;
  193. text-transform:lowercase; }
  194.  
  195. .links {
  196. color:#888888;
  197. padding:5px 5px 5px 5px;
  198. text-transform:lowercase;
  199. font-size:10px;
  200. background-color:#f8f8f8; }
  201.  
  202. .tags {
  203. color:#888888;
  204. padding:5px 5px 5px 5px;
  205. text-transform:lowercase;
  206. font-size:9px;
  207. background-color:{color:tags}; }
  208.  
  209. .chat {
  210. border-bottom:0px solid #D5D5D5;
  211. padding:2px;}
  212.  
  213. .question{
  214. background-color:transparent;
  215. padding:10px;}
  216.  
  217. #footer {
  218. position: relative;
  219. margin-top: -150px;
  220. height: 150px;
  221. clear:both;}
  222.  
  223. /*pagination*/
  224.  
  225. .pagination { text-align:right; color:#ffffff; }
  226. .current_page { background-color:#000000; padding:5px; margin:1px; }
  227. .jump_page, .next { background-color:#f2f2f2; padding:5px; margin:1px; }
  228.  
  229. .quotesource{
  230. text-align:right;
  231. margin-top:-8px;
  232. }
  233.  
  234. .quotesource span{
  235. background-color:white;
  236. padding-left:10px;
  237. }
  238.  
  239. .quoteborder{
  240. border-bottom:0px double #f2f2f2;
  241. }
  242.  
  243. ol {
  244. list-style-type: none;
  245. margin: 0 0 1.5em 2.5em; }
  246.  
  247. ol.notes li {
  248. width: 420px;
  249. padding: 5px 0;
  250. margin: 0 0 3px -28px;
  251. border-bottom: 1px solid #f5f5f5; }
  252.  
  253. ol.notes li:hover {
  254. border-bottom: 1px solid #f5f5f5; }
  255.  
  256. ol.notes li img {
  257. width:16px;
  258. padding-right: 10px;
  259. margin-bottom: -5px;
  260. opacity: 0.85;
  261. filter:alpha(opacity=85); }
  262.  
  263. ol.notes li img:hover {
  264. opacity: 1;
  265. filter:alpha(opacity=100); }
  266.  
  267. .user_1, .user_3, .user_5, .user_7,
  268. .user_7 , .user_9 .user_11 {
  269. background-color:#f2f2f2;
  270. margin-right:25px;
  271. color:{color:body};}
  272.  
  273. .user_2, .user_4, .user_6, .user_8,
  274. .user_10, .user_12 {
  275. background-color:{color:entry};
  276. color:{color:body};
  277. margin-right:25px;}
  278.  
  279. ul.chat, .chat ol, .chat li {
  280. list-style:none;
  281. margin:0px;
  282. padding:5px;}
  283.  
  284. /*audio*/
  285.  
  286. .player {
  287. width:25px;
  288. height:25px;
  289. overflow:hidden;
  290. margin-left:12px;
  291. padding:5px;
  292. position:absolute;
  293. margin-top:12px;
  294. background:white;
  295. z-index:2;}
  296.  
  297. .audioinfo {
  298. text-align:right;
  299. z-index:2;
  300. position:absolute;
  301. padding-top:12px;
  302. text-transform:uppercase;
  303. width:430px;
  304. font-size:10px;
  305. margin-left:50px;
  306. }
  307.  
  308.  
  309. .playerback {height:58px;
  310. background-color:#fafafa;
  311. }
  312.  
  313. #theme{
  314. position:fixed;
  315. bottom:12px;
  316. right:12px;
  317. -webkit-border-radius:100px;
  318. padding:3px 5px 2px;
  319. text-transform:lowercase;
  320. -webkit-transition:0.6s ease-in;
  321. cursor:default;
  322. font-size:7px;
  323. color:white;
  324. }
  325.  
  326. #theme:hover{
  327. background-color:{color:white};
  328. color:white;
  329. }
  330.  
  331. {CustomCSS}
  332. </style>
  333.  
  334.  
  335. <body>
  336. <div id="header">
  337. </div>
  338.  
  339. <div id="main">
  340. <div id="container">
  341.  
  342. <div id="sidebar">
  343. <div class="side-title">
  344. <a href="/">{Title}</a></div>
  345. <br>
  346. <div class="description">{Description}<br><br>
  347.  
  348. <div class="sidelinks">
  349. <a href="/ask">ask</a><br>
  350. <a href="/tags">tags</a><br>
  351. <a href="/tagged/*">mine</a><br>
  352. <a href="http://stymshaw.tumblr.com">personal</a><br>
  353.  
  354. </div>
  355.  
  356. <br><br>
  357.  
  358. <div style="text-align:center; padding-top:10px;font-size:9px;margin-top:10px; margin-bottom:40px;">
  359. {block:Pagination}
  360.  
  361. {block:PreviousPage}
  362. <a href="{PreviousPage}">recent</a>
  363. {/block:PreviousPage}
  364. &mdash;
  365. {block:NextPage}
  366. <a href="{NextPage}">older</a>
  367. {/block:NextPage}
  368. {/block:Pagination}<BR>
  369.  
  370. </div></div></div>
  371.  
  372. <div id="entry">
  373.  
  374. {block:Posts}
  375.  
  376. <div class="post">
  377.  
  378. {block:Text}
  379. {block:Title}
  380. <div class="title">
  381. <a href="{Permalink}">{Title}</a></div>
  382. {/block:Title}
  383. {Body}
  384. {/block:Text}
  385.  
  386.  
  387. {block:Photo}
  388. <img src="{PhotoURL-500}" />
  389. {block:Caption}
  390. {Caption}
  391. {/block:Caption}
  392. {/block:Photo}
  393.  
  394.  
  395. {block:Photoset}
  396. {Photoset-500}
  397. {block:Caption}
  398. {Caption}
  399. {/block:Caption}
  400. {/block:Photoset}
  401.  
  402.  
  403. {block:Quote}
  404. <div class="postquote">{Quote}</div><br><br>
  405. {block:Source}<div class="quoteborder"> </div>
  406. <div class="quotesource"><span>{Source}</span></div>{/block:Source}
  407. {/block:Quote}
  408.  
  409. {block:Link}
  410. <div class="title">
  411. <a href="{URL}" {Target}>{Name}</a></div>
  412. {block:Description}
  413. {Description}
  414. {/block:Description}
  415. {/block:Link}
  416.  
  417. {block:Chat}
  418. <ul class="chat">
  419. {block:Lines}
  420. <li class="user_{UserNumber}">
  421. {block:Label}
  422. <span class="label">
  423. {Label}</span>
  424. {/block:Label}
  425. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  426.  
  427.  
  428. {block:Video}
  429. {Video-500}
  430. {block:Caption}
  431. {Caption}
  432. {/block:Caption}
  433. {/block:Video}
  434.  
  435.  
  436. {block:Audio}
  437.  
  438. <div class="audioinfo">
  439. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  440. </div>
  441. <div class="playerback">
  442. <div class="player">{AudioPlayerWhite}</div>
  443. </div>
  444. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  445. {/block:Audio}
  446.  
  447.  
  448. {block:Answer}
  449. <div class="tags">
  450. <b>{Asker}:</b> {Question}
  451. </div>
  452. {Answer}
  453. {/block:Answer}
  454.  
  455.  
  456. {block:HasTags} <div class="tags" style="margin-top:10px;">{block:Tags} #<a href="{TagURL}">{Tag}</a> &nbsp;&nbsp;{/block:Tags} </div>{/block:HasTags}
  457. <table style="font-family:helvetica;font-size:9px;color:{color:hover};border-top:1px solid #f0f0f0;margin-top:10px;" width="100%"><tr><td>
  458. {block:RebloggedFrom} via: <a href="{ReblogParentURL}">{ReblogParentName}</a> / {/block:RebloggedFrom}
  459. {block:ContentSource} source: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}
  460. </td>
  461.  
  462. <td style="text-align:right;">
  463. {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date}
  464. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  465. </td></tr></table>
  466. </div>
  467.  
  468. <div class="bottom"> </div>
  469.  
  470. <div class="space"> </div>
  471.  
  472. {block:PostNotes}
  473. <div class="post">
  474. {PostNotes}
  475. </div>
  476. {/block:PostNotes}
  477.  
  478. {/block:Posts}
  479. </div>
  480.  
  481. </div>
  482.  
  483. </div>
  484. </div>
  485. </div>
  486. <div id="theme"><script language="JavaScript">
  487. var ref = (''+document.referrer+'');
  488. var w_h = window.screen.width + " x " + window.screen.height;
  489. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3539933&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');</script></div></a>
  490. </body>
  491. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement