Advertisement
foundcas

Page 03 (All In One): Erratum

Jun 26th, 2015
1,240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. ALL IN ONE PAGE THEME BY FOUNDCAS/CAPECODING
  7. - If you have any questions or experience troubles send a message to http://capecoding.tumblr.com/ask
  8. - Do not remove the credit
  9. - Do not use this as a base code
  10.  
  11. -->
  12.  
  13. <title>erratum</title>
  14.  
  15. <link rel="shortcut icon" href="http://media.tumblr.com/2b148019c54956fd0d919edc585ced6c/tumblr_inline_njt9fvTvu31solj92.png"> <!--you can replace the url here with an icon image that you want-->
  16.  
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  20.  
  21. <script type="text/javascript"
  22. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  23. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:200,
  30. tip_fade_speed:300
  31. }
  32. );
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  38. <script>
  39. $(document).ready(function(){
  40. $('.iconic').click(function(){
  41. $('.panel').addClass('woohoo');
  42. });
  43. $('.close').click(function(){
  44. $('.panel').removeClass('woohoo');
  45. });
  46. });
  47. </script>
  48.  
  49. <script>
  50. $(document).ready(function(){
  51. $('.inq').click(function(){
  52. $('#ask_form').slideToggle();
  53. });
  54. });
  55. </script>
  56.  
  57. <script>
  58. $(document).ready(function(){
  59. $('.a').click(function(){
  60. $('.about').show('slow');
  61. $('.links, .contact,.blogroll').hide('slow');
  62. });
  63. });
  64. </script>
  65.  
  66. <script>
  67. $(document).ready(function(){
  68. $('.c').click(function(){
  69. $('.contact').show('slow');
  70. $('.links, .about,.blogroll').hide('slow');
  71. });
  72. });
  73. </script>
  74.  
  75. <script>
  76. $(document).ready(function(){
  77. $('.l').click(function(){
  78. $('.links').show('slow');
  79. $('.about ,.contact,.blogroll').hide('slow');
  80. });
  81. });
  82. </script>
  83.  
  84. <script>
  85. $(document).ready(function(){
  86. $('.b').click(function(){
  87. $('.blogroll').show('slow');
  88. $('.about ,.contact,.links').hide('slow');
  89. });
  90. });
  91. </script>
  92.  
  93.  
  94. <style type="text/css">
  95. #s-m-t-tooltip{
  96. max-width:300px;
  97. margin:15px;
  98. padding:3px;
  99. background:#999; /** tooltip background color **/
  100. color:#fff; /** toolip color **/
  101. z-index:999999;
  102. font-size:11px;
  103. text-transform:lowercase;
  104. }
  105.  
  106. ::-webkit-scrollbar{
  107. width:4px;
  108. height:auto;
  109. }
  110.  
  111. ::-webkit-scrollbar-thumb{
  112. width:4px;
  113. height:auto;
  114. background:#d3d3d3 /*scrollbar color*/
  115. }
  116.  
  117. ::selection{
  118. background:#9999aa; /*selection background*/
  119. color:#aabbbb; /*selection color*/
  120. }
  121.  
  122. a{
  123. text-decoration:none;
  124. color:#333; /*color of links*/
  125. cursor:help;
  126. }
  127.  
  128. body{
  129. font-family: 'Montserrat', sans-serif;
  130. font-size:12px;
  131. color:#333; /*color of text*/
  132. cursor:crosshair;
  133. background:#f4f2f4; /*background color*/
  134. line-height:100%;
  135. word-wrap:break-word;
  136. }
  137.  
  138. .iconic{
  139. position:absolute;
  140. background:url(https://ununsplash.imgix.net/reserve/IPEivX6xSBaiYOukY88V_DSC06462_tonemapped.jpg?fit=crop&fm=jpg&h=700&q=75&w=1050);
  141. background-size: auto 100px;
  142. background-repeat:no-repeat;
  143. height:100px;
  144. width:100px;
  145. margin-left:-50px;
  146. left:50%;
  147. margin-top:-50px;
  148. top:50%;
  149. border:10px solid #bbbbcc;
  150. border-radius:100%;
  151. z-index:1;
  152. }
  153.  
  154. .panel{
  155. position:absolute;
  156. height:100px;
  157. width:100px;
  158. margin-left:-50px;
  159. left:50%;
  160. margin-top:-50px;
  161. top:50%;
  162. border:10px solid #bbbbcc;
  163. border-radius:100%;
  164. -webkit-transform:scale(0);
  165. -ms-transform:scale(0);
  166. -o-transform:scale(0);
  167. -moz-transform:scale(0);
  168. transform:scale(0);
  169. z-index:2;
  170. -webkit-transition-duration:.6s;
  171. -moz-transition-duration:.6s;
  172. -o-transition-duration:.6s;
  173. -ms-transition-duration:.6s;
  174. }
  175.  
  176. .nav{
  177. position:absolute;
  178. bottom:0px;
  179. width:100%;
  180. height:10%;
  181. border-top:3px solid #d3d3d3;
  182. background:#ddd;
  183. text-align:center;
  184. z-index:9;
  185. overflow:hidden;
  186. }
  187.  
  188. .nav a{
  189. border-right:3px solid #d3d3d3;
  190. font-size:12px;
  191. text-transform:uppercase;
  192. padding:10px;
  193. line-height:40px;
  194. }
  195.  
  196. .close{
  197. border-right:none !important;
  198. }
  199.  
  200. .woohoo{
  201. width:500px;
  202. height:400px;
  203. margin-left:-250px;
  204. left:50%;
  205. margin-top:-200px;
  206. top:50%;
  207. background: #bbbbcc;
  208. border:1px solid #ddd;
  209. border-radius:0%;
  210. -webkit-transform:scale(1);
  211. -ms-transform:scale(1);
  212. -o-transform:scale(1);
  213. -moz-transform:scale(1);
  214. -webkit-transition-duration:.6s;
  215. -moz-transition-duration:.6s;
  216. -o-transition-duration:.6s;
  217. -ms-transition-duration:.6s;
  218. }
  219.  
  220. .click{
  221. display:none;
  222. height:90%;
  223. top:0px;
  224. background:#bbbbcc;
  225. overflow-y:auto;
  226. }
  227.  
  228. .yrbookd{
  229. position:fixed;
  230. background:url(http://31.media.tumblr.com/07a32f31225195350e20e6f3e781b1e7/tumblr_inline_nf6lteUpJb1solj92.png);
  231. background-size: auto 130px;
  232. background-repeat:no-repeat;
  233. height:130px;
  234. width:130px;
  235. margin:13% 90%;
  236. top:-19.5px;
  237. left:-130px;
  238. border:3px solid #ddd;
  239. }
  240.  
  241. .vita{
  242. position:fixed;
  243. margin:40% 90%;
  244. left:-130px;
  245. width:130px;
  246. line-height:20px;
  247. }
  248.  
  249. .scriptum{
  250. position:fixed;
  251. margin:9% 10%;
  252. width:230px;
  253. height:270px;
  254. overflow-y:auto;
  255. }
  256.  
  257. .contact #ask_form{
  258. display:none;
  259. margin-top:20px;
  260. margin-left:25px;
  261. }
  262.  
  263. .contact{
  264. padding:20px;
  265. max-height:80%;
  266. }
  267.  
  268. .inq{
  269. padding:5px;
  270. width:100px;
  271. margin-top:10px;
  272. text-align:center;
  273. margin-left:auto;
  274. margin-right:auto;
  275. text-transform:uppercase;
  276. background:#f3f3f3;
  277. }
  278.  
  279. .question{
  280. padding:5px;
  281. margin:10px 0px;
  282. width:450px;
  283. text-transform:uppercase;
  284. background:#f3f3f3;
  285. -webkit-transition-duration:.6s;
  286. -moz-transition-duration:.6s;
  287. -o-transition-duration:.6s;
  288. -ms-transition-duration:.6s;
  289. }
  290.  
  291. .question:hover{
  292. box-shadow:inset #fff 460px 0px;
  293. -webkit-transition-duration:.6s;
  294. -moz-transition-duration:.6s;
  295. -o-transition-duration:.6s;
  296. -ms-transition-duration:.6s;
  297. }
  298.  
  299. .answer{
  300. padding:5px;
  301. margin:10px 0px;
  302. width:450px;
  303. text-transform:uppercase;
  304. background:#f3f3f3;
  305. -webkit-transition-duration:.6s;
  306. -moz-transition-duration:.6s;
  307. -o-transition-duration:.6s;
  308. -ms-transition-duration:.6s;
  309. }
  310.  
  311. .answer:hover{
  312. box-shadow:inset #fff 460px 0px;
  313. -webkit-transition-duration:.6s;
  314. -moz-transition-duration:.6s;
  315. -o-transition-duration:.6s;
  316. -ms-transition-duration:.6s;
  317. }
  318.  
  319. .links{
  320. padding:25px 0px;
  321. max-height:80%;
  322. overflow-y:auto;
  323. }
  324.  
  325. .go{
  326. width:450px;
  327. margin-left:auto;
  328. margin-right:auto;
  329.  
  330. }
  331.  
  332. .links a{
  333. display:inline-block;
  334. padding:5px;
  335. margin:6px;
  336. text-transform:uppercase;
  337. background:#fff;
  338. }
  339.  
  340. .blogroll{
  341. max-height:85%;
  342. padding:15px;
  343. overflow-y:auto;
  344. }
  345.  
  346. .blogroll img{
  347. border-radius:5%;
  348. margin:5px;
  349. }
  350.  
  351. </style>
  352. </head>
  353. <body>
  354.  
  355.  
  356.  
  357. <div title="(click)" class="iconic"></div>
  358.  
  359.  
  360. <div class="panel">
  361. <div class="nav">
  362. <a href="/">index</a>
  363. <a class="a">about</a>
  364. <a class="c">faq</a>
  365. <a class="l">links</a>
  366. <a class="b">blogroll</a>
  367. <a href="https://capecoding.tumblr.com">credit</a>
  368. <a class="close">close</a>
  369. </div>
  370.  
  371. <div class="click about" style="display:block">
  372. <div class="yrbookd"></div>
  373. <div class="vita">
  374. <b>Name:</b> Aristophanes <br>
  375. <b>Theory:</b> Atomic <br>
  376. <b>Quote:</b> Rough winds do shake the darling buds of May
  377. </div>
  378. <div class="scriptum">
  379. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam dictum, erat faucibus tempus auctor, enim tortor facilisis enim, sodales rhoncus turpis augue sed ligula. Vestibulum ac iaculis lacus. Sed pretium lacus sit amet eros finibus tristique. Nulla quis magna tristique, ultricies elit eget, condimentum ex. Nullam malesuada, libero sit amet tempus fringilla, nibh arcu malesuada ex, eget ultrices lacus nunc a purus. Aliquam nec nibh sed tellus imperdiet suscipit. Nam id ipsum volutpat, auctor ligula vel, tempus erat. Vivamus cursus orci eget arcu dictum, at eleifend metus aliquam. Morbi tellus nibh, mollis at metus id, sagittis rutrum mauris. Quisque vitae erat sapien. Quisque non enim at dui ornare suscipit. Nulla facilisi. Quisque eu pellentesque massa. Proin sit amet porta enim, in rhoncus neque. Suspendisse eu nibh suscipit, semper eros id, tempor leo. Mauris in neque ultricies, imperdiet purus sed, fermentum dolor.
  380. </div>
  381. </div>
  382.  
  383.  
  384.  
  385. <div class="click contact">
  386.  
  387. <!--copy and paste from here-->
  388. <div class="together">
  389. <div class="question">
  390. 1.) question?
  391. </div>
  392. <div class="answer">
  393. answer 1.
  394. </div>
  395. </div>
  396. <!--to here to add another question and answer (simply delete these if you do not wish to have the questions or answers)-->
  397.  
  398. <div class="together">
  399. <div class="question">
  400. 2.) question?
  401. </div>
  402.  
  403. <div class="answer">
  404. answer 2.
  405. </div>
  406. </div>
  407.  
  408. <div class="inq">
  409. inquire
  410. </div>
  411. <iframe frameborder="0" height="200px" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="400px"></iframe>
  412.  
  413. </div>
  414.  
  415.  
  416. <div class="click links">
  417. <div class="go">
  418. <a href="url here">link title</a>
  419. <a href="url here">link title</a>
  420. <a href="url here">link title</a>
  421. <a href="url here">link title</a>
  422. <a href="url here">link title</a>
  423. <a href="url here">link title</a>
  424. <a href="url here">link title</a>
  425. <a href="url here">link title</a>
  426. <a href="url here">link title</a>
  427. <a href="url here">link title</a>
  428. <a href="url here">link title</a>
  429. <a href="url here">link title</a>
  430. <a href="url here">link title</a>
  431. <a href="url here">link title</a>
  432. <a href="url here">link title</a>
  433. <a href="url here">link title</a>
  434. <a href="url here">link title</a>
  435. <a href="url here">link title</a>
  436. <a href="url here">link title</a>
  437. <a href="url here">link title</a>
  438. <a href="url here">link title</a>
  439. <a href="url here">link title</a>
  440. <a href="url here">link title</a>
  441. <a href="url here">link title</a>
  442. <a href="url here">link title</a>
  443. <a href="url here">link title</a>
  444. <a href="url here">link title</a>
  445. <a href="url here">link title</a>
  446. <a href="url here">link title</a>
  447. <a href="url here">link title</a>
  448. <a href="url here">link title</a>
  449. <a href="url here">link title</a>
  450. <a href="url here">link title</a>
  451. <a href="url here">link title</a>
  452. <a href="url here">link title</a>
  453. <a href="url here">link title</a>
  454. <a href="url here">link title</a>
  455. <a href="url here">link title</a>
  456. <a href="url here">link title</a>
  457. <a href="url here">link title</a>
  458. <a href="url here">link title</a>
  459. <a href="url here">link title</a>
  460. <a href="url here">link title</a>
  461. <a href="url here">link title</a>
  462. <a href="url here">link title</a>
  463. </div>
  464. </div>
  465.  
  466. <div class="click blogroll">
  467. {block:Following}
  468. {block:Followed}
  469. <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-64}">
  470. {/block:Followed}
  471. {/block:Following}
  472. </div>
  473. </div>
  474.  
  475.  
  476. </body>
  477. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement