azurethemes

NO. 034 "OBEY GOD"

Jul 4th, 2015
1,219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.55 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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  5. <script>
  6. (function($){
  7. $(document).ready(function(){
  8. $("a[title]").style_my_tooltips({
  9. tip_follows_cursor:true,
  10. tip_delay_time:30,
  11. tip_fade_speed:300,
  12. attribute:"title"
  13. });
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18. <script type="text/javascript">
  19. WebFontConfig = {
  20. google: { families: [ 'Roboto:700:latin' ] }
  21. };
  22. (function() {
  23. var wf = document.createElement('script');
  24. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  25. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  26. wf.type = 'text/javascript';
  27. wf.async = 'true';
  28. var s = document.getElementsByTagName('script')[0];
  29. s.parentNode.insertBefore(wf, s);
  30. })(); </script>
  31.  
  32.  
  33. <script type="text/javascript"
  34. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35.  
  36. <head>
  37.  
  38. <title>{Title}</title>
  39. <link rel="shortcut icon" href="{Favicon}">
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  41. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42.  
  43. <!----
  44.  
  45. ☁ THEME NO. 034 "OBEY GOD" CREATED BY AZUREOFRP ☁
  46. ☁ PLEASE DONT STEAL ANYTHING OF MY CODINNG AND USE FOR YOUR THEMES ☁
  47. ☁ DONT STEAL MY THEMES AND CLAIM THEM AS YOUR OWN ☁
  48. ☁ DO NOT REMOVE THE CREDIT OR I WILL HUNT YOU DOWN!!!! ☁
  49. ☁ YOU MAY EDIT THIS THEME AS MUCH AS YOU WANT FOR YOUR PERSONAL USE ONLY ☁
  50. ☁ IF YOU WANT TO PUBLISH AN EDITED VERSION OF THIS THEME, MESSAGE ME FIRST ☁
  51. --->
  52.  
  53.  
  54.  
  55. <meta name="color:blockquote border" content="#ffffff">
  56. <meta name="color:border" content="#000000">
  57. <meta name="color:text" content="#000000"/>
  58. <meta name="color:post text" content="#b6b6b6"/>
  59. <meta name="color:title text" content="#ffffff"/>
  60. <meta name="color:italic text" content="#000000">
  61. <meta name="color:bold text" content="#000000">
  62. <meta name="color:hover" content="#c1b8b8">
  63. <meta name="color:links" content="#ffffff"/>
  64. <meta name="color:scrollbar" content="#473f3f">
  65. <meta name="color:credit" content="#616b6b">
  66. <meta name="color:background" content="#c3cccc"/>
  67. <meta name="color:blockquote background" content="#c3cccc">
  68. <meta name="color:title background" content="#c3cccc">
  69.  
  70. <meta name="color:post background" content="#000000">
  71. <meta name="color:info background" content="#a1adad">
  72. <meta name="color:sidebar background" content="#adb3b3">
  73. <meta name="color:question background" content="#adb3b3">
  74. <meta name="color:scrollbar background" content="#616b6b">
  75.  
  76. <meta name="image:background" content=""/>
  77. <meta name="image:sidebar" content=""/>
  78.  
  79. <meta name="text:title" content="">
  80.  
  81. <meta name="text:navi link" content="/">
  82.  
  83.  
  84.  
  85. <style type="text/css">
  86.  
  87. ::-webkit-scrollbar-thumb {
  88. height:auto;
  89. background-color:{color:scrollbar};
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. height:9px;
  94. width:5px;
  95. background-color:{color:scrollbar background};
  96. }
  97.  
  98.  
  99. }
  100. #s-m-t-tooltip {
  101. max-width:300px;
  102. padding:3px 5px 3px 5px;
  103. margin:20px 0px 0px 20px;
  104. background:{color:description background};
  105. box-shadow: 1px 1px 2px {color:text shadow};
  106. color:{color:text};
  107. text-transform:uppercase;
  108. font-weight:bold;
  109. letter-spacing:1px;
  110. z-index:999999999999999999999999999999999999;
  111. font-family:'arial';
  112. font-size:10px;
  113. }
  114.  
  115.  
  116.  
  117.  
  118. body {
  119. background-color:{color:background};
  120. background-image:url('{image:background}');
  121. background-attachment: fixed;
  122. background-repeat: repeat;
  123. font-family: 'arial', sans-serif;
  124. font-size:10px;
  125. text-align:justify;
  126. color:{color:txt};
  127. margin:0;
  128.  
  129.  
  130. }
  131.  
  132. a {
  133. text-decoration:none;
  134. color:{color:links};
  135. transition-duration: 0.2s;
  136. -moz-transition-duration: 0.2s;
  137. -webkit-transition-duration: 0.3s;
  138. -o-transition-duration: 0.3s;
  139. }
  140.  
  141. a:hover {
  142. text-decoration:none;
  143. color:{color:hover};
  144. transition-duration: 0.2s;
  145. -moz-transition-duration: 0.2s;
  146. -webkit-transition-duration: 0.3s;
  147. -o-transition-duration: 0.3s;
  148.  
  149. }
  150.  
  151. img {
  152. border:none;
  153.  
  154.  
  155.  
  156. }
  157.  
  158. blockquote {
  159. font-size:10px;
  160. max-width:545px;
  161. border-left:1px solid{color:blockquote border};
  162. background-color:{color:blockquote background};
  163. text-align:left;
  164. padding:5px;
  165. margin-left:5px;
  166. margin-right:5px;
  167. padding-left:5px;
  168. color:{color:text};
  169.  
  170. }
  171.  
  172. pre{
  173. font-size:11px;
  174. text-align:center;
  175. text-decoration:underline;
  176. text-transform:uppercase;
  177. font-family:arial;
  178. font-weight:bold;
  179. border-left:1px solid {color:blockquote border};
  180. border-bottom:1px solid {color:blockquote border};
  181. letter-spacing:1px;
  182. background-color:{color:blockquote background};
  183. color:{color:text};
  184. padding:6px;
  185. }
  186.  
  187. small{
  188. font-size:10px;
  189. }
  190.  
  191. big{
  192. font-size:10px;
  193. }
  194.  
  195. sub{
  196. font-size:10px;
  197. }
  198.  
  199.  
  200. h1 {
  201. font-size:11px;
  202. text-align:center;
  203. text-decoration:underline;
  204. font-family: 'Roboto', sans-serif;
  205. font-weight:bold;
  206. letter-spacing:1px;
  207. background-color:{color:blockquote background};
  208. color:{color:text};
  209. padding:6px;
  210.  
  211.  
  212. }
  213.  
  214. h1 a{
  215. color:{color:text};
  216. }
  217.  
  218.  
  219. h2{
  220. color:{color:text};
  221. text-transform:uppercase;
  222. text-decoration:underline;
  223. text-shadow: 1px 1px 0px {color:text shadow};
  224. text-align:left;
  225. font-style:italic;
  226.  
  227. }
  228.  
  229.  
  230.  
  231.  
  232. b {
  233. font-weight:bold;
  234. color:{color:bold text};
  235.  
  236.  
  237. }
  238.  
  239. i {
  240. font-weight:italic;
  241. color:{color:italic text};
  242.  
  243.  
  244. }
  245.  
  246. u {
  247. text-decoration:none;
  248. border-bottom:1px solid {color:border};
  249.  
  250.  
  251. }
  252.  
  253.  
  254.  
  255.  
  256. #description {
  257. overflow:auto;
  258. position:fixed;
  259. text-align:center;
  260. margin-top:390px;
  261. margin-left:400px;
  262. text-transform:none;
  263. font-style:normal;
  264. font-family:arial;
  265. width:190px;
  266. height:175px;
  267. opacity:1;
  268. line-height:10px;
  269. color:{color:text};
  270. padding:10px;
  271. letter-spacing:0.2px;
  272. padding-top:1px;
  273. font-size:9.5px;
  274. z-index:9999999999999999;
  275. transition-duration: 0.4s;
  276. -moz-transition-duration:0.9s;
  277. -webkit-transition-duration:0.4s;
  278. -o-transition-duration:0.4s;
  279.  
  280.  
  281. }
  282. #description:hover{
  283. background:{color:hover};
  284. border-radius:5px;
  285. }
  286.  
  287.  
  288. #description::-webkit-scrollbar-thumb {
  289. height:auto;
  290. background-color:{color:scrollbar};
  291. }
  292.  
  293. #description::-webkit-scrollbar {
  294. height:9px;
  295. width:1px;
  296. background-color:{color:scrollbar background};
  297. }
  298.  
  299.  
  300. #pagination {
  301. width:877px;
  302. height:10px;
  303. position:fixed;
  304. padding-top:10px;
  305. padding-bottom:10px;
  306. padding-left:10px;
  307. padding-right:10px;
  308. line-height:7px;
  309. margin-top:42px;
  310. color:{color:title text};
  311. font-weight:Bold;
  312. margin-left:340px;
  313. text-transform:uppercase;
  314. font-size:22px;
  315. font-family: 'Roboto', sans-serif;
  316. text-align:left;
  317. overflow:hidden;
  318. font-style:italic;
  319. letter-spacing:0px;
  320. z-index:-999999999999999999;
  321. opacity:1;
  322.  
  323. }
  324.  
  325. #bbackground{
  326. position:fixed;
  327. opacity:1;
  328. width:815px;
  329. height:530px;
  330. margin-top:65px;
  331. background:{color:sidebar background};
  332. outline:1px solid {color:border};
  333. margin-left:350px;
  334. z-index:-99999;
  335.  
  336. }
  337.  
  338. #sidebar1{
  339. position:fixed;
  340. opacity:1;
  341. background-image:url('{image:sidebar}');
  342. width:250px;
  343. height:300px;
  344. margin-top:73px;
  345. background:{color:info background};
  346. margin-left:360px;
  347. z-index:9999999;
  348.  
  349. }
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357. #entries {
  358. z-index:99999999;
  359. position:fixed;
  360. height:510px;
  361. width:545px;
  362. margin-left:620px;
  363. overflow:auto;
  364. margin-top:73px;
  365. border-radius:0px;
  366. font-family:arial;
  367.  
  368.  
  369.  
  370. }
  371.  
  372. #post{
  373. padding:15px;
  374. width:500px;
  375. overflow:auto;
  376. height:auto;
  377. letter-spacing:0px;
  378. color:{color:post text};
  379. background:{color:post background};
  380. margin-bottom:18px;
  381. border-radius:0px;
  382. margin-left:0px;
  383. float:center;
  384. z-index:99999999;
  385.  
  386. }
  387.  
  388. #info {
  389. font-weight:bold;
  390. text-align:left;
  391. padding:5px;
  392. font-family: 'Roboto', sans-serif;
  393. background-color:{color:info background};
  394. margin-left:-15px;
  395. margin-top:-15px;
  396. color:black;
  397. width:520px;
  398. font-size:9px;
  399. text-transform:uppercase;
  400. font-style:none;
  401. word-wrap:break-word;
  402. line-height:9px;
  403. color:black;
  404. }
  405.  
  406. #info a {
  407. text-align:center;
  408. color:black;
  409. }
  410.  
  411. .tags {
  412. color:{color:text};
  413. width:500px;
  414. opacity:0;
  415. margin-top:-20px;
  416. height:2px;
  417. margin-left:0px;
  418. font-size:8px;
  419. margin-bottom:5px;
  420. letter-spacing:1px;
  421. text-align:justify;
  422. -moz-transition-duration:0.5s;
  423. -webkit-transition-duration:0.5s;
  424. -o-transition-duration:0.5s;
  425.  
  426. }
  427.  
  428. #post:hover .tags {
  429. opacity:1;
  430. margin-top:-2px;
  431. margin-left:0px;
  432. }
  433.  
  434. .tags a {
  435. letter-spacing:0px;
  436. padding:2px;
  437. text-transform:lowercase;
  438. font-size:9px;
  439. letter-spacing:0px;
  440. font-weight:bold;
  441. background:{color:info background};
  442. text-align:center;
  443. font-family: 'Roboto', sans-serif;
  444. color:{color:text};
  445. }
  446.  
  447.  
  448. #asking {
  449. margin-left:15px;
  450.  
  451. }
  452.  
  453. #askingimage {
  454.  
  455. }
  456.  
  457. #askingimage img {
  458. border-radius:100px;
  459. margin-left:15px;
  460. margin-top:7px;
  461.  
  462. }
  463.  
  464. #question {
  465. padding:12px;
  466. padding-left:70px;
  467. color:{color:text};
  468. background-color:{color:question background};
  469. }
  470.  
  471. #asker{
  472. margin-top:-35px;
  473. margin-left:70px;
  474. font-family: 'calibri';
  475. text-transform:uppercase;
  476.  
  477. }
  478.  
  479. #c{
  480. position:fixed;
  481. font-size:10px;
  482. font-weight:bold;
  483. padding-bottom:5px;
  484. padding-top:5px;
  485. height:10px;
  486. width:40px;
  487. opacity:1;
  488. padding-left:5px;
  489. padding-right:5px;
  490. margin-left:1300px;
  491. margin-top:650px;
  492. letter-spacing:0px;
  493. line-height:12px;
  494. border-right:2px solid {color:border};
  495. border-bottom:2px solid {color:border};
  496. text-align:center;
  497. text-decoration:underline;
  498. float:left;
  499. font-family:arial;
  500. color:{color:text};
  501. text-transform:uppercase;
  502. background-color:{color:credit};
  503. transition-duration: 0.8s;
  504.  
  505.  
  506. }
  507.  
  508.  
  509.  
  510.  
  511. #links2 {
  512. width:45px;
  513. height:237px;
  514. overflow:hidden;
  515. cursor:pointer;
  516. margin-top:375px;
  517. float:center;
  518. opacity:1;
  519. position:fixed;
  520. margin-left:353px;
  521. z-index:99999999999;
  522. }
  523.  
  524. #links2 #all {
  525. margin-left:0px;
  526. margin-top:2px;
  527. padding:5px;
  528. height:114px;
  529. float:center;
  530. width:300px;
  531. z-index:999999999999999999999;
  532. }
  533.  
  534. #links2 #all a:hover {
  535. background-color:{color:hover};
  536. transition-duration: 0.2s;
  537. -moz-transition-duration: 0.2s;
  538. -webkit-transition-duration: 0.3s;
  539. -o-transition-duration: 0.3s;
  540. }
  541.  
  542.  
  543.  
  544.  
  545. #links2 a {
  546. margin-bottom:3px;
  547. text-align:center;
  548. text-transform:uppercase;
  549. padding:3px;
  550. border-radius:100px;
  551. line-height:0px;
  552. color:{color:links};
  553. font-style:italic;
  554. font-weight:Bold;
  555. font-family: 'arial', sans-serif;
  556. letter-spacing:1px;
  557. font-size:10px;
  558. display:inline-block;
  559.  
  560.  
  561. }
  562.  
  563.  
  564.  
  565. {CustomCSS}</style>
  566.  
  567.  
  568.  
  569. </head>
  570. <body>
  571.  
  572.  
  573. <div id="sidebar">
  574. <div id="description">{description}</div>
  575. <div id="bbackground"></div>
  576. <div id="sidebar1"><img src="{image:sidebar}"></a></div>
  577.  
  578.  
  579.  
  580. </div>
  581.  
  582.  
  583. <div id="links2">
  584. <div id="all">
  585. <a href="/"><div style="width:10px, height:10px"><img src="http://static.tumblr.com/ylbnqqn/lq9nqz6rs/home.png"></a></div>
  586. <a href="/ask"><div style="width:20px, height:20px,"><img src="http://static.tumblr.com/ylbnqqn/gQgnqz6v1/mssg.png"></a></div>
  587. <a href="/submit"><div style="width:20px, height:20px"><img src="http://static.tumblr.com/ylbnqqn/7aAnqz6vo/submti.png"></a></div>
  588. <a href="{text:navi link}"><div style="width:20px, height:20px"><img src="http://static.tumblr.com/ylbnqqn/Wcdnqz6wc/navi.png"></a></div>
  589.  
  590.  
  591.  
  592. </div>
  593.  
  594. </div>
  595.  
  596. </div>
  597.  
  598.  
  599.  
  600. <div id="title">
  601. <div id="pagination">
  602. {text:title} |
  603. {block:Pagination}
  604. {block:PreviousPage}
  605. <a href="{PreviousPage}">previous</a>
  606. {/block:PreviousPage}
  607. {block:NextPage}
  608. <a href="{NextPage}">next</a>
  609. {/block:NextPage}
  610. {/block:Pagination}</div>
  611. </div></div>
  612.  
  613.  
  614. <div id="entries">
  615. {block:Posts}
  616. <div id="post"
  617.  
  618.  
  619. <div id="post">
  620. <div id="info">
  621. <div id="permalink">
  622. <a href="{Permalink}">{Month}.{DayOfMonth}.{Year} </a> |
  623. <a href="{SourceURL}">©</a>
  624. </a></div></div>
  625.  
  626. <!--TEXT POSTS-->
  627.  
  628. {block:Text}
  629. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  630. {Body}
  631. {/block:Text}
  632.  
  633.  
  634.  
  635. {block:Answer}
  636. <div id="askingimage"><img src="{AskerPortraitURL-48}"/></div>
  637. <div id="asker">{Asker} sent:</div>
  638. <div id="question">{Question}</div>
  639. {Answer}{/block:Answer}
  640.  
  641.  
  642. {block:Quote}
  643.  
  644. {block:Quote}
  645. <h2>{Quote}</h2>
  646. <div align="right">
  647. {block:Source}<h1>-{Source}</h1>{/block:Source}
  648. </div>
  649. {/block:Quote}
  650.  
  651.  
  652. {block:Link}
  653. <h2><center><a href="{URL}">{Name}</center></a></h2>
  654. {block:Description}{Description}{/block:Description}
  655. {/block:Link}
  656.  
  657.  
  658.  
  659. {block:Chat}
  660. {block:Title}<h2>{Title}</h2>{/block:Title}
  661. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  662. {Line}</li>{/block:Lines}</ul>
  663. {/block:Chat}
  664.  
  665.  
  666.  
  667. {block:Photo}
  668. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  669.  
  670. {block:Caption}{Caption}{/block:Caption}
  671. {/block:Photo}
  672.  
  673.  
  674.  
  675. {block:Photoset}
  676. {Photoset-500}
  677. {block:Caption}{Caption}{/block:Caption}
  678. {/block:Photoset}
  679.  
  680.  
  681.  
  682. {block:Video}
  683. {Video-500}
  684. {block:Caption}{Caption}{/block:Caption}
  685. {/block:Video}
  686.  
  687.  
  688.  
  689.  
  690. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  691. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  692. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  693. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  694. {/block:Audio}
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702. {block:HasTags}<div class="tags"><a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp; &nbsp;
  703. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  704. {block:PostNotes}{PostNotes} {block:NoteCount} {/block:NoteCount}{/block:PostNotes}
  705. {/block:Posts}</div>
  706.  
  707.  
  708. <div id="c">
  709. <a href="http://azureofrp.tumblr.com/post/123220402165/azureofrp-presents-a-new-theme-no-34-obey-god">AZURE</a>
  710.  
  711. </div>
  712.  
  713. </html>
Advertisement
Add Comment
Please, Sign In to add comment