Advertisement
Fabriciool

login

Mar 29th, 2015
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.90 KB | None | 0 0
  1.  <html><head>
  2.  <title>Rxg Project</title>
  3. <link rel="stylesheet" type="text/css" href="css/inicio.css"/>
  4. <style>
  5. /* Criado por Business, larga daq copião */
  6. body {
  7. background-image: url(http://i.imgur.com/0UZXyMe.png); 
  8. font-family:Verdana, Geneva, sans-serif;
  9. font-size:11px;
  10. }
  11.   #center {
  12. background:#ccc;
  13. border:1px solid #8B8989;
  14. width: 35%;
  15. height: auto;
  16. }
  17. #credits {
  18.     width: 100%;
  19.     margin:0 auto;
  20.     padding: 10px;
  21.     background: #ccc;
  22.     border:1px ##8B8989 solid;
  23.     text-align: center;
  24.     position: fixed;
  25.     bottom:0;
  26.     left:0px;
  27.     font: 11px verdana; }
  28. input{
  29.     background-color:rgba(255, 255, 255, 0.79);
  30.     border:1px solid #8B8989;
  31.     height:40px;width:200px;
  32.     -webkit-border-radius: 2px;
  33.     -moz-border-radius: 2px;
  34.     border-radius: 2px;
  35.   color:#000;
  36.   font: 25px calibri;
  37.   color:#ccc; }
  38. button{
  39. font:normal 15px Verdana, Geneva, sans-serif;
  40. font-style:normal;
  41. color:#000000;
  42. background:#f5f5f5;
  43. border:1px solid #bbb;
  44. -webkit-border-radius: 5px;
  45. -moz-border-radius: 5px;
  46. border-radius: 5px;
  47. padding:10px 100px;
  48. cursor:pointer;
  49. margin:0 auto;
  50. }
  51. button:active{
  52. cursor:pointer;
  53. position:relative;
  54. top:2px;
  55. }
  56. a.nounderline:link
  57. {
  58.  text-decoration:none;
  59. }
  60. a:link{
  61. color: #000;
  62. }
  63.   </style>
  64.   </head>
  65.  <center>
  66.  <br>
  67.  <br>
  68.  <br>
  69.  <br>
  70.  <img src="http://i.imgur.com/F4KIOPo.png"/><br><br>
  71.  <div id="center">
  72.  <br>
  73. <b>Welcome to emulator of Habbo Project<b><p>
  74. <hr></hr>
  75. <input type="text" id="business" name="login" value="Login" onFocus="if (this.value=='&nbsp;&nbsp;Login') this.value='';"><p> <input type="password" id="business" name="password" value="Senha" onFocus="if (this.value=='Senha') this.value='';"><p>
  76. <button type="submit" >&nbsp;Entrar &nbsp;</button>
  77. </div></center>
  78.  
  79. <div id="credits">
  80. System created for <a href="https://www.facebook.com/userbusiness7" class="nounderline">business7</a> do not copy or your mother is mine.
  81. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement