Advertisement
thisisnotras

Ambra code

May 14th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.65 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile{ background: transparent; border: 0px;}
  5.  
  6. body {
  7. }
  8.  
  9. #whole {
  10. font-family: Times;
  11. font-size: 10pt;
  12. position: fixed;
  13. left: 0px;
  14. right: 0px;
  15. bottom: 0px;
  16. top: 0px;
  17. background-image: url(http://i57.tinypic.com/35n7yms.jpg);
  18. background-repeat: no-repeat;
  19. background-size: 40%;
  20. background-color: #573029;
  21. background-position: bottom -35px right;
  22. color: #AB8F6A;
  23. }
  24.  
  25. ::-webkit-scrollbar {
  26. width: 5px;
  27. height: 0px;
  28. background: #cccccc;
  29. }
  30.  
  31. ::-webkit-scrollbar-thumb {
  32. background-color:#D7C097;
  33. -webkit-border-radius: 10px;
  34. border-radius: 10px;
  35. }
  36.  
  37.  
  38. #bigbox {
  39. position: absolute;
  40. left: 15%;
  41. top: 200px;
  42. width: 400px;
  43. height: 16px;
  44. border: 0px solid black;
  45. transition: all 1s;
  46. -webkit-transition: all 1s;
  47. }
  48.  
  49. #whole:hover #bigbox{
  50. height: 300px;
  51. }
  52.  
  53. #textline1 {
  54. position: absolute;
  55. top: -20px;
  56. left: 0px;
  57. right: 0px;
  58. margin: auto;
  59. height: 30px;
  60. width: 280px;
  61. text-align: left;
  62. border: 0px solid black;
  63. color: #cccccc;
  64. text-shadow: 1px 1px 1px #D7C097;
  65. font-size: 13pt;
  66. }
  67.  
  68. #textline2 {
  69. position: absolute;
  70. bottom: -33px;
  71. left: 0px;
  72. right: 0px;
  73. margin: auto;
  74. height: 30px;
  75. width: 280px;
  76. text-align: right;
  77. border: 0px solid black;
  78. color: #cccccc;
  79. text-shadow: 1px 1px 1px #D7C097;
  80. font-size: 13pt;
  81. }
  82.  
  83. #thebox {
  84. position: absolute;
  85. left: 5px;
  86. bottom: 5px;
  87. right: 5px;
  88. top: 5px;
  89. border: 1px solid white;
  90. border-radius: 10px 10px 10px 10px;
  91. overflow: hidden;
  92. }
  93.  
  94. #linker1 {
  95. position: absolute;
  96. left;
  97. 0px;
  98. top: 0px;
  99. border: 0px solid black;
  100. border-radius: 360px;
  101. height: 20px;
  102. width: 20px;
  103. overflow: hidden;
  104. background: #08846D;
  105. background: #D7C097;
  106. }
  107.  
  108. #linker2 {
  109. position: absolute;
  110. right: 0px;
  111. top: 0px;
  112. border: 0px solid black;
  113. border-radius: 360px;
  114. height: 20px;
  115. width: 20px;
  116. overflow: hidden;
  117. background: #987311;
  118. background: #D7C097;
  119. }
  120.  
  121. #linker3 {
  122. position: absolute;
  123. left: 0px;
  124. bottom: 0px;
  125. border: 0px solid black;
  126. border-radius: 360px;
  127. height: 20px;
  128. width: 20px;
  129. overflow: hidden;
  130. background: #6F055F;
  131. background: #D7C097;
  132. }
  133.  
  134. #linker4 {
  135. position: absolute;
  136. right: 0px;
  137. bottom: 0px;
  138. border: 0px solid black;
  139. border-radius: 360px;
  140. height: 20px;
  141. width: 20px;
  142. overflow: hidden;
  143. background: #E9BD4B;
  144. background: #D7C097;
  145. }
  146.  
  147. #linkerfill {
  148. border-radius: 360px;
  149. position: absolute;
  150. height: 100%;
  151. width: 100%;
  152. opacity: 0;
  153. transition: all .5s;
  154. -webkit-transition: all .5s;
  155. }
  156.  
  157. #linkerfill.a {
  158. background: #08846D;
  159. }
  160.  
  161. #linkerfill.b {
  162. background: #987311;
  163. }
  164.  
  165. #linkerfill.c {
  166. background: #6F055F;
  167. }
  168.  
  169. #linkerfill.d {
  170. background: #E9BD4B;
  171. }
  172.  
  173. #linker1:hover #linkerfill,
  174. #linker2:hover #linkerfill,
  175. #linker3:hover #linkerfill,
  176. #linker4:hover #linkerfill {
  177. opacity: .5;
  178. }
  179.  
  180. .namu1,
  181. .namu2,
  182. .namu3,
  183. .namu4 {
  184. position: absolute;
  185. top: 135px;
  186. left: 100px;
  187. margin: auto;
  188. opacity: 0;
  189. z-index: 0;
  190. height: 30px;
  191. width: 200px;
  192. text-align: center;
  193. box-sizing: border-box;
  194. background: #573029;
  195. padding-top: 3px;
  196. border: 2px solid #D7C097;
  197. border-radius: 60px 60px 60px 60px;
  198. transition: all .5s;
  199. -webkit-transition: all .5s;
  200. color: #cccccc;
  201. text-shadow: 1px 1px 12px #D7C097;
  202. font-size: 11pt;
  203. }
  204.  
  205. #linker1:hover ~ .namu1 {
  206. opacity: 1;
  207. z-index: 2;
  208. }
  209.  
  210. #linker2:hover ~ .namu2 {
  211. opacity: 1;
  212. z-index: 2;
  213. }
  214.  
  215. #linker3:hover ~ .namu3 {
  216. opacity: 1;
  217. z-index: 2;
  218. }
  219.  
  220. #linker4:hover ~ .namu4 {
  221. opacity: 1;
  222. z-index: 2;
  223. }
  224.  
  225. #centerpiece {
  226. position: absolute;
  227. top: 0px;
  228. bottom: 0px;
  229. left: 0px;
  230. right: 0px;
  231. margin: auto;
  232. height: 30px;
  233. width: 200px;
  234. padding-top: 3px;
  235. border: 2px solid #D7C097;
  236. z-index: 2;
  237. box-sizing: border-box;
  238. border-radius: 60px 60px 60px 60px;
  239. text-align: center;
  240. background: #573029;
  241. color: #cccccc;
  242. text-shadow: 1px 1px 12px #D7C097;
  243. transition: all .5s;
  244. -webkit-transition: all .5s;
  245. font-size: 12pt;
  246. opacity: 0;
  247. }
  248.  
  249. #whole:hover #centerpiece{
  250. transition: all 1s;
  251. -webkit-transition: all 1s;
  252. opacity: 1;}
  253.  
  254. #linkdisplay1 {
  255. position: absolute;
  256. top: -6px;
  257. left: 0px;
  258. right: 0px;
  259. margin: auto;
  260. height: 10px;
  261. width: 130px;
  262. border: 0px solid black;
  263. border-radius: 90px 90px 90px 90px;
  264. background: #573029;
  265. z-index: 5;
  266. box-sizing: border-box;
  267. letter-spacing: 15px;
  268. text-align: center;
  269. letter-spacing: 15px;
  270. }
  271.  
  272. #linkdisplay2 {
  273. position: absolute;
  274. bottom: -2px;
  275. left: 0px;
  276. right: 0px;
  277. margin: auto;
  278. height: 10px;
  279. width: 130px;
  280. border: 0px solid black;
  281. border-radius: 90px 90px 90px 90px;
  282. background: #573029;
  283. z-index: 5;
  284. letter-spacing: 15px;
  285. }
  286.  
  287. #linkdisplay3 {
  288. position: absolute;
  289. left: -6px;
  290. top: 0px;
  291. bottom: 0px;
  292. margin: auto;
  293. height: 130px;
  294. width: 10px;
  295. border: 0px solid black;
  296. border-radius: 90px 90px 90px 90px;
  297. background: #573029;
  298. z-index: 5;
  299. padding-left: 3px;
  300. line-height: 5px;
  301. letter-spacing: 5px;
  302. }
  303.  
  304. #linkdisplay4 {
  305. position: absolute;
  306. right: -6px;
  307. top: 0px;
  308. bottom: 0px;
  309. margin: auto;
  310. height: 130px;
  311. width: 10px;
  312. border: 0px solid black;
  313. border-radius: 90px 90px 90px 90px;
  314. background: #573029;
  315. transition: all .5s;
  316. -webkit-transition: all .5s;
  317. z-index: 5;
  318. line-height: 25px;
  319.  
  320.  
  321. }
  322.  
  323.  
  324. .spreadbox1, .spreadbox2, .spreadbox3, .spreadbox4, .spreadbox5 {position: absolute;
  325. top: 0px;
  326. left: 0px;
  327. bottom: 0px;
  328. right: 0px;
  329. border: 0px solid black;
  330. opacity: 0;
  331. transition: all .2s;
  332. -webkit-transition: all .2s;
  333. z-index: 0;
  334. background: #573029 ;
  335. overflow: hidden;
  336. }
  337.  
  338. .spreadbox1:target, .spreadbox2:target, .spreadbox3:target, .spreadbox4:target, .spreadbox5:target {
  339. opacity: 1;
  340. transition: all 1s;
  341. -webkit-transition: all 1s;
  342. z-index: 1;
  343. }
  344.  
  345. .linkeffect1,.linkeffect2,.linkeffect3,.linkeffect4, .linkeffect5
  346. {opacity: 0;
  347. transition: all .5s;
  348. -webkit-transition: all .5s;
  349. text-align: center;
  350. font-size: 9pt;
  351.  
  352. color: white;
  353.  
  354. font-weight: 500;
  355. }
  356.  
  357. .spreadbox1:hover ~ .linkeffect1,
  358. .spreadbox2:hover ~ .linkeffect2,
  359. .spreadbox3:hover ~ .linkeffect3,
  360. .spreadbox4:hover ~ .linkeffect4,
  361. .spreadbox5:hover ~ .linkeffect5
  362. {opacity: 1;}
  363.  
  364. #toppart {position: absolute;
  365. top: 10px;
  366. left: 10px;
  367. height: 95px;
  368. width: 335px;
  369. border: 0px solid #cccccc;
  370. border-bottom: 0px solid #cccccc;
  371. overflow: auto;
  372. text-align: left;
  373. }
  374.  
  375. #botpart {position: absolute;
  376. bottom: 10px;
  377. left: 10px;
  378. height: 95px;
  379. width: 335px;
  380. border: 0px solid #cccccc;
  381. border-top: 0px solid #cccccc;
  382. overflow: auto;
  383. text-align: left;
  384. }
  385.  
  386. </style>
  387.  
  388. <div id="whole">
  389.  
  390. <div id="bigbox">
  391.  
  392. <div id="textline1"><i>FIRST PART OF QUOTE...</i>
  393. </div>
  394. <div id="textline2"><i>...SECOND PART OF QUOTE</i>
  395. </div>
  396.  
  397. <div id="thebox" style="
  398. background: #D7C097;">
  399. <div id="thebox" style="
  400. background:#573029;">
  401. <div id="thebox" style="
  402. top: 11px; bottom: 11px; left: 9px; right: 9px;
  403. overflow: initial;">
  404.  
  405. <div id="sectionone" class="spreadbox1">
  406. <div id="toppart">
  407. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  408. </div>
  409. <div id="botpart">
  410. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  411. </div>
  412. </div>
  413. <div id="sectiontwo" class="spreadbox2">
  414. <div id="toppart">STUFF
  415. </div>
  416. <div id="botpart">STUFF
  417. </div>
  418. </div>
  419. <div id="sectionthree" class="spreadbox3">
  420. <div id="toppart">STUFF
  421. </div>
  422. <div id="botpart">STUFF
  423. </div>
  424. </div>
  425. <div id="sectionfour" class="spreadbox4">
  426. <div id="toppart">STUFF
  427. </div>
  428. <div id="botpart">STUFF
  429. </div>
  430. </div>
  431. <div id="sectionfive" class="spreadbox5">
  432. </div>
  433.  
  434. <div id="linkdisplay1">
  435. </div>
  436. <div id="linkdisplay1" class="linkeffect1" style="padding-left: 15px;">stats
  437. </div>
  438. <div id="linkdisplay1" class="linkeffect2" style="padding-left: 15px; ">story
  439. </div>
  440. <div id="linkdisplay1" class="linkeffect3" style="letter-spacing: 10px; padding-left: 7px;">gallery
  441. </div>
  442. <div id="linkdisplay1" class="linkeffect4">ooc
  443. </div>
  444. <div id="linkdisplay1" class="linkeffect5">
  445. </div>
  446. <div id="linkdisplay2">
  447. </div>
  448. <div id="linkdisplay2" class="linkeffect1" style="padding-left: 15px; ">stats
  449. </div>
  450. <div id="linkdisplay2" class="linkeffect2" style="padding-left: 15px; ">story
  451. </div>
  452. <div id="linkdisplay2" class="linkeffect3" style="letter-spacing: 10px; padding-left: 7px;">gallery
  453. </div>
  454. <div id="linkdisplay2" class="linkeffect4">ooc
  455. </div>
  456. <div id="linkdisplay2" class="linkeffect5">
  457. </div>
  458. <div id="linkdisplay3">
  459. </div>
  460. <div id="linkdisplay3" class="linkeffect1" style="line-height: 25px;">
  461. s
  462. <br>t
  463. <br>a
  464. <br>t
  465. <br>s
  466. </div>
  467. <div id="linkdisplay3" class="linkeffect2" style="line-height: 25px;">
  468. s
  469. <br>t
  470. <br>o
  471. <br>r
  472. <br>y
  473. </div>
  474. <div id="linkdisplay3" class="linkeffect3" style="line-height: 18px;">
  475. g
  476. <br>a
  477. <br>l
  478. <br>l
  479. <br>e
  480. <br>r
  481. <br>y
  482. </div>
  483. <div id="linkdisplay3" class="linkeffect4" style="line-height: 40px;">
  484. o
  485. <br>o
  486. <br>c
  487. </div>
  488. <div id="linkdisplay3" class="linkeffect5">
  489. </div>
  490. <div id="linkdisplay4">
  491. </div>
  492. <div id="linkdisplay4" class="linkeffect1" style="line-height: 25px;">
  493. s
  494. <br>t
  495. <br>a
  496. <br>t
  497. <br>s
  498. </div>
  499. <div id="linkdisplay4" class="linkeffect2" style="line-height: 25px;">
  500. s
  501. <br>t
  502. <br>o
  503. <br>r
  504. <br>y
  505. </div>
  506. <div id="linkdisplay4" class="linkeffect3" style="line-height: 18px;">
  507. g
  508. <br>a
  509. <br>l
  510. <br>l
  511. <br>e
  512. <br>r
  513. <br>y
  514. </div>
  515. <div id="linkdisplay4" class="linkeffect4" style="line-height: 40px;">
  516. o
  517. <br>o
  518. <br>c
  519. </div>
  520. <div id="linkdisplay4" class="linkeffect5">
  521. </div>
  522.  
  523.  
  524. </div>
  525. </div>
  526. </div>
  527.  
  528. <div id="linker1">
  529. <a href=#sectionone>
  530. <div id="linkerfill" class="a">
  531. </div>
  532. </a>
  533. </div>
  534.  
  535. <div id="linker2">
  536. <a href=#sectiontwo>
  537. <div id="linkerfill" class="b">
  538. </div>
  539. </a>
  540. </div>
  541.  
  542. <div id="linker3">
  543. <a href=#sectionthree>
  544. <div id="linkerfill" class="c">
  545. </div>
  546. </a>
  547. </div>
  548.  
  549. <div id="linker4">
  550. <a href=#sectionfour>
  551. <div id="linkerfill" class="d">
  552. </div>
  553. </a>
  554. </div>
  555.  
  556. <div id="centerpiece">NAME HERE.
  557. </div>
  558. <div class="namu1">STATS
  559. </div>
  560. <div class="namu2">STORY.
  561. </div>
  562. <div class="namu3">GALLERY.
  563. </div>
  564. <div class="namu4">OOC.
  565. </div>
  566.  
  567.  
  568. </div>
  569.  
  570.  
  571. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement