PageRenderTime 46ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/Source/Samples/Blog/Bifrost.Samples.Blog.Mvc/Content/Site.css

#
CSS | 68 lines | 52 code | 12 blank | 4 comment | 0 complexity | 9aa80dd8627edd9294ee14acd265fd78 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. body
  2. {
  3. font-size: 75%;
  4. font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
  5. color: #232323;
  6. background-color: #fff;
  7. }
  8. /* Styles for basic forms
  9. -----------------------------------------------------------*/
  10. fieldset
  11. {
  12. border:1px solid #ddd;
  13. padding:0 1.4em 1.4em 1.4em;
  14. margin:0 0 1.5em 0;
  15. }
  16. legend
  17. {
  18. font-size:1.2em;
  19. font-weight: bold;
  20. }
  21. textarea
  22. {
  23. min-height: 75px;
  24. }
  25. .editor-label
  26. {
  27. margin: 1em 0 0 0;
  28. }
  29. .editor-field
  30. {
  31. margin:0.5em 0 0 0;
  32. }
  33. /* Styles for validation helpers
  34. -----------------------------------------------------------*/
  35. .field-validation-error
  36. {
  37. color: #ff0000;
  38. }
  39. .field-validation-valid
  40. {
  41. display: none;
  42. }
  43. .input-validation-error
  44. {
  45. border: 1px solid #ff0000;
  46. background-color: #ffeeee;
  47. }
  48. .validation-summary-errors
  49. {
  50. font-weight: bold;
  51. color: #ff0000;
  52. }
  53. .validation-summary-valid
  54. {
  55. display: none;
  56. }