base.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /*
  2. h1, h2, h3, h4{
  3. font-weight: 600;
  4. font-family: 'Open Sans', sans-serif;
  5. color:#4e4e4e;
  6. }
  7. h1{
  8. font-size: 36px;
  9. color:#000;
  10. }
  11. h2{
  12. font-size: 30px;
  13. color: #000;
  14. text-align: center;
  15. }
  16. h3{
  17. font-size: 20px;
  18. }
  19. h4{
  20. font-size: 16px;
  21. }
  22. body .center-block {
  23. float: none;
  24. }*/
  25. .avatar {
  26. /* make a square container */
  27. /*width: 40px;*/
  28. /*height: 40px;*/
  29. /* fill the container, preserving aspect ratio, and cropping to fit */
  30. /*background-size: cover;*/
  31. /* center the image vertically and horizontally */
  32. /*background-position: center;*/
  33. /* round the edges to a circle with border radius 1/2 container size */
  34. /*border-radius: 50%;*/
  35. }
  36. /*#nav-header {
  37. padding: 0px 180px;
  38. }*/
  39. #mainbody {
  40. /*margin-top: -20px;*/
  41. /*padding-left: 230px;*/
  42. background-color: #ecf0f5;
  43. z-index: 800;
  44. /*background-color: #fafafa;*/
  45. }
  46. #mainbody .center-block {
  47. min-height: 700px;
  48. padding-top: 20px;
  49. }
  50. #app-list {
  51. /*font-size: 12px;*/
  52. }
  53. #app-list .progress {
  54. height: 18px;
  55. }