darnpayne

theme 18 on top of the world

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