Advertisement
Chibi-Elle

Sailor Mercury

Jul 15th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.48 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor { display: none; }
  3. #profile { background-color: transparent; border: none; }
  4. </style>
  5.  
  6. <style type="text/css">
  7.  
  8. body {
  9.  
  10. background-color: #A6EEFE;
  11. background-image: url();
  12. background-attachment: fixed;
  13. background-position: center center;
  14. background-repeat: repeat;
  15. background-size: auto;
  16. font-family: Times New Roman;
  17. font-variant: normal;
  18. font-size: 70%;
  19. color: #666666;}
  20.  
  21. #pictureone {
  22. position: fixed;
  23. left: -30px;
  24. top: 0px;
  25. margin: 25px;
  26. opacity: 0.8;}
  27.  
  28.  
  29. #Img{
  30. position: fixed;
  31. background-image:url("https://s1.zerochan.net/Mizuno.Ami.600.1746847.jpg");
  32. background-size: 110%;
  33. background-repeat: no-repeat;
  34. top: 10px;
  35. right: 70px;
  36. width: 200px;
  37. height: 200px;
  38. background-color: #000000;
  39. border-top: #2E97C6 10px solid;
  40. border-left: #2E97C6 10px solid;
  41. border-right: #A8EAF4 10px solid;
  42. border-bottom: #A8EAF4 10px solid;
  43. }
  44.  
  45. .image {
  46. opacity: 0;
  47. width: 200px;
  48. height: 200px;
  49. background-color: #D4F4FF;
  50. text-align: justify;
  51. overflow: hidden;
  52. -ms-transition: opacity .3s linear;
  53. -moz-transition: opacity .3s linear;
  54. -o-transition: opacity .3s linear;
  55. -webkit-transition: opacity .3s linear; }
  56.  
  57. .image:hover {
  58. opacity: 0.9; }
  59.  
  60. .text {
  61. line-height: 1.5;
  62. padding-top: 2px;
  63. margin-left: 10px;
  64. margin-right: 10px;
  65. margin-top: 15px;
  66. font-family: verdana;
  67. font-size: 10;
  68. color: black;
  69. text-align: justify; }
  70.  
  71. a.dark:link, a.dark:active, a.dark:visited{
  72. background-color: #007EA8;
  73. display: inline-block;
  74. margin: 5px;
  75. width: 75px;
  76. height: 15px;
  77. font-family: verdana;
  78. font-variant: small-caps;
  79. font-size: 10px;
  80. color: #fff;
  81. text-decoration: none;
  82. letter-spacing: 1px;
  83. text-transform: uppercase;
  84. text-align: center;
  85. line-height: 21px;
  86. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur817.cur');
  87. -webkit-transition: all 0.5s ease-in-out;
  88. -moz-transition: all 0.5s ease-in-out;
  89. -o-transition: all 0.5s ease-in-out;
  90. -ms-transition: all 0.5s ease-in-out;
  91. transition: all 0.5s ease-in-out;}
  92.  
  93. a.dark:hover{
  94. background-color: #fff;
  95. color: #007EA8;}
  96.  
  97. a.unknown:link, a.unknown:active, a.unknown:visited{
  98. background-color: #690000;
  99. display: inline-block;
  100. display: centered;
  101. margin-right: 5px;
  102. width: 87px;
  103. height: 20px;
  104. font-family: verdana;
  105. font-variant: small-caps;
  106. font-size: 6.5px;
  107. color: #fff;
  108. text-decoration: none;
  109. letter-spacing: 1px;
  110. text-transform: uppercase;
  111. text-align: center;
  112. line-height: 21px;
  113. -webkit-transition: all 0.5s ease-in-out;
  114. -moz-transition: all 0.5s ease-in-out;
  115. -o-transition: all 0.5s ease-in-out;
  116. -ms-transition: all 0.5s ease-in-out;
  117. transition: all 0.5s ease-in-out;}
  118.  
  119. a.unknown:hover{
  120. background-color: #EDEDED;
  121. color: #007EA8;}
  122.  
  123. a {
  124. color: #666666;
  125. text-decoration: none;
  126. }
  127.  
  128. a:hover {
  129. color: #888888;
  130. text-decoration: none;
  131. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur817.cur');
  132. }
  133.  
  134. #navigation{
  135.  
  136. position: fixed;
  137. right: 330px;
  138. top: 60px;
  139. opacity: 0.5;
  140. border: 5px solid #2E97C6;
  141. -webkit-transition: all 0.7s ease;
  142. -moz-transition: all 0.7s ease;
  143. -o-transition: all 0.7s ease;}
  144. #navigation:hover { opacity:1; }
  145.  
  146. #navigation2{
  147.  
  148. position: fixed;
  149. right: 520px;
  150. top: 60px;
  151. opacity: 0.5;
  152. border: 5px solid #2E97C6;
  153. -webkit-transition: all 0.7s ease;
  154. -moz-transition: all 0.7s ease;
  155. -o-transition: all 0.7s ease;}
  156. #navigation2:hover { opacity:1; }
  157.  
  158. #navigation3{
  159.  
  160. position: fixed;
  161. right: 710px;
  162. top: 60px;
  163. opacity: 0.5;
  164. border: 5px solid #2E97C6;
  165. -webkit-transition: all 0.7s ease;
  166. -moz-transition: all 0.7s ease;
  167. -o-transition: all 0.7s ease;}
  168. #navigation3:hover { opacity:1; }
  169.  
  170. #navigation4{
  171.  
  172. position: fixed;
  173. right: 88px;
  174. bottom: 300px;
  175. opacity: 0.5;
  176. border: 5px solid #2E97C6;
  177. -webkit-transition: all 0.7s ease;
  178. -moz-transition: all 0.7s ease;
  179. -o-transition: all 0.7s ease;}
  180. #navigation4:hover { opacity:1; }
  181.  
  182. #navigation5{
  183.  
  184. position: fixed;
  185. right: 88px;
  186. bottom: 180px;
  187. opacity: 0.5;
  188. border: 5px solid #2E97C6;
  189. -webkit-transition: all 0.7s ease;
  190. -moz-transition: all 0.7s ease;
  191. -o-transition: all 0.7s ease;}
  192. #navigation5:hover { opacity:1; }
  193.  
  194. #navigation6{
  195.  
  196. position: fixed;
  197. right: 88px;
  198. bottom: 60px;
  199. opacity: 0.5;
  200. border: 5px solid #2E97C6;
  201. -webkit-transition: all 0.7s ease;
  202. -moz-transition: all 0.7s ease;
  203. -o-transition: all 0.7s ease;}
  204. #navigation6:hover { opacity:1; }
  205.  
  206. #main{
  207. right:400px;
  208. bottom:100px;
  209. position: fixed;
  210. color: #548695;
  211. font-family: century gothic;
  212. font-variant: small-caps;
  213. text-align: justify;
  214. font-size: 15px;
  215. border-bottom: #A8EAF4 10px solid;
  216. border-right: #A8EAF4 10px solid;
  217. border-left: #2E97C6 10px solid;
  218. border-top: #2E97C6 10px solid;
  219. background-image: url(https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/J9H9WF0/glowing-white-snowflake-particles-falling-down-against-a-light-teal-blue-gradient-background_s5r-sa3c_thumbnail-full01.png);}
  220. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:10px; color: #000; font-weight:normal; margin-left: 10px; letter-spacing: -1px;}
  221. i {color: #000; font-family: 'calibri'; font-variant: small-caps; font-size:10pt; letter-spacing:0px}
  222. u {color: #666; font-size: 12px; font-weight: light; letter-spacing: 0px; word-spacing: 6px; font-family:Romans; text-transform: normal; font-weight: normal; text-align: center; border-bottom: 1px dotted #889e9f;}
  223. s {color: #003F82; font-size: 11px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #212121 0px 0px 1px;}
  224. big {color: #1E82BA; font-size: 20px; font-weight: light; letter-spacing: 0px; font-family:Century Gothic; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #533034 0px 0px 1px;}
  225. small {font-size: 25px; font-variant: small-caps; color: #444444; text-transform: normal; letter-spacing: -1px; text-align: right; background-color: none; font-family: century gothic; text-shadow: #533034 2px 3px 4px; margin-top: 5px; margin-bottom: 8px; display: block; padding: 0px; font-weight: normal; line-height: 15px;}
  226. ::-webkit-scrollbar-thumb { background-color: transparent; }
  227.  
  228. ::-webkit-scrollbar {width: 4px;}
  229.  
  230. h1 {
  231.  
  232. position: fixed;
  233. right: 10px;
  234. bottom: 0px;
  235. font-weight: normal;
  236. font-size: 100%;
  237. color: blue;}
  238.  
  239. </style>
  240.  
  241. <h1>Layout © <a href="https://pastebin.com/u/realniggaz" target="_blank">real niggaz.~</a></h1>
  242.  
  243. <div id="pictureone"><img src="https://pre00.deviantart.net/6d3d/th/pre/i/2015/229/0/8/sailor_moon_crystal___sailor_mercury_by_albertosancami-d964fan.png" width="auto" height="auto"></div>
  244.  
  245. <div id="img">
  246. <div class="image"><div class="text">
  247. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  248. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  249. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  250. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  251. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  252. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  253. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  254. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  255. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  256. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  257. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  258. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  259. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  260. <a href="/profile.php?user=" class="dark" target="_blank">Friend</a>
  261.  
  262. </div></div></div>
  263.  
  264.  
  265.  
  266. <div id="navigation" class="box">
  267.  
  268. <a href="#01" title="Senshi Attacks"><img src="https://i.pinimg.com/originals/02/5f/1b/025f1b208521ab828e42ae5009ce9008.gif" width="175" height="100"></a>
  269. </div>
  270.  
  271. <div id="navigation2" class="box">
  272.  
  273. <a href="#02" title="Senshi Stats"><img src="https://i.gifer.com/6De9.gif"width="175" height="100"></a>
  274.  
  275. </div>
  276.  
  277.  
  278. <div id="navigation3" class="box">
  279.  
  280.  
  281. <a href="#03" title="Civilian Stats"><img src="https://lh3.googleusercontent.com/-ZuasKb72hGc/VvMg1yxCW4I/AAAAAAAAAT4/6Ix2VOlB1zY/w500-h278/tumblr_mxv0dpUg8A1t2l4jao2_500.gif" width="175" height="100"></a>
  282.  
  283. </div>
  284.  
  285. <div id="navigation4" class="box">
  286. <a href="#04" title="Appearance"><img src="https://78.media.tumblr.com/69dc2ecbae2d47695910abe7d216eb29/tumblr_nlyh94QceV1tggy4no4_500.gif" width="175" height="100"></a>
  287. </div>
  288.  
  289. <div id="navigation5" class="box">
  290. <a href="#05" title="Inventory"><img src="https://78.media.tumblr.com/7e1d001e12914682c95e59bbda3ad201/tumblr_nlyh94QceV1tggy4no5_500.gif" width="175" height="100"></a>
  291.  
  292. </div>
  293.  
  294. <div id="navigation6" class="box">
  295. <a href="#06" title="OOC"><img src="http://cdn.lowgif.com/full/4bdc3883b5bec888-top-25-anime-water-wielding-characters-myanimelist-net.gif" width="175" height="100"></a>
  296.  
  297. </div>
  298.  
  299.  
  300. <div id="main">
  301.  
  302. <div style="height: 300px; width: 400px; overflow-y: hidden;">
  303. <a name="01"></a>
  304. <div style="height: 300px; width: 390px; overflow: auto;" align="justify">
  305. <center><big>Attacks</big><br><br> </center>
  306. List your attacks here. :)
  307.  
  308. </div>
  309.  
  310. <div style="height: 300px; width: 400px; overflow-y: hidden;">
  311. <a name="02"></a>
  312. <center><big>Senshi Stats</big><br><br></center>
  313. <div style="height: 300px; width: 390px; overflow: auto;" align="center">
  314. <font style=float:left><b> senshi name. </b></font> <font style=float:right> Sailor Mercury.</font><br>
  315. <font style=float:left><b> senshi title. </b></font> <font style=float:right> Soldier of Water & Intelligence.</font><br>
  316. <font style=float:left><b> senshi maturity. </b></font> <font style=float:right> Eternal.</font><br>
  317. <font style=float:left><b> homeworld. </b></font> <font style=float:right> Mercury.</font><br>
  318. <font style=float:left><b> race.</b></font> <font style=float:right> Mercurian.</font><br>
  319. <font style=float:left><b> patron.</b></font> <font style=float:right>Mercury.</font><br>
  320. <font style=float:left><b> influence. </b></font> <font style=float:right> Water & Intelligence.</font><br>
  321. <hr>
  322. <font style=float:left><b> senshi forms. </b></font> <font style=float:right>Four.</font><br>
  323. <font style=float:left><b> senshi colors. </b></font> <font style=float:right> Blue; White; Light Blue.</font><br>
  324. <font style=float:left><b> fighting style. </b></font> <font style=float:right> Distance.</font><br>
  325. <font style=float:left><B> primary weapon.</b></font> <font style=float:right>Mercury Harp.</font><br>
  326. <font style=float:left><b> transformation item.</b></font> <font style=float:right> Wand.</font><br>
  327. <font style=float:left><b> transformation phrase.</b></font> <font style=float:right><a title="Mercury Crystal Power, make-up!">☿</a></font>
  328.  
  329. </div>
  330.  
  331. <div style="height: 300px; width: 400px; overflow-y: hidden;">
  332. <a name="03"></a>
  333. <div style="height: 300px; width: 390px; overflow: auto;" align="center">
  334. <big>Statistics</big><br><br>
  335. <font style=float:left><b> surname.</b> </font> <font style=float:right>Mizuno (<I>水野</I>).</font><br>
  336. <font style=float:left><b> translation.</b></font> <font style=float:right>Water Civilian.</font><br>
  337. <font style=float:left><B>first name.</b> </font> <font style=float:right>Ami (<I>亜美</I>).</font><br>
  338. <font style=float:left><B>translation.</b></font> <font style=float:right>Asian Beauty.</font><br>
  339. <font style=float:left><b>aliases.</b> </font> <font style=float:right>N/A.</font><br>
  340. <font style=float:left><b>gender.</b> </font> <font style=float:right>Female (<I>♀</I>).</font><br>
  341. <font style=float:left><b>birthday.</b></font> <font style=float:right>10 September.</font><br>
  342. <font style=float:left><b>zodiac.</b></font> <font style=float:right>Virgo.</font><br>
  343. <font style=float:left><b>alignment.</b> </font> <font style=float:right>Good.</font><br>
  344. <font style=float:left><b>affiliates.</b> </font> <font style=float:right>Crystal Moon Kingdom.</font><br>
  345. <hr>
  346. <font style=float:left><b>occupation.</b> </font> <font style=float:right>Soldier; Student.</font><br>
  347. <font style=float:left><b>major.</b> </font> <font style=float:right>N/A.</font><br>
  348. <font style=float:left><b>current residence.</b></font> <font style=float:right>Tokyo, Japan.</font><br>
  349. <font style=float:left><b> citizenship. </b></font> <font style=float:right> Japanese.</font><br>
  350. <font style=float:left><b>languages.</b></font> <font style=float:right>Japanese.</font><br>
  351. <font style=float:left><b>parentage.</b></font> <font style=float:right>Mr./Mrs. Mizuno.</font><br>
  352. <font style=float:left><b>orientation.</b> </font> <font style=float:right>--sexual.</font><br>
  353. <font style=float:left><b>marital.</b> </font> <font style=float:right>Single.</font><br>
  354. <hr>
  355. <font style=float:left><B>species.</b></font> <font style=float:right>Homo sapien.</font><br>
  356. <font style=float:left><b>race.</b> </font> <font style=float:right>Human.</font><br>
  357. <font style=float:left><b>apparent age.</b></font> <font style=float:right>Eternal.</font><br>
  358. <font style=float:left><b>hair.</b> </font> <font style=float:right>Ocean Blue.</font><br>
  359. <font style=float:left><b>eyes.</b> </font> <font style=float:right>Sky Blue.</font><br>
  360. <font style=float:left><b>complexion.</b></font> <font style=float:right>Pale.</font><br>
  361. <font style=float:left><b>height.</b> </font> <font style=float:right>157 cm./5'02".</font><br>
  362. <font style=float:left><b>handedness.</b></font> <font style=float:right>Right-hand Dominant.</font><br>
  363. <font style=float:left><b>bloodtype.</b> </font> <font style=float:right>A.</font>
  364.  
  365.  
  366.  
  367.  
  368.  
  369. </div>
  370.  
  371. <div style="height: 300px; width: 400px; overflow-y: hidden;">
  372. <a name="04"></a>
  373. <div style="height: 300px; width: 390px; overflow: auto;" align="justify">
  374.  
  375. <center><big>Sailor Mercury</big><br></center>
  376. As Sailor Mercury, she wore the standard Senshi fuku without sleeves and the dominant color of the fuku was blue while the accent color was light blue. Her earrings, the gem on her tiara, choker, collar, the center of her front bow, skirt, the elbow fittings on her gloves, and her boots were blue, and her front bow and back bow were light blue. Her collar had three stripes, her earrings were three blue studs, and her boots were similar to Sailor Moon's, except were blue and did not have a symbol on them.<br>
  377. <hr>
  378. <center><big>Super Sailor Mercury</big><br></center>
  379. In the manga, when she became Super Sailor Mercury for the first time, the center of Sailor Mercury's front bow became a heart, but she did not receive the "Super" upgrade at the time.<br>
  380. When she did receive the "Super" upgrade, her choker had a five-pointed golden star on it with a blue gem in the center, the bottom of her sleeves became transparent, the center of her front bow became a heart, and her back bow was enlarged and lengthened.<br>
  381. <hr>
  382. <center><big>Eternal Sailor Mercury</big><br></center>
  383. Eternal Sailor Mercury was the third and final Senshi form Ami was able to transform into, and did so in the StarS arc. When she was in her Eternal form, her uniform underwent a radical change. Her choker is now V-shaped and her brooch is a blue five-pointed star. Her shoulder pads became transparent blue puffs with two patches of blue fabric attached to the bottom. Her gloves became longer, reaching to her upper arms. Her belt consisted of two blue ribbons, dark blue one and a light blue one, with two long and thin black ribbons, clipped together by a five-pointed star. Her back bow was light blue. Her skirt became two-tiered, the top layer being blue and the bottom layer light blue. Her boots were knee-length and white, and each had a blue V-shaped border with a five-pointed star at the top. Her tiara gem was a blue five-pointed star and her earrings were blue, dangling five-pointed stars.<br>
  384. <hr>
  385. <center><big>Princess Mercury</big><br></center>
  386. During the Silver Millennium, Sailor Mercury was the princess/ruler of her planet, Mercury, and was given the duty of protecting Princess Serenity, along with Princess Mars, Jupiter, and Venus. She wore a blue strap dress that went past her feet, and wore a blue choker that tied into a ribbon at the back. She also wore blue high-heeled shoes, a necklace, and small blue stud earrings. The symbol of Mercury was always present on her forehead. She dwelt in Mariner Castle.
  387.  
  388.  
  389. </div>
  390.  
  391. <div style="height: 300px; width: 400px; overflow-y: hidden;">
  392. <a name="05"></a>
  393. <div style="height: 300px; width: 390px; overflow: auto;" align="center">
  394.  
  395. Shit in here.
  396.  
  397. </div>
  398.  
  399. <div style="height: 300px; width: 400px; overflow-y: hidden;">
  400. <a name="06"></a>
  401. <div style="height: 300px; width: 390px; overflow: auto;" align="center">
  402.  
  403. Shit in here.
  404.  
  405. </div>
  406.  
  407.  
  408. </div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement