Advertisement
cat_inthe_cradle

Nebthet

Feb 25th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.60 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. body {
  4. margin: 0;
  5. padding: 0;
  6. background-image:url('http://i.picpar.com/Xxzc.png');
  7. background-color:#1b1924; /*change your background here*/
  8. -webkit-background-size: ;
  9. -moz-background-size: cover;
  10. -o-background-size: cover;
  11. background-size: ;
  12.  
  13. }
  14.  
  15. a {
  16. text-decoration: none;
  17. -webkit-transition: all 0.5s ease;
  18. -moz-transition: all 0.5s ease;
  19. transition: all 0.5s ease;
  20. }
  21.  
  22. a:hover {
  23. -webkit-transition: all 0.5s ease;
  24. -moz-transition: all 0.5s ease;
  25. transition: all 0.5s ease;
  26. }
  27.  
  28. #top-one {
  29. position: fixed;
  30. left: 4%;
  31. top: 8%;
  32. width: 35%;
  33. height: 0px;
  34. border-top: px solid;
  35. border-color: #FFFFFF; /*change border color here*/
  36. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  37. }
  38.  
  39. #top-two {
  40. position: fixed;
  41. right: 4%;
  42. top: 8%;
  43. width: 35%;
  44. height: 0px;
  45. border-top: px solid;
  46. border-color: #FFFFFF; /*change border color here*/
  47. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  48. }
  49.  
  50. #left {
  51. position: fixed;
  52. left: 4%;
  53. top: 8%;
  54. height: 84%;
  55. width: 0px;
  56. border-left: px solid;
  57. border-color: #FFFFFF; /*change border color here*/
  58. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  59.  
  60. }
  61.  
  62. #bottom {
  63. position: fixed;
  64. width: 92%;
  65. height: 0px;
  66. margin: 0 auto;
  67. left: 0px;
  68. right: 0px;
  69. bottom: 8%;
  70. border-bottom: 0px solid;
  71. border-color: #FFFFFF; /*change border color here*/
  72. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  73. }
  74.  
  75. #right {
  76. position: fixed;
  77. right: 4%;
  78. top: 8%;
  79. height: 84%;
  80. width: 0px;
  81. border-right: 0px solid;
  82. border-color: #FFFFFF; /*change border color here*/
  83. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  84. }
  85.  
  86. #title {
  87. margin: 0 auto;
  88. left: 0px;
  89. right: 0px;
  90. width: 22%;
  91. text-align: center;
  92. top: 7%;
  93. position: fixed;
  94. font-family: Montserrat;
  95. letter-spacing: 13px;
  96. color: #FFFFFF; /*change title color here*/
  97. font-size: 12px;
  98. }
  99.  
  100. #url a {
  101. margin: 0 auto;
  102. left: 0px;
  103. right: 0px;
  104. width: 100%;
  105. text-align: center;
  106. top: 50px;
  107. position: fixed;
  108. font-size: 50px; /*change url size here*/
  109. letter-spacing: 20px;
  110. color: #760505; /*change url color here*/
  111. font-family: Prata;
  112. text-shadow:
  113. 0 0 3px #FFFFFF, /*change url shadow color here*/
  114. 0 0 3px #FFFFFF, /*change url shadow color here*/
  115. 0 0 3px #FFFFFF, /*change url shadow color here*/
  116. 0 0 3px #FFFFFF; /*change url shadow color here*/
  117. }
  118.  
  119. #url a:hover {
  120. color: #000000; /*change url hover color*/
  121. }
  122.  
  123. #c {
  124. position: fixed;
  125. bottom: 13px;
  126. right: 15px;
  127. font-family: Arial;
  128. }
  129.  
  130. #c a {
  131. color: #FFFFFF; /*change credit color here*/
  132. font-size: 18px;
  133. }
  134.  
  135. /* Credits to http://pohroro.tumblr.com */
  136.  
  137. /* This is the profile page content: */
  138. .contentpage{position:absolute;top:0%;left:0%;height:100%;width:100%;background-image:url('http://i.picpar.com/myzc.png'); background-color:#665666;opacity:0;z-index:-1;}
  139. .contentpage:target{opacity:1;z-index:1;transition: all 0.9s ease-in-out;
  140. -webkit-transition: all 0.9s ease-in-out;
  141. -moz-transition: all 0.9s ease-in-out;
  142. -o-transition: all 0.9s ease-in-out;
  143. -ms-transition: all 0.9s ease-in-out;}
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152. .clouds {
  153. position:absolute;
  154. left:0;
  155. bottom:0;
  156. width:100%;
  157. height:100%;
  158. display:block;
  159. overflow: visible;
  160. opacity: 0.5;
  161. background:transparent url('http://i.picpar.com/mMac.png') repeat top center;
  162. z-index:1;
  163. -moz-animation:move-scrolling-front 150s linear infinite;
  164. -ms-animation:move-scrolling-front 150s linear infinite;
  165. -o-animation:move-scrolling-front 150s linear infinite;
  166. -webkit-animation:move-scrolling-front 150s linear infinite;
  167. animation:move-scrolling-front 150s linear infinite;
  168. }
  169.  
  170. @keyframes move-scrolling-front{
  171. from{background-position:0% 0%}
  172. to{background-position:300% 0%}
  173. }
  174. @-webkit-keyframes move-scrolling-front{
  175. from{background-position:0% 0%}
  176. to{background-position:300% 0%}
  177. }
  178. @-moz-keyframes move-scrolling-front{
  179. from{background-position:0% 0%}
  180. to{background-position:300% 0%}
  181. }
  182. @-ms-keyframes move-scrolling-front{
  183. from{background-position:0% 0%}
  184. to{background-position:200% 0%}
  185. }
  186.  
  187.  
  188.  
  189.  
  190. </style>
  191.  
  192.  
  193.  
  194.  
  195. </a>
  196. <div id="url">
  197. <a href="#1">
  198. <img src="http://i.picpar.com/Oxzc.png" alt="" width="600" /></a>
  199. </div>
  200.  
  201. <div id="c">
  202. <a target="_blank" href=" " title=" "> </a>
  203. </div>
  204.  
  205. <div id="1" class="contentpage">
  206.  
  207.  
  208.  
  209.  
  210.  
  211. <style type="text/css">
  212.  
  213. ::selection {
  214. background: #ddd;
  215. color: #fff;
  216. }
  217.  
  218. ::-moz-selection {
  219. background: #ddd;
  220. color: #fff;
  221. }
  222.  
  223. ::-webkit-selection {
  224. background: #ddd;
  225. color: #fff;
  226. }
  227.  
  228.  
  229. ::-webkit-scrollbar-thumb:vertical {
  230. background-color: #c6a0a8;
  231. height: 50px;
  232. }
  233.  
  234. ::-webkit-scrollbar {
  235. height: 10px;
  236. width: 3px;
  237. background-color: #f0ebea;
  238. }
  239.  
  240. body {
  241. color: #aaa;
  242. text-align:justify;
  243. font-family: tahoma;
  244. font-size: 10px;
  245. background-color: #fff;
  246. background-color:#1b1924;
  247. background-attachment: fixed repeat; }
  248.  
  249.  
  250. #subete{
  251. margin-left: -200px;
  252. margin-top: 130px; }
  253.  
  254. #about { margin-top: 100px; }
  255. #about i { font-style: italic; color:#787878; letter-spacing: 2px; }
  256. #about b { font-weight: bold; color:#787878; letter-spacing: 1px; }
  257.  
  258. #kago {
  259. width: 520px;
  260. height: 330px;
  261. padding: 20px;
  262. overflow: hidden;
  263. background-color:#a2d8ef;border: 1px solid #ddd;
  264. margin-left: 400px;
  265. margin-top: -1px; }
  266.  
  267. #shouzou {
  268. width: 360px;
  269. height: 502px;
  270. background-color:#a2d8ef;border: 1px solid #ddd;
  271. padding: 5px;
  272. margin-top: -70px;
  273. margin-left: 400px;
  274. margin-right:-1px;
  275. float: left; }
  276. #shouzou img { width: 360px; height: 502px; opacity: 0.8; -webkit-filter: grayscale(1);
  277. }
  278.  
  279.  
  280. #daimei {
  281. text-align: center;
  282. font-family: georgia;
  283. color: #444;
  284. font-size: 16px;
  285. text-transform: lowercase;
  286. padding:0px 0px 2px 0px;
  287. border-bottom: 1px dotted #aaa; }
  288.  
  289. #fukudai {
  290. text-align: center;
  291. font-family: tahoma;
  292. color: #aaa;
  293. font-size: 12px;
  294. text-transform: none;
  295. padding:0px 20px 0px 20px;
  296. margin-top: 3px; }
  297.  
  298. #onaka {
  299. float: right;
  300. width: 200px;
  301. text-align: justify;
  302. height: 100px;
  303. padding: 5px;
  304. line-height: 15px;
  305. font-size:9px;
  306. position: relative; }
  307. .tap
  308. {color:#bebebe;
  309. border-left: solid 8px;
  310. letter-spacing: 1px;
  311. font-size:8px; }
  312.  
  313. #nai {
  314. margin-top: 7px;
  315. margin-left: 20px; }
  316.  
  317. #atama {
  318. float: left;
  319. width: 200px;
  320. height: 100px;
  321. padding: 5px;
  322. position: relative; }
  323.  
  324. #karada { position: absolute; margin-top: -5px; }
  325.  
  326.  
  327. a {
  328. text-decoration:none;
  329. outline:none;
  330. -moz-outline-style:none;
  331. font-style: ;
  332. color:#5f455f;
  333. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  334. -moz-transition-duration:0.5s;
  335. -webkit-transition-duration:0.5s;
  336. -o-transition-duration:0.5s;
  337. }
  338.  
  339. a:hover {
  340. text-decoration:none;
  341. outline:none;
  342. -moz-outline-style:none;
  343. color:# 5f455f;
  344. }
  345.  
  346.  
  347.  
  348.  
  349. ul
  350. {
  351. list-style:square;
  352. margin-left:-10px; }
  353.  
  354. blockquote
  355. {
  356. background-color: #f7f7f7;
  357. padding: 5px;
  358. margin-left: 10px; margin-right: 10px; }
  359.  
  360. /* NAVIGATION */
  361.  
  362. #navi{
  363. text-align:center;
  364. margin-left:25px;
  365. margin-top: 220px;
  366. width:200px;
  367. padding:12px;
  368. position:absolute;
  369. z-index: 9999; }
  370.  
  371. #ichi {
  372. margin-bottom:4px;
  373. color:#b2b2b2;
  374. width: 60px;
  375. background-color:#a2d8ef;
  376. padding: 4px;
  377. opacity: 0.6;
  378. font-size: 8px;
  379. text-transform: uppercase;
  380. letter-spacing:1px;
  381. -webkit-transition: opacity 0.3s linear;
  382. -webkit-transition: all 0.3s ease-in-out;
  383. -moz-transition: all 0.3s ease-in-out;
  384. -o-transition: all 0.3s ease-in-out;
  385. transition: all 0.3s ease-in-out; }
  386. #ichi:hover { opacity: 1; }
  387.  
  388. /* END NAVIGATION */
  389.  
  390.  
  391.  
  392.  
  393.  
  394. b {
  395. text-transform: ;
  396. font-size: px;
  397. font-weight: ;
  398. color: #FFF;
  399. background: #820000;
  400. letter-spacing: px;
  401. padding: 1px 2px 1px 3px;
  402. margin-right: 2px;}
  403. u {
  404. text-transform: ;
  405. font-size: ;
  406. font-weight: ;
  407. color: #000;
  408. background: #;
  409. letter-spacing: 1px;
  410. padding: 1px 2px 1px 3px;
  411. margin-right: 2px;
  412. border-bottom: dotted 1px #000;}
  413. i {
  414. font-size: px;
  415. font-weight: ;
  416. color: #8e0000;
  417. letter-spacing: 1px;
  418. padding: 1px 2px 1px 3px;
  419. margin-right: 2px;}
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428. #url1 a {
  429. margin: 0 auto;
  430. left: 890px;
  431. right: 0px;
  432. width: 100%;
  433. text-align: ;
  434. top: 163px;
  435. position: fixed;
  436. font-size: 38px; /*change url size here*/
  437. letter-spacing: 2px;
  438. color: #000; /*change url color here*/
  439. font-family: Prata;
  440. text-shadow:
  441. 0 0 3px #FFFFFF, /*change url shadow color here*/
  442. 0 0 3px #FFFFFF, /*change url shadow color here*/
  443. 0 0 3px #FFFFFF, /*change url shadow color here*/
  444. 0 0 3px #FFFFFF; /*change url shadow color here*/
  445. }
  446.  
  447. #url1 a:hover {
  448. color: #3b3439; /*change url hover color*/
  449. }
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457. .hoverbox1 {
  458. position: fixed;
  459. background-color: #fff;
  460. opacity: 0;
  461. width: 105px;
  462. height: 345px;
  463. padding: 5px;
  464. left: 1200px;
  465. top: 160px;
  466. font-family: arial;
  467. font-size: 9px;
  468. color: #;
  469. letter-spacing: 0px;
  470. -webkit-transition: all .7s ease-in-out;
  471. }
  472. .hoverbox1:hover {
  473. opacity: 1;
  474. top: 285px;
  475.  
  476. }
  477. .hoverbox1 b {
  478. color: # ;
  479. font-family: calibri;
  480. font-size: 10px;
  481. line-height: 10px;
  482. text-transform: ;
  483. }
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490. .linkbox {
  491. position: fixed;
  492. background-color: #fff;
  493. width: 100px;
  494. height: 100px;
  495. left: 1140px;
  496. top: 330px;
  497. z-index: 9;
  498. opacity: 0;
  499. border: 1px solid #000;
  500. -webkit-transition: all .0s ease-in-out;
  501. }
  502. .linkbox:hover {
  503. opacity: 1;
  504. }
  505. .linkbox a {
  506. display: block;
  507. background-color: #ebf6f9;
  508. margin-top: 4px;
  509. height: 15px;
  510. width: 90px;
  511. align: center;
  512. line-height: 15px;
  513. color: #fff;
  514. }
  515. .linkbox a:hover {
  516. background-color: #d5e9ee;
  517. }
  518.  
  519.  
  520.  
  521.  
  522.  
  523. .mainbox {
  524. background-color: #;
  525. position: fixed;
  526. width: 181px;
  527. height: 215px;
  528. left: 1140px;
  529. top: 330px;
  530. padding: 10px;
  531. border: px solid #ffffff;
  532. opacity: 1;
  533.  
  534. }
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541. .hoverbox {
  542. position: fixed;
  543. background-color: #4b364b;
  544. opacity: 0;
  545. width: 350px;
  546. height: 110px;
  547. padding: 5px;
  548. left: 550px;
  549. top: 410px;
  550. font-family: arial;
  551. font-size: px;
  552. color: #;
  553. letter-spacing: 0px;
  554. -webkit-transition: all .7s ease-in-out;
  555. }
  556. .hoverbox:hover {
  557. opacity: 1;
  558. top: 410px;
  559.  
  560. }
  561. .hoverbox b {
  562. color: # ;
  563. font-family: calibri;
  564. font-size: px;
  565. line-height: 10px;
  566. text-transform: ;
  567. }
  568.  
  569.  
  570.  
  571.  
  572. </style>
  573.  
  574.  
  575.  
  576. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: px; height: px; background-color: ; position: absolute; top: 245px; left: 250px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  577.  
  578.  
  579. <img src="http://i.picpar.com/nyzc.png" alt="" width="370" />
  580.  
  581.  
  582. </span></div>
  583.  
  584.  
  585.  
  586.  
  587. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: 450px; height: 200px; background-color: ; position: absolute; top: 350px; left: 500px; overflow: auto; text-align: ; border: px solid #fff;"><span style="font-family: brush script mt; font-size: 50; color: #000000;">
  588. <center>
  589. <a href="">Nephthys</a>
  590. </center>
  591.  
  592. </span></div>
  593.  
  594.  
  595.  
  596. <div style="letter-spacing: 0px; line-height:15px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: 450px; height: 200px; background-color: ; position: absolute; top: 405px; left: 510px; overflow: auto; text-align: ; border: px solid #fff;"><span style="font-family: brush script mt; font-size: 30; color: #000000;">
  597. <br /><center>
  598. <a href="">The Goddess of death, service,<br />
  599. lamentation, night time and rivers.<br />
  600.  
  601. Nephthys was normally portrayed<br />
  602. as a young woman, wearing a <br />
  603. headdress in the shape of a <br />
  604. house and basket.<br /><br />
  605.  
  606. <span style="font-family: brush script mt; font-size: 10; ">
  607. ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp; ▬ &nbsp;
  608. ▬ &nbsp;<br />
  609. </span>
  610. The house and mummy wrappings.
  611. <br /><br /> <span style="font-family: brush script mt; font-size: 25; ">
  612.  
  613. Nephthys {nebthet} . Demisexual . </a> <a target="_blank" href="https://roleplay.chat/profile.php?user=Sutekh"><span style="font-family: brush script mt; font-size: 25; color:#b8b082;">
  614. Married ♥</a>
  615.  
  616. </center>
  617. </span></div>
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624. <div class="hoverbox">
  625. <div style="float: left; width: 400px; height:112px; overflow: auto; overflow-x: hidden; border: solid 0px #000; line-height:8px;">
  626.  
  627.  
  628. ► <img src="http://i.picpar.com/2yzc.jpg" alt="" width="100" height="110"/>&nbsp; &nbsp;
  629.  
  630. <img src="http://i.picpar.com/6yzc.jpg" alt="" width="100" height="110"/>&nbsp; &nbsp;
  631.  
  632. <img src="http://i.picpar.com/9yzc.jpg" alt="" width="100" height="110"/> ◄
  633.  
  634.  
  635. </span>
  636. </div> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement