831 lines
12 KiB
CSS
831 lines
12 KiB
CSS
/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
|
|
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,legend{color:#000}
|
|
|
|
html {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
body {
|
|
font-size: 13px;
|
|
font-family: 'Helvetica Neue', arial, sans-serif;
|
|
color: #393836;
|
|
background-color: #E7E7E7;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
header {
|
|
background-color: #2b2b2b;
|
|
color: #9e9e9e;
|
|
padding: 5px 10px 10px 10px;
|
|
box-shadow: 0 0 0 3px rgba(45, 77, 59, 0.20);
|
|
padding-top: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
footer {
|
|
margin-top: 20px;
|
|
padding-bottom: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
a {
|
|
color: #1d8dc4;
|
|
text-decoration: none;
|
|
border-bottom: 1px solid #adcad9;
|
|
}
|
|
|
|
a:hover {
|
|
border-bottom: 1px solid #1d8dc4;
|
|
}
|
|
|
|
button::-moz-focus-inner {
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
input:focus,
|
|
select:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.wut {
|
|
border-bottom: 1px dotted #393836;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.select-box {
|
|
display: inline-block;
|
|
width: 120px;
|
|
height: 18px;
|
|
overflow: hidden;
|
|
border: 0;
|
|
background: url('/image/select-arrow.png') no-repeat right #E7E7E7;
|
|
}
|
|
|
|
.select-box select {
|
|
background-color: transparent;
|
|
width: 137px;
|
|
height: 18px;
|
|
font-size: 12px;
|
|
border: 0;
|
|
border-radius: 0;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
.select-board {
|
|
width: 60px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.select-board select {
|
|
width: 77px;
|
|
}
|
|
|
|
.cnt-block { display: inline-flex; }
|
|
|
|
/* cfg menu button */
|
|
#cfg-btn {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 10px;
|
|
text-align: right;
|
|
}
|
|
|
|
#cfg-btn input {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
#cfg-btn label {
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#cfg-btn label:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#cfg-btn > div {
|
|
text-align: left;
|
|
}
|
|
|
|
#cfg-btn > span {
|
|
display: inline-block;
|
|
color: #E7E7E7;
|
|
font-size: 14px;
|
|
transform: rotate(-90deg);
|
|
font-weight: bold;
|
|
cursor: default;
|
|
}
|
|
|
|
#cfg-btn:hover div {
|
|
display:block;
|
|
}
|
|
|
|
#cfg-btn div {
|
|
color: #393836;
|
|
display: none;
|
|
margin-right: -5px;
|
|
margin-top: 5px;
|
|
background-color: rgb(231, 231, 231);
|
|
padding: 5px;
|
|
border-radius: 3px;
|
|
border: 3px solid #D2D4D3;
|
|
}
|
|
|
|
#feedback {
|
|
position: fixed;
|
|
top: 10px;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.feedback-notify,
|
|
.feedback-error {
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
color: #fff;
|
|
padding: 3px 6px;
|
|
font-size: 16px;
|
|
text-shadow: 0 1px rgba(0, 0, 0, 0.20);
|
|
}
|
|
|
|
.feedback-error {
|
|
background-color: #C41E3A;
|
|
}
|
|
|
|
.feedback-notify {
|
|
background-color: #00A550;
|
|
}
|
|
|
|
.load-empty {
|
|
margin-top: 25px;
|
|
font-size: 25px;
|
|
color: #00A550;
|
|
text-align: center;
|
|
}
|
|
|
|
.form-label {
|
|
margin: 0 5px;
|
|
vertical-align: top;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.right {
|
|
float: right;
|
|
}
|
|
|
|
.left {
|
|
float: left;
|
|
}
|
|
|
|
#menu.text-right {
|
|
text-align: right;
|
|
}
|
|
|
|
#title {
|
|
color: #dedede;
|
|
font-size: 20px;
|
|
}
|
|
|
|
#protip {
|
|
font-size: 11px;
|
|
line-height: 18px;
|
|
margin: auto;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#menu {
|
|
background-color: #d2d4d3;
|
|
padding: 6px 5px 5px 5px;
|
|
text-align: center;
|
|
height: 18px;
|
|
}
|
|
|
|
#menu li {
|
|
display: inline;
|
|
}
|
|
|
|
#menu input {
|
|
background-color: #E7E7E7;
|
|
width: 135px;
|
|
height: 18px;
|
|
-webkit-appearance: none;
|
|
border: 0;
|
|
vertical-align: top;
|
|
}
|
|
|
|
#menu:after {
|
|
content: ' ';
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
#filter-form {
|
|
width: 800px;
|
|
margin: auto;
|
|
}
|
|
|
|
#filter-apply {
|
|
vertical-align: top;
|
|
margin-left: 5px;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
#filter-submit {
|
|
width: 0px;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.clickbox {
|
|
display: inline-block;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
text-align: center;
|
|
width: 12px;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.txt-xs {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.button {
|
|
cursor: pointer;
|
|
background-color: #2B2B2B;
|
|
border-radius: 5px;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
padding: 2px 4px;
|
|
white-space: nowrap;
|
|
text-decoration: none;
|
|
color: #fff;
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
|
|
margin: 0 2px;
|
|
border: 0;
|
|
}
|
|
|
|
button.button {
|
|
font-size: 13px;
|
|
font-family: 'Helvetica Neue', arial, sans-serif;
|
|
line-height: 1.15em;
|
|
height: 19px;
|
|
}
|
|
|
|
span.button:focus,
|
|
.button:hover {
|
|
color: #fff;
|
|
background-color: #000;
|
|
border: 0;
|
|
}
|
|
|
|
.button-light {
|
|
color: inherit;
|
|
background-color: #e7e7e7;
|
|
}
|
|
|
|
.button-light:hover {
|
|
background-color: #00A550;
|
|
}
|
|
|
|
.btn-other {
|
|
background-color: #1d8dc4;
|
|
}
|
|
|
|
.btn-accept {
|
|
background-color: #00A550;
|
|
}
|
|
|
|
.btn-deny {
|
|
background-color: #C41E3A;
|
|
}
|
|
|
|
.date-accepted {
|
|
font-size: 12px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#search-field {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#search-field form {
|
|
display: inline;
|
|
}
|
|
|
|
#search-field input {
|
|
width: 115px;
|
|
border-radius: 5px;
|
|
background-color: #e7e7e7;
|
|
border: 0;
|
|
padding: 2px;
|
|
text-align: center;
|
|
}
|
|
|
|
#content {
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.page-ctrl {
|
|
text-align: center;
|
|
}
|
|
|
|
.application {
|
|
width: 800px;
|
|
margin: 20px auto 0 auto;
|
|
border: 1px solid #D2D4D3;
|
|
padding: 15px 10px;
|
|
background: #f2f2f2;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.collapsed .app-cat {
|
|
display: none;
|
|
}
|
|
|
|
.collapsed .expanded .app-cat,
|
|
.collapsed .app-cat-info,
|
|
.collapsed .app-cat-boards {
|
|
display: block;
|
|
}
|
|
|
|
.app-cat h3 {
|
|
font-size: 100%;
|
|
}
|
|
|
|
.app-cat {
|
|
margin-bottom: 24px;
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
}
|
|
|
|
.app-ctrl {
|
|
text-align: right;
|
|
}
|
|
|
|
.app-review-ctrl:after {
|
|
display: block;
|
|
content: ' ';
|
|
clear: both;
|
|
}
|
|
|
|
.score-ctrl {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.app-no {
|
|
color: #a6a6a6;
|
|
font-size: 10px;
|
|
font-weight: normal;
|
|
margin-top: -8px;
|
|
position: absolute;
|
|
}
|
|
|
|
.app-no a {
|
|
color: #0071a5;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.app-content {
|
|
border-top: 1px solid #D2D4D3;
|
|
border-bottom: 1px solid #D2D4D3;
|
|
margin: 15px 0;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.score-btn {
|
|
cursor: pointer;
|
|
padding: 0 0.4em;
|
|
border: 1px solid #D2D4D3;
|
|
border-left: none;
|
|
}
|
|
|
|
.score-btn:first-child {
|
|
border-left: 1px solid #D2D4D3;
|
|
}
|
|
|
|
.score-lbl {
|
|
font-size: 11px;
|
|
font-weight: normal;
|
|
vertical-align: middle;
|
|
color: #a6a6a6;
|
|
}
|
|
|
|
.score-sum-lbl {
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#active-score,
|
|
.score-btn:hover {
|
|
background-color: #D2D4D3;
|
|
}
|
|
|
|
/* UI panels */
|
|
.backdrop {
|
|
position: fixed;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: rgba(128, 128, 128, 0.20);
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.panel {
|
|
background-color: #8C92AC;
|
|
position: absolute;
|
|
top: 80px;
|
|
padding: 10px;
|
|
z-index: 10;
|
|
border-radius: 5px 5px 5px 5px;
|
|
background-color: #e7e7e7;
|
|
box-shadow: 0 0 0 3px rgba(45, 77, 59, 0.06);
|
|
width: 320px;
|
|
left: 50%;
|
|
margin-left: -170px;
|
|
}
|
|
|
|
.panel h3 {
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.panel h4 {
|
|
font-size: 13px;
|
|
margin: 10px 0 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.panel-header .clickbox {
|
|
position: absolute;
|
|
right: 10px;
|
|
}
|
|
|
|
.panel-content,
|
|
.panel-footer {
|
|
border-top: 2px solid rgba(45, 77, 59, 0.06);
|
|
}
|
|
|
|
.panel-controls {
|
|
text-align: center;
|
|
}
|
|
|
|
.panel-content {
|
|
margin-top: 10px;
|
|
padding-top: 5px;
|
|
overflow: auto;
|
|
position: relative;
|
|
}
|
|
|
|
#panel-stack:focus,
|
|
.panel-content:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.panel-footer {
|
|
margin-top: 5px;
|
|
padding-top: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
#account-panel {
|
|
width: 360px;
|
|
left: 50%;
|
|
margin-left: -170px;
|
|
}
|
|
|
|
/* Account form */
|
|
#account-form div {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#account-form div:last-child {
|
|
margin-bottom: 0;
|
|
margin-top: 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
#account-boards:focus {
|
|
outline: none;
|
|
}
|
|
|
|
#account-submit {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* Accept form */
|
|
#accept-panel {
|
|
width: 600px;
|
|
left: 50%;
|
|
margin-left: -310px;
|
|
}
|
|
|
|
#contact-email:before {
|
|
font-weight: bold;
|
|
content: 'To: ';
|
|
}
|
|
|
|
.contact-label {
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#contact-message {
|
|
max-width: 595px;
|
|
min-width: 595px;
|
|
min-height: 200px;
|
|
max-height: 200px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#contact-message:focus {
|
|
outline: none;
|
|
}
|
|
|
|
#accept-submit {
|
|
display: inline-block;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.processing {
|
|
-moz-animation: blink 0.5s linear infinite alternate;
|
|
-webkit-animation: blink 0.5s linear infinite alternate;
|
|
animation: blink 0.5s linear infinite alternate;
|
|
}
|
|
|
|
@-moz-keyframes blink {
|
|
0% { opacity: 1; }
|
|
100% { opacity: 0.5; }
|
|
}
|
|
|
|
@-webkit-keyframes blink {
|
|
0% { opacity: 1; }
|
|
100% { opacity: 0.5; }
|
|
}
|
|
|
|
@keyframes blink {
|
|
0% { opacity: 1; }
|
|
100% { opacity: 0.5; }
|
|
}
|
|
|
|
.disabled {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
/* Tooltips */
|
|
#tooltip {
|
|
position: absolute;
|
|
background-color: #181f24;
|
|
border-radius: 3px;
|
|
font-size: 12px;
|
|
padding: 5px 8px 4px 8px;
|
|
z-index: 100000;
|
|
word-wrap: break-word;
|
|
white-space: pre-line;
|
|
max-width: 400px;
|
|
color: #dedede;
|
|
}
|
|
|
|
#tooltip s {
|
|
background-color: #000;
|
|
color: #000;
|
|
}
|
|
|
|
#wrapper {
|
|
width: 640px;
|
|
margin: auto;
|
|
}
|
|
|
|
#wrapper:after {
|
|
display: block;
|
|
content: ' ';
|
|
clear: both;
|
|
}
|
|
|
|
.items-table {
|
|
width: 300px;;
|
|
cursor: default;
|
|
margin: auto;
|
|
border-left: 1px solid #D2D4D3;
|
|
border-right: 1px solid #D2D4D3;
|
|
background-color: #F2F2F2;
|
|
margin: 10px;
|
|
float: left;
|
|
}
|
|
|
|
.items-table thead tr:first-child th {
|
|
background-color: #D2D4D3;
|
|
}
|
|
|
|
.items-table th {
|
|
font-weight: bold;
|
|
padding: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.items-table td {
|
|
width: 33%;
|
|
border-left: 1px solid #D2D4D3;
|
|
padding: 20px 10px;
|
|
vertical-align: top;
|
|
text-align: center;
|
|
}
|
|
|
|
.items-table tr {
|
|
border-bottom: 1px solid #D2D4D3;
|
|
}
|
|
|
|
.col-board {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.skip-btn-m {
|
|
display: none;
|
|
}
|
|
|
|
/* mobile */
|
|
@media (max-width: 480px) {
|
|
#content {
|
|
padding: 0;
|
|
}
|
|
|
|
.application {
|
|
border-right: 0;
|
|
border-left: 0;
|
|
}
|
|
|
|
#protip {
|
|
display: none;
|
|
}
|
|
|
|
.score-ctrl-top {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 840px) {
|
|
.application {
|
|
width: 100%;
|
|
}
|
|
|
|
.app-ctrl {
|
|
text-align: center;
|
|
}
|
|
|
|
.score-btn {
|
|
width: 32px;
|
|
height: 32px;
|
|
display: inline-block;
|
|
line-height: 32px;
|
|
margin: 0 14px;
|
|
border: 1px solid #D2D4D3;
|
|
padding: 0;
|
|
border-radius: 16px;
|
|
}
|
|
|
|
.score-lbl {
|
|
display: block;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.skip-btn-d {
|
|
display: none;
|
|
}
|
|
|
|
.skip-btn-m {
|
|
display: block;
|
|
margin: 40px auto 12px auto;
|
|
width: 32px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
/* Dark Theme */
|
|
.dark-theme a {
|
|
border: none;
|
|
}
|
|
|
|
.dark-theme a:hover {
|
|
border: none;
|
|
color: #adcad9;
|
|
}
|
|
|
|
.dark-theme .button-light.active,
|
|
.dark-theme .button:hover {
|
|
background-color: #bbb;
|
|
color: #000;
|
|
}
|
|
|
|
.dark-theme .post-link:visited:not(:hover) {
|
|
background-color: #2b2b2b;
|
|
}
|
|
|
|
.dark-theme body,
|
|
.dark-theme .button {
|
|
background-color: #1c1c1c;
|
|
color: #999;
|
|
}
|
|
|
|
.dark-theme .app-content {
|
|
border-top: 1px solid #1c1c1c;
|
|
border-bottom: 1px solid #1c1c1c;
|
|
}
|
|
|
|
.dark-theme .score-btn {
|
|
border: 1px solid #1c1c1c;
|
|
}
|
|
|
|
.dark-theme .score-btn:hover {
|
|
background-color: #1c1c1c;
|
|
color: #fff;
|
|
}
|
|
|
|
.dark-theme .score-btn:first-child {
|
|
border-left: 1px solid #1c1c1c;
|
|
}
|
|
|
|
.dark-theme #menu input,
|
|
.dark-theme .select-box {
|
|
background: url('/image/select-arrow.png') no-repeat right #393836;
|
|
border: 0;
|
|
}
|
|
|
|
.dark-theme .select-box select {
|
|
color: #999;
|
|
}
|
|
|
|
.dark-theme header,
|
|
.dark-theme #menu{
|
|
background-color: #1c1c1c;
|
|
}
|
|
|
|
.dark-theme .application {
|
|
border: 1px solid #2b2b2b;
|
|
background-color: #2b2b2b;
|
|
}
|
|
|
|
.dark-theme .clickbox {
|
|
background-color: #000;
|
|
}
|
|
|
|
.dark-theme .btn-accept,
|
|
.dark-theme .btn-deny,
|
|
.dark-theme .btn-other {
|
|
filter: brightness(80%);
|
|
}
|
|
|
|
.dark-theme .btn-deny {
|
|
background-color: #C41E3A;
|
|
color: #fff;
|
|
}
|
|
|
|
.dark-theme .btn-accept {
|
|
background-color: #00A550;
|
|
color: #fff;
|
|
}
|
|
|
|
.dark-theme .btn-other {
|
|
background-color: #1d8dc4;
|
|
color: #fff;
|
|
}
|
|
|
|
.dark-theme #ban-form-cnt {
|
|
background-color: #1c1c1c;
|
|
border: 3px solid #393836;
|
|
}
|
|
|
|
.dark-theme .backdrop {
|
|
background-color: rgba(0, 0, 0, 0.50);
|
|
}
|
|
|
|
.dark-theme input[type="checkbox"] {
|
|
filter: brightness(50%);
|
|
}
|
|
|
|
.dark-theme a,
|
|
.dark-theme a:hover{
|
|
color: #5896b3;
|
|
}
|