styles.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. html {
  2. background-color: lightgrey;
  3. font-family: sans-serif;
  4. -webkit-text-size-adjust: 100%;
  5. -ms-text-size-adjust: 100%;
  6. margin: 0;
  7. padding: 0;
  8. }
  9. body {
  10. background-color : lightgrey;
  11. margin: auto;
  12. width: 90%;
  13. min-width: 1200px;
  14. max-width: 2000px;
  15. height: 100%;
  16. padding: 0;
  17. }
  18. .container{
  19. position: relative;
  20. background: rgb(78, 86, 101); /* For browsers that do not support gradients */
  21. /* background: -webkit-linear-gradient(color1, color2); /* For Safari 5.1 to 6.0 */
  22. /* background: -o-linear-gradient(color1, color2); /* For Opera 11.1 to 12.0 */
  23. /* background: -moz-linear-gradient(color1, color2); /* For Firefox 3.6 to 15 */
  24. /* background: linear-gradient(color1, color2); /* Standard syntax */
  25. background-size: cover;
  26. height: auto;
  27. padding: 2%;
  28. }
  29. .footer-container{
  30. position: relative;
  31. background-image: url("../img/pattern2.png") ;
  32. background-size: cover;
  33. height: auto;
  34. padding: 30px 30px;
  35. }
  36. a {
  37. color: white;
  38. }
  39. #img1{
  40. z-index: 100;
  41. position: absolute;
  42. left: 10%;
  43. top: 15%;
  44. border-radius: 50%;
  45. height: 70%;
  46. width: auto;
  47. box-shadow: 10px 5px 5px gray;
  48. }
  49. #img3{
  50. width: 90%;
  51. align-content: center;
  52. height: auto;
  53. padding: 2%;
  54. }
  55. #cat{
  56. display: inline-block;
  57. float: left;
  58. width: 42%;
  59. height: auto;
  60. padding-left: 5%;
  61. }
  62. #cat_2{
  63. display: inline-block;
  64. float: right;
  65. width: 42%;
  66. height: auto;
  67. padding-right: 5%;
  68. }
  69. #text1{
  70. z-index:100;
  71. position: relative;
  72. color: white;
  73. font-size: 40px;
  74. font-weight: bold;
  75. text-align: center;
  76. margin: 2%;
  77. }
  78. #intro{
  79. z-index:100;
  80. color: white;
  81. font-size: 22px;
  82. text-align: center;
  83. }
  84. #text2{
  85. color: white;
  86. font-size: 30px;
  87. font-weight: bold;
  88. text-align: center;
  89. padding: 20px;
  90. }
  91. #footnote{
  92. color: white;
  93. font-size: 20px;
  94. text-align: center;
  95. padding-bottom: 20px;
  96. }
  97. #area1{
  98. width:100%;
  99. height:100px;
  100. }
  101. .clear{
  102. clear:both;
  103. }
  104. .img-circle {
  105. border-radius: 50%;
  106. }
  107. .content-container{
  108. background-color: white;
  109. padding: 40px 40px;
  110. text-align: left;
  111. font-size: 20px;
  112. margin-bottom: 30px;
  113. display: block;
  114. }
  115. .content-title{
  116. font-size: 30px;
  117. color: rgb(78, 86, 101);
  118. text-align: center;
  119. padding-bottom: 20px;
  120. font-weight: bold;
  121. }
  122. .content-subtitle{
  123. font-size: 22px;
  124. color: rgb(78, 86, 101);
  125. text-align: center;
  126. padding-bottom: 20px;
  127. }
  128. nav{
  129. margin-bottom: 76px;
  130. }
  131. .nav-button {
  132. background-color: #999999;
  133. width: 50%;
  134. padding: 10px 0;
  135. text-decoration: none;
  136. text-align: center;
  137. font-size: 20px;
  138. color: white;
  139. float: left;
  140. cursor: pointer;
  141. }
  142. .nav-button:hover {
  143. background-color: #666666;
  144. }
  145. .icon {
  146. background-color: white;
  147. height: 40px;
  148. width: 40px;
  149. padding: 0 0;
  150. margin-right: 5px;
  151. display: inline-block;
  152. position: center;
  153. cursor: pointer;
  154. border-radius: 50%;
  155. }
  156. .icon-container{
  157. text-align:center;
  158. margin: 10px 10px;
  159. }
  160. /* The following is for projects.php*/
  161. .project-container{
  162. display: block;
  163. height: auto;
  164. width: 100%;
  165. margin-bottom: 30px;
  166. }
  167. .project-image-container{
  168. display: inline-block;
  169. vertical-align: top;
  170. width: 30%;
  171. height: auto;
  172. margin-right: 3%;
  173. }
  174. .project-logo-container{
  175. display: inline-block;
  176. vertical-align: top;
  177. width: 4%;
  178. height: auto;
  179. margin-right: 2%;
  180. }
  181. .project-text-container{
  182. display: inline-block;
  183. vertical-align: top;
  184. width: 60%;
  185. height: auto;
  186. margin-left: 3%;
  187. }
  188. .project-full-text-container{
  189. display: inline-block;
  190. vertical-align: top;
  191. width: 90%;
  192. height: auto;
  193. margin-left: 2%;
  194. }
  195. .project-video-container{
  196. width: 70%;
  197. height: auto;
  198. margin-left: 15%;
  199. margin-right: 15%;
  200. margin-top: 30px;
  201. margin-bottom: 30px;
  202. display: block;
  203. }
  204. .project-year-container{
  205. background-color: rgb(78, 86, 101); /*#FFC064*/
  206. padding: 5px;
  207. color: white;
  208. font-size: 36px;
  209. font-weight: bold;
  210. text-align: center;
  211. }
  212. table {
  213. text-align: center;
  214. align-content: center;
  215. vertical-align: middle;
  216. border-collapse: collapse;
  217. width: 100%;
  218. }
  219. th {
  220. width: 65px;
  221. padding: 1%;
  222. text-align: center;
  223. font-size: 18px;
  224. align-content: center;
  225. vertical-align: middle;
  226. border-collapse: collapse;
  227. }
  228. td {
  229. width: 65px;
  230. padding: 1%;
  231. text-align: left;
  232. font-size: 14px;
  233. align-content: center;
  234. vertical-align: middle;
  235. border-collapse: collapse;
  236. }
  237. .play-button{
  238. width: 50px;
  239. height: auto;
  240. display: block;
  241. }
  242. .play-button-demo{
  243. width: 200px;
  244. height: auto;
  245. display: block;
  246. }
  247. /* End here */
  248. h1 {
  249. text-align: center;
  250. color: rgb(78, 86, 101);
  251. }
  252. .icon-container > a {
  253. color: transparent;
  254. }
  255. img {
  256. display: block;
  257. width: 100%;
  258. height: 100%;
  259. margin-left: auto;
  260. margin-right: auto;
  261. }
  262. hr {
  263. color: rgb(78, 86, 101);
  264. size: 10px;
  265. }
  266. .option-div{
  267. font-size: 24px;
  268. color: rgb(78, 86, 101);
  269. font-weight: bold;
  270. }
  271. .option-div option{
  272. font-size: 20px;
  273. }
  274. .fa-play:before {
  275. content: "\f04b"
  276. }
  277. .fa-pause:before {
  278. content: "\f04c"
  279. }
  280. .fa-stop:before {
  281. content: "\f04d"
  282. }
  283. .fa {
  284. display: inline-block;
  285. font: normal normal normal 14px / 1 FontAwesome;
  286. font-size: inherit;
  287. text-rendering: auto;
  288. -webkit-font-smoothing: antialiased;
  289. -moz-osx-font-smoothing: grayscale
  290. }
  291. .btn {
  292. display: inline-block;
  293. font-weight: 400;
  294. text-align: center;
  295. white-space: nowrap;
  296. vertical-align: middle;
  297. -webkit-user-select: none;
  298. -moz-user-select: none;
  299. -ms-user-select: none;
  300. user-select: none;
  301. border: 1px solid transparent;
  302. padding: .375rem .75rem;
  303. font-size: 1rem;
  304. line-height: 1.5;
  305. border-radius: .25rem;
  306. transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
  307. }
  308. @media screen and (prefers-reduced-motion:reduce) {
  309. .btn {
  310. transition: none
  311. }
  312. }
  313. .btn:focus, .btn:hover {
  314. text-decoration: none
  315. }
  316. .btn.focus, .btn:focus {
  317. outline: 0;
  318. box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
  319. }
  320. .btn.disabled, .btn:disabled {
  321. opacity: .65
  322. }
  323. .btn:not(:disabled):not(.disabled) {
  324. cursor: pointer
  325. }
  326. a.btn.disabled, fieldset:disabled a.btn {
  327. pointer-events: none
  328. }
  329. .btn-primary {
  330. color: #fff;
  331. background-color: rgb(78, 86, 101);
  332. border-color: rgb(78, 86, 101)
  333. }
  334. .btn-primary:hover {
  335. color: #fff;
  336. background-color: rgb(78, 86, 101);
  337. border-color: rgb(78, 86, 101)
  338. }
  339. .btn-primary.focus, .btn-primary:focus {
  340. box-shadow: 0 0 0 .2rem rgba(22, 38, 67, .5)
  341. }
  342. .btn-primary.disabled, .btn-primary:disabled {
  343. color: #fff;
  344. background-color: rgb(78, 86, 101);
  345. border-color: rgb(78, 86, 101)
  346. }
  347. .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
  348. .show > .btn-primary.dropdown-toggle {
  349. color: #fff;
  350. background-color: rgb(78, 86, 101);
  351. border-color: rgb(78, 86, 101)
  352. }
  353. .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus,
  354. .show > .btn-primary.dropdown-toggle:focus {
  355. box-shadow: 0 0 0 .2rem rgba(22, 38, 67, .5)
  356. }