Advertisement
Guest User

cookie.css

a guest
Aug 23rd, 2016
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. .yourname{
  2. margin-left: 530px;
  3. }
  4.  
  5. .yourmail{
  6. margin-left: 554px;
  7. }
  8.  
  9. .betreff{
  10. margin-left: 517px;
  11. }
  12.  
  13. .choose{
  14. margin-left: 541px;
  15. }
  16.  
  17. .submitbutton{
  18. margin-left: 445px;
  19. width: 550px;
  20. }
  21.  
  22. #submit:hover{
  23. border-radius: 4px;
  24. background: #444444;
  25. transition:all 0.60s;
  26. }
  27.  
  28. .sendto{
  29. margin-left: 230;
  30. width: 1000px;
  31. text-align: center;
  32. }
  33.  
  34. ::-moz-placeholder {
  35. color: #d3d3d3;
  36. }
  37. .mainsite {
  38. position: absolute;
  39. margin: 0 auto;
  40. }
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. #steam2{
  48. margin-left: 445px;
  49. font-family: cyber;
  50. margin-top: -40px;
  51. }
  52.  
  53. @font-face { font-family: 'cyber'; src: url('font/cyber.ttf') format('truetype'); }
  54. @font-face { font-family: 'tron'; src: url('ticket/font/tron.ttf') format('truetype'); }
  55.  
  56.  
  57. input, textarea{
  58. padding: 5px 8px;
  59. background-color:#262626;
  60. border:none;
  61. color:#ccc;
  62. outline:none;
  63. resize:none;
  64. font:14px/1.2 Calibri,Arial,sans-serif;
  65. width: 200px;
  66.  
  67. -moz-border-radius: 4px;
  68. -webkit-border-radius: 4px;
  69. border-radius: 4px;
  70.  
  71. -moz-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
  72. -webkit-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
  73. box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
  74. }
  75.  
  76. option, select{
  77. padding: 5px 8px;
  78. background-color:#262626;
  79. border:none;
  80. color:#ccc;
  81. outline:none;
  82. resize:none;
  83. font:14px/1.2 Calibri,Arial,sans-serif;
  84. width: 200px;ร‚ยด
  85. border-radius: 4px;
  86. -moz-border-radius: 4px;
  87. -webkit-border-radius: 4px;
  88. -moz-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
  89. -webkit-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
  90. box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
  91. }
  92.  
  93.  
  94.  
  95.  
  96. label {
  97. font: bold 20px courier !important;
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement