site.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. html{
  2. background-color: #ecf0f5;
  3. }
  4. body {
  5. font-size:14px;
  6. }
  7. .login-page{
  8. background-color: #ecf0f5;
  9. }
  10. div.required label.control-label:after {
  11. content: " *";
  12. color: red;
  13. }
  14. td{word-break: break-all}
  15. .table thead tr th {
  16. padding: 8px 8px;
  17. font-weight: normal;
  18. color:#333;
  19. border-bottom: 1px solid #e1e6eb;
  20. background-color: #F5F6FA;
  21. }
  22. .table thead tr th a{
  23. color:#333;
  24. }
  25. .table thead .sorting:after,
  26. .table thead .sorting_asc:after,
  27. .table thead .sorting_desc:after {
  28. font-family: "Glyphicons Halflings";
  29. opacity: 0.5;
  30. margin-left:5px;
  31. }
  32. .table thead .sorting:after {
  33. content: "\e150";
  34. }
  35. .table thead .sorting.asc:after {
  36. content: "\e155"; /* sort-by-attributes */
  37. }
  38. .table thead .sorting.desc:after {
  39. content: "\e156"; /* sort-by-attributes-alt */
  40. }
  41. .pagination-summary {
  42. display: -moz-inline-stack;
  43. display: inline-block;
  44. vertical-align: middle;
  45. zoom: 1;
  46. padding: 0 16px;
  47. color: #888;
  48. }
  49. .pagination {
  50. margin: 0;
  51. vertical-align: middle;
  52. border-radius: 0;
  53. }
  54. .alert a {text-decoration: none!important;}
  55. .editormd-fullscreen {z-index:99999!important;}
  56. .redactor-box {
  57. width: 375px !important;
  58. }
  59. .redactor-view {
  60. width: 375px;
  61. padding: 15px;
  62. border: 1px solid #ccc;
  63. }
  64. .redactor-view img{
  65. width: 100% !important;
  66. }
  67. .form-submit button[type=submit]{
  68. width: 100%;
  69. }
  70. /* layer 相册 */
  71. .media-content img {
  72. border: 2px dashed #999999;
  73. border-radius: 7px;
  74. margin-right: 10px;
  75. margin-bottom: 10px;
  76. width: 150px;
  77. }
  78. .nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
  79. border-left-color: #009688;
  80. border-width: 1px;
  81. padding-left: 17px;
  82. }
  83. .nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
  84. border-left-color: #009688;
  85. border-width: 1px;
  86. padding-left: 17px;
  87. }
  88. .nav-stacked>li.active>a, .nav-stacked>li.active>a:hover {
  89. border-width: 3px;
  90. padding-left: 15px;
  91. }