Advertisement
rasperries

iwrote 2.0

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