Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

119 Zeilen
5.7KB

  1. @import url(http://fonts.googleapis.com/css?family=Open+Sans);
  2. .btn { display: inline-block; *display: inline; *zoom: 1; padding: 4px 10px 4px; margin-bottom: 0; font-size: 13px; line-height: 18px; color: #333333; text-align: center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0); border-color: #e6e6e6 #e6e6e6 #e6e6e6; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border: 1px solid #e6e6e6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor: pointer; *margin-left: .3em; }
  3. .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; }
  4. .btn-large { padding: 9px 14px;
  5. font-size: 15px;
  6. line-height: normal;
  7. -webkit-border-radius: 5px;
  8. -moz-border-radius: 5px;
  9. border-radius: 5px; }
  10. .btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
  11. .btn-primary, .btn-primary:hover { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff; }
  12. .btn-primary.active { color: rgba(255, 255, 255, 0.75); }
  13. .btn-primary { background-color: #4a77d4;
  14. background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4);
  15. background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4);
  16. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4));
  17. background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4);
  18. background-image: -o-linear-gradient(top, #6eb6de, #4a77d4);
  19. background-image: linear-gradient(top, #6eb6de, #4a77d4);
  20. background-repeat: repeat-x;
  21. filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);
  22. border: 1px solid #3762bc; text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  23. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); }
  24. .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { filter: none; background-color: #4a77d4; }
  25. .btn-block { width: 100%; display:block; }
  26. * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }
  27. html { width: 100%; height:100%;}
  28. body {
  29. width: 100%;
  30. height:100%;
  31. font-family: 'Open Sans', sans-serif;
  32. background: url(../images/bg.png) repeat;
  33. }
  34. .login {
  35. position: absolute;
  36. top: 50%;
  37. left: 50%;
  38. margin: -150px 0 0 -150px;
  39. width:300px;
  40. height:300px;
  41. }
  42. .login h1 { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }
  43. #skaits
  44. {
  45. width: 65px;
  46. margin-bottom: 10px;
  47. background: rgba(255,255,255);
  48. border: none;
  49. outline: none;
  50. padding: 10px;
  51. font-size: 13px;
  52. color: #ffff;
  53. text-shadow: 1px 1px 1px rgba(0,0,0,0.0);
  54. border: 1px solid rgba(0,0,0,0.9);
  55. border-radius: 4px;
  56. box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
  57. -webkit-transition: box-shadow .5s ease;
  58. -moz-transition: box-shadow .5s ease;
  59. -o-transition: box-shadow .5s ease;
  60. -ms-transition: box-shadow .5s ease;
  61. transition: box-shadow .5s ease;
  62. }
  63. input {
  64. width: 220px;
  65. margin-bottom: 10px;
  66. background: rgba(255,255,255);
  67. border: none;
  68. outline: none;
  69. padding: 10px;
  70. font-size: 13px;
  71. color: #ffff;
  72. text-shadow: 1px 1px 1px rgba(0,0,0,0.0);
  73. border: 1px solid rgba(0,0,0,0.9);
  74. border-radius: 4px;
  75. box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
  76. -webkit-transition: box-shadow .5s ease;
  77. -moz-transition: box-shadow .5s ease;
  78. -o-transition: box-shadow .5s ease;
  79. -ms-transition: box-shadow .5s ease;
  80. transition: box-shadow .5s ease;
  81. }
  82. input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }
  83. select {
  84. width: 278px;
  85. margin-bottom: 10px;
  86. background: rgba(255,255,255);
  87. border: none;
  88. outline: none;
  89. padding: 10px;
  90. font-size: 13px;
  91. color: #ffff;
  92. text-shadow: 1px 1px 1px rgba(0,0,0,0.0);
  93. border: 1px solid rgba(0,0,0,0.9);
  94. border-radius: 4px;
  95. box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
  96. -webkit-transition: box-shadow .5s ease;
  97. -moz-transition: box-shadow .5s ease;
  98. -o-transition: box-shadow .5s ease;
  99. -ms-transition: box-shadow .5s ease;
  100. transition: box-shadow .5s ease;
  101. }
  102. select:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }
  103. input[type="checkbox"] {
  104. display:inline-block;
  105. width:15px;
  106. height:15px;}
  107. input[type="radio"] {
  108. display:inline-block;
  109. width:15px;
  110. height:15px;}

Powered by TurnKey Linux.