Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body
- {
- background-color: #bbbbbb;
- cursor: url('sipka.cur')
- }
- #bg {
- position: relative; width: 529px; height: 301px; top: 246px; left: 650px;
- background-image:url('bg_panel.png');
- background-repeat: no-repeat;
- }
- #error {
- position: relative; width: 160px; height: 60px; top: 128px; left: 675px;
- background-color: #9b2222;
- background-repeat: no-repeat;
- -webkit-border-top-left-radius: 10px;
- -webkit-border-top-right-radius: 10px;
- -webkit-border-bottom-left-radius: 10px;
- -webkit-border-bottom-right-radius: 10px;
- -webkit-box-shadow:
- inset 0 0 4px rgba(0,0,0,0.1),
- 0 0 8px rgba(0,0,0,0.1);
- -moz-box-shadow:
- inset 0 0 4px rgba(0,0,0,0.1),
- 0 0 8px rgba(0,0,0,0.1);
- box-shadow:
- inset 0 0 4px rgba(0,0,0,0.1),
- 0 0 8px rgba(0,0,0,0.1);
- }
- #success {
- position: relative; width: 160px; height: 60px; top: 446px; left: 675px;
- background-color: #469b22;
- background-repeat: no-repeat;
- -webkit-border-top-left-radius: 10px;
- -webkit-border-top-right-radius: 10px;
- -webkit-border-bottom-left-radius: 10px;
- -webkit-border-bottom-right-radius: 10px;
- -webkit-box-shadow:
- inset 0 0 4px rgba(0,0,0,0.1),
- 0 0 8px rgba(0,0,0,0.1);
- -moz-box-shadow:
- inset 0 0 4px rgba(0,0,0,0.1),
- 0 0 8px rgba(0,0,0,0.1);
- box-shadow:
- inset 0 0 4px rgba(0,0,0,0.1),
- 0 0 8px rgba(0,0,0,0.1);
- }
- #form {
- position: relative; top: 45px; left: 100px;
- background-repeat: no-repeat;
- }
- #logo {
- position: relative; width: 429px; height: 42px; top: 225px; left: 700px;
- background-image:url('logo.png');
- background-repeat: no-repeat;
- }
- p {
- font: 20px "Time News Roman", Arial, Helvetica, sans-serif;
- }
- #footer {
- position: relative; top: 250px; left: 750px;
- font: 14px "MS Sans Serif", Arial, Helvetica, sans-serif;
- }
- #p1 {
- position: relative; top: -5px; left: 0px;
- }
- #p2 {
- position: relative; top: -5px; left: 0px;
- }
- #p3 {
- position: relative; top: -5px; left: 0px;
- }
- input[type="text"] {
- width: 250px;
- border: 5px solid white;
- -webkit-box-shadow:
- inset 0 0 8px rgba(0,0,0,0.1),
- 0 0 16px rgba(0,0,0,0.1);
- -moz-box-shadow:
- inset 0 0 8px rgba(0,0,0,0.1),
- 0 0 16px rgba(0,0,0,0.1);
- box-shadow:
- inset 0 0 8px rgba(0,0,0,0.1),
- 0 0 16px rgba(0,0,0,0.1);
- padding: 5px;
- background: rgba(255,255,255,0.5);
- margin: 0 0 10px 0;
- cursor: url('psat.cur')
- }
- select{
- width: 250px;
- border: 5px solid white;
- -webkit-box-shadow:
- inset 0 0 8px rgba(0,0,0,0.1),
- 0 0 16px rgba(0,0,0,0.1);
- -moz-box-shadow:
- inset 0 0 8px rgba(0,0,0,0.1),
- 0 0 16px rgba(0,0,0,0.1);
- box-shadow:
- inset 0 0 8px rgba(0,0,0,0.1),
- 0 0 16px rgba(0,0,0,0.1);
- padding: 5px;
- background: rgba(255,255,255,0.5);
- margin: 0 0 10px 0;
- cursor: url('sipka.cur')
- }
- input[type="submit"]{
- height: 60px;
- width: 250px;
- -webkit-border-top-left-radius: 10px;
- -webkit-border-top-right-radius: 10px;
- -webkit-border-bottom-left-radius: 10px;
- -webkit-border-bottom-right-radius: 10px;
- border: 5px solid white;
- -webkit-box-shadow:
- inset 0 0 8px rgba(0,0,0,0.1),
- 0 0 16px rgba(0,0,0,0.1);
- -moz-box-shadow:
- inset 0 0 8px rgba(0,0,0,0.1),
- 0 0 16px rgba(0,0,0,0.1);
- box-shadow:
- inset 0 0 8px rgba(0,0,0,0.1),
- 0 0 16px rgba(0,0,0,0.1);
- padding: 5px;
- background: rgba(255,255,255,0.5);
- margin: 0 0 10px 0;
- }
- input[type="submit"] {
- cursor: url('submit.cur')
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement