darnpayne

base code #1

Aug 2nd, 2013
988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.64 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.  
  9.  
  10. <!-- BASE CODE BY SHEERINOS. YOU MAY USE THIS CODE TO MAKE YOUR OWN UNIQUE THEMES -->
  11.  
  12. <!-- COLORS -->
  13.  
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:text" content="#b6b5b5"/>
  16. <meta name="color:link" content="#b87889"/>
  17. <meta name="color:linkhover" content="#f0e7e1"/>
  18. <meta name="color:scrollbar" content="ececec"/>
  19.  
  20. <!-- FONTS -->
  21.  
  22. <meta name="font:title" content="Cambria" />
  23. <meta name="font:body" content="calibri" />
  24. <meta name="font:pagination" content="calibri" />
  25.  
  26. <!-- IMAGES -->
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30.  
  31. <!-- LINKS -->
  32.  
  33. <meta name="text:link 1" content="link 1"/>
  34. <meta name="text:link 1 url" content="/" />
  35. <meta name="text:link 2" content="link 2"/>
  36. <meta name="text:link 2 url" content="/" />
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41.  
  42. ::selection {background: #fff; color:{color:selection};}
  43. ::-moz-selection {background: #fff; color:{color:selection};}
  44. ::-webkit-selection {background: #fff; color:{color:selection};}
  45.  
  46. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  47. height:100px;}
  48.  
  49. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  50.  
  51.  
  52. /* --- BODY ---*/
  53.  
  54. body {
  55. font-style:none;
  56. background:{color:background};
  57. margin:0px; color:{color:text};
  58. font-family:calibri;
  59. font-size:11px;
  60. line-height:100%;
  61.  
  62. }
  63.  
  64. blockquote {
  65. border-left:2px solid #ECECEC;
  66. padding-left:2px;
  67. margin:5px;
  68. }
  69.  
  70. a {
  71. color:{color:link}
  72. }
  73.  
  74. a {
  75. text-decoration:none;
  76. -webkit-transition:all 0.5s ease-in-out;
  77. -moz-transition:all 0.5s ease-in-out;
  78. -o-transition:all 0.5s ease-in-out;
  79. -ms-transition:all 0.5s ease-in-out;
  80. transition:all 0.5s ease-in-out;
  81. }
  82.  
  83. a:hover {
  84. color:{color:linkhover}
  85. }
  86.  
  87. img {none;}
  88.  
  89. h1 , h2 {
  90. font-family:calibri;
  91. text-transform:none;
  92. font-size:14px;
  93. line-height:30px;
  94. letter-spacing:0px;
  95. text-align:center;
  96. font-style:none;
  97. }
  98.  
  99. #entries {
  100. padding:10px;
  101. width:500px;
  102. margin-left:500px;
  103. margin-top:50px;
  104.  
  105. }
  106.  
  107. #post {
  108. width:500px;
  109. padding-bottom:100px;
  110. font-style:none;
  111. padding:15px;
  112. margin-bottom:10px;
  113. }
  114.  
  115.  
  116.  
  117.  
  118. /* --- SIDEBAR ---*/
  119.  
  120.  
  121. #sidebar
  122. {
  123. width:300px;
  124. position:fixed;
  125. margin-left:90px;
  126. margin-top:110px;
  127. }
  128.  
  129. #sidebar {width:100px;}
  130.  
  131. #sidebarimage img
  132. {
  133. margin-left:90px;
  134. width:150px;
  135. max-height:750px;
  136. margin-top:0px;
  137. padding:5px;
  138. padding-bottom:5px;
  139. }
  140.  
  141. #nav {
  142. position:fixed;
  143. overflow:hidden;
  144. margin-top:150px;
  145. margin-left:315px;
  146. }
  147.  
  148. #link1 a , #link2 a, #link3 a
  149.  
  150. #title
  151. {
  152. font-family:cambria;
  153. text-align:center;
  154. margin-top:-129px;
  155. padding-bottom:0px;
  156. text-transform:none;
  157. font-style:normal;
  158. font-size:10px;
  159. }
  160.  
  161. #description {
  162. margin-left: 95px;
  163. margin-top: 20px;
  164. width: 130px;
  165. line-height: 100%;
  166. background-color:#ffffff;
  167. text-transform:none;
  168. text-align:center;
  169. font-family:calibri;
  170. font-size: 10px;
  171. font-style:none;
  172. padding-bottom:0px;
  173. padding-top:5px;
  174. }
  175.  
  176. #links {
  177. position: fixed;
  178. font-family:calibri;
  179. padding-top: 0px;
  180. padding-bottom: 5px;
  181. margin-top: 5px;
  182. margin-left: 105px;
  183. padding-left: 0px;
  184. padding-right: 0px;
  185. letter-spacing: 1px;
  186. height: 10px;
  187. width: 150px;
  188. }
  189.  
  190. #links a {
  191. padding 5px;
  192. padding-top: 0px;
  193. padding-bottom: 1px;
  194. padding-right:2px;
  195. padding-left:2px;
  196. margin-bottom: 5px;
  197. font-size: 10px;
  198. font-style:normal;
  199. text-align:center;
  200. text-transform:none;
  201. width: 50px;
  202. }
  203.  
  204. #questions {
  205. background-color:#ffffff;
  206. color: {color:text};
  207. margin-left:0px;
  208. padding:5px;
  209. margin-top:5px;
  210. margin-bottom:5px;
  211. font-family:calibri;
  212. font-size:10px;
  213. font-style:normal;
  214. text-align:center;
  215. }
  216.  
  217. .note {
  218. padding:0px 20px 0px 20px;
  219. background-color:#FFFFFF;
  220. text-transform:lowercase;
  221. letter-spacing:0px;
  222. font-size: 11px;
  223. font-style:normal;
  224. text-align:left;
  225. line-height:120%;
  226. }
  227.  
  228. .note li {
  229. list-style-type:none;
  230. padding:5px 25px 5px 25px;
  231. text-align:left;
  232. margin-right:30px;
  233. margin-top:-50px;
  234. }
  235.  
  236. #info {
  237. font-family:calibri;
  238. text-align:center;
  239. margin-top:10px;
  240. padding-top:10px;
  241. padding:0px;
  242. padding-bottom:1px;
  243. text-transform:none;
  244. font-style:none;
  245. font-size:10px;
  246. line-height:100%;
  247. }
  248.  
  249. #RebloggedFrom {
  250. font-family:calibri;
  251. text-align:center;
  252. margin-top:-5px;
  253. padding-bottom:0px;
  254. text-transform:none;
  255. font-style:none;
  256. font-size:10px;
  257. }
  258.  
  259. #tags {
  260. font-family:calibri;
  261. text-align:center;
  262. margin-top:0px;
  263. padding-bottom:0px;
  264. text-transform:none;
  265. font-style:none;
  266. font-size:10px;
  267. }
  268.  
  269. #pagination
  270. {
  271. font-size:10px;
  272. margin-top:5px;
  273. margin-left:95px;
  274. font-family:calibri;
  275. font-style:normal;
  276. text-align:center;
  277. width:50px
  278. text-transform:uppercase;
  279. letter-spacing:1px;
  280. }
  281.  
  282.  
  283.  
  284. #credit{
  285. right:8px;
  286. bottom:10px;
  287. position:fixed;
  288. padding:5px;
  289. }
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296. {CustomCSS}</style></head><body>
  297.  
  298. <div id="sidebar">
  299. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  300. <div id="links">
  301. <a href="/">home</a>
  302. <a href="/ask">ask</a>
  303. <a href="{text:link 1 url}">{text:link 1}</a>
  304. <a href="{text:link 2 url}">{text:link 2}</a>
  305.  
  306. </div>
  307.  
  308.  
  309. <div id="description">{Description}</div>
  310.  
  311. <div id="scrollbar">{scrollbar}</div>
  312.  
  313.  
  314.  
  315. <div id="pagination">
  316. {block:Pagination}
  317. <div id="pagination">
  318. {block:PreviousPage}
  319. <a href="{PreviousPage}">←</a>
  320. {/block:PreviousPage}
  321. {block:NextPage}
  322. <a href="{NextPage}">→</a>
  323. {/block:NextPage}
  324. </div>
  325. {/block:Pagination}</div>
  326.  
  327.  
  328.  
  329. {block:HasPages}{block:Pages}
  330.  
  331. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  332.  
  333. </div></center>
  334.  
  335.  
  336. </div>
  337.  
  338. <div id="entries">{block:Posts}<div id="post">
  339.  
  340. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  341.  
  342. {block:blockquote}{/block:blockquote}
  343.  
  344.  
  345.  
  346. {block:Photo}
  347. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  348. {/block:Photo}
  349.  
  350. {block:Photoset}
  351. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  352. {/block:Photoset}
  353.  
  354. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  355.  
  356. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  357.  
  358. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  359.  
  360. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  361.  
  362. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  363.  
  364. {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  365.  
  366.  
  367. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{/block:Date} </a>
  368. {block:NoteCount}<a href="{Permaink}"> {NoteCountWithLabel} </a>{/block:NoteCount}
  369. {block:RebloggedFrom}<a href="{ReblogParentURL}">({ReblogParentName})</a>{/block:RebloggedFrom}
  370. {block:ContentSource}<a hre="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div>
  371.  
  372. <div id="tags">
  373. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  374.  
  375. </div>
  376. {block:PostNotes}{PostNotes}{/block:PostNotes}
  377. {/block:Posts}</div>
  378.  
  379. <div id="credit" data="credit"> <a href="http://your url.tumblr.com">CREDIT</a></div>
  380. </div>
  381. </body>
  382. </html>
Advertisement
Add Comment
Please, Sign In to add comment