InitBasfTcc11
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
body {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
||||
.marginr {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
ol.result {
|
||||
list-style-type: decimal;
|
||||
margin: 10px 0 10px 25px;
|
||||
}
|
||||
|
||||
table.result {
|
||||
margin: 10px 0;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
table.result th {
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
table.result td, table.result th {
|
||||
border-bottom: solid 1px #efefef;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
.highlight {
|
||||
font-weight: bold;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.black
|
||||
{
|
||||
color: Black;
|
||||
font-weight: bold;
|
||||
background-color: #EBEBEB;
|
||||
}
|
||||
|
||||
.red
|
||||
{
|
||||
color: Red;
|
||||
font-weight: bold;
|
||||
background-color: #FF0000;
|
||||
}
|
||||
|
||||
.formtitle .f-field-body {
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
font-weight:bold;
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
#header table {
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
#header table td {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#header .logo {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#header .f-btn {
|
||||
border-width: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#header .icontopaction .f-btn-icon {
|
||||
width: 22px;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
#header .icontopaction .f-btn-text {
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
|
||||
#header .icononlyaction .f-btn-icon,
|
||||
#header .icononlyaction .f-btn-text {
|
||||
font-size: 30px;
|
||||
line-height: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
|
||||
#header .userpicaction .f-btn-icon {
|
||||
border-radius: 50%;
|
||||
width: 40px;
|
||||
height: 20px;
|
||||
}
|
||||
#header .userpicaction .f-btn-text {
|
||||
margin-left: 8px;
|
||||
font-size: 14px;
|
||||
line-height: 10px;
|
||||
}
|
||||
|
||||
|
||||
ul.list {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.list li {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.isnew {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.tabtool {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.tabtool .ui-icon {
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
|
||||
.bottomtable {
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
}
|
||||
@@ -0,0 +1,203 @@
|
||||
|
||||
#sideheader {
|
||||
height: 58px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#sideheader .logo {
|
||||
font-size: 24px;
|
||||
text-decoration: none;
|
||||
line-height: 58px;
|
||||
}
|
||||
|
||||
#header {
|
||||
height: 58px;
|
||||
}
|
||||
|
||||
#header .header-right {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#header .f-btn {
|
||||
border-width: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#header .icontopaction .f-btn-icon {
|
||||
width: 18px;
|
||||
font-size: 18px;
|
||||
line-height: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
#header .icontopaction .f-btn-text {
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#header .f-btn.icononlyaction {
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
#header .icononlyaction .f-btn-icon,
|
||||
#header .icononlyaction .f-btn-text {
|
||||
font-size: 18px;
|
||||
line-height: 38px;
|
||||
height: 38px;
|
||||
}
|
||||
|
||||
|
||||
#header .userpicaction .f-btn-icon {
|
||||
border-radius: 50%;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#header .userpicaction .f-btn-text {
|
||||
margin-left: 8px;
|
||||
font-size: 14px;
|
||||
line-height: 38px;
|
||||
}
|
||||
|
||||
|
||||
/* searchbox */
|
||||
#header .header-right > .f-inline-block {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.f-animation #header .searchbox {
|
||||
-webkit-transition: width .3s;
|
||||
transition: width .3s;
|
||||
}
|
||||
|
||||
#header .searchbox {
|
||||
margin-bottom: 0;
|
||||
padding: 12px 6px;
|
||||
}
|
||||
|
||||
#header .searchbox .f-field-textbox {
|
||||
border-width: 0;
|
||||
border-bottom-width: 1px;
|
||||
border-radius: 0;
|
||||
line-height: 34px;
|
||||
height: 34px;
|
||||
padding: 0 8px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#header .searchbox.collapsed .f-field-textbox {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-bottom-color: transparent;
|
||||
padding: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#header .searchbox.expanded .f-field-textbox {
|
||||
}
|
||||
|
||||
#header .searchbox .f-field-triggerbox-icons {
|
||||
margin-top: -12px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#header .searchbox .f-field-triggerbox-icon.f-icon {
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
min-width: 24px;
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.copyright-menutext {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.copyright-menutext .copyright {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.copyright-menutext .copyright .version img {
|
||||
width: 58px;
|
||||
padding: 8px 0 3px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
ul.list {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.list li {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
.isnew,
|
||||
.iscorp {
|
||||
color: red;
|
||||
font-size: 11px;
|
||||
line-height: 11px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.tabtool.viewcode .f-icon {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
ul.applytrial {
|
||||
list-style-type: none;
|
||||
margin: 10px 0 0 10px;
|
||||
border-left-width: 1px;
|
||||
border-left-style: dashed;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
ul.applytrial li {
|
||||
padding: 1px 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Special - Index Page */
|
||||
.sidebarregion {
|
||||
box-shadow: 1px 0 3px 0 rgba(0,0,0,.2);
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
.bodyregion .f-tabstrip-header {
|
||||
box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
|
||||
.bodyregion .f-tabstrip-inkbar > .f-tabstrip-header .f-tab-header.f-state-active {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
/*.bodyregion .f-tabstrip-header .f-tabstrip-header-inkbar {
|
||||
bottom: auto;
|
||||
top: 0;
|
||||
}*/
|
||||
|
||||
|
||||
.leftregion .f-tree-node.f-widget-header .f-tree-cell-inner,
|
||||
.leftregion .f-tree-minimode-list .f-tree-minimode-item .f-tree-minimode-item-inner {
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
.sidebarregion .leftregion,
|
||||
.bodyregion .centerregion {
|
||||
border-width: 0;
|
||||
border-top-width: 1px;
|
||||
}
|
||||
Reference in New Issue
Block a user