Advertisement
rorvpond

Theme 1 Ministry of Magic

Jan 8th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.10 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.  
  3. <!-- Theme 1 by rorvpond.tumblr.com
  4.  
  5. Hey there! Thanks for choosing to use my theme! There's just a few rules to go over before you start:
  6.  
  7. 1- Please don't use as a base code. You can find lots of base codes here: http://theme-hunter.tumblr.com/tagged/theme%20base
  8. 2- Don't steal parts of my code or repost as your own, it's just not nice.
  9. 3- Keep the credit where it is. You can edit everything else, just leave the credit as it is.
  10.  
  11. I think that's it! Have fun! :)
  12.  
  13. Updates tab credit: http://jareds.co.vu/post/68396384536/
  14. -->
  15.  
  16.  
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18.  
  19.  
  20. <head>
  21.  
  22. <script type="text/javascript">
  23. <!--
  24.  
  25. //(c) Ian Muscat 2007
  26.  
  27. function IE(e)
  28. {
  29. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  30. {
  31. return false;
  32. }
  33. }
  34. function NS(e)
  35. {
  36. if (document.layers || (document.getElementById && !document.all))
  37. {
  38. if (e.which == "2" || e.which == "3")
  39. {
  40. return false;
  41. }
  42. }
  43. }
  44. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  45.  
  46. //-->
  47. </script>
  48.  
  49. <title>{Title}</title>
  50.  
  51. {block:Description}<meta name="description" content="{MetaDescription}"/>
  52. {/block:Description}
  53. <link rel="shortcut icon" href="{Favicon}" />
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  55.  
  56. <meta name="color:bg" content="#ffffff">
  57. <meta name="color:link" content="#bbb8b8">
  58. <meta name="color:text" content="#9a9a9a">
  59. <meta name="color:tags" content="#b9b7b7">
  60. <meta name="color:ask" content="#fcfcfc">
  61. <meta name="color:hover" content="#eeeeee">
  62. <meta name="color:border" content="#e7e7e7">
  63. <meta name="color:scrollbar" content="#d6d5d5">
  64. <meta name="color: sidebar border" content="#e7e7e7">
  65.  
  66.  
  67. <meta name="image:sidebar" content=""/>
  68.  
  69.  
  70. <meta name="text:link 1" content="/">
  71. <meta name="text:link 1 url" content="/">
  72. <meta name="text:link 2" content="">
  73. <meta name="text:link 2 url" content="/">
  74. <meta name="text:link 3" content="">
  75. <meta name="text:link 3 url" content="/">
  76. <meta name="text:link 4" content="">
  77. <meta name="text:link 4 url" content="/">
  78.  
  79. <meta name="if:Cursor" content="1">
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84.  
  85. /*--scrollbar--*/
  86.  
  87. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  88. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  89. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  90. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  91. }
  92. /*--body--*/
  93.  
  94.  
  95. body {
  96. font-style:none;
  97. background-color:{color:bg};
  98. font-family:calibri;
  99. color:{color:text};
  100. font-size:9px;
  101. }
  102.  
  103.  
  104. a {
  105. color:{color:link};
  106. text-decoration:none;
  107. -webkit-transition: all 0.5s ease-out;
  108. -moz-transition: all 0.5s ease-out;
  109. transition: all 0.5s ease-out;
  110. }
  111.  
  112. a:hover {
  113. color:{color:hover};
  114. text-decoration:none;
  115. -webkit-transition: all 0.8s ease-out;
  116. -moz-transition: all 0.8s ease-out;
  117. transition: all 0.8s ease-out;
  118. }
  119.  
  120. img {
  121. border:none;
  122. }
  123.  
  124. blockquote {
  125. padding-left:5px;
  126. border-left:2px solid {color:border};
  127. }
  128.  
  129. h1 {
  130. font-size:14px;
  131. font-style:italic;
  132. text-align:center;
  133. }
  134.  
  135. /*--Cursor code--*/
  136.  
  137. {block:ifCursor}
  138.  
  139. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  140.  
  141. {/block:ifCursor}
  142.  
  143.  
  144.  
  145. /*--sidebar--*/
  146.  
  147. #sidebar {
  148. position:fixed;
  149. width:140px;
  150. margin-left:200px;
  151. margin-top:200px;
  152. }
  153.  
  154. #sidebarimage {
  155. width:140px;
  156. }
  157.  
  158. #sidebarimage img {
  159. width:140px;
  160. padding:3px;
  161. border:solid 1px;
  162. padding:5px;
  163. border-color: {color:border};
  164. background-color:{color:Sidebar};
  165. }
  166.  
  167.  
  168.  
  169. /*--links--*/
  170.  
  171. #links {
  172. margin-top:-175px;
  173. width:150px;
  174. margin-left:-2px;
  175. font-family:'calibri';
  176. text-transform:uppercase;
  177. text-align:center;
  178. }
  179.  
  180. #links a {
  181. padding:3px;
  182. font-size:9px;
  183. }
  184.  
  185. #links a:hover {
  186. color:{color:hover};
  187. }
  188.  
  189. /*--description--*/
  190.  
  191. #description {
  192. margin-top:170px;
  193. margin-left:5px;
  194. width:140px;
  195. font-family:'calibri';
  196. font-size:9px;
  197. text-align:center;
  198. }
  199.  
  200. /*--pagination--*/
  201.  
  202. #pagination {
  203. margin-top:10px;
  204. margin-left:5px;
  205. font-style:italic;
  206. text-align:center;
  207. font-size:9px;
  208. font-family:calibri;
  209. color:{color:link};
  210. }
  211.  
  212. #pagination a{
  213. color:{color:link};
  214. }
  215.  
  216. #pagination a:hover {
  217. color:{color:hover};
  218. }
  219.  
  220. /*--posts--*/
  221.  
  222. #posts {
  223. width:500px;
  224. margin-bottom:10px;
  225. padding:1px;
  226. font-size:11px;
  227. color:{color:text};
  228. line-height:90%;
  229. text-align:justify;
  230. }
  231.  
  232. #postscontainer {
  233. margin-bottom:20px;
  234. padding:1px;
  235. margin-left:450px;
  236. margin-top:55px;
  237. }
  238.  
  239.  
  240. #info {
  241. margin-bottom:10px;
  242. font-size:8px;
  243. margin-top:10px;
  244. text-align:left;
  245. padding:5px;
  246. color:{color:link};
  247. border-top:1px solid {color:border};
  248. }
  249.  
  250.  
  251. #reblog {
  252. text-transform:uppercase;
  253. font-family:trebuchet ms;
  254. margin-left:-5px;
  255. margin-top:-5px;
  256. text-align:center;
  257. color:white;
  258. background-color:#cfcece;
  259. width:40px;
  260. padding:3px;
  261. }
  262.  
  263. #reblog a {
  264. color:white;
  265. }
  266.  
  267. #notes {
  268. margin-left:45px;
  269. margin-top:-12px;
  270. }
  271.  
  272. #rightinfo {
  273. text-transform:uppercase;
  274. font-family:trebuchet ms;
  275. margin-left:350px;
  276. text-align:justify;
  277. float:right;
  278. background-color:#cfcece;
  279. padding:4px;
  280. margin-top:-12px;
  281. color:white;
  282. }
  283.  
  284. #rightinfo a {
  285. color:white;
  286. }
  287.  
  288. /*--tags--*/
  289.  
  290. #tags {
  291. width:490px;
  292. margin-left:-4px;
  293. margin-top:7px;
  294. font-size:8px;
  295. color:{color:tags}:
  296. }
  297.  
  298. #tags a {
  299. color:{color:tags};
  300. }
  301.  
  302. #tags a:hover {
  303. color:{color:hover}
  304. }
  305.  
  306. /*--asks--*/
  307.  
  308. #askbg {
  309. padding:12px;
  310. background-color:{color:ask};
  311. }
  312.  
  313. #ask {
  314. margin-top:-10px;
  315. font-family:calibri;
  316. text-align:left;
  317. }
  318.  
  319. #ask img {
  320. margin-top:30px;
  321. width:50px;
  322. }
  323.  
  324. /*--credit--*/
  325.  
  326. #credit {
  327. right:3px;
  328. bottom:6px;
  329. font-size:9px;
  330. padding:5px;
  331. color:{color:text};
  332. background-color:#fafafa;
  333. text-transform:uppercase;
  334. border:1px solid {color:border};
  335. position:fixed;
  336. -webkit-transition: all 0.5s ease-out;
  337. -moz-transition: all 0.5s ease-out;
  338. transition: all 0.5s ease-out;
  339. }
  340.  
  341. #credit:hover {
  342. background-color:black;
  343. color:white;
  344. }
  345.  
  346.  
  347. {CustomCSS}
  348.  
  349. #boxes {
  350. text-align:left;
  351. font-size:8px;
  352. text-transform:uppercase;
  353. opacity: .9;
  354. border-bottom:0px dashed #eee;
  355. position:fixed;
  356. font-family:calibri;
  357. left:14px;
  358. background-color:#fff;
  359. letter-spacing:1px;
  360. width:90px;
  361. z-index:9999;
  362. padding:4px;
  363. top:14px;
  364. }
  365.  
  366. #box1 {
  367. height:13px;
  368. text-align:center;
  369. overflow:hidden;
  370. margin-top:-1px;
  371. border-bottom:1px solid #efefef;
  372. text-transform:uppercase;
  373. letter-spacing:1px;
  374. font-size:8px;
  375. line-height:10px;
  376. z-index:999999999999999999999;
  377. -webkit-transition: all 0.5s ease-in-out;
  378. -moz-transition: all 0.5s ease-in-out;
  379. -o-transition: all 0.5s ease-in-out;
  380. }
  381.  
  382. #box1:hover {
  383. height:120px; /* THIS IS WHERE YOU EXTEND THE LENGHT OF THE BOX */
  384. -webkit-transition: all 0.5s ease-in-out;
  385. -moz-transition: all 0.5s ease-in-out;
  386. -o-transition: all 0.5s ease-in-out;
  387. }
  388.  
  389. #box1 a {
  390. color:{color:Link Hover};
  391. }
  392.  
  393. #box1 a:hover {
  394. color:{color:Background};
  395. }
  396.  
  397. #box2 {
  398. height:13px;
  399. text-align:center;
  400. overflow:hidden;
  401. border-bottom:1px solid #efefef;
  402. text-transform:uppercase;
  403. background-color:#fff;
  404. letter-spacing:1px;
  405. font-size;8px;
  406. line-height:13px;
  407. z-index:999999999999999999999;
  408. -webkit-transition: all 0.5s ease-in-out;
  409. -moz-transition: all 0.5s ease-in-out;
  410. -o-transition: all 0.5s ease-in-out;
  411. }
  412.  
  413. #box2:hover {
  414. height:120px; /* THIS IS WHERE YOU EXTEND THE LENGHT OF THE BOX */
  415. -webkit-transition: all 0.5s ease-in-out;
  416. -moz-transition: all 0.5s ease-in-out;
  417. -o-transition: all 0.5s ease-in-out;
  418. }
  419.  
  420. #box2 a {
  421. color:{color:Link Hover};
  422. }
  423.  
  424. #box2 a:hover {
  425. color:{color:Background};
  426. }
  427.  
  428. #box3 {
  429. height:13px;
  430. text-align:center;
  431. overflow:hidden;
  432. border-bottom:1px solid #efefef;
  433. text-transform:uppercase;
  434. background-color:#fff;
  435. letter-spacing:1px;
  436. font-size;8px;
  437. line-height:13px;
  438. z-index:999999999999999999999;
  439. -webkit-transition: all 0.5s ease-in-out;
  440. -moz-transition: all 0.5s ease-in-out;
  441. -o-transition: all 0.5s ease-in-out;
  442. }
  443.  
  444. #box3:hover {
  445. height:120px; /* THIS IS WHERE YOU EXTEND THE LENGHT OF THE BOX */
  446. -webkit-transition: all 0.5s ease-in-out;
  447. -moz-transition: all 0.5s ease-in-out;
  448. -o-transition: all 0.5s ease-in-out;
  449. }
  450.  
  451. #box3 a {
  452. color:{color:Link Hover};
  453. }
  454.  
  455. #box3 a:hover {
  456. color:{color:Background};
  457. }
  458.  
  459.  
  460. </style></head>
  461.  
  462.  
  463. <body>
  464.  
  465. <div id="boxes">
  466. <center>
  467. <div id="box1">
  468. <div style="font-size:8px;">TITLE</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  469. <p>
  470. wow look fancy updates tab write whatever you like in here
  471. </div>
  472. </div>
  473.  
  474. <div id="box2">
  475. <div style="font-size:8px;">TITLE YES</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  476. <p>
  477. MORE UPDATES WHAT IS THIS THIS IS AMAZING!!!
  478.  
  479. </div>
  480. </div>
  481.  
  482. <div id="box3">
  483. <div style="font-size:8px;">TITLE WOOHOO</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  484.  
  485. <p>
  486. AND MORE WOW LOOK AT THIS YOU COULD WRITE AN ESSAY HERE <p>(<b><i>please don't</i></b>)</p>
  487. </div>
  488. </div>
  489.  
  490. </div>
  491.  
  492. <div id="sidebar">
  493. <div id="sidebarimage">
  494. <img src="{image:sidebar}"></div>
  495.  
  496.  
  497. <div id="links">
  498. <a href="{text:link 1 url}">{text:link 1}</a>
  499. <a href="{text:link 2 url}">{text:link 2}</a>
  500. <a href="{text:link 3 url}">{text:link 3}</a>
  501. <a href="{text:link 4 url}">{text:link 4}</a>
  502. </div>
  503.  
  504. <div id="description">{description}</div>
  505.  
  506. {block:Pagination}
  507. <div id="pagination">
  508.  
  509. {block:PreviousPage}<a href="{PreviousPage}">fall</a>{/block:PreviousPage}
  510. {block:NextPage}<a href="{NextPage}">fly</a>{/block:NextPage}
  511. </div>{/block:Pagination}
  512.  
  513. </div></div>
  514.  
  515.  
  516. <div id="postscontainer">
  517.  
  518. {block:Posts}
  519.  
  520. <div id="posts">
  521.  
  522.  
  523. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  524.  
  525.  
  526. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  527.  
  528. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  529.  
  530. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  531.  
  532. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  533.  
  534. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  535.  
  536. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  537.  
  538. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  539.  
  540. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  541.  
  542. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  543. {NoteCountWithLabel}</a></div>
  544. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  545. {TimeAgo}</a></a>{/block:Date} {block:RebloggedFrom}| <a href="{ReblogParentURL}"
  546. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}"> ©
  547. </a>{/block:RebloggedFrom}</div>
  548. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  549.  
  550.  
  551. </div>
  552.  
  553. {/block:Posts}
  554.  
  555. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  556. {/block:Posts}
  557.  
  558. </div>
  559.  
  560.  
  561. <div id="credit"><a href="http://jemstonethemes.tumblr.com/">JEMSTONE</a>
  562. </body>
  563. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement