sabredav.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. /* Start of reset */
  2. * {
  3. -webkit-box-sizing: border-box;
  4. -moz-box-sizing: border-box;
  5. box-sizing: border-box;
  6. }
  7. body {
  8. margin: 0;
  9. }
  10. /**
  11. * Define consistent border, margin, and padding.
  12. */
  13. fieldset {
  14. border: 1px solid #c0c0c0;
  15. margin: 0 2px;
  16. padding: 0.35em 0.625em 0.75em;
  17. }
  18. table {
  19. border-collapse: collapse;
  20. border-spacing: 0;
  21. }
  22. td,
  23. th {
  24. padding: 0;
  25. }
  26. /** End of reset */
  27. body {
  28. font-family: 'Roboto', sans-serif;
  29. font-size: 14px;
  30. line-height: 22px;
  31. font-weight: 300;
  32. }
  33. h1 {
  34. font-size: 42px;
  35. line-height: 44px;
  36. padding-bottom: 5px;
  37. color: #b10610;
  38. margin-top: 10px;
  39. margin-bottom: 30px;
  40. }
  41. h2 {
  42. color: #333333;
  43. font-size: 28px;
  44. line-height: 44px;
  45. font-weight: 300;
  46. }
  47. h3 {
  48. font-size: 21px;
  49. margin-top: 20px;
  50. margin-bottom: 10px;
  51. }
  52. a {
  53. color: #31a1cd;
  54. }
  55. h1 a {
  56. text-decoration: none;
  57. }
  58. h2 a {
  59. color: #333333;
  60. }
  61. a:visited {
  62. color: #6098a2;
  63. }
  64. h2 a:visited {
  65. color: #333333;
  66. }
  67. a:hover {
  68. color: #b10610;
  69. }
  70. hr {
  71. border: none;
  72. border-top: 1px dashed #c9ea75;
  73. margin-top: 30px;
  74. margin-bottom: 30px;
  75. }
  76. header {
  77. background: #eeeeee;
  78. }
  79. header a {
  80. font-size: 28px;
  81. font-weight: 500;
  82. color: #333;
  83. text-decoration: none;
  84. }
  85. .logo {
  86. padding: 5px 10px;
  87. }
  88. .logo img {
  89. vertical-align: middle;
  90. border: 0;
  91. }
  92. input, button, select {
  93. font: inherit;
  94. color: inherit;
  95. }
  96. input[type=text], select {
  97. border: 1px solid #bbbbbb;
  98. line-height: 22px;
  99. padding: 5px 10px;
  100. border-radius: 3px;
  101. }
  102. nav {
  103. padding: 5px;
  104. }
  105. .btn, button, input[type=submit] {
  106. display: inline-block;
  107. color: white;
  108. background: #4fa3ac;
  109. padding: 9px 15px;
  110. border-radius: 2px;
  111. border: 0;
  112. text-decoration: none;
  113. }
  114. a.btn:visited {
  115. color: white;
  116. }
  117. .btn.disabled {
  118. background: #eeeeee;
  119. color: #bbbbbb;
  120. }
  121. section {
  122. margin: 40px 10px;
  123. }
  124. section table {
  125. height: 40px;
  126. }
  127. .nodeTable tr {
  128. border-bottom: 3px solid white;
  129. }
  130. .nodeTable td {
  131. padding: 10px 10px 10px 10px;
  132. }
  133. .nodeTable a {
  134. text-decoration: none;
  135. }
  136. .nodeTable .nameColumn {
  137. font-weight: bold;
  138. padding: 10px 20px;
  139. background: #ebf5f6;
  140. min-width: 200px;
  141. }
  142. .nodeTable .oi {
  143. color: #b10610;
  144. }
  145. .propTable tr {
  146. height: 40px;
  147. }
  148. .propTable th {
  149. background: #f6f6f6;
  150. padding: 0 10px;
  151. text-align: left;
  152. }
  153. .propTable td {
  154. padding: 0 10px;
  155. background: #eeeeee;
  156. }
  157. .propTable pre {
  158. font-size: 80%;
  159. background: #f8f8f8;
  160. }
  161. .actions {
  162. border: 1px dotted #76baa6;
  163. padding: 20px;
  164. margin-bottom: 20px;
  165. }
  166. .actions h3 {
  167. margin-top: 10px;
  168. margin-bottom: 30px;
  169. padding-bottom: 20px;
  170. border-bottom: 1px solid #eeeeee;
  171. }
  172. .actions label {
  173. width: 150px;
  174. display: inline-block;
  175. line-height: 40px;
  176. }
  177. .actions input[type=text], select {
  178. width: 450px;
  179. }
  180. .actions input[type=submit] {
  181. display: inline-block;
  182. margin-left: 153px;
  183. }
  184. footer {
  185. padding: 50px 0;
  186. font-size: 80%;
  187. text-align: center;
  188. }
  189. ul.tree {
  190. list-style: none;
  191. margin: 0;
  192. padding: 0;
  193. }
  194. ul.tree ul {
  195. list-style: none;
  196. padding-left: 10px;
  197. border-left: 4px solid #ccc;
  198. }