Advertisement
Daric

Ian -WIP-

Sep 17th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 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: #000000;
  11. background-image: url(http://i.picpar.com/w99.png);
  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. .Box1{
  22. position:absolute;
  23. bottom: 20px;
  24. left:20px;
  25. height:185px;
  26. width:400px;
  27. border-radius:0px;
  28. background:url('http://img1.wikia.nocookie.net/__cb20140722201036/degrassi/images/f/f4/Ian_Gallagher_(2).gif');
  29. background-size: 100%;
  30. overflow:hidden;
  31. border:4px solid black;
  32. }
  33.  
  34. .poke{
  35. color:#505050;
  36. font-size:12px;
  37. text-align:center;
  38. font-family:pixel;
  39. margin: 2px;
  40. }
  41.  
  42. .effect{
  43. height:200px;
  44. width:385px;
  45. background-color:#fff;
  46. filter: alpha(opacity=0);
  47. opacity: 0;
  48. border-radius:0px;
  49. -webkit-transition: all 0.6s ease-out;
  50. -moz-transition: all 0.6s ease-out;
  51. }
  52.  
  53. .effect:hover{
  54. border-radius:0px;
  55. filter: alpha(opacity=100);
  56. opacity: 1;
  57. overflow:auto;
  58. }
  59.  
  60. a.sinnoh:link, a.sinnoh:active, a.sinnoh:visited{
  61. display: block;
  62. float: left;
  63. width: 86px;
  64. margin-left: 7px;
  65. -moz-border-radius: 5px;
  66. border-radius: 2px;
  67. font-family: consolas;
  68. text-decoration: none;
  69. font-size: 10px!important;
  70. letter-spacing: 0px;
  71. background-color: bbb;
  72. color: 383838;
  73. padding: 2px;
  74. text-align: center!important;
  75. -webkit-transition: all 0.6s ease-out;
  76. -moz-transition: all 0.6s ease-out;
  77. }
  78.  
  79. a.sinnoh:hover{background-color:f0e0b8;
  80. color:353535;
  81. text-decoration: none;}
  82.  
  83. a href {
  84. text-decoration: underline;
  85. font-family:consolas;
  86. color: #505050;
  87. letter-spacing: -1px;
  88. }
  89.  
  90. </style>
  91.  
  92. <div class="Box1">
  93. <div class="effect">
  94. <div class="poke">
  95. <big><i>OOC</i></big>
  96. <br><br>
  97.  
  98. </div>
  99. </div>
  100. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement