darnpayne

theme 11 when im gone

May 23rd, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.03 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 INDIEMURS. THEME 11 BY DARNPAYNE DONT STEAL OR ILL EAT OFF YOUR Face -->
  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.  
  21. <meta name="font:title" content="Cambria" />
  22. <meta name="font:body" content="calibri" />
  23. <meta name="font:pagination" content="calibri" />
  24.  
  25.  
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29.  
  30.  
  31.  
  32. <meta name="text:link 1" content="link 1"/>
  33. <meta name="text:link 1 url" content="/" />
  34. <meta name="text:link 2" content="link 2"/>
  35. <meta name="text:link 2 url" content="/" />
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. ::selection {background: #fff; color:{color:selection};}
  42. ::-moz-selection {background: #fff; color:{color:selection};}
  43. ::-webkit-selection {background: #fff; color:{color:selection};}
  44.  
  45. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  46. height:100px;}
  47.  
  48. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  49.  
  50.  
  51. /* --- BODY ---*/
  52.  
  53. body {
  54. font-style:none;
  55. background:{color:background};
  56. margin:0px; color:{color:text};
  57. font-family:calibri;
  58. font-size:11px;
  59. line-height:100%;
  60.  
  61. }
  62.  
  63. blockquote {
  64. border-left:2px solid #ECECEC;
  65. padding-left:2px;
  66. margin:5px;
  67. }
  68.  
  69. a {
  70. color:{color:link}
  71. }
  72.  
  73. a {
  74. text-decoration:none;
  75. -webkit-transition:all 0.5s ease-in-out;
  76. -moz-transition:all 0.5s ease-in-out;
  77. -o-transition:all 0.5s ease-in-out;
  78. -ms-transition:all 0.5s ease-in-out;
  79. transition:all 0.5s ease-in-out;
  80. }
  81.  
  82. a:hover {
  83. color:{color:linkhover}
  84. }
  85.  
  86. img {none;}
  87.  
  88. h1 , h2 {
  89. font-family:calibri;
  90. text-transform:none;
  91. font-size:14px;
  92. line-height:30px;
  93. letter-spacing:0px;
  94. text-align:center;
  95. font-style:none;
  96. }
  97.  
  98. #entries {
  99. padding:10px;
  100. width:500px;
  101. margin-left:500px;
  102. margin-top:50px;
  103.  
  104. }
  105.  
  106. #post {
  107. width:500px;
  108. padding-bottom:100px;
  109. font-style:none;
  110. padding:15px;
  111. margin-bottom:10px;
  112. }
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. #sidebar
  121. {
  122. width:130px;
  123. position:fixed;
  124. margin-left:90px;
  125. margin-top:170px;
  126. }
  127.  
  128. #sidebar {width:130px;}
  129.  
  130. #sidebarimage img
  131. {
  132. margin-left:90px;
  133. width:130px;
  134. max-height:130px;
  135. margin-top:0px;
  136. padding:5px;
  137. padding-bottom:20px;
  138. }
  139.  
  140. #nav {
  141. position:fixed;
  142. overflow:hidden;
  143. margin-top:150px;
  144. margin-left:315px;
  145. }
  146.  
  147. #link1 a , #link2 a, #link3 a
  148.  
  149. #title
  150. {
  151. font-family:cambria;
  152. text-align:center;
  153. margin-top:-129px;
  154. padding-bottom:0px;
  155. text-transform:none;
  156. font-style:normal;
  157. font-size:10px;
  158. }
  159.  
  160. #description {
  161. margin-left: 115px;
  162. margin-top: -180px;
  163. width: 90px;
  164. line-height: 100%;
  165. text-transform:none;
  166. text-align:center;
  167. font-family:calibri;
  168. font-size: 8px;
  169. font-style:none;
  170. padding-bottom:0px;
  171. padding-top:5px;
  172. background: #ffffff
  173. }
  174.  
  175. #links {
  176. position: fixed;
  177. font-family:calibri;
  178. padding-top: 0px;
  179. padding-bottom: 5px;
  180. margin-top: -140px;
  181. margin-left: 95px;
  182. padding-left: 0px;
  183. padding-right: 0px;
  184. letter-spacing: 1px;
  185. height: 10px;
  186. width: 170px;
  187. background: #ffffff
  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: 11px;
  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. position:fixed;
  271. width:680px;
  272. height: 10px;
  273. font-size:8px;
  274. text-align:center;
  275. left: 370px;
  276. bottom: 0px;
  277. padding: 10px;
  278. font-family:consolas;
  279. letter-spacing:4px;
  280. opacity: 1;
  281. background-color: {color:background};
  282. }
  283.  
  284.  
  285.  
  286.  
  287.  
  288. #credit{
  289. right:8px;
  290. bottom:10px;
  291. position:fixed;
  292. padding:5px;
  293. }
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300. {CustomCSS}</style></head><body>
  301.  
  302. <div id="sidebar">
  303. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  304. <div id="links">
  305. <a href="/">rome</a>
  306. <a href="/ask">owl</a>
  307. <a href="{text:link 1 url}">{text:link 1}</a>
  308. <a href="{text:link 2 url}">{text:link 2}</a>
  309.  
  310. </div>
  311.  
  312.  
  313. <div id="description">{Description}</div>
  314.  
  315. <div id="scrollbar">{scrollbar}</div>
  316.  
  317.  
  318.  
  319. <div id="pagination">
  320.  
  321.  
  322. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>&laquo;</big></a>{/block:PreviousPage}{/block:Pagination}
  323. {block:JumpPagination length="5"}
  324. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  325. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  326. {/block:JumpPagination}
  327. {block:Pagination}{block:NextPage}<big><a href="{NextPage}">&raquo;</a></big>{/block:NextPage}{/block:Pagination}
  328. </div>
  329.  
  330.  
  331.  
  332. {block:HasPages}{block:Pages}
  333.  
  334. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  335.  
  336. </div></center>
  337.  
  338.  
  339. </div>
  340.  
  341. <div id="entries">{block:Posts}<div id="post">
  342.  
  343. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  344.  
  345. {block:blockquote}{/block:blockquote}
  346.  
  347.  
  348.  
  349. {block:Photo}
  350. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  351. {/block:Photo}
  352.  
  353. {block:Photoset}
  354. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  355. {/block:Photoset}
  356.  
  357. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  358.  
  359. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  360.  
  361. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  362.  
  363. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  364.  
  365. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  366.  
  367. {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  368.  
  369.  
  370. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{/block:Date} </a>
  371. {block:NoteCount}<a href="{Permaink}"> {NoteCountWithLabel} </a>{/block:NoteCount}
  372. {block:RebloggedFrom}<a href="{ReblogParentURL}">({ReblogParentName})</a>{/block:RebloggedFrom}
  373. {block:ContentSource}<a hre="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div>
  374.  
  375. <div id="tags">
  376. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  377.  
  378. </div>
  379. {block:PostNotes}{PostNotes}{/block:PostNotes}
  380. {/block:Posts}</div>
  381.  
  382. <div id="credit" data="credit"> <a href="http://sherinos.tumblr.com"><img src="http://i1362.photobucket.com/albums/r689/sheerinos/white_zpse41868d6.jpg?t=1374529320" width="75px" height="30px"></a></div>
  383.  
  384. </div>
  385. </body>
  386. </html>
Advertisement
Add Comment
Please, Sign In to add comment