Advertisement
b0rn-to-be-wild

All in one II dark

May 8th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.82 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.  
  4. <!----
  5.  
  6. © borntobewildthemes.tumblr.com | "All in One II dark"
  7.  
  8. + Please do not redistribute this page or remove credits
  9. + You are allowed to make changes as long as you keep our credits
  10. + If you have any questions or concerns, just contact us!
  11. + Thanks for using our page! Hope you enjoy it!
  12.  
  13. ---->
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19. <!--Google fonts-->
  20.  
  21. <link href="//fonts.googleapis.com/css?family=Exo:400" rel="stylesheet" type="text/css">
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
  24.  
  25. <!------ IMPORTANT SCRIPTS, DO NOT REMOVE ------>
  26.  
  27. <!---Style my tooltips--->
  28.  
  29. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  30. <script src="jquery.style-my-tooltips.js"></script>
  31.  
  32. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  33.  
  34. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  35. <script>
  36. (function($){
  37. $(document).ready(function(){
  38. $("[title]").style_my_tooltips({
  39. tip_follows_cursor:true,
  40. tip_delay_time:200,
  41. tip_fade_speed:300
  42. }
  43. );
  44. });
  45. })(jQuery);
  46. </script>
  47.  
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  49. <script>
  50. $(document).ready(function(){
  51. $("#title1").click(function(){
  52. $("#about").slideToggle(500);
  53. });
  54. });
  55. </script>
  56.  
  57. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  58. <script>
  59. $(document).ready(function(){
  60. $("#title2").click(function(){
  61. $("#faq").slideToggle(500);
  62. });
  63. });
  64. </script>
  65.  
  66. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  67. <script>
  68. $(document).ready(function(){
  69. $("#title3").click(function(){
  70. $("#tags").slideToggle(500);
  71. });
  72. });
  73. </script>
  74.  
  75. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  76. <script>
  77. $(document).ready(function(){
  78. $("#title4").click(function(){
  79. $("#blogroll").slideToggle(500);
  80. });
  81. });
  82. </script>
  83.  
  84. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  85.  
  86. <link rel="shortcut icon" href="{Favicon}" />
  87. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  88.  
  89. <style type="text/css">
  90.  
  91. /* Body */
  92.  
  93. body {
  94. font-style:none;
  95. background-color:#000;
  96. /* image in the middle */
  97. background-image: url('http://www.themesltd.com/backgrounds/floral/black_and_white_roses_tulips_and_vines.gif');
  98. overflow:hidden;
  99. padding:0px;
  100. margin:0px;
  101. }
  102.  
  103. a {
  104. color:#777;
  105. text-decoration:none;
  106. -webkit-transition: all 0.5s ease-out;
  107. -moz-transition: all 0.5s ease-out;
  108. transition: all 0.5s ease-out;
  109. }
  110.  
  111. a:hover {
  112. color:{color:hover};
  113. text-decoration:none;
  114. -webkit-transition: all 0.8s ease-out;
  115. -moz-transition: all 0.8s ease-out;
  116. transition: all 0.8s ease-out;
  117. }
  118.  
  119. a {
  120. color:#777;
  121. text-decoration:none;
  122. border:none;
  123. -webkit-transition-duration: 0.9s;
  124. }
  125.  
  126. a img:hover {
  127. opacity:1;
  128. border-radius:0px;
  129. }
  130.  
  131. img {
  132. border:none;
  133. }
  134.  
  135. blockquote {
  136. padding-left:5px;
  137. border-left:2px solid {color:border};
  138. }
  139.  
  140. h1 {
  141. font-size:20px;
  142. }
  143.  
  144. /* Webkit scrollbar */
  145.  
  146. ::-webkit-scrollbar-thumb {
  147. background: #777;
  148. height: auto;
  149. border: 2px solid #000;
  150. }
  151.  
  152. ::-webkit-scrollbar {
  153. height:10px;
  154. width:10px;
  155. background: #777;
  156. height: auto;
  157. border: 4px solid #000;
  158. }
  159.  
  160. /* Cursor code */
  161.  
  162. body, a:hover {
  163. cursor: url(http://cur.cursors-4u.net/cursors/cur-3/cur237.ani), url(http://cur.cursors-4u.net/cursors/cur-3/cur237.png), progress !important;}
  164.  
  165. /* Main stuff */
  166.  
  167. #everything {
  168. margin-left:auto;
  169. margin-right:auto;
  170. margin-top:0px;
  171. padding:0;
  172. }
  173.  
  174. /* Header */
  175.  
  176. #header {
  177. position:fixed;
  178. font-size:40px;
  179. text-align:center;
  180. top:-5px;
  181. margin-left:auto;
  182. margin-right:auto;
  183. border-bottom:3px solid #777;
  184. width:100%;
  185. height:40px;
  186. padding:10px;
  187. background:#000;
  188. }
  189.  
  190. /* Links */
  191.  
  192. #links {
  193. width:100%;
  194. height:15px;
  195. font-family:Exo;
  196. text-transform:uppercase;
  197. text-align:center
  198. font-size:30px;
  199. margin-top:0px;
  200. margin-left:0px;
  201. padding:0px;
  202. background:#000;
  203. }
  204.  
  205. #links a {
  206. padding:5px;
  207. font-size:20px;
  208. color: #777;
  209. -webkit-transition: all 0.4s ease;
  210. -moz-transition: all 0.4s ease
  211. -o-transition: all 0.4s ease;
  212. -ms-transition: all 0.4s ease;
  213. transition: all 0.4s ease;
  214. }
  215.  
  216. #links a:hover {
  217. color:#000;
  218. background-color:#777;
  219. }
  220.  
  221. /* Container */
  222.  
  223. #container{
  224. z-index: 300;
  225. top:90px;
  226. position:absolute;
  227. left:0px;
  228. width:100%;
  229. height:100%;
  230. text-align:center;
  231. background-color:#000;
  232. border-top:3px solid #777;
  233. overflow:hidden;
  234. }
  235.  
  236. #container2{
  237. z-index: 300;
  238. top:40px;
  239. position:relative;
  240. margin:auto;
  241. width:400px;
  242. height:100%;
  243. text-align:center;
  244. overflow-x:hidden;
  245. overflow-y:auto;
  246. }
  247.  
  248. /* First box */
  249.  
  250. #title1 {
  251. font-family:'Kaushan Script';
  252. font-size:30px;
  253. text-align:center;
  254. line-height:50px;
  255. margin-top:0px;
  256. margin-left:96px;
  257. color:#000;
  258. width:300px;
  259. height:50px;
  260. padding:5px;
  261. background:#eee;
  262. }
  263.  
  264. #title1 p {
  265. margin:10px 0px;
  266. }
  267.  
  268. #title1 span{
  269. display:block;
  270. float:left;
  271. position:absolute;
  272. width:1px;
  273. height:1px;
  274. font-size:0;
  275. line-height: 1px;
  276. margin-left:20px;
  277. margin-top:0px;
  278. border-top:7px solid transparent;
  279. border-bottom:7px solid transparent;
  280. border-right:10px solid red;
  281. z-index:1000000;
  282. }
  283.  
  284. #title1:hover{
  285. color:#333;
  286. -webkit-transition: all 0.7s ease-in-out;
  287. -moz-transition: all 0.7s ease-in-out;
  288. -o-transition: all 0.7s ease-in-out;
  289. }
  290.  
  291. #title1img img{
  292. position:absolute;
  293. margin-top:-5px;
  294. margin-left:-250px;
  295. border: 5px ridge #777;
  296. width: 50px;
  297. height:50px;
  298. }
  299.  
  300. #about{
  301. width:380px;
  302. font-family:'Exo';
  303. max-height:150px;
  304. overflow:hidden;
  305. overflow-y:auto;
  306. padding:10px;
  307. padding-top:0px;
  308. margin-top:5px;
  309. margin-left:20;
  310. font-size:15px;
  311. color:#777;
  312. line-height:20px;
  313. display:none;
  314. text-align:left;
  315. }
  316.  
  317. #about:first-letter{
  318. font-size:200%;
  319. font-family:Kaushan Script;
  320. color:#333;
  321. }
  322.  
  323. /* Second box */
  324.  
  325. #title2 {
  326. font-family:'Kaushan Script';
  327. font-size:30px;
  328. text-align:center;
  329. line-height:50px;
  330. margin-top:4px;
  331. margin-left:0px;
  332. color:#000;
  333. width:400px;
  334. height:50px;
  335. padding:5px;
  336. background:#bbb8b8;
  337. }
  338.  
  339. #title2:hover{
  340. color:#333;
  341. -webkit-transition: all 0.7s ease-in-out;
  342. -moz-transition: all 0.7s ease-in-out;
  343. -o-transition: all 0.7s ease-in-out;
  344. }
  345.  
  346. #faq{
  347. position:relative;
  348. width:380px;
  349. font-family:Exo;
  350. max-height:150px;
  351. overflow:hidden;
  352. overflow-y:auto;
  353. padding:10px;
  354. margin-top:15px;
  355. font-size:15px;
  356. color:#777;
  357. line-height:20px;
  358. display:none;
  359. text-align:center;
  360. }
  361.  
  362. #faq b{
  363. color:#333;
  364. font-family:Kaushan Script;
  365. }
  366.  
  367. #faq:hover{
  368. -webkit-transition: all 0.4s ease;
  369. -moz-transition: all 0.4s ease
  370. -o-transition: all 0.4s ease;
  371. -ms-transition: all 0.4s ease;
  372. transition: all 0.4s ease;
  373. }
  374.  
  375. /* Third box */
  376.  
  377. #title3 {
  378. position:relative;
  379. font-family:'Kaushan Script';
  380. font-size:30px;
  381. text-align:center;
  382. line-height:50px;
  383. margin-top:15px;
  384. margin-left:0;
  385. color:#000;
  386. width:400px;
  387. height:50px;
  388. padding:5px;
  389. background:#4D4D4D
  390. }
  391.  
  392. #title3:hover{
  393. color:#333;
  394. -webkit-transition: all 0.7s ease-in-out;
  395. -moz-transition: all 0.7s ease-in-out;
  396. -o-transition: all 0.7s ease-in-out;
  397. }
  398.  
  399. #tags{
  400. position:relative;
  401. width:380px;
  402. font-family:Exo;
  403. height:170px;
  404. overflow:hidden;
  405. overflow-y:auto;
  406. padding:10px;
  407. margin-top:10px;
  408. font-size:15px;
  409. color:#777;
  410. line-height:20px;
  411. display:none;
  412. text-align:left;
  413. }
  414.  
  415. #grouptitle {
  416. position:absolute;
  417. padding:4px;
  418. text-align:center;
  419. font-family:'Kaushan Script';
  420. color:#000;
  421. font-size:15px;
  422. width:150px;
  423. height:30px;
  424. line-height:30px;
  425. margin-left:-90px;
  426. margin-top:-110px;
  427. background:#4D4D4D
  428. }
  429.  
  430. #grouplinks {
  431. position:absolute;
  432. width:150px;
  433. padding:2px;
  434. margin-top:-70px;
  435. margin-left:-90px;
  436. border:2px solid #4D4D4D
  437. background:#000;
  438. }
  439.  
  440. #grouplinks a {
  441. font-family:'Exo';
  442. display:block;
  443. color:#777;
  444. font-size:10px;
  445. padding:2px;
  446. text-align:center;
  447. letter-spacing:1px;
  448. text-transform:uppercase;
  449. margin-bottom:2px;
  450. -webkit-transition: all 0.4s ease-in-out;
  451. -moz-transition: all 0.4s ease-in-out;
  452. -o-transition: all 0.4s ease-in-out;
  453. -ms-transition: all 0.4s ease-in-out;
  454. transition: all 0.4s ease-in-out;
  455. }
  456.  
  457. #grouplinks a:hover {
  458. background:#4D4D4D
  459. color:#000;
  460. }
  461.  
  462. /* Fourth box */
  463.  
  464. #title4 {
  465. font-family:'Kaushan Script';
  466. font-size:30px;
  467. text-align:center;
  468. line-height:50px;
  469. margin-top:15px;
  470. margin-left:0;
  471. color:#000;
  472. width:400px;
  473. height:50px;
  474. padding:5px;
  475. background:#1A1A1A;
  476. }
  477.  
  478. #title4:hover{
  479. color:#333;
  480. -webkit-transition: all 0.7s ease-in-out;
  481. -moz-transition: all 0.7s ease-in-out;
  482. -o-transition: all 0.7s ease-in-out;
  483. }
  484.  
  485. #blogroll{
  486. position:relative;
  487. width:380px;
  488. max-height:150px;
  489. overflow:hidden;
  490. overflow-y:auto;
  491. padding:10px;
  492. margin-top:5px;
  493. color:#1A1A1A;
  494. display:none;
  495. text-align:left;
  496. }
  497.  
  498. #blogroll img {
  499. width:35px;
  500. height:35px;
  501. margin:4px;
  502. border:2px #777 ridge;
  503. border-radius:0px;
  504. padding:2px;
  505. decoration:none;
  506. opacity:0.7;
  507. }
  508.  
  509. /* Tooltips */
  510.  
  511. #s-m-t-tooltip {
  512. max-width:300px;
  513. z-index:10000;
  514. margin:24px 14px 7px 12px;
  515. padding:8px;
  516. color:#000;
  517. background:#777;
  518. font-size:12px;
  519. line-height:16px;
  520. }
  521.  
  522. /* Credits */
  523.  
  524. #credits {
  525. position:fixed;
  526. right:10px;
  527. top:100px;
  528. z-index:100000;
  529. }
  530.  
  531. #credits img{
  532. border:2px solid #777;
  533. }
  534.  
  535. {CustomCSS}
  536.  
  537. </style></head>
  538.  
  539. <body>
  540.  
  541. <div id="header">
  542.  
  543. <div id="links">
  544. <a href="/">HOME</a>
  545. <a href="/ask">ASK</a>
  546. <a href="/submit">SUBMIT</a>
  547. <a href="http://tumblr.com">DASH</a>
  548. </div>
  549.  
  550. </div>
  551.  
  552. <div id="container">
  553.  
  554. <center>
  555.  
  556. <div id="container2">
  557.  
  558. <div id="title1">
  559.  
  560. <div id="title1img"> <!-- CHANGE ABOUT IMAGE -->
  561. <img src="http://24.media.tumblr.com/b56250a4c06f5de447830865fbcc7410/tumblr_mg5ooxtSmP1ryp7boo1_500.jpg">
  562. </div>
  563.  
  564. <span style="position: absolute;display:inline-block;width:0;height:0;line-height:0;border:31.52173913043478px solid transparent;margin-left:34px;border-right:31.52173913043478px solid #eee;left:0px;top:-1px"></i></span></span><b>About</b></div><br>
  565.  
  566. <div id="about">
  567. <!-- CHANGE DESCRIPTION -->
  568. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  569. <!-- CHANGE DESCRIPTION -->
  570. </div>
  571.  
  572.  
  573. <div id="title2"><b>F.A.Q.</b></div>
  574.  
  575. <div id="faq">
  576.  
  577. <!-- CHANGE FAQ -->
  578. <b>THIS IS A QUESTION</b><br>
  579.  
  580. This is an answer<br><br>
  581.  
  582.  
  583. <b>THIS IS A QUESTION</b><br>
  584.  
  585. This is an answer<br><br>
  586.  
  587.  
  588. <b>THIS IS A QUESTION</b><br>
  589.  
  590. This is an answer<br><br>
  591.  
  592.  
  593. <b>THIS IS A QUESTION</b><br>
  594.  
  595. This is an answer<br><br>
  596.  
  597.  
  598. <b>THIS IS A QUESTION</b><br>
  599.  
  600. This is an answer<br>
  601. <!-- CHANGE FAQ -->
  602.  
  603. <br><br></div>
  604.  
  605. <div id="title3"><b>Tags</b></div>
  606.  
  607. <div id="tags">
  608. <table id="all" border="0" cellpadding="100" cellspacing="0">
  609.  
  610. <td><div id="grouptitle"><big>Group</div>
  611. <div id="grouplinks">
  612.  
  613. <a href="/">Link</a>
  614.  
  615. <a href="/">Link</a>
  616.  
  617. <a href="/">Link</a>
  618.  
  619. <a href="/">Link</a>
  620.  
  621. <a href="/">Link</a>
  622.  
  623. </div></td>
  624.  
  625. <td><div id="grouptitle"><big>Group</div>
  626. <div id="grouplinks">
  627.  
  628. <a href="/">Link</a>
  629.  
  630. <a href="/">Link</a>
  631.  
  632. <a href="/">Link</a>
  633.  
  634. <a href="/">Link</a>
  635.  
  636. <a href="/">Link</a>
  637.  
  638. </div></td><tr>
  639.  
  640. <td><div id="grouptitle"><big>Group</div>
  641. <div id="grouplinks">
  642.  
  643. <a href="/">Link</a>
  644.  
  645. <a href="/">Link</a>
  646.  
  647. <a href="/">Link</a>
  648.  
  649. <a href="/">Link</a>
  650.  
  651. <a href="/">Link</a>
  652.  
  653. </div></td>
  654.  
  655. <td><div id="grouptitle"><big>Group</div>
  656. <div id="grouplinks">
  657.  
  658. <a href="/">Link</a>
  659.  
  660. <a href="/">Link</a>
  661.  
  662. <a href="/">Link</a>
  663.  
  664. <a href="/">Link</a>
  665.  
  666. <a href="/">Link</a>
  667.  
  668. </div></td>
  669.  
  670. <!-- To add more tag boxes just copy/paste:
  671.  
  672. <tr>
  673.  
  674. <td><div id="grouptitle"><big>Group</div>
  675. <div id="grouplinks">
  676.  
  677. <a href="/">Link</a>
  678.  
  679. <a href="/">Link</a>
  680.  
  681. <a href="/">Link</a>
  682.  
  683. <a href="/">Link</a>
  684.  
  685. <a href="/">Link</a>
  686.  
  687. </div></td>
  688.  
  689. <td><div id="grouptitle"><big>Group</div>
  690. <div id="grouplinks">
  691.  
  692. <a href="/">Link</a>
  693.  
  694. <a href="/">Link</a>
  695.  
  696. <a href="/">Link</a>
  697.  
  698. <a href="/">Link</a>
  699.  
  700. <a href="/">Link</a>
  701.  
  702. </div></td>
  703.  
  704. -->
  705.  
  706. </table>
  707. </div>
  708.  
  709. <div id="title4"><b>Blogroll</b></div>
  710.  
  711. <div id="blogroll"
  712. {block:Following}{block:Followed}<a title='{FollowedName}' target='_blank' href='{FollowedURL}'><img border='0' src='{FollowedPortraitURL-96}' />{/block:Followed}{/block:Following}</div>
  713. </div>
  714.  
  715. </body>
  716.  
  717. <a href="http://borntobewildthemes.tumblr.com"><div id="credits">
  718. <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
  719.  
  720. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement