main.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. /* Global */
  2. p,a,div,span,h1,h2,h3,h4,h5,h6{
  3. font-family: 'Source Sans Pro', sans-serif;
  4. }
  5. body.en *:not(i){
  6. font-family: 'Source Sans Pro', 'Noto Sans TC',sans-serif !important;
  7. }
  8. body.zh *:not(i){
  9. font-family: 'Noto Sans TC',sans-serif !important;
  10. }
  11. body.jp *:not(i){
  12. font-family: "Noto Sans JP", sans-serif !important;
  13. }
  14. body.zh-cn *:not(i){
  15. font-family: 'Noto Sans SC',sans-serif !important;
  16. }
  17. .centered.title{
  18. padding: 2em;
  19. margin-bottom: 2em;
  20. text-align: center;
  21. }
  22. .centered.title h1{
  23. font-weight: 300 !important;
  24. }
  25. #backToTopBtn{
  26. position: fixed;
  27. bottom: 1em;
  28. right: 1em;
  29. display:none;
  30. z-index: 999;
  31. border: 1px solid white;
  32. }
  33. /* Main Menu */
  34. #mainmenu{
  35. padding-top: 0.4em;
  36. padding-bottom: 0.4em;
  37. border-radius: 0;
  38. margin-bottom: 0;
  39. margin-top: 0;
  40. }
  41. #rwdmenubtn{
  42. display:none;
  43. position: absolute;
  44. }
  45. #mainmenu .ui.secondary.inverted.menu .link.item:not(.disabled), .ui.secondary.inverted.menu a.item:not(.disabled){
  46. font-size: 1.1em;
  47. font-weight: 500;
  48. border-bottom: 1px solid transparent;
  49. transition: border-bottom ease-in-out 0.1s;
  50. color: white !important;
  51. border-radius: 0;
  52. }
  53. #mainmenu #mainmenu .ui.secondary.inverted.menu .link.item:not(.disabled), .ui.secondary.inverted.menu a.item:not(.disabled):hover{
  54. background-color: transparent;
  55. border-bottom: 1px solid #82adfc;
  56. color: #82adfc !important;
  57. }
  58. /* Image Sldiers */
  59. #slideshowBanner{
  60. background-color: #1b1c1d !important;
  61. position: relative;
  62. }
  63. .slideshow {
  64. width: 100%;
  65. overflow: hidden;
  66. border-radius: 0;
  67. max-height: 500px;
  68. }
  69. .slideshow .slides {
  70. display: flex;
  71. transition: transform 1s ease-in-out;
  72. opacity: 0.6;
  73. filter: blur(2px);
  74. pointer-events: none;
  75. user-select: none;
  76. }
  77. .slideshow .slide {
  78. min-width: 100%;
  79. box-sizing: border-box;
  80. }
  81. .slideshow .slide img {
  82. width: 100%;
  83. display: block;
  84. }
  85. .slideshow .dots{
  86. text-align: center;
  87. position: absolute;
  88. bottom: 15px;
  89. width: 100%;
  90. }
  91. .slideshow .dot {
  92. display: inline-block;
  93. width: 10px;
  94. height: 10px;
  95. margin: 0 5px;
  96. background-color: #bebebe;
  97. border-radius: 50%;
  98. cursor: pointer;
  99. transition: background-color 0.6s ease;
  100. }
  101. .dot.active {
  102. background-color: #ffffff;
  103. }
  104. #slideshowBanner .title{
  105. display: inline-block;
  106. width: 100%;
  107. max-width: 500px;
  108. text-align: center;
  109. position: absolute;
  110. top: 50%;
  111. left: 50%;
  112. transform: translateX(-50%) translateY(-50%);
  113. color: white;
  114. }
  115. #slideshowBanner .title .scrolldownTips{
  116. display: none;
  117. }
  118. #slideshowBanner .title h1{
  119. font-size: 4em;
  120. font-weight: 600;
  121. margin-bottom: 0;
  122. }
  123. #slideshowBanner .title p{
  124. font-size: 1.2em;
  125. }
  126. /* About ArozOS */
  127. .about-text-wrapper{
  128. margin-top: 3em;
  129. }
  130. .about-text-wrapper p, .about-text-wrapper .list .item{
  131. font-weight: 300;
  132. }
  133. .about-title{
  134. font-size: 2.4em;
  135. font-weight: 300;
  136. margin-bottom: 0.6em;
  137. }
  138. .about-title b{
  139. font-weight: 800;
  140. }
  141. .about-text-wrapper .ui.list .item{
  142. margin-bottom: 0.6em;
  143. }
  144. .about-text-wrapper .ui.list .item .icon{
  145. padding-top: 0.15em;
  146. }
  147. /* Features */
  148. #features{
  149. margin-bottom: 3em;
  150. }
  151. /* Tech Spec */
  152. #techspec .centered.title{
  153. color: white;
  154. }
  155. .blackbanner{
  156. width: 100%;
  157. background-color: #1b1c1d;
  158. min-height: 300px;
  159. color: white;
  160. }
  161. /* Download */
  162. .downloadButton {
  163. margin-top: 0.4em !important;
  164. }
  165. .downloadTabWrapper{
  166. width: 100%;
  167. overflow-x: hidden;
  168. }
  169. #download .ui.black.message{
  170. word-break: break-all;
  171. }
  172. /* Learn More */
  173. #learnmore .linkicons{
  174. text-align: center;
  175. width: 100%;
  176. }
  177. #learnmore .linkicons .divider{
  178. margin-left: 1em;
  179. margin-right: 1em;
  180. }
  181. #learnmore .linkicons .externallink{
  182. margin-bottom: 0.6em;
  183. transition: opacity 0.1s ease-in-out;
  184. }
  185. #learnmore .linkicons .externallink i{
  186. /* color: #1b1c1d; */
  187. font-weight: 300;
  188. font-size: 1.5em;
  189. }
  190. #learnmore .linkicons .externallink:hover{
  191. opacity: 0.8;
  192. }
  193. #learnmore .linkicons .externallink .content{
  194. color: #1b1c1d;
  195. font-weight: 500;
  196. font-size: 0.6em;
  197. }
  198. /* Footer */
  199. #footer{
  200. background-color: #1b1c1d;
  201. color: rgb(236, 236, 236);
  202. }
  203. #footer .bottom-attach .divider{
  204. color: rgb(97, 97, 97);
  205. }
  206. #footer .ui.list .title{
  207. margin-bottom: 0.6em;
  208. }
  209. /* RWD Rules */
  210. @media (max-width:960px) {
  211. /* Main menu */
  212. #mainmenu{
  213. display:none;
  214. z-index: 99;
  215. position: absolute;
  216. top: 0;
  217. left: 0;
  218. width: 100%;
  219. }
  220. #rwdmenubtn{
  221. display: block;
  222. position: absolute;
  223. top: 0.4em;
  224. right: 0.4em;
  225. z-index: 100;
  226. }
  227. /* Slideshows */
  228. .slideshow {
  229. min-height: 100vh;
  230. }
  231. .slideshow .slide{
  232. height: 100% !important;
  233. min-width: none;
  234. }
  235. .slideshow .slide img{
  236. height: 100%;
  237. width: auto;
  238. }
  239. #slideshowBanner .title .scrolldownTips{
  240. margin-top: 2em;
  241. display: block;
  242. }
  243. #slideshowBanner .title .scrolldownTips img{
  244. left: 50%;
  245. transform: translateX(-50%);
  246. }
  247. #download .stackable.tabular.menu .active.item{
  248. background-color: rgb(243, 243, 243);
  249. border-width: 0;
  250. border-radius: 0.4em !important;
  251. }
  252. }