member.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. .block {
  2. margin: 0 0 35px;
  3. }
  4. .block .block-title {
  5. border-bottom: 2px solid #ddd;
  6. color: #000;
  7. font-family: "Raleway",serif;
  8. font-size: 14px;
  9. font-weight: bold;
  10. height: 30px;
  11. letter-spacing: 0.5px;
  12. margin: 0;
  13. text-transform: uppercase;
  14. }
  15. .block .block-title span {
  16. border-bottom: 2px solid #da2c2a;
  17. display: inline-block;
  18. height: 30px;
  19. }
  20. .block-account .block-content {
  21. background-color: #f7f7f7;
  22. padding: 0 10px;
  23. }
  24. .block .block-content {
  25. border-top: medium none;
  26. font-size: 12px;
  27. overflow: hidden;
  28. }
  29. .block-account .block-content ul {
  30. margin-bottom: 5px;
  31. margin-top: 5px;
  32. padding: 10px;
  33. }
  34. .block-account .block-content li:before {
  35. color: #333;
  36. content: "";
  37. cursor: pointer;
  38. display: inline-block;
  39. font-family: FontAwesome;
  40. font-size: 10px;
  41. line-height: 16px;
  42. position: absolute;
  43. }
  44. .block-account .block-content li:first-child {
  45. border-top: medium none;
  46. }
  47. .block-account .block-content li {
  48. border-bottom: 1px solid #ddd;
  49. border-top: 1px solid #fff;
  50. padding: 10px 0;
  51. }
  52. .block-account .block-content li a {
  53. cursor: pointer;
  54. padding: 0 12px;
  55. transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  56. }
  57. column a {
  58. color: #333;
  59. text-decoration: none;
  60. }
  61. .page-title {
  62. margin: 0;
  63. overflow: hidden;
  64. padding: 0 0 10px;
  65. }
  66. .page-title h1, .page-title h2 {
  67. color: #000;
  68. font-family: "Raleway",serif;
  69. font-size: 22px;
  70. font-weight: bold;
  71. letter-spacing: 1px;
  72. margin: 0;
  73. padding: 0;
  74. text-transform: uppercase;
  75. }
  76. .table-bordered {
  77. border: medium none;
  78. }
  79. .table.table-bordered thead td {
  80. background-color: #f7f7f7;
  81. border-bottom: 2px solid #ddd;
  82. border-top: 2px solid #ddd !important;
  83. color: #333;
  84. font-family: Arial,Helvetica,sans-serif;
  85. font-size: 12px;
  86. font-weight: 600;
  87. line-height: 20px;
  88. }
  89. .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  90. border: medium none;
  91. }
  92. .table > tbody > tr {
  93. border-top: 1px solid #ddd;
  94. }
  95. .button {
  96. background: none repeat scroll 0 0 #eee;
  97. border: 1px solid #ddd;
  98. font-family: "Raleway",serif;
  99. padding: 7px 12px;
  100. transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  101. }
  102. .button:hover {
  103. background: none repeat scroll 0 0 #da2c2a;
  104. border: 1px solid #da2c2a;
  105. color: #fff;
  106. padding: 7px 12px;
  107. }
  108. a {
  109. color: #333;
  110. text-decoration: none;
  111. }
  112. label {
  113. font-size: 14px;
  114. font-weight: normal;
  115. }
  116. .form-horizontal .control-label {
  117. margin:0;
  118. text-align: left;
  119. padding-top: 7px;
  120. }
  121. div.required .control-label::before {
  122. color: #f00;
  123. content: "* ";
  124. font-weight: bold;
  125. }
  126. fieldset {
  127. border: 0 none;
  128. margin: 0;
  129. padding: 0;
  130. }
  131. input[type="text"], input[type="password"], select {
  132. border: 1px solid #dcdcdc;
  133. height: 33px;
  134. line-height: 30px;
  135. padding: 0 5px;
  136. margin: 6px 0 8px;
  137. width: 98%;
  138. }
  139. .error, .warning {
  140. color: #ff0000;
  141. display: block;
  142. }