Advertisement
rpservice

EDITED THEME #1 | rpservice

Mar 28th, 2013
2,913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.89 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!-----
  5.  
  6. all credits goes to sibunas, tashabartons & steferine. theme edited by rpservice.
  7.  
  8. ----->
  9.  
  10.  
  11. <html>
  12. <head>
  13.  
  14.  
  15. <!------------------- DEFAULT VARIABLES ---------------------->
  16.  
  17. <meta name="color:background" content="#FDF8E1" />
  18. <meta name="color:sidebar" content="#FAF4D9" />
  19. <meta name="color:posts" content="#FAF4D9" />
  20. <meta name="color:post border" content="#D8B05F" />
  21. <meta name="color:text" content="#B3AE89" />
  22. <meta name="color:link" content="#E2AF4A" />
  23. <meta name="color:hover" content="#D8B05F" />
  24.  
  25.  
  26. <meta name="font:title" content="georgia" />
  27. <meta name="font:body" content="georgia" />
  28. <meta name="font:links" content="georgia" />
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:navbar bg" content=""/>
  32.  
  33.  
  34. <meta name="text:link 1" content="link 1" />
  35. <meta name="text:link 1 url" content="/" />
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40. <link rel="shortcut icon" href="{Favicon}" />
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  42.  
  43.  
  44.  
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49. ::-webkit-scrollbar {width: 8px; height:6px; background:{color:background};-moz-border-radius: 5px;border-radius: 55px;}
  50. ::-webkit-scrollbar-corner {background:{color:background};}
  51. ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 15px;}
  52. ::-webkit-scrollbar-thumb {border-radius: 15px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
  53. ::-webkit-scrollbar-thumb:vertical {background:{color:sidebar};}
  54. ::-webkit-scrollbar-thumb:horizontal {background:{color:sidebar};}
  55. ::selection, ::-moz-selection {background-color: {color:sidebar}; color: #fff;}
  56.  
  57.  
  58.  
  59. body {color:{color:text}; background-color:{color:background}; background-attachment:fixed; font-family:{font:body}; font-size:9px; line-height:11px; text-align:justify}
  60.  
  61.  
  62. a:link, a:active, a:visited{color:{color:link};text-decoration:none; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  63.  
  64. a:hover{color:{color:hover}; opacity: 0.7; margin-bottom: 0px; background-color:transparent; -webkit-transition: all 0.4s ease-in; -moz-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in; transition: all 0.4s ease-in;}
  65.  
  66.  
  67.  
  68.  
  69. #content {
  70. float: left;
  71. position: absolute;
  72. width: 800px;
  73. margin: 0 10px 0 413px;
  74. }
  75.  
  76.  
  77. #entries {position:absolute;width:530px; margin-left:58px; margin-top:10px; font-size:10px;}
  78. #posts {background-color:{color:posts}; padding:15px;border:1px solid {color:post border}}
  79.  
  80.  
  81.  
  82. #sidebar {
  83. float: left;
  84. position: fixed;
  85. margin-left: 196px;
  86. text-align: justify;
  87. top: -10px;
  88. width: 230px;
  89. height: 2000px;
  90. padding: 60px 10px 0 10px;
  91. background-color:{color:sidebar};
  92. }
  93.  
  94. #sbarimg {margin-top:40px}
  95. #sbarimg img {max-width:215px; height:auto; text-align:center; margin-bottom:10px; border: 8px solid {color:background}}
  96.  
  97.  
  98. #navbar {position:fixed; width:200px; height:100%; margin-left:-10px; margin-top:-8px; background-color:{color:navbar}; background-image:url('{image:navbar bg}'); background-attachment:fixed; border-right:6px solid {color:background}}
  99.  
  100. #sbarnav {margin-top:-6px; margin-left:2px}
  101. #sbarnav a {width:74px; height:8px; line-height:9px; font-family:{font:body}; font-size:9px; text-transform:uppercase; text-align:center; padding:3px 0 3px 0; display:inline-block; margin-top:1px; margin-bottom:1px; letter-spacing:1px; background-color:{color:background}; color:{color:text}; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
  102. #sbarnav a:hover {border:none; background-color:{color:nav hover}; color:{color:nav text}; letter-spacing:2px; -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out}
  103.  
  104. #sidebar2 {width: 133px; margin: 200px 0px 0px 970px; height: 160px; float: left; position: fixed; background-color: transparent;}
  105.  
  106. #blogtitle {padding-top: 5px; margin-left: 55px; width: 155px; line-height: 102%; font-size:17px; font-style:italic; font-family:{font:title}; color:{color:title}; text-align:center}
  107.  
  108. #borderdesc {margin-top: 3px; border-top: 5px solid {color:background}; width: 230px; margin-left: 1px;}
  109.  
  110. #description {width: 215px; margin-left:7px; padding-top: 15px;}
  111.  
  112. #portrait {
  113. height: 64px;
  114. width: 64px;
  115. background-color: {color:archive};
  116. margin: 200px 0 0 1055px;
  117. text-align: center;
  118. padding: 9px;
  119. position: fixed;
  120. float: left;
  121. -moz-border-radius: 3px;
  122. -webkit-border-radius: 3px;
  123. -webkit-transition: all 0.4s ease-in;
  124. -moz-transition: all 0.4s ease-in;
  125. -o-transition: all 0.4s ease-in;
  126. transition: all 0.4s ease-in;
  127. }
  128.  
  129. #sidebar2 {width: 200px; margin: 200px 0px 0px 950px; height: 83px; float: left; position: fixed; z-index: 1000; background-color: transparent; border-right: {color:archive} solid 2px;}
  130.  
  131.  
  132.  
  133.  
  134.  
  135. #permalink {
  136. height: auto;
  137. width: 500px;
  138. padding: 5px 10px 5px 10px;
  139. background-color: {color:permalink};
  140. margin-top: 10px;
  141. margin-left: -10px;
  142. font-size: 9px;
  143. text-align: right;
  144. border-bottom-left-radius: 0px;
  145. border-bottom-right-radius: 0px;
  146.  
  147. }
  148.  
  149. #permalink:hover {
  150. background-color: {color:permalink hover};
  151. }
  152.  
  153. #permalink a {color:{color:link}; font-family: trebuchet ms; text-transform: uppercase;}
  154. #permalink a:hover {letter-spacing: 2px; color: {color:hover};}
  155.  
  156.  
  157. #pagination {text-align:center; line-height:20px; font-family:{font:body}; font-size:10px; margin-top:6px; border; 2px solid; {color:background}}
  158. #pagination a {background-color{color:background}; padding: 2px 4px 2px 4px; color:{color:text}}
  159. #pagination a:hover {border:none; background-color:{color:background}; color:{color:text}}
  160.  
  161. #info {width:489px; padding:6px; background-color:{color:background}; color:{color:text}; {block:ifuppercaseinfo}font:6px {font:body}; text-transform:uppercase;{/block:ifuppercaseinfo} {block:ifnotuppercaseinfo}font: 9px {font:body};{/block:ifnotuppercaseinfo} line-height:120%; text-align:center; letter-spacing:1px; margin-top:15px; opacity:0.7; -webkit-transition:opacity 0.8s linear; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out}
  162. #info:hover {opacity:1; -webkit-transition: opacity 0.8s linear; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out}
  163. #info a {color:{color:link}}
  164. #info a:hover {color:{color:text}}
  165.  
  166. #tags {position:absolute; width:235px; background-color:transparent; margin-left:525px; color:{color:text}; font:9px lora; {block:iflowercasetags}text-transform:lowercase;{/block:iflowercasetags} text-align:left; letter-spacing:1px; font-style:italic; opacity:0; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s}
  167. #tags a {color:{color:link}; line-height:20px; background-color:{color:entries}; padding:3px; border:1px solid {color:entries border}}
  168. #tags a:hover {color:{color:text}}
  169. .num {color:{color:text}}
  170.  
  171. .user_1 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  172. .user_2 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  173. .user_3 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  174. .user_4 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  175. .user_5 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  176. .user_6 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  177. .user_7 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  178. .user_8 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  179. .user_9 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  180. .user_10 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  181.  
  182. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  183.  
  184. #asks {text-align:center; padding:19px; background-color:{color:background}}
  185. .asker {margin-bottom:-8px; line-height:100%; font-size:31px; letter-spacing:1px; font-style:italic}
  186. #answers {margin-left:3px; margin-top:14px}
  187.  
  188. #title1 {font-size:16px; font-style:italic; font-family:{font:title}; color:{color:title}}
  189. #title2 {font-size:14px; font-style:italic; font-family:{font:title}; color:{color:title}}
  190.  
  191. #audios {width:100%; height:100px; margin-bottom:5px}
  192. .albumart {float:left; width:100px; height:100px}
  193. .player {width:25px; height:25px; margin-top:34px; margin-left:33px; overflow:hidden; position:absolute; padding:3px; opacity:0.4; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out}
  194. .player:hover {opacity:0.7; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out}
  195. .audioinfo {margin-left:110px; line-height:150%; font-family:{font:body}; font-size:10px}
  196.  
  197. #source {margin-top:3px; text-align:right; margin-bottom:5px; font-size:10px}
  198.  
  199. b, strong {color:{color:title}}
  200. i, em {color:{color:text}}
  201. p {margin-top:5px; margin-bottom:5px}
  202. blockquote {border-left:2px solid {color:text}; padding-left:5px; margin:0px 2px 0px 10px}
  203.  
  204. </style>
  205. </head>
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213. <body>
  214.  
  215. <div id="sidebar">
  216.  
  217. <div id="sbarimg" align="center"><img src="{image:sidebar}" /></div>
  218. <div id="sbarnav">
  219. <a href="/">REFRESH</a>
  220. <a href="/ask">message</a>
  221. <a href="{text:link 1 url}">{text:link 1}</a>&nbsp;<br></div>
  222. <p>
  223. <div id="borderdesc"></div>
  224. {block:Description}<div id="description">{Description}</div>{/block:Description}
  225. <p>
  226. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} {block:JumpPagination length="4"}&nbsp;&nbsp;{block:CurrentPage}{PageNumber}{/block:CurrentPage}&nbsp;{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination} {block:NextPage}<a href="{NextPage}">&raquo;</a> {/block:NextPage}{/block:Pagination}</div>
  227.  
  228.  
  229. </div>
  230.  
  231.  
  232.  
  233.  
  234. <div id="navbar">
  235. </div>
  236.  
  237. <div id="content">
  238. <div id="entries">{block:Posts}<div id="posts">
  239.  
  240. {block:HasTags}<div id="tags">
  241. {block:Tags}<div style="margin-bottom:2px"><a href="/tagged/{Tag}"><span class="num">#</span>{Tag}</a></div>{/block:Tags}
  242. </div>{/block:HasTags}
  243.  
  244. {block:Quote}
  245. <div id="title2">❝ {Quote} ❞</div>
  246. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  247. {/block:Quote}
  248.  
  249. {block:Title}<div id="title1">{Title}</div>{/block:Title}
  250. {block:Text}{Body}{/block:Text}
  251.  
  252. {block:Link}
  253. <div id="title1"><a href="{URL}" class="link" {Target}>→ {Name}</a></div>
  254. {block:Description}<div class="description">{Description}</div>{/block:Description}
  255. {/block:Link}
  256.  
  257. {block:Photo}
  258. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  259. {block:Caption}{Caption}{/block:Caption}
  260. {/block:Photo}
  261.  
  262. {block:Photoset}
  263. <center>{Photoset-500}</center>
  264. {block:Caption}{Caption}{/block:Caption}
  265. {/block:Photoset}
  266.  
  267. {block:Chat}
  268. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">
  269. {block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  270. {/block:Chat}
  271.  
  272. {block:Video}
  273. {Video-500}
  274. {block:Caption}{Caption}{/block:Caption}
  275. {/block:Video}
  276.  
  277. {block:Answer}
  278. <div id="asks"><div class="asker">{Asker} said,</div>
  279. <br>{Question}</div>
  280. <div id="answers">{Answer}</div>
  281. {/block:Answer}
  282.  
  283. {block:Audio}
  284. <div id="audios">
  285. <div class="player">{AudioPlayerWhite}</div>
  286. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  287. <div class="audioinfo"><br>
  288. <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
  289. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
  290. <b>Album:</b> {block:Album}{Album}{/block:Album}<br>
  291. <b>Played:</b> {PlayCount} times</div></div>
  292. {block:Caption}{Caption}{/block:Caption}
  293. {/block:Audio}
  294.  
  295. <div id="info">
  296. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}- {NoteCountWithLabel}{/block:NoteCount} <div class="rblgd">{block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}/ <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>
  297. </div>
  298.  
  299. </div>
  300.  
  301. <BR><BR><BR>
  302. {/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  303.  
  304. </div>
  305. </div>
  306.  
  307. </body>
  308. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement