Beautifulie

— ᴍᴀᴛsᴜᴏᴋᴀ ᴋᴏᴜ.

Jul 10th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.94 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. body {
  4. font-family: consolas;
  5. font-size: 12px;
  6. background-color: #111111;
  7. background-image: url('http://i.picpar.com/iLr.png');
  8. background-attachment: fixed;
  9. text-align: justify;
  10. }
  11.  
  12. #picture {
  13. width: 150px;
  14. height: 200px;
  15. left: 300px;
  16. top: 230px;
  17. overflow: hidden;
  18. background-image: url('http://25.media.tumblr.com/583a7c95723a1aa51ba67ebdba063bac/tumblr_mpfcd0Kt6A1rhow1io2_250.gif');
  19. background-repeat: no-repeat;
  20. background-size: 150px 200px;
  21. position: fixed;
  22. border: 20px solid #7A3844;
  23. border-radius: 70px 0px 70px 0px;
  24. }
  25.  
  26. #picture2 {
  27. width: 150px;
  28. height: 200px;
  29. left: 700px;
  30. top: 230px;
  31. overflow: hidden;
  32. background-image: url('http://25.media.tumblr.com/b51d9b6c3a1eb6080de3855015e86bc5/tumblr_mpfcd0Kt6A1rhow1io3_250.gif');
  33. background-repeat: no-repeat;
  34. background-size: 150px 200px;
  35. position: fixed;
  36. color: transparent;
  37. border: 20px solid #7A3844;
  38. border-radius: 0px 70px 0px 70px;
  39. }
  40.  
  41. #picture2:hover {
  42. color: #1a1a1a;
  43. background-color: transparent;
  44. border: 20px solid #7A3844;
  45. font-family: century gothic;
  46. font-variant: small-caps;
  47. font-size: 12px;
  48. text-align: justify;
  49. letter-spacing: -1px;
  50. word-spacing: 1px;
  51. overflow: auto;
  52. transition: all .3s ease-in-out;
  53. -webkit-transition: all .3s ease-in-out;
  54. -moz-transition: all .3s ease-in-out;
  55. -o-transition: all .3s ease-in-out;
  56. -ms-transition: all .3s ease-in-out;}
  57.  
  58. #links {
  59. height: 20px;
  60. font-size: 16px;
  61. text-transform: uppercase;
  62. letter-spacing: 1px;
  63. top: 315px;
  64. margin-top: 85px;
  65. margin-left: 488px;
  66. position: fixed;
  67. color: #777777;
  68. }
  69.  
  70. #box{
  71. position: fixed;
  72. top: 230px;
  73. left: 490px;
  74. width: 200px;
  75. height: 165px;
  76. font-family: verdana;
  77. text-align: justify;
  78. font-size: 9px;
  79. background-color: #000;
  80. color: #CCC;
  81. border: 5px solid #7A3844;
  82. z-index: 100;}
  83.  
  84. .image {
  85. opacity: 0;
  86. width: autopx;
  87. height: 210px;
  88. background-color: transparent;
  89. text-align: justify;
  90. overflow: auto;
  91. -ms-transition: opacity .3s linear;
  92. -moz-transition: opacity .3s linear;
  93. -o-transition: opacity .3s linear;
  94. -webkit-transition: opacity .3s linear; }
  95.  
  96. .image:hover {
  97. opacity: 0.9; }
  98.  
  99. #title{
  100. position: fixed;
  101. top: 195px;
  102. left: 300px;
  103. width: 500px;
  104. z-index: 600;
  105. color: #444;
  106. font-size: 55px;
  107. line-height: 12px;
  108. font-weight: light;
  109. letter-spacing: -1px;
  110. word-spacing: 1px;
  111. font-family: code light;
  112. text-transform: normal;
  113. font-weight: normal;
  114. text-align: right;
  115. Text-shadow: #F1E2F5 0px 0px 3px;
  116. height:13px;
  117. margin-top:0px;
  118. margin-bottom: 5px;
  119. margin-left: 0px;
  120. padding-top: 12px;}
  121.  
  122. #title:first-letter
  123. {color: #990000;
  124. font-size: 45px;
  125. font-family: Satisfaction;
  126. text-shadow: #000 0px 1px;
  127. }
  128.  
  129. .text {
  130. line-height: 1.5;
  131. padding-top: 2px;
  132. font-family: verdana;
  133. font-size: 10;
  134. color: silver;
  135. text-align: justify; }
  136.  
  137. a.bee:link, a.bee:active, a.bee:visited{
  138. height: 15px;
  139. display: block;
  140. float: left;
  141. width: 40px;
  142. margin: 10px;
  143. -moz-border-radius: 5px;
  144. border-radius: 0px;
  145. font-family: century gothic;
  146. text-decoration: none;
  147. font-size: 11.5px;
  148. letter-spacing: -1px;
  149. background-color: A0393A;
  150. color: 222;
  151. padding: 2.5px;
  152. text-align: center;
  153. -webkit-transition: all 0.6s ease-out;
  154. -moz-transition: all 0.6s ease-out;}
  155.  
  156. a.bee:hover{
  157. background-color:#777777;
  158. color: CCC;
  159. text-decoration: none;}
  160.  
  161. a.gou:link, a.gou:active, a.gou:visited{
  162.         background-color: #E21E3E;
  163.         display: inline-block;
  164.         margin: 5px;
  165.         margin-left: 26px;
  166.         width: 88px;
  167.         height: 20px;
  168.         font-family:
  169.         century gothic;
  170.         font-size: 10px;
  171.         color: #212121;
  172.         text-decoration: none;
  173.         letter-spacing: 1px;
  174.         text-transform: uppercase;
  175.         text-align: center;
  176.         line-height: 21px;
  177.         -webkit-transition: all 0.5s ease-in-out;
  178.         -moz-transition: all 0.5s ease-in-out;
  179.         -o-transition: all 0.5s ease-in-out;
  180.         -ms-transition: all 0.5s ease-in-out;
  181.         transition: all 0.5s ease-in-out;}
  182.  
  183.         a.gou:hover{
  184.         background-color: #E21E3E;
  185.         color: transparent;}
  186.  
  187. #credit{
  188. position:fixed;
  189. bottom:0px;
  190. right: 0px;
  191. z-index:450;}
  192.  
  193. </style>
  194.  
  195. <div id="title">✖ Matsuoka Gou</div>
  196.  
  197. <div id="links">
  198. <a href="" class="bee" title="theme"></a>
  199. <a href="" class="bee" title="wikia"></a>
  200. <a href="/profile.php?user=Gou Matsuoka" class="bee" title="credit"></a>
  201. </div>
  202.  
  203. <div id="container">
  204.  
  205. <div id="picture">
  206. <div class="image"><div class="text">
  207. <a href="/profile.php?user=Matsuoka Gou" class="gou">松岡 江</a>
  208. <a href="/profile.php?user=Rin Matsuoka" class="gou">松岡 凛</a>
  209. <a href="/profile.php?user=Tachibana Makoto" class="gou">橘 真琴</a>
  210. <a href="/profile.php?user=Haruka Nanase" class="gou">七瀬 遥</a>
  211. <a href="/profile.php?user=Hazuki Nagisa" class="gou">葉月 渚</a>
  212. <a href="/profile.php?user=Ryugazuki Ren" class="gou">竜ヶ崎 怜</a>
  213. </div></div></div>
  214.  
  215. <div id="picture2">
  216. 1. free! anime only.
  217. <br>2. no drama. ic =/= ooc.
  218. <br>3. no sex.
  219. <br>4. is taken ooc & doesnt want one ic.
  220. <br>5. dont take the layout.
  221. <br>6. forever a work in progress.
  222. </div></div></div></div>
  223.  
  224. <div id="box">
  225. Name <font style=float:right>Matsuoka, Gou</font><br>
  226. Moniker(s)<font style=float:right>Kou.</font><br>
  227. Gender<font style=float:right>Female</font><br>
  228. Eye Hue / Hair Colour<font style=float:right>Red / Burgundy</font><br>
  229. Marital Status<font style=float:right>Singular</font><br>
  230. Orientation<font style=float:right>Heterosexual</font><br>
  231. Race<font style=float:right>Human</font><br>
  232. Occupation<font style=float:right>HS student, 1st year.</font><br><br><br>
  233.  
  234. <center><i>My name is Kou, not Gou! Call me that.</i></center>
  235.  
  236. </div>
  237.  
  238. <div style="position: fixed; top: 0px; left: 30px;">
  239. <img src="http://i.picpar.com/KHr.png"></img>
  240. </div>
  241.  
  242. <div id="credit"><A TARGET="_blank" HREF="Http://www.devilrose.webstarts.com" title="Copyright"><img src="http://i1276.photobucket.com/albums/y472/xbeautifulie/DevilRose/--devilrose_zps255a5d78.png"></A></div>
Advertisement
Add Comment
Please, Sign In to add comment