RageQxeen

The Queen of Egypt

Jun 11th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.19 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Indie+Flower|Pacifico|Shadows+Into+Light|Dancing+Script|Architects+Daughter|Kaushan+Script|Gloria+Hallelujah|Satisfy|Courgette|Handlee|Rock+Salt|Cookie|Shadows+Into+Light+Two|Tangerine|Pinyon+Script|Great+Vibes|Bad+Script|Marck+Script|Damion|Niconne|Alex+Brush|Yellowtail|Nothing+You+Could+Do|Kalam|Sacramento|Homemade+Apple|Calligraffitti|Just+Another+Hand|Waiting+for+the+Sunrise|Allura|Rancho|Crafty+Girls|Reenie+Beanie|Parisienne|Rochester|Leckerli+One|Grand+Hotel|Merienda+One|Italianno|Montez|Petit+Formal+Script|Give+You+Glory|Delius|Mr+Dafoe|The+Girl+Next+Door|Arizonia|La+Belle+Aurore|Qwigley|Norican|Euphoria+Script|Dawning+of+a+New+Day|Bilbo+Swash+Caps|Meddon|Fondamento|Clicker+Script|Aladin|Delius+Swash+Caps|Rouge+Script|Engagement|Redressed|Aref+Ruqaa);
  4.  
  5. html, body {
  6. background: #000;
  7. background-image:url("https://i.ytimg.com/vi/j3GrlApRtkw/maxresdefault.jpg");
  8. background-size: 100%;
  9. background-repeat: repeat;
  10. background-position: bottom;
  11. }
  12.  
  13. ::-webkit-scrollbar-button:vertical:{
  14. background-color: #transparent;}
  15.  
  16. ::-webkit-scrollbar-thumb:vertical {
  17. background-color:#transparent;
  18. height:150px;}
  19.  
  20. ::-webkit-scrollbar-thumb:horizontal {
  21. background-color:#transparent;
  22. height:60px;}
  23.  
  24.  
  25. ::-webkit-scrollbar {
  26. height:60px;
  27. width:5px;
  28. background-color:#transparent;
  29. }
  30.  
  31. #container {
  32. background-color: #996515;
  33. width: 800px;
  34. height: 450px;
  35. margin:auto;
  36. position: absolute;
  37. right: 20%;
  38. bottom: 10%;
  39. z-index:1;
  40. border: #000000 solid 1px;
  41. }
  42.  
  43. #content {
  44. background-color: #f3f3f3;
  45. opacity: 0.8;
  46. width: 470px;
  47. height: 350px;
  48. margin:auto;
  49. position: absolute;
  50. left: 5%;
  51. bottom: 10%;
  52. font-family: 'Aref Ruqaa', cursive;
  53. font-size: 15px;
  54. z-index:1;
  55. border: #000000 solid 1px;
  56. }
  57.  
  58. #image {
  59. width: 250px;
  60. margin: 0px;
  61. border: none;
  62. height: 350px;
  63. background-color:transparent;
  64. position: absolute;
  65. right: 5%;
  66. bottom: 10%;
  67. background-image:url("http://i.picpar.com/PvOc.jpg");
  68. background-repeat:no-repeat;
  69. background-size: 100%;
  70. border: solid 1px #000000;
  71. }
  72.  
  73. #nav {
  74. background-color:#transparent;
  75. width: 150px;
  76. height:45px;
  77. margin:auto;
  78. position: absolute;
  79. left: 2%;
  80. top: 7%;
  81. text-align:right;
  82. z-index:1;
  83. }
  84.  
  85. #nav a, #nav a:link, #nav a:visited {
  86. display:inline-block;
  87. background: #000000;
  88. color: #000000;
  89. margin-top: 0px;
  90. margin-bottom: 0px;
  91. margin-left: 0px;
  92. height: 15px;
  93. width:20px;
  94. border-radius: 5px;
  95. }
  96.  
  97. #nav a:active, #nav a:hover {
  98. display:inline-block;
  99. height: 15px;
  100. width:20px;
  101. text-decoration:none;
  102. background: #EEE8AA;
  103. color: #EEE8AA;
  104. margin: 0px;
  105. }
  106.  
  107. .a:link, a:active, a:visited {
  108. font-family: Modern;
  109. font-size: 12px;
  110. color:#666666;
  111. letter-spacing: 1px;
  112. text-decoration: none;
  113. text-align: left;
  114. -webkit-transition-duration: 1.5s;
  115. -moz-transition-duration: 1.5s;
  116. }
  117.  
  118. a:hover {
  119. background-color: transparent;
  120. font-family: arial;
  121. font-size: 16px;
  122. font-weight: bold;
  123. color: #7c7c7c;
  124. text-decoration: none;
  125. text-transform: lowercase;
  126. text-align: left;
  127. }
  128.  
  129. h1 {
  130. font-family: 'Mr Dafoe', cursive;
  131. font-size: 30px;
  132. line-height: 22px;
  133. border-bottom: 1px double #6D7365;
  134. color:#000000;
  135. letter-spacing:1px;
  136. word-spacing: 2px;
  137. text-decoration:none!important;
  138. }
  139.  
  140. .header{
  141. position:absolute;
  142. width:250px;
  143. background:#transparent;
  144. height:30px;
  145. overflow:hidden;
  146. font-family: 'Great Vibes', cursive;
  147. font-size: 30px;
  148. font-weight:bold;
  149. color:#000000;
  150. text-shadow: -1px 0 #EEE8AA, 0 1px #EEE8AA,1px 0 #EEE8AA, 0 -1px #EEE8AA;
  151. text-transform:none;
  152. text-align:right;
  153. }
  154.  
  155. #name {
  156. z-index:15;
  157. position: absolute;
  158. right: 0%;
  159. bottom: 0%;
  160. margin: none;
  161. background: #transparent;
  162. width: 25vw;
  163. height: 70px;
  164. font-family: Great Vibes;
  165. font-size: 3vw;
  166. background: url(https://media.giphy.com/media/VfjEHoNY0IMAE/200.gif) -20px -20px repeat;
  167. -webkit-text-fill-color: transparent;
  168. -webkit-background-clip: text;
  169. display:block;
  170. text-align: center;
  171. letter-spacing: 1px;
  172. -webkit-transition:opacity 2s linear;
  173. }
  174.  
  175. #nameunder{
  176. z-index:15;
  177. position: absolute;
  178. right: 0%;
  179. bottom: 0%;
  180. margin: none;
  181. background: #transparent;
  182. width: 25vw;
  183. height: 70px;
  184. font-family: Great Vibes;
  185. font-size: 3vw;
  186. -webkit-text-fill-color: transparent;
  187. text-transform: none;
  188. -webkit-background-clip: text;
  189. display:block;
  190. text-shadow: -1px 0 #000, 0 1px #000,1px 0 #000, 0 -1px #000;
  191. text-align: center;
  192. letter-spacing: 1px;
  193. -webkit-transition:opacity 2s linear;
  194. }
  195. </style>
  196. <div id="container">
  197.  
  198. <div class="header" style="bottom: 0%; right: 2%;">Her Life Is of Amun</div>
  199. <div id="nameunder">The Queen of Egypt</div><div id="name">The Queen of Egypt</div>
  200.  
  201. <div id="image"></div>
  202.  
  203. <div id="nav">
  204. <a href="#one"></a>
  205. <a href="#two"></a>
  206. <a href="#three"></a>
  207. <a href="#four"></a>
  208. <a href="#five"></a>
  209. </div>
  210.  
  211.  
  212. <div id="content">
  213. <div style="width: 450px; height: 350px; overflow-y: hidden;">
  214.  
  215. <a name="one"></a>
  216. <div style="width: 450px; height: 350px; overflow: auto;" align="center">
  217.  
  218. <font style=float:left><b>Name</b></font> <font style=float:right></font><br>
  219. <font style=float:left><b>Nickname</b></font> <font style=float:right><a title="">hover</a></font><br>
  220. <font style=float:left><b>Gender</b></font> <font style=float:right></font><br>
  221. <font style=float:left><b>Apparent Age</b></font> <font style=float:right></font><br>
  222. <font style=float:left><b>Race</b></font> <font style=float:right></font><br><br>
  223. <font style=float:left><b>Height</b></font> <font style=float:right></font><br>
  224. <font style=float:left><b>Weight</b></font> <font style=float:right></font><br>
  225. <font style=float:left><b>Tresses</b></font> <font style=float:right></font><br>
  226. <font style=float:left><b>Irises</b></font> <font style=float:right></font><br><br>
  227. <font style=float:left><b>Position/Dom-Sub</b></font> <font style=float:right><a title="">hover</a></font><br>
  228. <font style=float:left><b>Marital</b></font> <font style=float:right></font><br>
  229. <font style=float:left><b>Interest</b></font> <font style=float:right><a href="" target="_blank"></a></font><br>
  230. <font style=float:left><b>Orientation</b></font> <font style=float:right></font><br>
  231. </div>
  232.  
  233. <a name="two"></a>
  234. <div style="width: 450px; height: 350px; overflow: auto;" align="center">
  235.  
  236. </div>
  237.  
  238. <a name="three"></a>
  239. <div style="width: 450px; height: 350px; overflow: auto;" align="center">
  240.  
  241. </div>
  242.  
  243. <a name="four"></a>
  244. <div style="width: 450px; height: 350px; overflow: auto;" align="center">
  245. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a>
  246. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a>
  247. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a>
  248. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a>
  249. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a>
  250. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a>
  251. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a>
  252.  
  253. </div>
  254.  
  255. <a name="five"></a>
  256. <div style="width: 450px; height: 350px; overflow: auto;" align="center">
  257. PM friendly.<br>
  258. Respect the right to refuse roleplay.<br>
  259. Clean/Sexual, both are fine.<br>
  260. Long-Term/Short-Term, I'm not picky.<br>
  261. Art isn't mine.<br>
  262. IC is not OOC.<br>
  263. I'll respect you, so I expect the same in return.<br>
  264. Semi Para and up. Sometimes one-line when bored.<br>
  265. Don't message me with a post. Always ask me if I want to RP first! Starting with a post will only get you ignored.<br>
  266. Emoticons and anything of the sort is just a big NO. If you can't accurately describe facial expressions without use of one, just don't bother.<br>
  267. Flexible setting-wise, can adapt.<br>
  268. Don't be afraid to PM me if you're up for a roleplay.
  269. </div>
  270. </div>
  271. </div>
  272.  
  273. </script>
  274. </body>
  275. </html>
Advertisement
Add Comment
Please, Sign In to add comment