Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bots.css 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. @import url('http://fonts.googleapis.com/css?family=Kalam');
  2. body {
  3. background-color: black;
  4. font-family: 'ChicagoFLFRegular';
  5. font-weight: normal;
  6. font-style: normal;
  7. font-size: 90%;
  8. color: white;
  9. height: 100%;
  10. }
  11. header {
  12. height: 200px;
  13. position: relative;
  14. }
  15. section {
  16. position: relative;
  17. }
  18. #sectionhash {
  19. height: 20px;
  20. }
  21. #sectionwees {
  22. height: 340px;
  23. }
  24. #sectionanswer {
  25. height: 150px;
  26. }
  27. #sectionform {
  28. height: 400px;
  29. }
  30. footer {
  31. height: 200px;
  32. position: relative;
  33. }
  34. td {
  35. vertical-align: top;
  36. padding-right:10px;
  37. padding-bottom: 10px;
  38. }
  39. form table {
  40. width: 100%;
  41. border-collapse: collapse;
  42. }
  43. input {
  44. width: 100%;
  45. outline-color: #b4363b;
  46. }
  47. input.levelradio {
  48. width: 10%;
  49. }
  50. #hashtags {
  51. font-size: x-small;
  52. max-width:400px;
  53. width: 100%;
  54. overflow: auto;
  55. margin: auto;
  56. position: absolute;
  57. top: 0; left: 0; bottom: 0; right: 0;
  58. text-align: center;
  59. }
  60. .headline {
  61. padding-bottom: 4px;
  62. }
  63. #header {
  64. width: 50%;
  65. overflow: auto;
  66. margin: auto;
  67. position: absolute;
  68. left: 0; bottom: 0; right: 0;
  69. text-align: center;
  70. display: table-cell;
  71. vertical-align: middle;
  72. }
  73. #headerimg {
  74. max-width:400px;
  75. width: 100%;
  76. }
  77. #wees {
  78. max-width:400px;
  79. width: 100%;
  80. overflow: auto;
  81. margin: auto;
  82. position: absolute;
  83. top: 0; left: 0; bottom: 0; right: 0;
  84. text-align: left;
  85. }
  86. #answer {
  87. max-width:400px;
  88. width: 100%;
  89. overflow: auto;
  90. margin: auto;
  91. position: absolute;
  92. top: 0; left: 0; bottom: 0; right: 0;
  93. text-align: left;
  94. }
  95. #applyform {
  96. max-width:400px;
  97. width: 100%;
  98. overflow: auto;
  99. margin: auto;
  100. position: absolute;
  101. top: 0; left: 0; bottom: 0; right: 0;
  102. text-align: left;
  103. }
  104. #apply {
  105. background-color: #b4363b;
  106. border: medium solid #b4363b;
  107. font-family: 'ChicagoFLFRegular';
  108. font-weight: normal;
  109. font-style: normal;
  110. color: white;
  111. font-size: medium;
  112. margin-top: 20px;
  113. }
  114. #footer {
  115. max-width:400px;
  116. width: 100%;
  117. overflow: auto;
  118. margin: auto;
  119. position: absolute;
  120. top: 0; left: 0; bottom: 0; right: 0;
  121. text-align: left;
  122. }
  123. #planetdiv {
  124. position: fixed;
  125. padding: 10px;
  126. bottom: 0;
  127. left: 0;
  128. right: 0;
  129. height: 330px;
  130. overflow: hidden;
  131. z-index: -1;
  132. }
  133. #planetcut {
  134. width: 100%;
  135. height: auto;
  136. max-height: 320px;
  137. overflow: auto;
  138. margin: auto;
  139. position: absolute;
  140. left: 0; bottom: 0; right: 0;
  141. text-align: center;
  142. display: table-cell;
  143. vertical-align: middle;
  144. z-index: -2;
  145. }
  146. #kurzlogo {
  147. width: 150px;
  148. overflow: auto;
  149. margin: auto;
  150. position: absolute;
  151. left: 30px; bottom: 10px;
  152. text-align: center;
  153. display: table-cell;
  154. vertical-align: middle;
  155. z-index: -1;
  156. }
  157. #thlogo {
  158. width: 210px;
  159. overflow: auto;
  160. margin: auto;
  161. position: absolute;
  162. left: 210px; bottom: 10px;
  163. text-align: center;
  164. display: table-cell;
  165. vertical-align: middle;
  166. z-index: -1;
  167. }
  168. #skydiv {
  169. position: fixed;
  170. padding: 10px;
  171. top: 0;
  172. left: 0;
  173. right: 0;
  174. height: 600px;
  175. overflow: hidden;
  176. z-index: -1;
  177. }
  178. #skyl{
  179. overflow: auto;
  180. margin: auto;
  181. position: absolute;
  182. top: 0; left: 0; bottom: 0;
  183. }
  184. #skyr {
  185. overflow: auto;
  186. margin: auto;
  187. position: absolute;
  188. top: 0; right: 0; bottom: 0;
  189. }
  190. a {
  191. color: white;
  192. text-decoration: none;
  193. font-weight: bold;
  194. }