azurethemes

basecode with hover #1

Feb 7th, 2015
768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.56 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.  
  4.  
  5. <head>
  6.  
  7. </style>
  8.  
  9. <script src="http://tympanus.net/Tutorials/CaptionHoverEffects/js/modernizr.custom.js"></script>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!---- ☰ basecode with hover #1 by azureofrp ☰
  16. ☰ pls dont remove the credit
  17. ☰ making themes takes a lot of time and effort so pls dont steal anything of this code
  18. ☰ for help, visit my theme faq -> azureofrp.tumblr.com/faq
  19. ☰ edit this theme for PERSONAL USE ONLY!!!!
  20. --->
  21.  
  22.  
  23.  
  24. <!--META NAMES-->
  25.  
  26. <meta name="color:BACKGROUND" content="#f6d9d4"/>
  27. <meta name="color:TXT" content="#ffffff"/>
  28. <meta name="color:LINKS" content="#ffffff"/>
  29. <meta name="color:HOVER" content="#000000">
  30. <meta name="color:HOVER BG" content="#f6d9d4">
  31. <meta name="color:BLOCKQUOTE" content="#f6d9d4">
  32. <meta name="color:BLOCKQUOTE BORDER" content="#dcbcba">
  33.  
  34. <meta name="color:POST BG" content="#fbc6c4">
  35. <meta name="color:LINKS BG" content="#f0bfb3">
  36. <meta name="color:DESC BG" content="#f0bfb3">
  37. <meta name="color:INFO BG" content="#fbc6c4">
  38. <meta name="color:SIDEBAR BG" content="#dfb1af">
  39. <meta name="color:BORDER" content="#dcbcba">
  40. <meta name="color:SCROLLBAR" content="#aaaaaa">
  41. <meta name="color:SCROLLBAR BG" content="#ffffff">
  42.  
  43.  
  44. <meta name="image:BACKGROUND" content=""/>
  45. <meta name="image:SIDEBAR" content=""/>
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. <meta name="text:LINK 1" content="LINK 1">
  55. <meta name="text:LINK 2" content="LINK 2">
  56. <meta name="text:LINK 3" content="LINK 3">
  57. <meta name="text:LINK 4" content="LINK 4">
  58. <meta name="text:LINK 5" content="LINK 5">
  59. <meta name="text:LINK 6" content="LINK 6">
  60.  
  61.  
  62. <meta name="text:LINK 1 URL" content="/">
  63. <meta name="text:LINK 2 URL" content="/">
  64. <meta name="text:LINK 3 URL" content="/">
  65. <meta name="text:LINK 4 URL" content="/">
  66. <meta name="text:LINK 5 URL" content="/">
  67. <meta name="text:LINK 6 URL" content="/">
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. <style type="text/css">
  81.  
  82.  
  83. ::-webkit-scrollbar-thumb {
  84. height:auto;
  85. background-color:{color:scrollbar};
  86.  
  87. }
  88.  
  89. ::-webkit-scrollbar {
  90. height:5px;
  91. width:7px;
  92. background-color:{color:scrollbar bg};
  93.  
  94. }
  95.  
  96. body {
  97. background-color:{color:background};
  98. background-image:url('{image:background}');
  99. background-attachment: fixed;
  100. background-repeat: repeat;
  101. font-family:arial;
  102. font-size:10px;
  103. text-align:justify;
  104. color:{color:txt};
  105. margin:0;
  106.  
  107.  
  108. }
  109.  
  110. a {
  111. text-decoration:none;
  112. color:{color:Links};
  113. -webkit-transition: all 0.5s ease-out;
  114. -moz-transition: all 0.5s ease-out;
  115. transition: all 0.5s ease-out;
  116. }
  117.  
  118. a:hover {
  119. text-decoration:none;
  120. color:{color:Hover};
  121. -webkit-transition: all 0.5s ease-out;
  122. -moz-transition: all 0.5s ease-out;
  123. transition: all 0.5s ease-out;
  124.  
  125. }
  126.  
  127. img {
  128. border:none;
  129.  
  130.  
  131.  
  132. }
  133.  
  134. blockquote {
  135. background:{color:blockquote};
  136. border-left:4px solid {color:blockquote border};
  137. padding:5px;
  138.  
  139. }
  140.  
  141. pre{
  142. margin-top:0px;
  143. margin-bottom:5px;
  144. font-size:14px;
  145. background-color:{color:blockquote};
  146. padding:5px;
  147. text-transform:uppercase;
  148. font-weight:bold;
  149. text-align:left;
  150. }
  151.  
  152.  
  153. /*DESC*/
  154.  
  155.  
  156. #desc {
  157. width:310px;
  158. height:61px;
  159. position:fixed;
  160. padding-top:10px;
  161. padding-bottom:10px;
  162. padding-left:10px;
  163. padding-right:10px;
  164. line-height:100%;
  165. top:502px;
  166. margin-left:50px;
  167. font-weight:bold;
  168. font-size:10px;
  169. text-align:center;
  170. overflow:auto;
  171. background:{color:sidebar bg};
  172. z-index:99999;
  173. opacity:1;
  174.  
  175. }
  176.  
  177.  
  178.  
  179.  
  180.  
  181. /*PAGINAITON*/
  182.  
  183. #pagi {
  184. font-size:10px;
  185. text-transform:uppercase;
  186. font-weight:bold;
  187. font-style:normal;
  188. position:fixed;
  189. text-align:center;
  190. margin-left:315px;
  191. margin-top:600px;
  192. background:{color:links bg};
  193. padding:5px;
  194. line-height:100%;
  195. width:80px;
  196. height:10px;
  197. display:inline-block;
  198. color:{color:links};
  199. z-index:99999999;
  200. opacity:1;
  201. font-family:calibri;
  202. transition-duration: 0.9s;
  203. -moz-transition-duration:0.9s;
  204. -webkit-transition-duration:0.9s;
  205. -o-transition-duration:0.9s;
  206.  
  207.  
  208.  
  209.  
  210.  
  211. }
  212.  
  213. #pagi:hover{
  214. color:{color:hover};
  215. transition-duration: 0.9s;
  216. -moz-transition-duration:0.9s;
  217. -webkit-transition-duration:0.9s;
  218. -o-transition-duration:0.9s;
  219.  
  220. }
  221.  
  222.  
  223.  
  224. /*IMAGES*/
  225.  
  226.  
  227. #sidebar1 {
  228. position:fixed;
  229. opacity:1;
  230. background-image:url('{image:sidebar}');
  231. width:570px;
  232. height:400px;
  233. top:70px;
  234. margin-left:50px;
  235. background:{color:title bg};
  236. border:solid 10px {color:border};
  237. z-index:9999999;
  238.  
  239. }
  240.  
  241.  
  242.  
  243.  
  244. /*LINKS*/
  245.  
  246.  
  247. .navi{
  248. width:548px;
  249. height:112px;
  250. padding-left:13px;
  251. padding-bottom:15px;
  252. padding-top:13px;
  253. margin-top:75px;
  254. margin-left:55px;
  255. line-height:20%;
  256. position:fixed;
  257. display:block;
  258. z-index:99999999;
  259. opacity:0;
  260. transition-delay:0.1s;
  261. -webkit-transition-delay:0.1s;
  262. transition-duration: 0.4s;
  263. -moz-transition-duration:0.2s;
  264. -webkit-transition-duration:0.8s;
  265. -o-transition-duration:0.2s;
  266.  
  267. }
  268.  
  269. .navi:hover{
  270. opacity:1;
  271. transition-delay:0.1s;
  272. -webkit-transition-delay:0.1s;
  273. transition-duration: 0.4s;
  274. -moz-transition-duration:0.2s;
  275. -webkit-transition-duration:0.8s;
  276. -o-transition-duration:0.2s;
  277.  
  278.  
  279.  
  280. }
  281.  
  282.  
  283. #navbg {
  284. width:548px;
  285. height:378px;
  286. position:fixed;
  287. padding-top:10px;
  288. padding-bottom:10px;
  289. padding-left:10px;
  290. padding-right:10px;
  291. line-height:100%;
  292. top:70px;
  293. margin-left:-17px;
  294. font-size:11px;
  295. text-align:right;
  296. letter-spacing:1px;
  297. overflow:auto;
  298. background:{color:sidebar bg};
  299. border:solid 10px {color:border};
  300. z-index:-9;
  301. opacity:1;
  302.  
  303.  
  304. }
  305.  
  306. #links{
  307. font-size:10px;
  308. text-align:center;
  309. position:fixed;
  310. line-height:35%;
  311. letter-spacing:5%;
  312. font-family:calibri;
  313. margin-left:389px;
  314. margin-top:502px;
  315. width:251px;
  316. z-index:99999;
  317.  
  318. -webkit-column-count: 2;
  319. -moz-column-count: 2;
  320. column-count: 2;
  321. -webkit-column-gap: 0.5;
  322. -moz-column-gap: 0.5;
  323. column-gap: 0.5;
  324.  
  325. }
  326.  
  327. #links a{
  328. opacity:1;
  329. display:inline-block;
  330. text-transform:uppercase;
  331. color:{color:sblinks};
  332. background-color:{color:links bg};
  333. width:125px;
  334. font-weight:bold;
  335. height:17px;
  336. padding-right:5px;
  337. padding-top:5px;
  338. display:block;
  339. line-height:130%;
  340. padding-bottom:3px;
  341. transition-duration: 1s;
  342. -moz-transition-duration: 1s;
  343. -webkit-transition-duration: 1s;
  344. -o-transition-duration: 1s;
  345.  
  346.  
  347.  
  348. }
  349.  
  350. #links a:hover{
  351. color:{color:hover};
  352. background:{color:hover bg};
  353. opacity:1;
  354. transition-duration: 1s;
  355. -moz-transition-duration: 1s;
  356. -webkit-transition-duration: 1s;
  357. -o-transition-duration: 1s;
  358.  
  359. }
  360.  
  361.  
  362.  
  363.  
  364.  
  365. /*ENTRIES*/
  366.  
  367.  
  368.  
  369. #box {
  370. position: absolute;
  371. z-index:99999;
  372. height:600px;
  373. width:557px;
  374. overflow:auto;
  375. margin-left:700px;
  376. margin-top:55px;
  377.  
  378.  
  379. }
  380.  
  381. #post{
  382. padding:15px;
  383. width:500px;
  384. background-color:{color:post bg};
  385. overflow:hidden;
  386. margin-bottom:20px;
  387. margin-left:10px;
  388. float:left;
  389. z-index:9999;
  390.  
  391. }
  392.  
  393.  
  394. /*POST INFO*/
  395.  
  396. #info {
  397. width:520px;
  398. text-align:left;
  399. font-family:arial;
  400. font-size:9px;
  401. padding:7px;
  402. color:{color:txt};
  403. line-height:10px;
  404. background-color:{color:info bg};
  405. margin-top:5px;
  406. margin-left:-15px;
  407. font-size:9px;
  408. margin-bottom:-15px;
  409. font-style:none;
  410. padding:5px;
  411. line-height:10px;
  412. transition-duration: 1.0s;
  413. -moz-transition-duration: 1.0s;
  414. -webkit-transition-duration: 1.0s;
  415. -o-transition-duration: 1.0s;
  416.  
  417. }
  418.  
  419. #info hover{
  420. color:{color:hover};
  421. transition-duration: 1.0s;
  422. -moz-transition-duration: 1.0s;
  423. -webkit-transition-duration: 1.0s;
  424. -o-transition-duration: 1.0s;
  425.  
  426.  
  427. }
  428.  
  429. #info a {
  430. text-align:center;
  431. font-family:arial;
  432. color:{color:txt};
  433.  
  434. }
  435.  
  436. .right{
  437. float:right
  438.  
  439. }
  440.  
  441.  
  442. /*ASKS*/
  443.  
  444. #asks {
  445. font-size:11px;
  446. text-align:center;
  447. width:537px;
  448. padding:5px;
  449. margin-left:-30px;
  450. margin-top:-15px;
  451. background-color:{color:info bg}
  452.  
  453. }
  454.  
  455.  
  456. /*CREDIT-- Just leave this please*/
  457.  
  458. #c{
  459. position:fixed;
  460. font-size:8px;
  461. font-weight:bold;
  462. padding-bottom:5px;
  463. padding-top:5px;
  464. height:10px;
  465. width:60px;
  466. padding-left:5px;
  467. padding-right:5px;
  468. margin-left:1290px;
  469. margin-top:653px;
  470. line-height:150%;
  471. text-align:center;
  472. float:left;
  473. color:{color:txt};
  474. text-transform:uppercase;
  475. border-bottom:solid 2px {color:border};
  476. background-color:{color:links bg};
  477. transition-duration: 0.8s;
  478.  
  479.  
  480. }
  481.  
  482.  
  483.  
  484. </style>
  485.  
  486. </head>
  487.  
  488.  
  489. <body>
  490.  
  491.  
  492. <div id="sidebar">
  493. <div id="sidebar1"><img src="{image:sidebar}"></div>
  494.  
  495.  
  496.  
  497. </div>
  498. </div>
  499. </div>
  500. <div id="links">
  501. <a href="/" href="">refresh</a><br>
  502. <a href="ask" href="/ask">askbox</a><br>
  503. <a href="{text:link 1 url}">{text:Link 1}</a><br>
  504. <a href="{text:link 2 url}">{text:Link 2}</a><br>
  505. <a href="{text:link 3 url}">{text:Link 3}</a><br>
  506. <a href="{text:link 4 url}">{text:Link 4}</a><br>
  507. </div>
  508.  
  509. </div>
  510. <!---- if you want anything to appear when you hover over the sidebar, you have to add the code below under "navi"!!!
  511. --->
  512.  
  513. <div class="navi">
  514. <div id="navbg"></div>
  515.  
  516.  
  517. </div>
  518.  
  519. <div id="desc">{Description}</div>
  520.  
  521.  
  522.  
  523.  
  524. </div>
  525.  
  526.  
  527.  
  528.  
  529.  
  530. </div>
  531. <div id="pagi">{block:Pagination}
  532. {block:PreviousPage}
  533. <a href="{PreviousPage}">BACKWARDS </a>
  534. {/block:PreviousPage}
  535.  
  536. {block:NextPage}
  537. <a href="{NextPage}">FORWARD</a>
  538. {/block:NextPage}
  539. {/block:Pagination}</div>
  540. </div></div>
  541. </div>
  542.  
  543. <div id="box">
  544. {block:Posts}
  545. <div id="post">
  546.  
  547. <!--TEXT POSTS-->
  548.  
  549. {block:Text}
  550. {block:Title}<h2><center>{Title}</center></h2>{/block:Title}
  551. {Body}
  552. {/block:Text}
  553.  
  554. <!--ASKS-->
  555.  
  556. {block:Answer}
  557. <div id="asks">
  558. <div style="margin-left:-280px; padding-bottom:8px; font-size:15px;"><b><i>{Asker} asked:</b></i></span></div><br /> <div style="padding-left:15px; margin-top:-18px; font-size:13px;">{Question}</div>
  559. </div>
  560. {Answer}
  561. {/block:Answer}
  562.  
  563. <!--QUOTE POSTS-->
  564. {block:Quote}
  565.  
  566. {block:Quote}
  567. <h2>{Quote}</h2>
  568. <div align="right">
  569. {block:Source}<h1>-{Source}</h1>{/block:Source}
  570. </div>
  571. {/block:Quote}
  572. <!--LINK POSTS-->
  573.  
  574. {block:Link}
  575. <h2><center><a href="{URL}">{Name}</center></a></h2>
  576. {block:Description}{Description}{/block:Description}
  577. {/block:Link}
  578.  
  579. <!--CHAT POSTS-->
  580.  
  581. {block:Chat}
  582. {block:Title}<h2>{Title}</h2>{/block:Title}
  583. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  584. {Line}</li>{/block:Lines}</ul>
  585. {/block:Chat}
  586.  
  587. <!--PHOTO POSTS-->
  588.  
  589. {block:Photo}
  590. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  591.  
  592. {block:Caption}{Caption}{/block:Caption}
  593. {/block:Photo}
  594.  
  595. <!--PHOTOSET POSTS-->
  596.  
  597. {block:Photoset}
  598. {Photoset-500}
  599. {block:Caption}{Caption}{/block:Caption}
  600. {/block:Photoset}
  601.  
  602. <!--VIDEO POSTS-->
  603.  
  604. {block:Video}
  605. {Video-500}
  606. {block:Caption}{Caption}{/block:Caption}
  607. {/block:Video}
  608.  
  609.  
  610. <!--AUDIO-->
  611.  
  612. {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>
  613. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  614. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  615. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  616. {/block:Audio}
  617.  
  618.  
  619. <!--POST INFO-->
  620.  
  621.  
  622. <div id="info">
  623. <div id="permalink">
  624. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> <div class=right>{NoteCount}</div></a></div>
  625.  
  626. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}</div>
  627.  
  628.  
  629.  
  630. </div>{/block:Posts}{/block:Posts}</div></div></div></div>
  631. </div>
  632.  
  633. <!--Simply don't remove it pls.-->
  634. </div>
  635.  
  636. </div>
  637. <div id="c">
  638. <a href="http://azureofrp.tumblr.com/">AZUREOFRP </a>
  639.  
  640. </div>
  641. </div>
Advertisement
Add Comment
Please, Sign In to add comment