darnpayne

theme 13 give me love

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