demo20230512/Areas/Certification/Content/css/general.css
2023-05-12 10:20:28 +08:00

404 lines
6.3 KiB
CSS

/* reset bootstrap style */
.nav > li > a {
padding-top: 2px;
padding-bottom: 2px;
}
.panel-default > .panel-heading.docs-panel-heading {
background: #89c2d8;
border-color: #595858;
}
.table-bordered > tbody > tr > th {
border: 1px solid #474747;
}
.table-bordered > tbody > tr > td {
border: 1px solid #474747;
}
/* self define */
/*#docs-scroll-hash-nav {
width:160px;
}*/
.docs-body {
color: #000;
background-color: #f5f5f5;
/*padding-top: 90px;*/
font-family: "微軟正黑體";
}
.docs-header {
min-height: 24px;
background-image: none;
background-color: #fff;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.docs-footer {
width: 100%;
text-align: center;
display: block;
bottom: 0px;
background-color: #cfcfcf;
padding: 12px 0;
color: #595858;
font-size: 12px;
line-height: 18px;
position: fixed;
z-index: 99;
}
.docs-footer p {
margin: 0;
text-align: left;
}
.docs-table {
margin-top: 12px;
margin-bottom: 36px;
}
.docs-table th {
text-align: center;
color: #fff;
background-color: #A1A1A1;
font-weight: 100;
}
.docs-table tr:hover {
background-color: rgb(222, 222, 222);
}
.docs-table tr:first-child:hover {
background-color: rgb(201, 201, 201);
}
.docs-panel {
padding: 0 20px;
}
.docs-ul {
-webkit-padding-start: 0px;
background: inherit;
}
.docs-ul li {
margin: 5px 0px 5px 0px;
}
.docs-wrapper-inline {
display: inline-block;
}
.docs-back-to-top {
height: 26px;
width: 26px;
position: fixed;
bottom: 35px;
right: 5px;
background-color: white;
color: rgb(100, 100, 100);
border-radius: 5px;
padding: 3px 6px;
border: 1px solid rgb(201, 201, 201);
}
.docs-back-to-top:hover {
color: white;
background-color: rgb(35, 176, 99);
}
.docs-textarea-width-mx {
width: 100%;
height: 20%;
}
.docs-content-gap-sm {
margin-bottom: 24px;
}
.docs-content-gap-sm h1 {
margin-bottom: 48px;
}
.docs-p-md {
font-size: 16px;
}
/*.docs-logo {
height: 24px;
width: 24px;
}
.docs-logo img {
height: 100%;
width: 100%;
}*/
.survey_form_logo {
height: 60px;
float: left;
}
.survey_form_logo img {
width: 100%;
height: 100%;
}
.docs-lca-detail {
border-bottom: 1px solid #cdcdcd;
padding: 15px;
line-height: 30px;
margin-bottom: 30px;
}
.docs-btn-group {
margin-bottom: 30px;
}
.docs-inline {
display: inline;
}
.docs-btn-blue {
border-color: #595858;
color: #595858;
background-color: #89c2d8;
margin-right: 12px;
}
.docs-btn-blue:hover {
background-color: #77a7b9;
}
.docs-btn-default {
border-color: #595858;
color: #595858;
background-color: #cfcfcf;
margin-right: 12px;
}
.docs-input-default {
border-color: #595858;
}
.docs-btn-default:hover {
background-color: #c6c6c6;
}
.docs-validate-area {
display: block;
height: 16px;
color: red;
}
.panel-default.docs-panel-default {
border-color: #595858;
}
.docs-container {
max-width: 1440px;
min-width: 1440px;
padding: 0;
}
.docs-container .docs-footer-column {
display: inline-block;
margin: 0 10px;
}
.certification_table > tbody > tr > td, .certification_table > tbody > tr > th {
border: 1px solid rgb(201, 201, 201);
text-align: center;
}
/*.certification_table_header > th {
background: rgb(161, 161, 161);
color: white;
}*/
/*.nav-pills > li > a {
color: rgb(112, 112, 112);
border-radius: 0;
}
.nav-pills > li.active > a {
background: rgb(35, 176, 99);
}
.nav-pills > li.active > a:focus {
background: rgb(35, 176, 99);
}
.nav-pills > li.active > a:hover {
background: rgb(35, 176, 99);
}
.nav-pills > li > a:hover {
background: rgb(35, 176, 99);
color: white;
}*/
.header-button {
position: relative;
float: right;
margin-left: 12px;
padding: 1px 24px;
line-height: 24px;
font-size: 14px;
color: rgb(100, 100, 100);
border: 1px solid rgb(184, 184, 184);
background: white;
}
.header-button:hover {
background: rgb(35, 173, 99);
color: white;
cursor: pointer;
}
.side-bar {
background: #f5f5f5;
z-index: 77;
position: fixed;
/*top: 90px;*/
left: 0;
width: 195px;
}
.side-bar ul {
background: #f5f5f5;
}
.side-bar ul li {
background: #f5f5f5;
}
.panel {
border-radius: 0;
margin: 50px 0;
}
.panel-heading {
border-radius: 0;
}
.panel-default > .panel-heading.docs-panel-heading {
background: rgb(161, 161, 161);
color: white
}
/*#docs-scroll-hash-content {
position: relative;
left: 195px;
}*/
.side-bar-top-empty {
position: fixed;
top: 25px;
left: 0;
width: 195px;
height: 65px;
z-index: 99;
background: #f5f5f5;
}
.sheetheader {
display: inline-block;
margin-left: 15px;
white-space: nowrap;
}
.sheetheader-label {
display: inline-block;
vertical-align: top;
margin-left: 25px;
}
.sheetheader-text {
display: inline-block;
max-width: 200px;
overflow: hidden;
vertical-align: top;
text-overflow: ellipsis;
}
.home_user_login {
float: right;
color: #000;
text-decoration: none;
}
.home_culture_select {
float: right;
color: #000;
text-decoration: none;
}
.home_culture_select > ul {
list-style-type: none;
}
.culture_select_btn {
display: block;
float: right;
line-height: 32px;
margin-right: 15px;
cursor: pointer;
}
.dropdown-toggle {
color: #000;
margin-right: 10px;
}
.tab_header {
padding: 0 0 11px;
color: rgb(89, 89, 89);
font-weight: bold;
}
.tab-toggle {
margin-left: 20px;
margin-right: 20px;
}
.tab_content {
position: relative;
}
.tab {
position: relative;
top: 1px;
height: 28px;
font-size: 18px;
float: left;
margin-right: 4px;
color: rgb(128, 128, 128);
font-size: 1.2em;
}
.active .tab {
cursor: default;
border-bottom: 3px solid green;
color: #32353F;
}
.content_bg {
box-shadow: 0 0 1px 0 rgba(9, 30, 66, 0.31), 0 4px 8px -2px rgba(9, 30, 66, 0.25);
border: unset;
margin: 20px;
}
.org-split-left {
width: 17%;
display: block;
float: left;
}
.org-split-right {
width: 83%;
display: block;
float: right;
background-color: #fff;
}