231 lines
No EOL
3.9 KiB
CSS
231 lines
No EOL
3.9 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,
|
|
body,
|
|
iframe {
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
font-size: 13px;
|
|
font-family: 'Helvetica Neue', arial, sans-serif;
|
|
color: #393836;
|
|
background-color: #E7E7E7;
|
|
}
|
|
|
|
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: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
a {
|
|
color: #1d8dc4;
|
|
text-decoration: none;
|
|
border-bottom: 1px solid #adcad9;
|
|
}
|
|
|
|
a:hover {
|
|
border-bottom: 1px solid #1d8dc4;
|
|
}
|
|
|
|
iframe {
|
|
vertical-align: top
|
|
}
|
|
|
|
#nav-frame {
|
|
width: 190px;
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
|
|
#content-frame {
|
|
height: 100%;
|
|
margin-left: 190px;
|
|
}
|
|
|
|
/* nav menu */
|
|
#nav-menu a {
|
|
display: inline-block;
|
|
border: 0;
|
|
padding: 2px 4px;
|
|
width: 100%;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#nav-menu a:hover {
|
|
background-color: #1d8dc4;
|
|
color: #fff;
|
|
}
|
|
|
|
#nav-menu {
|
|
width: 145px;
|
|
padding: 10px;
|
|
}
|
|
|
|
#nav-menu li {
|
|
width: 100%;
|
|
}
|
|
|
|
#nav-menu .nav-menu-sep {
|
|
margin-bottom: 2px;
|
|
padding-bottom: 2px;
|
|
border-bottom: 1px solid #adcad9;
|
|
}
|
|
|
|
#title {
|
|
color: #dedede;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.thin-scroll {
|
|
scrollbar-width: thin;
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.items-table {
|
|
cursor: default;
|
|
margin: auto;
|
|
border-left: 1px solid #D2D4D3;
|
|
border-right: 1px solid #D2D4D3;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.items-table th {
|
|
background-color: #D2D4D3;
|
|
font-weight: bold;
|
|
padding: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.items-table td {
|
|
border-left: 1px solid #D2D4D3;
|
|
padding: 20px 10px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.items-table tr {
|
|
border-bottom: 1px solid #D2D4D3;
|
|
}
|
|
|
|
.items-table th,
|
|
.items-table td {
|
|
border-top: 1px solid #D2D4D3;
|
|
}
|
|
|
|
.widget-cnt {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.widget {
|
|
flex: 0 1 auto;
|
|
width: 220px;
|
|
min-height: 160px;
|
|
margin: 10px;
|
|
border-radius: 3px;
|
|
box-shadow: 0 0 0 3px #d2d4d3;
|
|
}
|
|
|
|
.widget-hdr {
|
|
padding: 2px;
|
|
background-color: #d2d4d3;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
cursor: default;
|
|
}
|
|
|
|
.widget-tbl a {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.widget-tbl {
|
|
width: 100%;
|
|
}
|
|
|
|
.widget-tbl td {
|
|
padding: 2px;
|
|
}
|
|
|
|
.widget-tbl td:last-child {
|
|
text-align: right;
|
|
}
|
|
|
|
.widget-tbl tr {
|
|
border-bottom: 1px solid #D2D4D3;
|
|
}
|
|
|
|
.widget-hdr .qot {
|
|
float: right;
|
|
display: inline-block;
|
|
width: 1.5em;
|
|
text-align: right;
|
|
}
|
|
|
|
/* 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;
|
|
text-align: center;
|
|
}
|
|
|
|
.tip-top-left:before,
|
|
.tip-top-right:before,
|
|
.tip-top:before {
|
|
content:"";
|
|
display:block;
|
|
width:0;
|
|
height:0;
|
|
position:absolute;
|
|
border-left: 4px solid transparent;
|
|
border-right: 4px solid transparent;
|
|
border-top: 4px solid #181f24;
|
|
margin-left: -4px;
|
|
bottom: -4px;
|
|
}
|
|
|
|
.tip-top:before {
|
|
left: 50%;
|
|
}
|
|
|
|
.tip-top-right:before {
|
|
left: 2px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.tip-top-left:before {
|
|
right: 2px;
|
|
} |