Advertisement
chezshay

base code

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