Advertisement
chezshay

i know places

Nov 2nd, 2014
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.31 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <script type="text/javascript">
  9. <!--
  10. function toggle_visibility(id) {
  11. var e = document.getElementById(id);
  12. if(e.style.display == 'block')
  13. e.style.display = 'none';
  14. else
  15. e.style.display = 'block';
  16. }
  17. //-->
  18. </script>
  19.  
  20. <!---shayofrp.tumblr.com
  21. --->
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Text" content="#000000"/>
  25. <meta name="color:Sidebar" content="#fbfbfb"/>
  26. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  27. <meta name="color:DescriptionText" content="#b8b8b8"/>
  28. <meta name="color:Border" content="#dddddd"/>
  29. <meta name="color:Hover" content="#f2f2f2"/>
  30. <meta name="color:Scrollbar" content="#000000"/>
  31. <meta name="color:ScrollbarBg" content="#ffffff"/>
  32. <meta name="color:Links" content="#c0bfbf"/>
  33. <meta name="color:Info Background" content="#f3f3f3"/>
  34. <meta name="color:Question Background" content="#fcfcfc"/>
  35. <meta name="color:Answer Backg" content="#000000"/>
  36. <meta name="image:Sidebar" content=""/>
  37. <meta name="image:Background" content=""/>
  38. <meta name="text:Link 1" content="" />
  39. <meta name="text:Link 1 URL" content="" />
  40. <meta name="text:Link 2" content="" />
  41. <meta name="text:Link 2 URL" content="" />
  42. <meta name="text:Link 3" content="" />
  43. <meta name="text:Link 3 URL" content="" />
  44. <meta name="text:Link 4" content="" />
  45. <meta name="text:Link 4 URL" content="" />
  46.  
  47. <style type="text/css">
  48.  
  49. ::-webkit-scrollbar-thumb {
  50. height:auto;
  51. background-color:{color:Scrollbar};
  52. }
  53.  
  54. ::-webkit-scrollbar {
  55. height:9px;
  56. width:4px;
  57. background-color:{color:ScrollbarBg};
  58. }
  59.  
  60. body {
  61. background:{color:background};
  62. margin:0px;
  63. color:{color:text};
  64. font-family:arial;
  65. font-size:9px;
  66. line-height:100%;
  67. letter-spacing:0px;
  68. text-align:justify;
  69. background-image:url('{image:Background}');
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. outline:none;
  75. -moz-outline-style:none;
  76. color:{color:Links};
  77. }
  78.  
  79. img {
  80. border:none;
  81. }
  82.  
  83. blockquote {
  84. padding-left:5px;
  85. border-left:1px solid {color:text};
  86. }
  87.  
  88. blockquote blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93.  
  94. a:hover {
  95. color:#000000;
  96. -moz-transition-duration:0.3s;
  97. -webkit-transition-duration:0.3s;
  98. -o-transition-duration:0.3s;
  99. }
  100.  
  101. b {color:{color:Links}}
  102.  
  103. /*ENTRIES*/
  104.  
  105. #entries {
  106. padding:10px;
  107. width:500px;
  108. margin-left:450px;
  109. margin-top:5px;
  110. font-size:9px;
  111. line-height:150%;
  112. font-family:'arial';
  113. letter-spacing:0px;
  114. }
  115.  
  116. #post {
  117. width:500px;
  118. padding-bottom:20px;
  119. padding:25px;
  120. margin-top:-10px;
  121. }
  122.  
  123. #post:hover .tags{opacity:1;
  124. margin-top:10px;
  125. }
  126. /*SIDEBAR*/
  127.  
  128. #sidebar {
  129. position:fixed;
  130. width:250px;
  131. margin-top:200px;
  132. padding:10px;
  133. height:100px;
  134. margin-left:170px;
  135. }
  136.  
  137. #sidebarimage {
  138. width 120px;
  139. text-align:right;
  140. }
  141.  
  142. #sidebarimage img {
  143. width:245px;
  144. margin-top:3px;
  145. }
  146.  
  147. #links a:hover {
  148. -moz-transition-duration:0.3s;
  149. -webkit-transition-duration:0.3s;
  150. -o-transition-duration:0.3s;
  151. color:{color:Hover};
  152. }
  153.  
  154. #links a:hover{margin-left:0px;
  155. font-style:italic;}
  156.  
  157. #description {
  158. text-align:justify;
  159. font-family:'arial';
  160. margin-top:-10px;
  161. font-size:9px;
  162. text-transform:lowercase;
  163. padding:10px;
  164. width:235px;
  165. line-height:170%;
  166. position:relative;
  167. margin-left:0px;
  168. color:{color:DescriptionText};
  169. }
  170.  
  171. #title {
  172. text-align:center;
  173. top:5px;
  174. font-family:'consolas';
  175. font-size:9px;
  176. font-weight:bold;
  177. padding:5px;
  178. position:relative;
  179. padding-bottom:5px;
  180. margin-bottom:10px;
  181. text-transform:uppercase;
  182. color:{color:Text};
  183. }
  184.  
  185. #title a{color:{color:Text};
  186. padding:5px;
  187. border:solid 1px {color:info background};
  188. background-color:{color:Background};
  189. }
  190.  
  191. /*LINKS*/
  192. #links{position:fixed;
  193. text-transform:uppercase;
  194. font-family:arial;
  195. font-weight:bold;
  196. width:250px;
  197. font-size:8px;
  198. margin-left:0px;
  199. margin-top:-210px;
  200. text-align:right;
  201. padding:5px;
  202. }
  203.  
  204. #links a{margin-right:5px;
  205. width:105px;
  206. margin-top:5px;
  207. border:solid 1px {color:info background};
  208. padding:5px;
  209. display:inline-block;
  210. }
  211.  
  212. /*POST INFO*/
  213.  
  214. #info {
  215. width:490px;
  216. font-weight:bold;
  217. border-top:solid 1px {color:info background};
  218. text-align:left;
  219. padding:5px;
  220. font-family:'consolas';
  221. margin-left:0px;
  222. margin-top:5px;
  223. font-size:8px;
  224. text-transform:uppercase;
  225. font-style:none;
  226. line-height:10px;
  227. color:{color:text};
  228. }
  229.  
  230. #info a {
  231. text-align:center;
  232. color:{color:Text};
  233. }
  234.  
  235. .right{float:right}
  236.  
  237. .tags {text-transform:none;
  238. color:{color:postbg};
  239. width:505px;
  240. opacity:0;
  241. margin-top:-5px;
  242. margin-left:0px;
  243. font-size:8px;
  244. text-align:center;
  245. text-transform:uppercase;
  246. -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  247.  
  248.  
  249. .tags a {
  250. letter-spacing:0px;
  251. padding:2px;
  252. font-size:8px;
  253. text-align:center;
  254. font-family:'consolas';
  255. text-decoration:none;
  256. display:inline-block;
  257. color:{color:Links};
  258. }
  259.  
  260.  
  261. /*QUESTION*/
  262.  
  263. #asker {
  264. color:{color:text};
  265. text-transform:lowercase;
  266. padding:15px;
  267. font-family:arial;
  268. font-size:9px;
  269. letter-spacing:0px;
  270. text-align:left;
  271. margin-top:0px;
  272. line-height:100%;
  273. border: solid 1px {color:Info Background};
  274. }
  275.  
  276. #asker a{color:{color:Text};}
  277.  
  278.  
  279. #url a{color:{color:Text};
  280. padding:2px;
  281. background-color:{color:Info Background};
  282. }
  283.  
  284.  
  285. /*CREDIT*/
  286.  
  287. #cred {
  288. position:fixed;
  289. font-family:consolas;
  290. font-size:8px;
  291. right:9px;
  292. bottom:9px;
  293. padding:4px;
  294. letter-spacing:1px;
  295. }
  296.  
  297. {CustomCSS}</style></head><body>
  298.  
  299. <div id="sidebar">
  300. <div id="sidebarimage">
  301. <a title="home" href="/">
  302. <img src="{image:Sidebar}">
  303. </a>
  304. </div>
  305. <div id="links">
  306. <a href="{text:Link 1 URL}"><span>{text:Link 1}</a></span>
  307. <a href="{text:Link 2 URL}"><span>{text:Link 2}</a></span>
  308. <a href="{text:Link 3 URL}"><span>{text:Link 3}</a></span>
  309. <a href="{text:Link 4 URL}"><span>{text:Link 4}</a></span>
  310.  
  311. </div>
  312. <div id="description"><br>{Description}<br>
  313.  
  314. <div id="title">{block:Pagination}
  315. {block:PreviousPage}<a href="{PreviousPage}">PAST</a>{/block:PreviousPage}
  316. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  317. {/block:Pagination}</div>
  318. </div>
  319.  
  320. </div>
  321. <div id="entries">
  322. {block:Posts}
  323. <div id="post">
  324.  
  325. {block:Text}
  326. <h1>{block:Title}{Title}{/block:Title}</h1>
  327. {Body}{/block:Text}
  328.  
  329. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  330. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  331.  
  332. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  333. {/block:Caption}{/block:Photoset}
  334.  
  335. {block:Quote}<h2>"{Quote}"</h2>
  336. {/block:Source}{/block:Quote}
  337.  
  338. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  339.  
  340. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  341.  
  342. {block:Audio}<div align="center">
  343. <span class="audio">{AudioPlayerWhite}</div></span>
  344. <center>{block:TrackName}{TrackName}{/block:TrackName}
  345. {block:Artist}&mdash; {Artist}<br />{/block:Artist}
  346. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  347. {/block:Audio}<br>
  348.  
  349. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  350.  
  351. {block:Answer}<div id="asker">{Question} — <i>{Asker}</i></div> {Answer}{/block:Answer}
  352.  
  353. <div id="info">
  354. <div id="permalink">
  355. <a href="{Permalink}">{timeago}</a>
  356. <div class="right">{block:ContentSource} {block:RebloggedFrom}
  357. <a title ="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  358. {/block:RebloggedFrom}<a href="{SourceURL}">©</a> {/block:ContentSource}
  359. {NoteCount} </div></a></div>
  360.  
  361.  
  362. </div>
  363.  
  364. {block:HasTags}<div class="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  365. </div>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}{/block:Posts}{/block:Posts}</div></div>
  366.  
  367. {/block:Posts}</div></div></div>
  368. <br><br><br><br>
  369.  
  370. <div id="cred">
  371. <a href="http://shayofrp.tumblr.com/">SHAYOFRP</a>
  372. </div>
  373. </div>
  374. </body>
  375. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement