123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302 |
- /* Global */
- p,a,div,span,h1,h2,h3,h4,h5,h6{
- font-family: 'Source Sans Pro', sans-serif;
- }
- body.en *:not(i){
- font-family: 'Source Sans Pro', 'Noto Sans TC',sans-serif !important;
- }
- body.zh *:not(i){
- font-family: 'Noto Sans TC',sans-serif !important;
- }
- body.jp *:not(i){
- font-family: "Noto Sans JP", sans-serif !important;
- }
- body.zh-cn *:not(i){
- font-family: 'Noto Sans SC',sans-serif !important;
- }
- .centered.title{
- padding: 2em;
- margin-bottom: 2em;
- text-align: center;
- }
- .centered.title h1{
- font-weight: 300 !important;
- }
- #backToTopBtn{
- position: fixed;
- bottom: 1em;
- right: 1em;
- display:none;
- z-index: 999;
- border: 1px solid white;
- }
- /* Main Menu */
- #mainmenu{
- padding-top: 0.4em;
- padding-bottom: 0.4em;
- border-radius: 0;
- margin-bottom: 0;
- margin-top: 0;
- }
- #rwdmenubtn{
- display:none;
- position: absolute;
- }
- #mainmenu .ui.secondary.inverted.menu .link.item:not(.disabled), .ui.secondary.inverted.menu a.item:not(.disabled){
- font-size: 1.1em;
- font-weight: 500;
- border-bottom: 1px solid transparent;
- transition: border-bottom ease-in-out 0.1s;
- color: white !important;
- border-radius: 0;
- }
- #mainmenu #mainmenu .ui.secondary.inverted.menu .link.item:not(.disabled), .ui.secondary.inverted.menu a.item:not(.disabled):hover{
- background-color: transparent;
- border-bottom: 1px solid #82adfc;
- color: #82adfc !important;
- }
- /* Image Sldiers */
- #slideshowBanner{
- background-color: #1b1c1d !important;
- position: relative;
- }
- .slideshow {
- width: 100%;
- overflow: hidden;
- border-radius: 0;
- max-height: 500px;
- }
- .slideshow .slides {
- display: flex;
- transition: transform 1s ease-in-out;
- opacity: 0.6;
- filter: blur(2px);
- pointer-events: none;
- user-select: none;
- }
- .slideshow .slide {
- min-width: 100%;
- box-sizing: border-box;
- }
- .slideshow .slide img {
- width: 100%;
- display: block;
- }
- .slideshow .dots{
- text-align: center;
- position: absolute;
- bottom: 15px;
- width: 100%;
- }
- .slideshow .dot {
- display: inline-block;
- width: 10px;
- height: 10px;
- margin: 0 5px;
- background-color: #bebebe;
- border-radius: 50%;
- cursor: pointer;
- transition: background-color 0.6s ease;
- }
- .dot.active {
- background-color: #ffffff;
- }
- #slideshowBanner .title{
- display: inline-block;
- width: 100%;
- max-width: 500px;
- text-align: center;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translateX(-50%) translateY(-50%);
- color: white;
- }
- #slideshowBanner .title .scrolldownTips{
- display: none;
- }
- #slideshowBanner .title h1{
- font-size: 4em;
- font-weight: 600;
- margin-bottom: 0;
- }
- #slideshowBanner .title p{
- font-size: 1.2em;
- }
- /* About ArozOS */
- .about-text-wrapper{
- margin-top: 3em;
- }
- .about-text-wrapper p, .about-text-wrapper .list .item{
- font-weight: 300;
- }
- .about-title{
- font-size: 2.4em;
- font-weight: 300;
- margin-bottom: 0.6em;
- }
- .about-title b{
- font-weight: 800;
- }
- .about-text-wrapper .ui.list .item{
- margin-bottom: 0.6em;
- }
- .about-text-wrapper .ui.list .item .icon{
- padding-top: 0.15em;
- }
- /* Features */
- #features{
- margin-bottom: 3em;
- }
- /* Tech Spec */
- #techspec .centered.title{
- color: white;
- }
- .blackbanner{
- width: 100%;
- background-color: #1b1c1d;
- min-height: 300px;
- color: white;
- }
- /* Download */
- .downloadButton {
- margin-top: 0.4em !important;
- }
- .downloadTabWrapper{
- width: 100%;
- overflow-x: hidden;
- }
- #download .ui.black.message{
- word-break: break-all;
- }
- /* Learn More */
- #learnmore .linkicons{
- text-align: center;
- width: 100%;
- }
- #learnmore .linkicons .divider{
- margin-left: 1em;
- margin-right: 1em;
- }
- #learnmore .linkicons .externallink{
- margin-bottom: 0.6em;
- transition: opacity 0.1s ease-in-out;
- }
- #learnmore .linkicons .externallink i{
- /* color: #1b1c1d; */
- font-weight: 300;
- font-size: 1.5em;
- }
- #learnmore .linkicons .externallink:hover{
- opacity: 0.8;
- }
- #learnmore .linkicons .externallink .content{
- color: #1b1c1d;
- font-weight: 500;
- font-size: 0.6em;
- }
- /* Footer */
- #footer{
- background-color: #1b1c1d;
- color: rgb(236, 236, 236);
- }
- #footer .bottom-attach .divider{
- color: rgb(97, 97, 97);
- }
- #footer .ui.list .title{
- margin-bottom: 0.6em;
- }
- /* RWD Rules */
- @media (max-width:960px) {
- /* Main menu */
- #mainmenu{
- display:none;
- z-index: 99;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- }
- #rwdmenubtn{
- display: block;
- position: absolute;
- top: 0.4em;
- right: 0.4em;
- z-index: 100;
- }
- /* Slideshows */
- .slideshow {
- min-height: 100vh;
- }
- .slideshow .slide{
- height: 100% !important;
- min-width: none;
- }
- .slideshow .slide img{
- height: 100%;
- width: auto;
- }
- #slideshowBanner .title .scrolldownTips{
- margin-top: 2em;
- display: block;
- }
- #slideshowBanner .title .scrolldownTips img{
- left: 50%;
- transform: translateX(-50%);
- }
- #download .stackable.tabular.menu .active.item{
- background-color: rgb(243, 243, 243);
- border-width: 0;
- border-radius: 0.4em !important;
- }
- }
|