index.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. body,html {
  2. padding: 0px;
  3. margin: 0px;
  4. }
  5. #bg {
  6. position: fixed;
  7. }
  8. .cl-f12 {
  9. font-size: 12pt;
  10. line-height: 200%;
  11. }
  12. .clPerson {
  13. padding-top: 20px;
  14. padding-bottom: 20px;
  15. }
  16. p.red-line {
  17. text-indent: 4em;
  18. text-align: justify;
  19. }
  20. .cl-m10 {
  21. margin: 10px;
  22. }
  23. .justify {
  24. text-align: justify;
  25. }
  26. .navbar-form input, .form-inline input {
  27. width:auto;
  28. }
  29. #nav.affix {
  30. position: fixed;
  31. top: 0px;
  32. width: 100%;
  33. z-index:1000;
  34. }
  35. .cl-success { color: #5cb85c; }
  36. .cl-slider {
  37. height: 400px;
  38. width: 100%;
  39. background-size: 100% 100%;
  40. background-repeat: no-repeat;
  41. }
  42. #item-nach>* {
  43. cursor: pointer;
  44. transform_: scale(0.9, 0.9);
  45. transition: 0.3s;
  46. }
  47. .header-brand {
  48. background-color: #4c7eb1;
  49. width: 180px;
  50. height: 200px;
  51. margin-left: 20px;
  52. padding-top: 20px;
  53. padding-left: 5px;
  54. border-top-color: #2c5e91;
  55. border-top-width: 3px;
  56. border-top-style: solid;
  57. float: left;
  58. margin-top: 0px;
  59. margin-right: 30px;
  60. }
  61. .clDark {
  62. background_-color: #2D2D2D;
  63. background-color: #555555;
  64. color: #ffffff;
  65. }
  66. .clDark div {
  67. padding: 10px;
  68. }
  69. .news-header {
  70. font-weight: bold;
  71. font-size: 16pt;
  72. color: #ffd0d0;
  73. }
  74. .news-body {
  75. text-align: justify;
  76. font-size: 12pt;
  77. }
  78. .clPerson {
  79. padding-left: 300px;
  80. padding-right: 300px;
  81. color: #ffffff;
  82. background-color: #428bca;
  83. height: 260px;
  84. }
  85. .navbar {
  86. background-color: #428bca !important;
  87. }
  88. .navbar-nav>li>a
  89. {
  90. color: #ffffff !important;
  91. }
  92. .navbar-nav>li>a:hover
  93. {
  94. background-color: #327bca !important;
  95. }
  96. .navbar-nav>li.open>a
  97. {
  98. background-color: #327bca !important;
  99. }
  100. .row.vertical-divider {
  101. overflow: hidden;
  102. }
  103. .row.vertical-divider > div[class^="col-"] {
  104. text-align: center;
  105. padding-bottom: 100px;
  106. margin-bottom: -100px;
  107. border-left: 2px solid #F2F7F9;
  108. border-right: 2px solid #F2F7F9;
  109. }
  110. .row.vertical-divider div[class^="col-"]:first-child {
  111. border-left: none;
  112. }
  113. .row.vertical-divider div[class^="col-"]:last-child {
  114. border-right: none;
  115. }
  116. #nav_home {
  117. opacity: 0.0;
  118. position: fixed;
  119. padding: 20px;
  120. }
  121. #nav_home.affix {
  122. top: 10px;
  123. opacity: 0.9;
  124. display: block;
  125. position: fixed;
  126. }
  127. .clFam {
  128. font-size: 20pt;
  129. display: block;
  130. font-weight: bold;
  131. }
  132. .clDol {
  133. font-size: 16pt;
  134. font-weight: bold;
  135. display: block;
  136. color: #428BCA;
  137. }