Advertisement
Guest User

New Code

a guest
Oct 25th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.58 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. © b0rn-to-be-wild--themes.tumblr.com | "All in One III dark"
  6.  
  7. + Please do not redistribute this theme or remove credits
  8. + You are allowed to make changes as long as you keep our credits
  9. + If you have any questions or concerns, just contact us!
  10. + Thanks for using our page. :) Hope you enjoy it!
  11.  
  12. ---->
  13.  
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17.  
  18. <head>
  19.  
  20. <style type="text/css">
  21.  
  22. body, a:hover {
  23. 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;}
  24.  
  25. </style>
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Meddon' rel='stylesheet' type='text/css'>
  28.  
  29. <link href="//fonts.googleapis.com/css?family=Marvel:400" rel="stylesheet" type="text/css">
  30.  
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  33.  
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  35. <script>
  36. $(document).ready(function(){
  37. $(".title1").click(function(){
  38. $(".description").toggle(500);
  39. });
  40. });
  41. </script>
  42.  
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  44. <script>
  45. $(document).ready(function(){
  46. $(".title2").click(function(){
  47. $(".faq").toggle(500);
  48. });
  49. });
  50. </script>
  51.  
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  53. <script>
  54. $(document).ready(function(){
  55. $(".title3").click(function(){
  56. $(".tags").toggle(500);
  57. });
  58. });
  59. </script>
  60.  
  61. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  62. <script>
  63. $(document).ready(function(){
  64. $(".title4").click(function(){
  65. $(".blogroll").toggle(500);
  66. });
  67. });
  68. </script>
  69.  
  70. <script type="text/javascript"
  71. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  72.  
  73. <link rel="shortcut icon" href="{Favicon}" />
  74. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  75.  
  76. <style type="text/css">
  77.  
  78. /*--scrollbar--*/
  79.  
  80. ::-webkit-scrollbar {
  81. width: 7px;
  82. }
  83.  
  84. ::-webkit-scrollbar-track {
  85. background: #000;
  86. }
  87.  
  88. ::-webkit-scrollbar-thumb {
  89. background: #000;
  90. border: 1px solid #333;
  91. height:30px;
  92. box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  93. }
  94.  
  95. /*--body--*/
  96.  
  97. body {
  98. font-style:none;
  99. background-color:black;
  100. /* background image */
  101. background-image: url('http://i57.tinypic.com/2ahd1ub.jpg');
  102. font-family:Allura;
  103. color:gray;
  104. font-size:9px;
  105. overflow:hidden;
  106. }
  107.  
  108. a img {
  109. width:35px;
  110. height:35px;
  111. margin:4px;
  112. border:2px #333 ridge;
  113. border-radius:0px;
  114. padding:4px;
  115. decoration:none;
  116. opacity:0.7;
  117. }
  118.  
  119. a img:hover {
  120. opacity:1;
  121. border-radius:0px;
  122. }
  123.  
  124. img {
  125. border:none;
  126. }
  127.  
  128. blockquote {
  129. padding-left:5px;
  130. border-left:2px solid {color:border};
  131. }
  132.  
  133. h1 {
  134. font-size:25px;
  135. color:#eee;
  136. font-family:'Allura';
  137. }
  138.  
  139.  
  140. #everything {
  141. margin-left:0px;
  142. margin-top:80px;
  143. }
  144.  
  145. /*--header-*/
  146.  
  147. #linkks {
  148. font-family:'Marvel';
  149. font-size:20px;
  150. text-align:center;
  151. margin-top:-80px;
  152. margin-left:-60px;
  153. padding-left:65px;
  154. color:#800000;
  155. border-bottom:3px solid #333;
  156. width:105%;
  157. height:100px;
  158. padding-top:5px;
  159. background:url('http://i61.tinypic.com/kcjfa1.jpg');
  160. }
  161.  
  162. #linkks a{
  163. color:#333;
  164. padding-bottom:9px;
  165. padding-left:5px;
  166. padding-right:5px;
  167. text-decoration:none;
  168. }
  169.  
  170. #linkks a:hover{
  171. color:#000000;
  172. background:#333;
  173. }
  174.  
  175. #links {
  176. font-family:'Marvel';
  177. font-size:20px;
  178. text-align:center;
  179. margin-top:-20px;
  180. margin-left:auto;
  181. margin-right:auto;
  182. }
  183.  
  184. .title{
  185. position:relative;
  186. font-family:'Allura';
  187. font-size:40px;
  188. text-align:center;
  189. line-height:50px;
  190. margin-top:0px;
  191. margin-left:auto;
  192. margin-right:auto;
  193. color:#fff;
  194. width:390px;
  195. height:50px;
  196. padding:5px;
  197. }
  198.  
  199. .title1 {
  200. position:absolute;
  201. font-family:'Allura';
  202. font-size:20px;
  203. text-align:center;
  204. line-height:60px;
  205. margin-top:0px;
  206. margin-left:0px;
  207. color:#fff;
  208. width:240px;
  209. height:430px;
  210. padding:5px;
  211. background:#000;
  212. border: 5px ridge #333;
  213. /*Image 1*/
  214. background:url('http://www.lovethispic.com/uploaded_images/15867-Black-And-White-Forest-.jpg');
  215. }
  216.  
  217. .title1:hover{
  218. opacity:0.9;
  219. color:#800000;
  220. -webkit-transition: all 0.7s ease-in-out;
  221. -moz-transition: all 0.7s ease-in-out;
  222. -o-transition: all 0.7s ease-in-out;
  223. }
  224.  
  225. .title2 {
  226. position:absolute;
  227. font-family:'Allura';
  228. font-size:20px;
  229. text-align:center;
  230. line-height:60px;
  231. margin-top:-11px;
  232. margin-left:255px;
  233. color:#fff;
  234. width:240px;
  235. height:430px;
  236. padding:5px;
  237. background:#000;
  238. border: 5px ridge #333;
  239. /*Image 2*/
  240. background:url('http://media-cache-ec0.pinimg.com/236x/cb/a1/09/cba10979fa6a165df2e6be16ca4ad7d2.jpg');
  241. }
  242.  
  243. .title2:hover{
  244. opacity:0.9;
  245. color:#800000;
  246. -webkit-transition: all 0.7s ease-in-out;
  247. -moz-transition: all 0.7s ease-in-out;
  248. -o-transition: all 0.7s ease-in-out;
  249. }
  250.  
  251. .title3 {
  252. position:absolute;
  253. font-family:'Allura';
  254. font-size:20px;
  255. text-align:center;
  256. line-height:60px;
  257. margin-top:-11px;
  258. margin-left:510px;
  259. color:#fff;
  260. width:240px;
  261. height:430px;
  262. padding:5px;
  263. background:#000;
  264. border: 5px ridge #333;
  265. /*Image 3*/
  266. background:url('http://31.media.tumblr.com/43048bcb11c99fc1c7291f3473cc1eba/tumblr_mpwjyh2hO81s03x0vo1_500.jpg');
  267. }
  268.  
  269. .title3:hover{
  270. opacity:0.9;
  271. color:#800000;
  272. -webkit-transition: all 0.7s ease-in-out;
  273. -moz-transition: all 0.7s ease-in-out;
  274. -o-transition: all 0.7s ease-in-out;
  275. }
  276.  
  277. .title4 {
  278. position:absolute;
  279. font-family:'Allura';
  280. font-size:17px;
  281. text-align:center;
  282. line-height:60px;
  283. margin-top:-11px;
  284. margin-left:765px;
  285. color:#fff;
  286. width:240px;
  287. height:430px;
  288. padding:5px;
  289. background:#000;
  290. border: 5px ridge #333;
  291. /*Image 4*/
  292. background:url('http://25.media.tumblr.com/dc86dbd677dfef28223153c4d40b69b5/tumblr_mjti4pTNIt1rgxvefo1_250.png');
  293. }
  294.  
  295. .title4:hover{
  296. opacity:0.9;
  297. color:#800000;
  298. -webkit-transition: all 0.7s ease-in-out;
  299. -moz-transition: all 0.7s ease-in-out;
  300. -o-transition: all 0.7s ease-in-out;
  301. }
  302.  
  303. #container{
  304. z-index: 300;
  305. top:50px;
  306. color:#eee;
  307. position:relative;
  308. margin-left:auto;
  309. margin-right:auto;
  310. width:1020px;
  311. height:600px;
  312. text-align:center;
  313. opacity:1;
  314. }
  315.  
  316. #containerimg img{
  317. position:relative;
  318. margin-top:0px;
  319. margin-left:0px;
  320. border: 5px ridge #333;
  321. width: 100%;
  322. height:100px;
  323. }
  324.  
  325. .description{
  326. position:absolute;
  327. width: 500px;
  328. height:310px;
  329. font-family:'Marvel';
  330. overflow-y:auto;
  331. padding:10px;
  332. margin-top:50px;
  333. margin-left:255px;
  334. font-size:12px;
  335. color:#eee;
  336. line-height:20px;
  337. text-align:right;
  338. display:none;
  339. background:url('http://i61.tinypic.com/kcjfa1.jpg');
  340. }
  341.  
  342. .description b, strong {color:#800000;}
  343.  
  344. .portrait {
  345. width:45px;
  346. height:45px;
  347. border:3px double #333;
  348. float:left;
  349. margin:5px;}
  350.  
  351. .faq{
  352. position:absolute;
  353. width: 500px;
  354. height:310px;
  355. font-family:'Marvel';
  356. overflow-y:auto;
  357. padding:10px;
  358. margin-top:50px;
  359. margin-left:255px;
  360. font-size:12px;
  361. color:#eee;
  362. line-height:20px;
  363. opacity:1;
  364. text-align:center;
  365. display:none;
  366. background:url('http://i61.tinypic.com/kcjfa1.jpg');
  367. }
  368.  
  369. .faq b, strong {color:#800000;}
  370.  
  371. .tags{
  372. position:absolute;
  373. width: 500px;
  374. height:310px;
  375. font-family:'Marvel';
  376. padding:5px;
  377. margin-top:50px;
  378. margin-left:255px;
  379. font-size:15px;
  380. color:#eee;
  381. line-height:20px;
  382. opacity:1;
  383. text-align:left;
  384. display:none;
  385. overflow-y:auto;
  386. overflow-x:hidden;
  387. background:url('http://i61.tinypic.com/kcjfa1.jpg');
  388. }
  389.  
  390. .blogroll{
  391. position:absolute;
  392. width: 500px;
  393. height:310px;
  394. font-family:'Marvel';
  395. padding:5px;
  396. margin-top:50px;
  397. margin-left:255px;
  398. font-size:15px;
  399. color:#333;
  400. line-height:20px;
  401. overflow-y:scroll;
  402. text-align:left;
  403. display:none;
  404. background:url('http://i61.tinypic.com/kcjfa1.jpg');
  405. }
  406.  
  407. #grouplinks {
  408. position:absolute;
  409. width:170px;
  410. margin-top:-150px;
  411. padding-left:5px;
  412. padding-right:5px;
  413. padding-top:2px;
  414. padding-bottom:2px;
  415. margin-left:-110px;
  416. border:2px solid #333;
  417. background:#000;
  418. opacity:0.9;
  419. margin-bottom:10px;
  420. }
  421.  
  422. #grouplinks a {
  423. font-family:'Marvel';
  424. display:block;
  425. color:red;
  426. font-size:10px;
  427. padding:6px;
  428. text-align:center;
  429. letter-spacing:1px;
  430. text-transform:uppercase;
  431. margin-bottom:5px;
  432. text-decoration:none;
  433. }
  434.  
  435. #grouplinks a:hover {
  436. color:#fff;
  437. background:#333;
  438. }
  439.  
  440. {CustomCSS}
  441.  
  442. </style></head>
  443.  
  444.  
  445. <body>
  446.  
  447. <div id="everything">
  448.  
  449. <div id="linkks">
  450. <div class="title">Your title goes here</div><br>
  451. <div id="links">
  452. <a href="/">HOME</a>
  453. <a href="/ask">ASK</a>
  454. <a href="www.tumblr.com">DASH</a>
  455. <a href="http://www.b0rn-to-be-wild--themes.tumblr.com/">CREDIT</a>
  456. </div>
  457.  
  458. </div>
  459.  
  460. <div id="container">
  461.  
  462. <center>
  463.  
  464.  
  465. <div class="title1"><b>About</b></div><br>
  466.  
  467. <div class="title2"><b>F.A.Q.</b></div>
  468.  
  469. <div class="title3"><b>Tags</b></div>
  470.  
  471. <div class="title4"><b>About2</b></div>
  472.  
  473. <div class="description"><h1><center>About me</center></h1><br>
  474. <!-- CHANGE ABOUT IMAGE -->
  475. <img src="http://24.media.tumblr.com/tumblr_mbbm0oaVar1rdkoleo1_500.jpg"
  476. class="portrait" />
  477. <div align="justify">
  478.  
  479. <!-- CHANGE DESCRIPTION -->
  480.  
  481. Lorem ipsum dolor sit amet, malis impetus fabellas ne sit, vel quaestio democritum te. Cu scaevola ocurreret per, sed at <u>possit</u> mollis. Iudicabit sadipscing appellantur at <b>vim</b>. <br><br>
  482.  
  483. Te mea nobis vidisse. Ne assum <b>ancillae</b> vel, cibo facete persequeris vix at. Ius te doming audire, quo error soluta efficiendi ei. Ex iudico aeterno laboramus sea, solet perfecto mediocrem at sed.<br><br>
  484.  
  485. Tantas <b>invidunt</b> ea nec, aliquip vocibus <u>principes</u> eos et. Tota propriae quaestio no sit, suavitate liberavisse id nec, ea atqui invenire euripidis eam. Viris decore intellegat duo ut, eu cum aliquip laboramus. Usu postea quaerendum ne, pri at scripta disputando accommodare. Ne rebum falli ornatus ius, omnes ullamcorper ut duo.
  486.  
  487. <!-- DESCRIPTION ENDS-->
  488. </div>
  489.  
  490. </div>
  491.  
  492. <div class="faq"><h1>Frequently Asked Questions</h1><br><br>
  493.  
  494. <!-- CHANGE FAQ -->
  495.  
  496. <b>QUESTION</b> <br>
  497. Answer<br><br>
  498.  
  499. <b>QUESTION</b> <br>
  500. Answer<br><br>
  501.  
  502. <b>QUESTION</b> <br>
  503. Answer<br><br>
  504.  
  505. <b>QUESTION</b> <br>
  506. Answer<br><br>
  507.  
  508. <b>QUESTION</b> <br>
  509. Answer<br><br>
  510.  
  511. <b>QUESTION</b> <br>
  512. Answer<br><br>
  513.  
  514. <!-- FAQ ENDS -->
  515.  
  516. <br><br></div>
  517.  
  518. <div class="tags">
  519. <center>
  520. <h1>Tags masterlist</h1>
  521.  
  522. <table id="all" border="0" cellpadding="20" cellspacing="155">
  523.  
  524. <td>
  525. <div id="grouplinks">
  526.  
  527. <a href="/">Link</a>
  528.  
  529. <a href="/">Link</a>
  530.  
  531. <a href="/">Link</a>
  532.  
  533. <a href="/">Link</a>
  534.  
  535. <a href="/">Link</a>
  536.  
  537. <a href="/">Link</a>
  538.  
  539. <a href="/">Link</a>
  540.  
  541. <a href="/">Link</a>
  542.  
  543. <a href="/">Link</a>
  544.  
  545. <a href="/">Link</a>
  546.  
  547. </div></td>
  548.  
  549. <td>
  550. <div id="grouplinks">
  551.  
  552. <a href="/">Link</a>
  553.  
  554. <a href="/">Link</a>
  555.  
  556. <a href="/">Link</a>
  557.  
  558. <a href="/">Link</a>
  559.  
  560. <a href="/">Link</a>
  561.  
  562. <a href="/">Link</a>
  563.  
  564. <a href="/">Link</a>
  565.  
  566. <a href="/">Link</a>
  567.  
  568. <a href="/">Link</a>
  569.  
  570. <a href="/">Link</a>
  571.  
  572. </div></td>
  573.  
  574. </table>
  575. </center>
  576. </div>
  577.  
  578. <div class="blogroll"><h1><center>About me</center></h1><br>
  579. <!-- CHANGE ABOUT IMAGE -->
  580. <img src="http://24.media.tumblr.com/tumblr_mbbm0oaVar1rdkoleo1_500.jpg"
  581. class="portrait" />
  582. <div align="justify">
  583.  
  584. <!-- CHANGE DESCRIPTION -->
  585.  
  586. Lorem ipsum dolor sit amet, malis impetus fabellas ne sit, vel quaestio democritum te. Cu scaevola ocurreret per, sed at <u>possit</u> mollis. Iudicabit sadipscing appellantur at <b>vim</b>. <br><br>
  587.  
  588. Te mea nobis vidisse. Ne assum <b>ancillae</b> vel, cibo facete persequeris vix at. Ius te doming audire, quo error soluta efficiendi ei. Ex iudico aeterno laboramus sea, solet perfecto mediocrem at sed.<br><br>
  589.  
  590. Tantas <b>invidunt</b> ea nec, aliquip vocibus <u>principes</u> eos et. Tota propriae quaestio no sit, suavitate liberavisse id nec, ea atqui invenire euripidis eam. Viris decore intellegat duo ut, eu cum aliquip laboramus. Usu postea quaerendum ne, pri at scripta disputando accommodare. Ne rebum falli ornatus ius, omnes ullamcorper ut duo.
  591.  
  592. <!-- DESCRIPTION ENDS-->
  593.  
  594. </div>
  595.  
  596.  
  597.  
  598.  
  599. </body>
  600.  
  601.  
  602. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement