Advertisement
hrrald

BOOFRP THEME // PROBLEM

Jun 14th, 2014
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.94 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. ¸.•´¸.•*´¨) ¸.•*¨)
  6. (¸.•´ (¸.•` ¤ BOOFRP'S PAGE THEME #02 -- PROBLEM
  7.  
  8. Pretty simple. Please do not even steal anything off of this theme, considering the fact that it's not only my hard work, but the work
  9. of venusrps who made this base code.
  10. If you have any questions, let me know. Just know, you are not all
  11. owed to post an edited version of this theme or claim it as your o
  12. wn considering i have made it and it took a lot of time. Any quest
  13. ions will be answered if you just ask me.
  14. Do NOT whatever you do, take the credit out. It's only in the corn
  15. er, like damn. Other than that, enjoy!!
  16.  
  17. :¨·.·¨:
  18. `·.. Bo // boofrp--->
  19.  
  20. <head>
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. <meta name="description" content="{MetaDescription}" />
  25.  
  26. <style type="text/css">
  27.  
  28. body {
  29. font-family:helvetica;
  30. font-size:9px;
  31. color:#857794;
  32. background-image: url('http://static.tumblr.com/mzuisbe/8jon74tnb/eee.png');
  33.  
  34. }
  35.  
  36. a {
  37. text-decoration:none;
  38.  
  39. }
  40.  
  41. #container {
  42. margin-left: 100px auto auto auto;
  43. margin-top:100px;
  44. }
  45.  
  46.  
  47.  
  48. #background {
  49. margin-left:250px;
  50. position:fixed;
  51. margin-top:-14px;
  52. width:1px;
  53. height:1px;
  54. background:#a3d0bd; }
  55.  
  56. .conticon {
  57. width:50px;
  58. margin-top:10px;
  59. height:250px;
  60. margin:6px 6px 6px 6px;
  61.  
  62. }
  63.  
  64. #icone2 {
  65. width:500px;
  66. height:200px;
  67. border:5px solid #857794;
  68. background: #635b7d;
  69. overflow:hidden;
  70. margin-top:10px;
  71. margin-left:300px;
  72. position:relative;
  73. z-index:9;
  74.  
  75. }
  76.  
  77. #icone2:hover {
  78. -webkit-transition: all 0.8s ease-out;
  79. -moz-transition: all 0.8s ease-out;
  80. transition: all 0.8s ease-out;
  81. position:relative;
  82. overflow-y:auto;
  83. z-index:99;
  84.  
  85. }
  86.  
  87. #icone2 img {
  88. width:500px;
  89. height:200px;
  90.  
  91. -webkit-transition: all 0.8s ease-out;
  92. -moz-transition: all 0.8s ease-out;
  93. transition: all 0.8s ease-out;
  94.  
  95. }
  96.  
  97. #icone2:hover img {
  98. opacity:0;
  99. width:500px;
  100. height:0px;
  101. margin-top:-30px;
  102. -webkit-transition: all 0.8s ease-out;
  103. -moz-transition: all 0.8s ease-out;
  104. transition: all 0.8s ease-out;
  105. z-index:99;
  106.  
  107. }
  108.  
  109. #icone {
  110. width:500px;
  111. height:200px;
  112. border:5px solid #857794;
  113. background: #635b7d;
  114. overflow:hidden;
  115. margin-top:10px;
  116. margin-left:300px;
  117. position:relative;
  118. z-index:9;
  119.  
  120. }
  121.  
  122. #icone:hover {
  123. -webkit-transition: all 0.8s ease-out;
  124. -moz-transition: all 0.8s ease-out;
  125. transition: all 0.8s ease-out;
  126. position:relative;
  127. overflow-y:auto;
  128. z-index:99;
  129.  
  130. }
  131.  
  132. #icone img {
  133. width:500px;
  134. height:200px;
  135.  
  136. -webkit-transition: all 0.8s ease-out;
  137. -moz-transition: all 0.8s ease-out;
  138. transition: all 0.8s ease-out;
  139.  
  140. }
  141.  
  142. #icone:hover img {
  143. opacity:0;
  144. width:500px;
  145. height:0px;
  146. margin-top:-30px;
  147. -webkit-transition: all 0.8s ease-out;
  148. -moz-transition: all 0.8s ease-out;
  149. transition: all 0.8s ease-out;
  150. z-index:99;
  151.  
  152. }
  153.  
  154. #s-m-t-tooltip {
  155. max-width:200px;
  156. margin-top:25px;
  157. margin-left:20px;
  158. padding-left:1px;
  159. padding-right:1px;
  160. padding-bottom:1px;
  161. padding-top:1px;
  162. z-index:999;
  163. background-color:#ffffff;
  164. color:#cccccc;
  165. font-family:helvetica;
  166. font-size:9px;
  167. letter-spacing:1px;
  168. text-transform:lowercase;
  169. line-height:12px;
  170. border:1px solid #dddddd;
  171. box-shadow: 1px 1px 1px #dddddd;
  172.  
  173. }
  174.  
  175. iframe#tumblr_controls {top:2px!important; right:2px!important; position:fixed!important;-webkit-transition: opacity 0.5s linear;opacity: 0.5;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  176.  
  177. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.5s linear;opacity: 0.8;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  178.  
  179. ::-webkit-scrollbar {
  180. width:3px;
  181. height:3px;
  182.  
  183. }
  184.  
  185. ::-webkit-scrollbar-track-piece {
  186. background-color:#ffffff;
  187.  
  188. }
  189.  
  190. ::-webkit-scrollbar-thumb {
  191. background-color: #bcbcc4;
  192.  
  193. }
  194.  
  195. #hoverpage {
  196. -webkit-transition: all 0.8s ease-out;
  197. -moz-transition: all 0.8s ease-out;
  198. transition: all 0.8s ease-out;
  199. height:80px;
  200. z-index:9;
  201.  
  202. }
  203.  
  204. #icone:hover #hoverpage {
  205. background-color:#635b7d;
  206.  
  207. }
  208.  
  209.  
  210.  
  211.  
  212. .links a {
  213. border-bottom:5px solid #857794;
  214. margin-left:300px;
  215. display:block;
  216. margin-top:7px;
  217. width:500px;
  218. height:20px;
  219. line-height:15px;
  220. color:#6a6e85;
  221. padding-top:10px;
  222. text-align:center;
  223. font-size:10px;
  224. font-family:"arial";
  225. text-transform:uppercase;
  226. background-color:#b4d8cb;
  227. z-index:9999999999999999999999999999999999999999999999999999;
  228.  
  229. }
  230.  
  231. .links a:hover {
  232. -moz-transition-duration:0.3s;
  233. -webkit-transition-duration:0.3s;
  234. -o-transition-duration:0.3s;
  235. background-color:#857794;
  236. color:#b4d8cb;
  237. border-bottom:5px solid #6a6e85;
  238.  
  239.  
  240. }
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248. .icon {
  249. -webkit-transition: all 0.5s ease-out;
  250. -moz-transition: all 0.5s ease-out;
  251. transition: all 0.5s ease-out;
  252. }
  253.  
  254. .icon img{
  255. padding:10px;
  256. }
  257.  
  258. .desc {
  259. text-align:left;
  260. color:#a3d0bd;
  261. padding-left:2px;
  262. }
  263.  
  264. #credit {
  265. position:fixed;
  266. font-size:8px;
  267. font-weight:normal;
  268. line-height:150%;
  269. letter-spacing:0px;
  270. right:10px;
  271. bottom:15px;
  272. text-transform:uppercase;
  273. text-align:center;
  274. }
  275.  
  276. #credit a {
  277. padding:3px;
  278. color:white;
  279. background-color:black;
  280. -moz-transition-duration:0.5s;
  281. -webkit-transition-duration:0.5s;
  282. -o-transition-duration:0.5s;
  283. }
  284.  
  285.  
  286. </style>
  287. </head>
  288.  
  289.  
  290. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  291. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  292. <script>
  293. (function($){
  294. $(document).ready(function(){
  295. $("[title],a[title],img[title]").style_my_tooltips({
  296. tip_follows_cursor:true,
  297. tip_delay_time:100,
  298. tip_fade_speed:250,
  299. attribute:"title"
  300. });
  301. });
  302. })(jQuery);
  303. </script>
  304.  
  305.  
  306. <div id="icone">
  307.  
  308. <img src="https://31.media.tumblr.com/dd48f6190122a9305ab423634eb403f9/tumblr_inline_n74yvmAcSF1rihlho.png"/><!--here goes your icon-->
  309.  
  310. <div id="hoverpage">
  311.  
  312. <p></p>
  313. <p>Lorem ipsum dolor sit amet, consectetuer&nbsp;adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
  314. <ul>
  315. <li>Lorem ipsum dolor sit amet.</li>
  316. <li>Consectetuer adipiscing elit.</li>
  317. <li>Nam at tortor quis ipsum tempor aliquet.</li>
  318. </ul>
  319. <p>Cum sociis&nbsp;natoque penatibus&nbsp;et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.</p>
  320. <blockquote>
  321. <p>Donec placerat mauris commodo dolor. Nulla tincidunt. Nulla vitae augue.</p>
  322. </blockquote>
  323. <p>Suspendisse ac pede. Cras&nbsp;tincidunt pretium&nbsp;felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Maecenas nec augue. Praesent a quam pretium leo congue accumsan.</p>
  324. <p></p>
  325. <p></p>
  326.  
  327. </div>
  328. </div>
  329. </div>
  330. </div></div> <div class="links">
  331. <strong><a href="/">LINK 1</a><p>
  332. <a href="/ask">LINK 2</a><p>
  333. <a href="/navi">LINK 3</a><p>
  334. <a href="/wid">LINK 4 </a></strong>
  335. </div>
  336.  
  337.  
  338.  
  339.  
  340.  
  341. <div id="background">
  342. </div>
  343. <div id="icone2">
  344. <img src="https://31.media.tumblr.com/168d83addc3a9a0a06bf6a129b215c82/tumblr_inline_n74xwxz5JI1rihlho.png"/><!--here goes your icon-->
  345. <div id="hoverpage">
  346.  
  347.  
  348. <p></p>
  349. <p>Lorem ipsum dolor sit amet, consectetuer&nbsp;adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
  350. <ul>
  351. <li>Lorem ipsum dolor sit amet.</li>
  352. <li>Consectetuer adipiscing elit.</li>
  353. <li>Nam at tortor quis ipsum tempor aliquet.</li>
  354. </ul>
  355. <p>Cum sociis&nbsp;natoque penatibus&nbsp;et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.</p>
  356. <blockquote>
  357. <p>Donec placerat mauris commodo dolor. Nulla tincidunt. Nulla vitae augue.</p>
  358. </blockquote>
  359. <p>Suspendisse ac pede. Cras&nbsp;tincidunt pretium&nbsp;felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Maecenas nec augue. Praesent a quam pretium leo congue accumsan.</p>
  360. <p></p>
  361. <p></p>
  362. <br>
  363.  
  364. </div>
  365.  
  366. </div>
  367. </div>
  368. </div></td>
  369.  
  370.  
  371. </tr>
  372.  
  373.  
  374.  
  375. </table></div>
  376.  
  377.  
  378. <div id="credit"><a href="http://boofrp.tumblr.com">B O O F R P </a>
  379. </div>
  380. </body>
  381. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement