META.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. @charset "utf-8";
  2. @font-face {
  3. font-family: 'Lato';
  4. src: url("/fonts/Lato-Embed.ttf");
  5. }
  6. @media only screen and (max-width: 500px) {
  7. body {
  8. margin-left: 5%;
  9. margin-right: 5%;
  10. }
  11. }
  12. @media only screen and (max-width: 1100px) {
  13. body {
  14. margin-left: 15%;
  15. margin-right: 15%;
  16. }
  17. }
  18. @media only screen and (max-width: 2000px) {
  19. body {
  20. margin-left: 30%;
  21. margin-right: 30%;
  22. }
  23. }
  24. body {
  25. font-family: 'Lato', sans-serif;
  26. color: #3e0694;
  27. line-height: 155%;
  28. margin-top: 10%;
  29. margin-bottom: 5%;
  30. }
  31. .headerlogo2 {
  32. font-family: 'Lato', sans-serif;
  33. font-weight: bold;
  34. font-size: 400%;
  35. color: #3e0694;
  36. }
  37. .menuwelcome {
  38. font-family: 'Lato', sans-serif;
  39. font-size: medium;
  40. font-weight: bold;
  41. margin-left: 9%;
  42. }
  43. body,
  44. td,
  45. th {
  46. font-family: 'Lato', sans-serif;
  47. }
  48. .authorname {
  49. font-family: 'Lato', sans-serif;
  50. font-weight: 100;
  51. font-size: 100%;
  52. letter-spacing: 12px;
  53. }
  54. .black200percent {
  55. font-family: 'Lato', sans-serif;
  56. font-weight: bold;
  57. font-size: 200%;
  58. padding-right: 15%;
  59. line-height: 125%;
  60. }
  61. .bold150percent {
  62. font-family: 'Lato', sans-serif;
  63. font-weight: bold;
  64. font-size: 150%;
  65. padding-right: 15%;
  66. line-height: 145%;
  67. }
  68. .citation {
  69. font-family: 'Lato', sans-serif;
  70. font-size: 80%;
  71. padding-right: 20%;
  72. line-height: 1;
  73. }
  74. .chinese {
  75. font-family: Arial, Helvetica, sans-serif;
  76. }
  77. .black200percentcapitalize {
  78. font-family: 'Lato', sans-serif;
  79. font-size: 200%;
  80. font-weight: bold;
  81. letter-spacing: 1px;
  82. padding-right: 10%;
  83. line-height: 125%;
  84. text-transform: uppercase;
  85. }
  86. .footnoteintext {
  87. font-family: 'Lato', sans-serif;
  88. font-size: small;
  89. font-weight: bold;
  90. }
  91. .footnotes {
  92. font-family: 'Lato', sans-serif;
  93. font-size: small;
  94. }
  95. .footnotebold {
  96. font-family: 'Lato', sans-serif;
  97. font-weight: bold;
  98. font-size: small;
  99. }
  100. .footnoteitalic {
  101. font-family: 'Lato', sans-serif;
  102. font-size: small;
  103. font-style: italic;
  104. }
  105. .italic {
  106. font-family: 'Lato', sans-serif;
  107. font-style: italic;
  108. }
  109. .bold {
  110. font-family: 'Lato', sans-serif;
  111. font-weight: bold;
  112. }
  113. .mediumbold {
  114. font-family: 'Lato', sans-serif;
  115. font-weight: bold;
  116. font-size: medium;
  117. }
  118. .loginbox {
  119. display: inline-block;
  120. width: 50%;
  121. height: 2em;
  122. border: 1px solid #3e0694;
  123. font-family: 'Lato', sans-serif;
  124. color: #3e0694;
  125. }
  126. .loginboxtext {
  127. font-family: 'Lato', sans-serif;
  128. vertical-align: -30%;
  129. }
  130. .submitboxtext2 {
  131. font-family: 'Lato', sans-serif;
  132. color: #FFF;
  133. background-color: #3e0694;
  134. display: inline;
  135. border: solid 3px #3e0694;
  136. }
  137. body {
  138. font-family: sans-serif;
  139. }
  140. a:link {
  141. color: #3e0694;
  142. text-decoration: none;
  143. }
  144. a:visited {
  145. text-decoration: none;
  146. color: #3e0694;
  147. }
  148. a:hover {
  149. text-decoration: underline;
  150. color: #3e0694;
  151. }
  152. a:active {
  153. text-decoration: underline;
  154. color: #000;
  155. }
  156. #notification {
  157. position: absolute;
  158. top: 0;
  159. right:0;
  160. width:50%;
  161. z-index: 200;
  162. font-size: 110%;
  163. text-align: right;
  164. background-color: #3e0694;
  165. color:white;
  166. padding: 0.1em 0.4em;
  167. }
  168. .config{
  169. border: none;
  170. }
  171. /* CHECKMARK BOXES */
  172. /* Customize the label (the container) */
  173. .container {
  174. display: block;
  175. position: relative;
  176. padding-left: 35px;
  177. margin-bottom: 12px;
  178. cursor: pointer;
  179. font-size: small;
  180. -webkit-user-select: none;
  181. -moz-user-select: none;
  182. -ms-user-select: none;
  183. user-select: none;
  184. }
  185. /* Hide the browser's default checkbox */
  186. .container input {
  187. position: absolute;
  188. opacity: 0;
  189. cursor: pointer;
  190. }
  191. /* Create a custom checkbox */
  192. .checkmark {
  193. position: absolute;
  194. top: 0;
  195. left: 0;
  196. height: 25px;
  197. width: 25px;
  198. border: solid 1px #3e0694;
  199. background-color: #fff;
  200. }
  201. /* On mouse-over, add a grey background color */
  202. .container:hover input ~ .checkmark {
  203. background-color: #3e0694;
  204. }
  205. /* When the checkbox is checked, add a blue background */
  206. .container input:checked ~ .checkmark {
  207. background-color: #3e0694;
  208. }
  209. /* Create the checkmark/indicator (hidden when not checked) */
  210. .checkmark:after {
  211. content: "";
  212. position: absolute;
  213. display: none;
  214. }
  215. /* Show the checkmark when checked */
  216. .container input:checked ~ .checkmark:after {
  217. display: block;
  218. }
  219. /* Style the checkmark/indicator */
  220. .container .checkmark:after {
  221. position: absolute;
  222. top: 50%;
  223. left: 10%;
  224. transform: translateY(-50%);;
  225. width: 80%;
  226. height: 80%;
  227. background-color: white;
  228. border-radius: 50%;
  229. }