Advertisement
oftenwrongthemes

All-in-One Page 03

Jul 20th, 2016
2,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.30 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>Navigation</title>
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,700" rel="stylesheet">
  7.  
  8. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js" type="text/javascript"></script>
  9. <script>
  10. $(document).ready(function(){
  11. $('.box').click(function(){
  12. $('.box').css('z-index', '1');
  13. $(this).css('z-index', '99').toggleClass('bigbox');
  14. $(this).children('.title').toggleClass('newtitle');
  15. $(this).children('.content').toggleClass('display');
  16. });
  17. });
  18. </script>
  19.  
  20. <style type="text/css">
  21.  
  22. body {
  23. background:url(http://41.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo5_250.png);
  24. background-attachment: fixed;
  25. margin: 0px;
  26. overflow: hidden;
  27. font-family: 'Raleway', sans-serif;
  28. color: #555;
  29. font-size: 12px;
  30. }
  31.  
  32. ::-webkit-scrollbar { width: 3px; background: transparent; }
  33. ::-webkit-scrollbar-thumb { background: #fff; }
  34. ::-webkit-scrollbar-corner { background: #fff; }
  35.  
  36. a {
  37. text-decoration: none;
  38. color: #fff;
  39. font-weight: 700;
  40. }
  41.  
  42. .con {
  43. width: 500px;
  44. height: 500px;
  45. position: relative;
  46. margin-top: 8%;
  47. }
  48.  
  49. .backtoblog a {
  50. position: fixed;
  51. top: 15px;
  52. left: 15px;
  53. color: #555;
  54. font-style: italic;
  55. }
  56.  
  57. .credit a {
  58. position: fixed;
  59. color: #555;
  60. bottom: 10px;
  61. right: 10px;
  62. }
  63.  
  64. .box {
  65. width: 250px;
  66. height: 250px;
  67. overflow: hidden;
  68. position: absolute;
  69. transition-duration: 0.5s;
  70. -moz-transition-duration: 0.5s;
  71. -webkit-transition-duration: 0.5s;
  72. -o-transition-duration: 0.5s;
  73. }
  74.  
  75. .bigbox {
  76. width: 500px;
  77. height: 500px;
  78. overflow-x: hidden;
  79. overflow-y: auto;
  80. transition-duration: 0.5s;
  81. -moz-transition-duration: 0.5s;
  82. -webkit-transition-duration: 0.5s;
  83. -o-transition-duration: 0.5s;
  84. }
  85.  
  86. .title {
  87. color: white;
  88. text-align: center;
  89. padding-top: 110px;
  90. text-transform: uppercase;
  91. font-size: 30px;
  92. font-weight: 700;
  93. transition-duration: 0.5s;
  94. -moz-transition-duration: 0.5s;
  95. -webkit-transition-duration: 0.5s;
  96. -o-transition-duration: 0.5s;
  97. }
  98.  
  99. .newtitle {
  100. display: none;
  101. }
  102.  
  103. .content {
  104. padding: 20px;
  105. opacity: 0;
  106. transition-duration: 0.5s;
  107. -webkit-transition-duration: 0.5s;
  108. -moz-transition-duration: 0.5s;
  109. -o-transition-duration: 0.5s;
  110. transition-delay: 0s;
  111. -moz-transition-delay: 0s;
  112. -webkit-transition-delay: 0s;
  113. -o-moz-transition-delay: 0s;
  114. }
  115.  
  116. .about img {
  117. width: 130px;
  118. height: 130px;
  119. border: 5px solid #eee;
  120. }
  121.  
  122. .about b {
  123. color: #668284;
  124. text-transform: uppercase;
  125. font-weight: 700;
  126. }
  127.  
  128. .about .quote {
  129. text-transform: uppercase;
  130. color: #fff;
  131. font-size: 9px;
  132. text-align: justify;
  133. }
  134.  
  135. .about .text {
  136. padding: 5px 10px 5px 10px;
  137. overflow: auto;
  138. height: 270px;
  139. }
  140.  
  141. .about .text b {
  142. font-weight: 700;
  143. color: #555;
  144. text-transform: lowercase;
  145. }
  146.  
  147. .faq .question {
  148. background: #fff;
  149. padding: 7px;
  150. font-size: 15px;
  151. color: #C5E0DC;
  152. text-align: center;
  153. text-transform: uppercase;
  154. font-weight: 700;
  155. }
  156.  
  157. .faq .answer {
  158. border: 2px solid #fff;
  159. padding: 10px;
  160. margin-bottom: 20px;
  161. }
  162.  
  163. .tags .header {
  164. width: 200px;
  165. height: 25px;
  166. text-align: center;
  167. border: 2px solid #fff;
  168. background: transparent;
  169. text-transform: uppercase;
  170. color: #fff;
  171. font-size: 15px;
  172. padding-top: 5px;
  173. }
  174.  
  175. .tags ul {
  176. width: 184px;
  177. list-style: none;
  178. margin: 0px;
  179. padding: 5px 5px 5px 15px;
  180. background: white;
  181. line-height: 150%;
  182. margin-bottom: 15px;
  183. }
  184.  
  185. .broll img {
  186. float: left;
  187. display: table;
  188. margin: 10px;
  189. width: 30px;
  190. height: 30px;
  191. border-radius: 50px;
  192. -webkit-border-radius: 50px;
  193. -moz-border-radius: 50px;
  194. }
  195.  
  196. .display {
  197. height: auto;
  198. opacity: 1;
  199. transition-duration: 0.5s;
  200. -webkit-transition-duration: 0.5s;
  201. -moz-transition-duration: 0.5s;
  202. -o-transition-duration: 0.5s;
  203. transition-delay: 0.5s;
  204. -moz-transition-delay: 0.5s;
  205. -webkit-transition-delay: 0.5s;
  206. -o-moz-transition-delay: 0.5s;
  207. }
  208.  
  209. </style>
  210. </head>
  211. <body>
  212.  
  213. <table align="center" class="con">
  214. <tr>
  215.  
  216. <td><div class="box" style="background: #B9D7D9; top: 0px; left: 0px;">
  217. <div class="title">About</div>
  218. <div class="content about">
  219. <table cellspacing="10" style="margin-top: 3px;"><tr>
  220. <td><img src="ICON URL HERE"></td>
  221. <td valign="top" style="color: white">
  222. <b>Name:</b> name<br>
  223. <b>Age:</b> age<br>
  224. <b>Pronouns:</b> pronouns<br>
  225. <b>Timezone:</b> timezone
  226. <p/>
  227.  
  228. <div class="quote">"cool quote goes here"</div>
  229. </td>
  230. </tr></table>
  231.  
  232. <div class="text">text goes here. please separate your paragraphs with paragraph tags!</div>
  233. </div>
  234. </div></td>
  235.  
  236.  
  237. <td><div class="box" style="background: #C5E0DC; right: 0px; top: 0px;">
  238. <div class="title">FAQ</div>
  239. <div class="content faq">
  240. <div class="question">#1: this is question number one</div>
  241. <div class="answer">Lorem ipsum dolor sit amet, consectetur adipiscing elit. <a href="/">Fusce at arcu lacinia</a> est ullamcorper efficitur. Nam sed finibus nisi. In mattis libero egestas efficitur gravida. In ullamcorper ullamcorper justo dapibus interdum. Fusce eu sollicitudin sem. Nullam varius suscipit odio, at condimentum nunc elementum eu. Nam varius dui id aliquam vehicula.
  242. </div>
  243.  
  244. <div class="question">#2: and this is another question</div>
  245. <div class="answer">This is the answer to question number two.
  246. </div>
  247.  
  248. <div class="question">#3: how do i add more boxes?</div>
  249. <div class="answer">You can copy/paste this code! Add as many boxes as you like because this will scroll.
  250. </div>
  251.  
  252. <p><iframe frameborder="0" scrolling="no" width="100%" height="149" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  253. </div>
  254. </div></td>
  255. </tr>
  256.  
  257.  
  258. <tr>
  259. <td><div class="box" style="background: #668284; bottom: 0px; left: 0px;">
  260. <div class="title">Tags</div>
  261. <div class="content tags">
  262. <table align="center" cellspacing="15"><tr>
  263. <td valign="top">
  264. <div class="header">Tags Header #1</div>
  265. <ul class="tag">
  266. <li>&#10148; tag one</li>
  267. <li>&#10148; tag two</li>
  268. <li>&#10148; tag three</li>
  269. <li>&#10148; tag four</li>
  270. <li>&#10148; tag five</li>
  271. </ul>
  272.  
  273. <div class="header">Tags Header #3</div>
  274. <ul class="tag">
  275. <li>&#10148; tag one</li>
  276. <li>&#10148; tag two</li>
  277. <li>&#10148; tag three</li>
  278. <li>&#10148; tag four</li>
  279. <li>&#10148; tag five</li>
  280. <li>&#10148; tag six</li>
  281. <li>&#10148; tag seven</li>
  282. <li>&#10148; tag eight</li>
  283. </ul>
  284.  
  285. <div class="header">Tags Header #5</div>
  286. <ul class="tag">
  287. <li>&#10148; tag one</li>
  288. <li>&#10148; tag two</li>
  289. <li>&#10148; tag three</li>
  290. <li>&#10148; tag four</li>
  291. <li>&#10148; tag five</li>
  292. <li>&#10148; tag six</li>
  293. </ul>
  294. </td>
  295. <td valign="top">
  296. <div class="header">Tags Header #2</div>
  297. <ul class="tag">
  298. <li>&#10148; tag one</li>
  299. <li>&#10148; tag two</li>
  300. <li>&#10148; tag three</li>
  301. <li>&#10148; tag four</li>
  302. <li>&#10148; tag five</li>
  303. <li>&#10148; tag six</li>
  304. <li>&#10148; tag seven</li>
  305. <li>&#10148; tag eight</li>
  306. <li>&#10148; tag nine</li>
  307. <li>&#10148; tag ten</li>
  308. </ul>
  309.  
  310. <div class="header">Tags Header #4</div>
  311. <ul class="tag">
  312. <li>&#10148; tag one</li>
  313. <li>&#10148; tag two</li>
  314. <li>&#10148; tag three</li>
  315. <li>&#10148; tag four</li>
  316. <li>&#10148; tag five</li>
  317. </ul>
  318.  
  319. <!---COPY/PASTE THIS FOR MORE BOXES
  320. <div class="header">Tags Header #4</div>
  321. <ul class="tag">
  322. <li>&#10148; tag one</li>
  323. <li>&#10148; tag two</li>
  324. <li>&#10148; tag three</li>
  325. <li>&#10148; tag four</li>
  326. <li>&#10148; tag five</li>
  327. </ul>--->
  328. </td>
  329. </tr></table>
  330. </div>
  331. </div></td>
  332.  
  333.  
  334. <td><div class="box" style="background: #4A4849; bottom: 0px; right: 0px;">
  335. <div class="title">Blogroll</div>
  336. <div class="content">
  337. {block:Following}{block:Followed}
  338. <a href="{FollowedURL}" title="{FollowedName}">
  339. <div class="broll">
  340. <img src="{FollowedPortraitURL-40}"></a>
  341. </div>
  342. {/block:Following}{/block:Followed}</div></div>
  343. </div></td>
  344. </tr>
  345. </table>
  346. </body>
  347. <div class="backtoblog"><a href="/">← go back</a></div>
  348. <div class="credit"><a href="http://bisexualamy.tumblr.com/">▲▲▲</a></div>
  349. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement