Advertisement
Guest User

Nitocris Code

a guest
Jan 23rd, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.62 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Ibarra+Real+Nova&display=swap');
  3.  
  4.  
  5. .pfor {display: none;}
  6. body {background-color: #FBEACC;
  7. background-repeat: no-repeat;
  8. background-size: 1800px 900px;
  9. }
  10.  
  11. #profile {background-color
  12. :transparent;border: 0px;}
  13. #profile {border: 0px;}
  14.  
  15. .horizontalLine{
  16. background-color: #596288;
  17. width: 100%;
  18. height: 100px;
  19. position: absolute;
  20. top: 350px;
  21. right: 0px;
  22. margin: 0px;
  23. z-index: -1;
  24. border-color: #596288;
  25. }
  26.  
  27. .verticalLine{
  28. background-color: #596288;
  29. height: 100%;
  30. width: 100px;
  31. position: absolute;
  32. right: 350px;
  33. top: 0px;
  34. margin: 0px;
  35. z-index: -1;
  36. border-color: #596288;
  37. }
  38.  
  39.  
  40. .button1{
  41. background: #1E2D4A;
  42. padding: 10px;
  43. width: 20px;
  44. height: 10px;
  45. position: absolute;
  46. top: 310px;
  47. right: 460px;
  48. -webkit-transition: all 500ms ease-in-out;
  49. -moz-transition: all 500ms ease-in-out;
  50. -ms-transition: all 500ms ease-in-out;
  51. -o-transition: all 500ms ease-in-out;
  52. transition: all 500ms ease-in-out;
  53. }
  54.  
  55. .button1:hover{
  56. background: #596288;
  57. }
  58.  
  59. .button2{
  60. background: #1E2D4A;
  61. padding: 10px;
  62. width: 20px;
  63. height: 10px;
  64. position: absolute;
  65. top: 460px;
  66. right: 460px;
  67. -webkit-transition: all 500ms ease-in-out;
  68. -moz-transition: all 500ms ease-in-out;
  69. -ms-transition: all 500ms ease-in-out;
  70. -o-transition: all 500ms ease-in-out;
  71. transition: all 500ms ease-in-out;
  72. }
  73.  
  74. .button2:hover{
  75. background: #596288;
  76. }
  77.  
  78. .button3{
  79. background: #1E2D4A;
  80. padding: 10px;
  81. width: 20px;
  82. height: 10px;
  83. position: absolute;
  84. top: 310px;
  85. right: 300px;
  86. -webkit-transition: all 500ms ease-in-out;
  87. -moz-transition: all 500ms ease-in-out;
  88. -ms-transition: all 500ms ease-in-out;
  89. -o-transition: all 500ms ease-in-out;
  90. transition: all 500ms ease-in-out;
  91. }
  92.  
  93. .button3:hover{
  94. background: #596288;
  95. }
  96.  
  97. .button4{
  98. background: #1E2D4A;
  99. padding: 10px;
  100. width: 20px;
  101. height: 10px;
  102. position: absolute;
  103. top: 460px;
  104. right: 300px;
  105. -webkit-transition: all 500ms ease-in-out;
  106. -moz-transition: all 500ms ease-in-out;
  107. -ms-transition: all 500ms ease-in-out;
  108. -o-transition: all 500ms ease-in-out;
  109. transition: all 500ms ease-in-out;
  110. }
  111.  
  112. .button4:hover{
  113. background: #596288;
  114. }
  115.  
  116.  
  117. .tab-content,.tab-content:target~#Stats {
  118. display:none;
  119. z-index:4;
  120. }
  121.  
  122. .tabHolder{
  123. background-color: #000000;
  124. font-family: trebuchet ms;
  125. font-size: 8pt;
  126. position: absolute;
  127. top: 350px;
  128. right: 450px;
  129. }
  130.  
  131. #tabOne:target {
  132. display:block;
  133. overflow: scroll;
  134. overflow-X: hidden;
  135. background-color: #FBEACC;
  136. height: 100px;
  137. width: 400px;
  138. font-family: 'Ibarra Real Nova', serif;
  139. font-size: 8pt;
  140. }
  141.  
  142. #tabTwo:target {
  143. display:block;
  144. overflow: scroll;
  145. overflow-X: hidden;
  146. background-color: #FBEACC;
  147. height: 100px;
  148. width: 400px;
  149. font-family: 'Ibarra Real Nova', serif;
  150. font-size: 8pt;
  151. }
  152.  
  153. #tabThree:target {
  154. display:block;
  155. overflow: scroll;
  156. overflow-X: hidden;
  157. background-color: #FBEACC;
  158. height: 100px;
  159. width: 400px;
  160. font-family: 'Ibarra Real Nova', serif;
  161. font-size: 8pt;
  162.  
  163. }
  164.  
  165. #tabFour:target {
  166. display:block;
  167. overflow: scroll;
  168. overflow-X: hidden;
  169. background-color: #FBEACC;
  170. height: 100px;
  171. width: 400px;
  172. font-family: 'Ibarra Real Nova', serif;
  173. font-size: 8pt;
  174. }
  175.  
  176. #tabFive:target {
  177. display:block;
  178. overflow: scroll;
  179. overflow-X: hidden;
  180. background-color: #FBEACC;
  181. background-height: 100px;
  182. background-width: 400px;
  183. height: 100px;
  184. width: 400px;
  185. font-family: 'Ibarra Real Nova', serif;
  186. font-size: 8pt;
  187. }
  188.  
  189. #tabOne:focus{
  190. -webkit-transition: all 500ms ease-in-out;
  191. -moz-transition: all 500ms ease-in-out;
  192. -ms-transition: all 500ms ease-in-out;
  193. -o-transition: all 500ms ease-in-out;
  194. transition: all 500ms ease-in-out;
  195.  
  196. }
  197.  
  198. .charImage {
  199. position: absolute;
  200. background-image: url(https://i.imgur.com/G87OgCi.png);
  201. background-size: contain;
  202. background-repeat: no-repeat;
  203. left: 0px;
  204. bottom: 0px;
  205. height: 100%;
  206. width: 50%;
  207. }
  208.  
  209. .floaties{
  210. text-align: left;
  211. float: left; width: 30%;
  212. }
  213.  
  214. .floaties2{
  215. text-align: left;
  216. float: left; width: 58%;
  217. }
  218.  
  219. .wordGlow{
  220. color: #000000
  221. -webkit-transition: all 500ms ease-in-out;
  222. -moz-transition: all 500ms ease-in-out;
  223. -ms-transition: all 500ms ease-in-out;
  224. -o-transition: all 500ms ease-in-out;
  225. transition: all 500ms ease-in-out;
  226. }
  227.  
  228. .wordGlow:hover{
  229. color: #596288;
  230. margin: 0px;
  231. }
  232.  
  233.  
  234. ::-webkit-scrollbar {width: 4px;}
  235. ::-webkit-scrollbar-thumb:vertical {
  236. height: 10px;background-color: #1E2D4A;}
  237. ::-webkit-scrollbar-thumb:horizontal {
  238. height: 10px;background-color: #1E2D4A;border: 0px ;width: 15px;}
  239. </style>
  240.  
  241. <div class="verticalLine">
  242. </div>
  243.  
  244. <div class="tabHolder">
  245. <div id="tabFive" class="tab-content">
  246. </div>
  247.  
  248.  
  249. <div id="tabOne" class="tab-content">
  250. <font size="4px">
  251. <div class="floaties">
  252. Class:
  253. <br>
  254. True Name:
  255. <br>
  256. Gender:
  257. <br>
  258. Height:
  259. <br>
  260. Weight:
  261. <br>
  262. Source:
  263. <br>
  264. Alignment:
  265. </div>
  266.  
  267. <div class="floaties2">
  268. Caster
  269. <br>
  270. Nitocris
  271. <br>
  272. Female
  273. <br>
  274. 162cm
  275. <br>
  276. 51kg
  277. <br>
  278. Historical Fact
  279. <br>
  280. Lawful Good
  281. </div>
  282. </font>
  283. </div>
  284.  
  285. <div id="tabTwo" class="tab-content">
  286. <font size="3">
  287. Caster's True Name is Nitocris, a magic queen who held the throne in the Sixth Dynasty of ancient Egypt, even if only for a short time. A person who lived around the 22nd Century BC. Strangely, she has the same name with an ancient queen of Babylon. It has been assumed that she caused all the influential men who deliberately murdered her beloved brothers to die by drowning, and then took her own life after accomplishing her revenge.
  288. </font>
  289. </div>
  290.  
  291. <div id="tabThree" class="tab-content">
  292. <font size="4">
  293. Skills
  294. </font>
  295. <br>
  296. <font size="2">
  297. <span title="Creation of a 'Temple', which is superior to a 'Workshop', becomes possible."><div class="wordGlow">Territory Creation A</div></span>
  298.  
  299. <span title="Nitocris is restricted to only being able to produce devices related to Egyptian magecraft. Many tools and devices manufactured with modern magecraft, such as golems, homunculi, miracle drugs, etc., are objects that even resembles the ones in Egyptian magecraft, but the ones in Egyptian magecraft are also by far more specialized in its versatility, and the colour of its magic are darker. Because of this Skill, the tools and items created by Nitocris always have holy inscriptions engraved on them."><div class="wordGlow">Item Construction B+</div></span>
  300.  
  301. <span title="At the same time that a ruler is one that controls the people and reigns over the land, a pharaoh is also someone who reaches the gods. A pharaoh has his divinity change in accordance with factors such as the era, etc., but Ozymandias is regarded as a child of the Sun God Ra, as well as one of its incarnations, while Nitocris is regarded as a child of the Sky God Horus, and also as one of its incarnations."><div class="wordGlow">Divinity B</div></span>
  302.  
  303. <span title="Denotes one’s ownership of the Magic Crest of ancient Egypt. The owner of this Skill is given a plus modifier towards checks related to necromancy magecraft."><div class="wordGlow">Egyptian Magecraft A</div></span>
  304.  
  305. <span title="A Pharaoh’s Divinity changes in accordance to the era, etc., but she is regarded as a child of the Sky God Horus, as well as his incarnation."><div class="wordGlow">Affection of Horus B</div></span>
  306.  
  307. <span title="No Information"><div class="wordGlow">Rapid Words of Divine B</div></span>
  308. <br>
  309. </font>
  310. <font size="4">
  311. <span title="A mirror that projects things that do not exist in reality. It does not function as an optical mirror. What is reflected is nothing but a grotesque and dreadful darkness that is constantly repulsive. Nitocris describes this as a mirror that reflects the netherworld, or maybe, the figure of a spiritual world of darkness, but the details are unknown. There is also the possibility that it projects her mind. Whether it is indeed the extension of the dark abyss of the underworld, or a demonic prison manufactured by the ancient Egyptian gods, or nothing more than something forming due to the magical power welling up inside of her, what spectacle really exists on the opposite side of the mirror?"><div class="wordGlow">Noble Phantasm - Anpu Neb Ta Djeser</div></span>
  312. </font>
  313. <font size="2">
  314. Type: Anti-Army
  315. <br>
  316. Rank: B++
  317. <br>
  318. Range: 1~40
  319. <br>
  320. Maximum Num. of Targets: 100 people
  321. </font>
  322. </font>
  323.  
  324. </div>
  325.  
  326. <div id="tabFour" class="tab-content">
  327. Normal OOC stuff goes here
  328. <br>
  329. This is a large W.I.P
  330. </div>
  331. </div>
  332.  
  333.  
  334.  
  335. <div class="horizontalLine">
  336. </div>
  337.  
  338.  
  339. <a href="#tabOne">
  340. <div class="button1">
  341. <b></b>
  342. </div>
  343. </a>
  344.  
  345. <a href="#tabTwo">
  346. <div class="button2">
  347. <b></b>
  348. </div>
  349. </a>
  350.  
  351. <a href="#tabThree">
  352. <div class="button3">
  353. <b></b>
  354. </div>
  355. </a>
  356.  
  357. <a href="#tabFour">
  358. <div class="button4">
  359. <b></b>
  360. </div>
  361. </a>
  362.  
  363.  
  364. <div class="charImage">
  365. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement