25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

111 lines
1.9 KiB

  1. body {
  2. font-family: 'Open Sans';
  3. font-size: 13px;
  4. line-height: 1.5;
  5. }
  6. .navbar {
  7. margin-left: 0;
  8. margin-right: 0;
  9. box-shadow: none;
  10. margin: 0;
  11. padding-left: 0;
  12. padding-right: 0;
  13. background: #438eb9;
  14. width: 100%;
  15. }
  16. .navbar-default .navbar-brand {
  17. color: white;
  18. }
  19. .profile-user-info-striped .profile-info-name {
  20. color: black;
  21. /*border-top: 1px solid #f7fbff;*/
  22. }
  23. .profile-info-name {
  24. position: absolute;
  25. width: 110px;
  26. text-align: right;
  27. padding: 7px 10px 6px 0;
  28. left: 0;
  29. top: 0;
  30. bottom: 0;
  31. font-weight: normal;
  32. color: black;
  33. background-color: transparent;
  34. /*border-top: 1px dotted #d5e4f1;*/
  35. }
  36. .title_add{
  37. font-weight:bold;
  38. font-size: 15px;
  39. }
  40. .line_top{
  41. width: 1200px;
  42. height: 1px;
  43. border: 1px solid lightgray;
  44. margin-top: 15px;
  45. }
  46. .search_btn{
  47. width: 80px;
  48. height: 30px;
  49. display: inline-block;
  50. line-height: 30px;
  51. border:1px solid rgb(204,204,204);
  52. text-align: center;
  53. background-color:lightgray;
  54. cursor:pointer;
  55. margin-left: 20px;
  56. }
  57. .sift_style{
  58. margin-top: 30px;
  59. }
  60. .control-show{
  61. margin-left: 40px;
  62. margin-top: 35px;
  63. }
  64. .add_line{
  65. width: 80px;
  66. height: 30px;
  67. display: inline-block;
  68. line-height: 30px;
  69. border:1px solid rgb(204,204,204);
  70. text-align: center;
  71. background-color:lightgray;
  72. cursor:pointer;
  73. margin-left: 20px;
  74. }
  75. .start{
  76. width: 80px;
  77. height: 30px;
  78. display: inline-block;
  79. line-height: 30px;
  80. border:1px solid rgb(204,204,204);
  81. text-align: center;
  82. background-color:lightgray;
  83. cursor:pointer;
  84. margin-left: 35px;
  85. }
  86. .stop{
  87. width: 80px;
  88. height: 30px;
  89. display: inline-block;
  90. line-height: 30px;
  91. border:1px solid rgb(204,204,204);
  92. text-align: center;
  93. background-color:lightgray;
  94. cursor:pointer;
  95. margin-left: 10px;
  96. }