|
|
@ -1,14 +1,14 @@ |
|
|
|
/* for theme GoogleImage */ |
|
|
|
/* for theme GoogleImage */ |
|
|
|
body{background-color:#202124;color: #e8eaed;font-family: Roboto,HelveticaNeue,Arial,sans-serif;font-size: small;margin: 0} |
|
|
|
body{background-color:#202124;color: #e8eaed;font-family: Roboto,HelveticaNeue,Arial,sans-serif;font-size: small;margin: 0} |
|
|
|
a{color: #aaadb2;text-decoration: none} |
|
|
|
a{color: #aaadb2;text-decoration: none} |
|
|
|
.header{padding:10px;position: relative;} |
|
|
|
.header{padding:10px 10px 0 10px;position: relative;} |
|
|
|
.header .logo{display: inline-block;margin:10px;font-size: 1.86em;color: #e8eaed} |
|
|
|
.header .logo{display: inline-block;margin:10px 10px 6px 10px;font-size: 1.86em;color: #e8eaed} |
|
|
|
.header .logo img{vertical-align: middle;} |
|
|
|
.header .logo img{vertical-align: middle;} |
|
|
|
.menu{max-width: 80%;white-space: nowrap;overflow-x:auto;overflow-y: hidden;margin: 0 auto;} |
|
|
|
.menu{max-width: 80%;white-space: nowrap;overflow-x:auto;overflow-y: hidden;margin: 0 auto;} |
|
|
|
.menu a{display: inline-block;line-height: 16px;margin: 0 1px;padding: 16px 12px 12px 10px;text-align: center} |
|
|
|
.menu a{display: inline-block;line-height: 16px;margin: 0 1px;padding: 16px 12px 12px 10px;text-align: center} |
|
|
|
.menu .selected{color: #8ab4f8;border-bottom: 3px solid #8ab4f8;padding: 20px 12px 11px 10px;} |
|
|
|
.menu .selected{color: #8ab4f8;border-bottom: 3px solid #8ab4f8;padding: 20px 12px 11px 10px;} |
|
|
|
.hr{border-bottom: solid 1px #3c4043;margin-bottom: 11px} |
|
|
|
.hr{border-bottom: solid 1px #3c4043;margin-bottom: 11px} |
|
|
|
.about{position: absolute;right: 10px;top: 8px;width: 24px;height: 24px;padding: 8px;border-radius: 50%} |
|
|
|
.about{display: block;position: absolute;right: 10px;top: 14px;width: 24px;height: 24px;padding: 8px;border-radius: 50%} |
|
|
|
.about:hover{background-color: #303134} |
|
|
|
.about:hover{background-color: #303134} |
|
|
|
.about svg{fill: currentColor;cursor: pointer;} |
|
|
|
.about svg{fill: currentColor;cursor: pointer;} |
|
|
|
.modal-mask{display: none;background: rgba(0,0,0,.6);position: fixed;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;z-index: 9000;} |
|
|
|
.modal-mask{display: none;background: rgba(0,0,0,.6);position: fixed;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;z-index: 9000;} |
|
|
@ -28,7 +28,7 @@ a{color: #aaadb2;text-decoration: none} |
|
|
|
@media only screen and (max-width: 767px) { |
|
|
|
@media only screen and (max-width: 767px) { |
|
|
|
.menu{max-width:96%;font-size: 15px} |
|
|
|
.menu{max-width:96%;font-size: 15px} |
|
|
|
.img-item{margin-left: 0;margin-right: 0;width: 100%} |
|
|
|
.img-item{margin-left: 0;margin-right: 0;width: 100%} |
|
|
|
.img-item img{height: auto;width: 100%} |
|
|
|
.img-item img{height: auto !important;width: 100% !important} |
|
|
|
.img-item strong{font-size: 14px;} |
|
|
|
.img-item strong{font-size: 14px;} |
|
|
|
} |
|
|
|
} |
|
|
|
@media only screen and (min-width: 540px) and (max-width: 767px) { |
|
|
|
@media only screen and (min-width: 540px) and (max-width: 767px) { |
|
|
@ -38,6 +38,5 @@ a{color: #aaadb2;text-decoration: none} |
|
|
|
/* for pad */ |
|
|
|
/* for pad */ |
|
|
|
@media only screen and (min-width: 768px) and (max-width: 1024px) { |
|
|
|
@media only screen and (min-width: 768px) and (max-width: 1024px) { |
|
|
|
.menu{font-size: 14px} |
|
|
|
.menu{font-size: 14px} |
|
|
|
.img-item img{height: 18vh} |
|
|
|
|
|
|
|
.img-item strong{font-size: 13px;} |
|
|
|
.img-item strong{font-size: 13px;} |
|
|
|
} |
|
|
|
} |