darnpayne

theme 16 mirrors

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