darnpayne

theme 12 cat daddy

May 23rd, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 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. <!-- THEME 12 BY DARNPAYNE IF YOU STEAL I WILL BITE YOUR EYES OUT. BASE CODE BY INDIEMURS. -->
  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:130px;
  124. position:fixed;
  125. margin-left:95px;
  126. margin-top:170px;
  127. }
  128.  
  129. #sidebar {width:130px;}
  130.  
  131. #sidebarimage img
  132. {
  133. margin-left:80px;
  134. width:160px;
  135. max-height:300px;
  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: -10px;
  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: -160px;
  182. margin-left: 90px;
  183. padding-left: 0px;
  184. padding-right: 0px;
  185. letter-spacing: 2px;
  186. height: 10px;
  187. width: 150px;
  188. background: #ffffff
  189. }
  190.  
  191. #links a {
  192. padding 5px;
  193. padding-top: 0px;
  194. padding-bottom: 1px;
  195. padding-right:2px;
  196. padding-left:2px;
  197. margin-bottom: 5px;
  198. font-size: 10px;
  199. font-style:normal;
  200. text-align:center;
  201. text-transform:none;
  202. width: 50px;
  203. }
  204.  
  205. #questions {
  206. background-color:#ffffff;
  207. color: {color:text};
  208. margin-left:0px;
  209. padding:5px;
  210. margin-top:5px;
  211. margin-bottom:5px;
  212. font-family:calibri;
  213. font-size:10px;
  214. font-style:normal;
  215. text-align:center;
  216. }
  217.  
  218. .note {
  219. padding:0px 20px 0px 20px;
  220. background-color:#FFFFFF;
  221. text-transform:lowercase;
  222. letter-spacing:0px;
  223. font-size: 11px;
  224. font-style:normal;
  225. text-align:left;
  226. line-height:120%;
  227. }
  228.  
  229. .note li {
  230. list-style-type:none;
  231. padding:5px 25px 5px 25px;
  232. text-align:left;
  233. margin-right:30px;
  234. margin-top:-50px;
  235. }
  236.  
  237. #info {
  238. font-family:calibri;
  239. text-align:center;
  240. margin-top:10px;
  241. padding-top:10px;
  242. padding:0px;
  243. padding-bottom:1px;
  244. text-transform:none;
  245. font-style:none;
  246. font-size:10px;
  247. line-height:100%;
  248. }
  249.  
  250. #RebloggedFrom {
  251. font-family:calibri;
  252. text-align:center;
  253. margin-top:-5px;
  254. padding-bottom:0px;
  255. text-transform:none;
  256. font-style:none;
  257. font-size:10px;
  258. }
  259.  
  260. #tags {
  261. font-family:calibri;
  262. text-align:center;
  263. margin-top:0px;
  264. padding-bottom:0px;
  265. text-transform:none;
  266. font-style:none;
  267. font-size:10px;
  268. }
  269.  
  270. #pagination
  271. {
  272. font-size:10px;
  273. margin-top:5px;
  274. margin-left:95px;
  275. font-family:calibri;
  276. font-style:normal;
  277. text-align:center;
  278. width:50px
  279. text-transform:uppercase;
  280. letter-spacing:1px;
  281. }
  282.  
  283.  
  284.  
  285.  
  286. #credit{
  287. right:8px;
  288. bottom:10px;
  289. position:fixed;
  290. padding:5px;
  291. }
  292.  
  293.  
  294.  
  295.  
  296.  
  297. {CustomCSS}</style></head><body>
  298.  
  299. <div id="sidebar">
  300. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  301. <div id="links">
  302. <a href="/">home</a>
  303. <a href="/ask">ask</a>
  304. <a href="{text:link 1 url}">{text:link 1}</a>
  305. <a href="{text:link 2 url}">{text:link 2}</a>
  306.  
  307. </div>
  308.  
  309.  
  310. <div id="description">{Description}</div>
  311.  
  312. <div id="scrollbar">{scrollbar}</div>
  313.  
  314.  
  315.  
  316. <div id="pagination">
  317. {block:Pagination}
  318. <div id="pagination">
  319. {block:PreviousPage}
  320. <a href="{PreviousPage}">←</a>
  321. {/block:PreviousPage}
  322. {block:NextPage}
  323. <a href="{NextPage}">→</a>
  324. {/block:NextPage}
  325. </div>
  326. {/block:Pagination}</div>
  327.  
  328.  
  329.  
  330. {block:HasPages}{block:Pages}
  331.  
  332. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  333.  
  334. </div></center>
  335.  
  336.  
  337. </div>
  338.  
  339. <div id="entries">{block:Posts}<div id="post">
  340.  
  341. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  342.  
  343. {block:blockquote}{/block:blockquote}
  344.  
  345.  
  346.  
  347. {block:Photo}
  348. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  349. {/block:Photo}
  350.  
  351. {block:Photoset}
  352. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  353. {/block:Photoset}
  354.  
  355. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  356.  
  357. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  358.  
  359. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  360.  
  361. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  362.  
  363. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  364.  
  365. {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  366.  
  367.  
  368. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{/block:Date} </a>
  369. {block:NoteCount}<a href="{Permaink}"> {NoteCountWithLabel} </a>{/block:NoteCount}
  370. {block:RebloggedFrom}<a href="{ReblogParentURL}">({ReblogParentName})</a>{/block:RebloggedFrom}
  371. {block:ContentSource}<a hre="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div>
  372.  
  373. <div id="tags">
  374. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  375.  
  376. </div>
  377. {block:PostNotes}{PostNotes}{/block:PostNotes}
  378. {/block:Posts}</div>
  379.  
  380. <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>
  381.  
  382. </div>
  383. </body>
  384. </html>
Advertisement
Add Comment
Please, Sign In to add comment