theme.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. @font-face {
  2. font-family: 'Titillium';
  3. src: url('fonts/titillium-regular-webfont.woff') format('woff');
  4. font-style: normal;
  5. font-weight: 300;
  6. }
  7. @font-face {
  8. font-family: 'Titillium';
  9. src: url('fonts/titillium-regularitalic-webfont.woff') format('woff');
  10. font-style: italic;
  11. font-weight: 300;
  12. }
  13. @font-face {
  14. font-family: 'Titillium';
  15. src: url('fonts/titillium-bold-webfont.woff') format('woff');
  16. font-style: normal;
  17. font-weight: 700;
  18. }
  19. @font-face {
  20. font-family: 'Titillium';
  21. src: url('fonts/titillium-bolditalic-webfont.woff') format('woff');
  22. font-style: italic;
  23. font-weight: 700;
  24. }
  25. strong {
  26. font-weight: bold;
  27. }
  28. * {
  29. box-sizing: border-box;
  30. }
  31. html {
  32. scroll-behavior: smooth;
  33. }
  34. body {
  35. background-image: url('imgs/mascotte_left_mod.png'), url('imgs/mascotte_right.png'), linear-gradient(#eeeeee, #3088d4);
  36. background-repeat: no-repeat;
  37. background-attachment: fixed;
  38. background-position: bottom left, bottom right, top left;
  39. background-size: 338px, 372px, auto;
  40. background-color: #eeeeee;
  41. color: black;
  42. /* font-family: Roboto-slab, serif;*/
  43. font-family: Titillium, sans;
  44. font-size: 16pt;
  45. font-weight: 300;
  46. margin: 0;
  47. padding: 20pt;
  48. padding-top: 50pt;
  49. /* padding-bottom: 540px;*/
  50. }
  51. h1,h2,h3,h4,h5,h6 {
  52. font-family: Titillium, sans;
  53. font-weight: 700;
  54. text-align: center;
  55. }
  56. h1 {
  57. text-transform: uppercase;
  58. font-size: 28pt;
  59. text-shadow: 2px 2px 4px black;
  60. /* margin: 60pt;*/
  61. }
  62. section, #header {
  63. background-color: rgba(255,255,255,0.92);
  64. padding: 20pt;
  65. padding-bottom: 2pt;
  66. padding-top: 2pt;
  67. margin-bottom: 20pt;
  68. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  69. border-radius: 9pt;
  70. }
  71. #header {
  72. color: white;
  73. background-image: url('imgs/elephant_throwing_cs_logo.png'), linear-gradient(rgba(117,175,227,0.7), rgba(182,213,240,0.7));
  74. background-repeat: no-repeat;
  75. background-position: bottom left;
  76. background-size: 200px, 500pt;
  77. padding-bottom: 10px;
  78. padding-top: 10px;
  79. }
  80. .lev1sect {
  81. font-variant: small-caps;
  82. text-shadow: 2px 2px 4px black;
  83. margin-top: 40pt;
  84. background-image: linear-gradient(rgba(117,175,227,0.7), rgba(182,213,240,0.7));
  85. /*background-image: linear-gradient(rgba(0,0,0,0.7), rgba(100,100,100,0.7));*/
  86. color: white;
  87. padding: 1px;
  88. border-radius: 9pt;
  89. }
  90. .lev1summ {
  91. font-variant: small-caps;
  92. font-weight: bold;
  93. }
  94. ul {
  95. padding-left: 15pt;
  96. }
  97. ul li {
  98. padding-left: 0;
  99. }
  100. a {
  101. color: #CC0000;
  102. text-decoration: none;
  103. }
  104. a:hover {
  105. text-decoration: underline;
  106. }
  107. a:active {
  108. color: #FF0000;
  109. }
  110. #content {
  111. width: 500pt;
  112. margin-right: auto;
  113. margin-left: auto;
  114. text-align: justify;
  115. /* -webkit-hyphens: auto;
  116. -ms-hyphens: auto;
  117. hyphens: auto;*/
  118. z-index: 0;
  119. }
  120. #hmenu {
  121. font-family: Titillium, sans;
  122. font-size: 14pt;
  123. background-color: rgba(0,0,0,0.85);
  124. color: white;
  125. position: fixed;
  126. top: 0;
  127. left: 0;
  128. width: 100%;
  129. height: 40px;
  130. margin: 0;
  131. padding: 0;
  132. /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);*/
  133. /*padding-left: 40px;*/
  134. z-index: 2;
  135. /*display: none;*/
  136. }
  137. #hmenu ul {
  138. list-style-type: none;
  139. margin: 0;
  140. padding: 0;
  141. overflow: visible;
  142. }
  143. #hmenu ul li {
  144. width: 80pt;
  145. height: 40px;
  146. text-align: center;
  147. display: table-cell;
  148. vertical-align: middle;
  149. color: #3088D4;
  150. }
  151. #hmenu ul li:hover {
  152. background-color: rgba(255,255,255,0.10);
  153. cursor: default;
  154. }
  155. #hmenu .hil {
  156. background-color: rgba(255,255,255,0.10);
  157. color: #97C3E9;
  158. }
  159. #hmenu .hil:hover {
  160. cursor: default;
  161. }
  162. #hmenu ul li a {
  163. color: #3088D4;
  164. }
  165. #hmenu .ula {
  166. position: absolute;
  167. top: 40px;
  168. background-color: rgba(0,0,0,0.85);
  169. display: none;
  170. }
  171. #hmenu .ulb {
  172. background-color: rgba(0,0,0,0.85);
  173. left: 80pt;
  174. position: relative;
  175. top: -40px;
  176. display: none;
  177. }
  178. #hmenu .ula li, .ulb li {
  179. width: 80pt;
  180. display: block;
  181. float: none;
  182. text-align: center;
  183. height: 40px;
  184. line-height: 40px;
  185. vertical-align: middle;
  186. }
  187. #summicon {
  188. position: fixed;
  189. top: 0;
  190. left: 0;
  191. margin: 0;
  192. padding: 0;
  193. z-index: 2;
  194. display: none;
  195. }
  196. #summicon:hover {
  197. cursor: pointer;
  198. }
  199. #summcont {
  200. background-color: rgba(0,0,0,0.85);
  201. position: fixed;
  202. width: 200pt;
  203. height: calc(100% - 40px);
  204. top: 40px;
  205. left: 0;
  206. margin: 0;
  207. padding: 0;
  208. display: none;
  209. z-index: 1;
  210. }
  211. #summary {
  212. font-family: Titillium, sans;
  213. font-size: 14pt;
  214. width: 100%;
  215. height: 100%;
  216. margin: 0;
  217. padding: 0;
  218. padding-right: 5pt;
  219. overflow: auto;
  220. }
  221. #summary a {
  222. color: #3088D4;
  223. }
  224. #summary a:active {
  225. color: #97C3E9;
  226. }
  227. #summary ol {
  228. margin: 0;
  229. margin-left: 30px;
  230. padding: 0;
  231. counter-reset: item;
  232. }
  233. #summary ol li {
  234. display: block;
  235. position: relative;
  236. color: white;
  237. }
  238. #summary ol li:before {
  239. content: counters(item, '.') ':';
  240. counter-increment: item;
  241. position: absolute;
  242. margin-right: 100%;
  243. right: 5px; /* space between number and text */
  244. }
  245. .image {
  246. display: block;
  247. margin-left: auto;
  248. margin-right: auto;
  249. max-width: 100%;
  250. /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);*/
  251. border-radius: 9pt;
  252. }
  253. .anchor {
  254. position: relative;
  255. top: -80px;
  256. display: block;
  257. visibility: hidden;
  258. }
  259. .scrwide {
  260. position: absolute;
  261. display: table;
  262. top: 0;
  263. left: 0;
  264. height: 100%;
  265. width: 100%;
  266. }
  267. .scrwidein {
  268. display: table-cell;
  269. vertical-align: middle;
  270. }
  271. .sectcont {
  272. text-align: justify;
  273. width: 500pt;
  274. margin-left: auto;
  275. margin-right: auto;
  276. margin-bottom: 0;
  277. margin-top: 40px;
  278. }
  279. @media only screen and (max-width:540pt) {
  280. body {
  281. background-color: white;
  282. background-image: none;
  283. }
  284. #content, .sectcont {
  285. width: 100%;
  286. }
  287. .sectcont {
  288. padding: 20pt;
  289. }
  290. #content, .sectcont {
  291. text-align: left;
  292. -webkit-hyphens: none;
  293. -ms-hyphens: none;
  294. hyphens: none;
  295. }
  296. section {
  297. padding: 0pt;
  298. margin-bottom: 30pt;
  299. box-shadow: none;
  300. border-radius: 0;
  301. }
  302. }
  303. @media only screen and (max-width:400pt) {
  304. #summcont, .image {
  305. width: 100%;
  306. }
  307. #hmenu {
  308. font-size: 12pt;
  309. }
  310. /*#hmenu li, .ula li, .ulb li {
  311. width: 60pt;
  312. }*/
  313. }