163 lines
3.1 KiB
SCSS
163 lines
3.1 KiB
SCSS
.fieldset_title{
|
|
margin: 0 0.9375em 1.25em 0.9375em;
|
|
padding: 0.3125em;
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
border: 0em;
|
|
width: auto;
|
|
}
|
|
.errMsg {
|
|
color: #CC3333;
|
|
display: block;
|
|
margin: 10px;
|
|
padding-left: 20px;
|
|
background-image: url(/assets/warning.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|
|
.fieldset_block{
|
|
padding: 1.25em 0.625em 1.25em 3%;
|
|
border-width: 0.125em;
|
|
border-style: groove;
|
|
border-color: threedface;
|
|
border-image: initial;
|
|
}
|
|
.col {
|
|
float: left;
|
|
clear: both;
|
|
width: 9.125em;
|
|
margin: 0 0.625em 0em 0;
|
|
padding: 0.0625em 0 0.0625em 0;
|
|
}
|
|
.col_r {
|
|
float: left;
|
|
display: inline;
|
|
padding-bottom: 0.1875em;
|
|
}
|
|
.col_input{
|
|
padding: 0;
|
|
width: auto;
|
|
}
|
|
.ts_styled, .ts_rowsonly{
|
|
border-collapse: collapse;
|
|
clear: both;
|
|
margin: 0 0 10px;
|
|
width: 100%;
|
|
font-size: 12px;
|
|
}
|
|
.ts_styled caption, .ts_rowsonly caption{
|
|
color: #009999;
|
|
font: bold 15px/20px '微軟正黑體',sans-serif;
|
|
margin: 10px 0 10px;
|
|
text-align: left;
|
|
width: 500px;
|
|
}
|
|
.ts_styled th, .ts_rowsonly th{
|
|
border-top: 2px solid #999;
|
|
border-bottom: 1px solid #999;
|
|
color: #666;
|
|
padding: 10px 5px;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
font-size: 13px;
|
|
font-family: "微軟正黑體";
|
|
}
|
|
.ts_styled td, .ts_rowsonly td{
|
|
border-bottom: 1px solid #e3e3e3;
|
|
padding: 6px 5px;
|
|
color: #333;
|
|
}
|
|
.ts_styled a, .ts_rowsonly a{
|
|
color: #333;
|
|
}
|
|
.ts_styled a:hover, .ts_rowsonly a:hover{
|
|
color: #467cb2;
|
|
}
|
|
.ts_styled .even, .ts_rowsonly .even{}
|
|
.ts_styled tr:hover, .ts_styled tr:hover a {
|
|
background: #f5f5f5;
|
|
transition: background 0.3s;
|
|
}
|
|
.ts_vstyled{}
|
|
.ts_vstyled caption{
|
|
color: #1db2dd;
|
|
font: bold 15px/20px '微軟正黑體',sans-serif;
|
|
margin: 0 0 10px;
|
|
text-align: left;
|
|
width: 500px;
|
|
}
|
|
.ts_vstyled th{
|
|
border-right: 2px solid #1db2dd;
|
|
color: #1db2dd;
|
|
padding: 1%;
|
|
text-align: left;
|
|
width: 13%;
|
|
}
|
|
.ts_vstyled td{
|
|
padding: 1% 2%;
|
|
text-align: left;
|
|
width: 81%;
|
|
}
|
|
.ts_vstyled a{}
|
|
.ts_vstyled a:hover{}
|
|
.PageDetails {
|
|
padding-top: 0.1875em;
|
|
padding-bottom: 0.1875em;
|
|
font-weight: bold;
|
|
font-size: 0.875em;
|
|
border-bottom: 0.0625em solid #ddd;
|
|
overflow: hidden;
|
|
text-align: right;
|
|
color: black;
|
|
font-size: 1.3em;
|
|
}
|
|
.PageList {
|
|
margin: 0em 0em 0 0.5em;
|
|
font-weight: bold;
|
|
font-size: 0.875em;
|
|
overflow: hidden;
|
|
list-style: none;
|
|
display: inline;
|
|
background: none;
|
|
color: #999;
|
|
}
|
|
ol {
|
|
margin: 0 0 0.5em 0;
|
|
min-height: 0.625em;
|
|
height: auto !important;
|
|
height: 0.625em;
|
|
padding: 0;
|
|
clear: both;
|
|
float: right;
|
|
}
|
|
.PageList li {
|
|
display: inline;
|
|
}
|
|
.wrap-inner{
|
|
font-size: 1.1em;
|
|
}
|
|
.field-hint-inactive {
|
|
color: #999;
|
|
margin-left: 0.3125em;
|
|
padding-left: 1em;
|
|
padding-right: 0.5em;
|
|
background-image: url(/assets/fhi.png);
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
float: left;
|
|
}
|
|
.required {
|
|
font-weight: bold;
|
|
}
|
|
.lleft{
|
|
float: left;
|
|
}
|
|
.red_text{
|
|
color: red;
|
|
}
|
|
.layout-content-inner.container{
|
|
min-height: 38em;
|
|
}
|
|
li{
|
|
display: block;
|
|
} |