initProject
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
body.f-body {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.marginr {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
ul.result, ol.result {
|
||||
margin: 10px 0;
|
||||
padding: 0;
|
||||
border-top: solid 1px #ddd;
|
||||
}
|
||||
|
||||
ul.result li, ol.result li {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
border-bottom: solid 1px #ddd;
|
||||
}
|
||||
|
||||
|
||||
table.result {
|
||||
margin: 10px 0;
|
||||
width: 500px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table.result th {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.result td, table.result th {
|
||||
border-bottom: solid 1px #ddd;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
.highlight {
|
||||
font-weight: bold;
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
||||
/* Special - Common css */
|
||||
.blockpanel {
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
|
||||
}
|
||||
|
||||
.f-body-bgcolor .blockpanel {
|
||||
border-width: 0 !important;
|
||||
}
|
||||
@@ -0,0 +1,182 @@
|
||||
body.f-body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.blockpanel {
|
||||
min-height: 150px;
|
||||
}
|
||||
|
||||
.mycard {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.mycard .title {
|
||||
position: relative;
|
||||
font-size: 0.9em;
|
||||
opacity: 0.8;
|
||||
filter: alpha(opacity=80);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.mycard .title .infoicon {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mycard .desc {
|
||||
height: 145px;
|
||||
font-size: 0.95em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.mycard .number {
|
||||
font-size: 30px;
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.mycard .number-subtext {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.mycard .chart {
|
||||
height: 60px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mycard .chart .f-progressbar {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
height: 8px;
|
||||
margin-top: -4px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mycard .footer {
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
margin-top: 10px;
|
||||
padding-top: 10px;
|
||||
height: 35px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.mycard .f-icon.f-iconfont-triangle-up {
|
||||
vertical-align: middle;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.mycard .f-icon.f-iconfont-triangle-down {
|
||||
vertical-align: middle;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.mycard.rank {
|
||||
background: url(../images/up.png) no-repeat;
|
||||
padding-left: 80px;
|
||||
}
|
||||
|
||||
.f-theme-mint_choc .mycard.rank,
|
||||
.f-theme-dark_hive .mycard.rank,
|
||||
.f-theme-dot_luv .mycard.rank,
|
||||
.f-theme-eggplant .mycard.rank,
|
||||
.f-theme-le_frog .mycard.rank,
|
||||
.f-theme-overcast .mycard.rank,
|
||||
.f-theme-swanky_purse .mycard.rank,
|
||||
.f-theme-trontastic .mycard.rank,
|
||||
.f-theme-ui_darkness .mycard.rank,
|
||||
.f-theme-vader .mycard.rank,
|
||||
.f-theme-excite_bike .mycard.rank,
|
||||
.f-theme-black_tie .mycard.rank,
|
||||
.f-theme-cupertino .mycard.rank,
|
||||
.f-theme-humanity .mycard.rank,
|
||||
.f-theme-pepper_grinder .mycard.rank,
|
||||
.f-theme-south_street .mycard.rank,
|
||||
.f-theme-sunny .mycard.rank,
|
||||
.f-theme-ui_lightness .mycard.rank {
|
||||
background-image: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mytabstrip > .f-tabstrip-header > .f-panel-title {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.mytabstrip > .f-tabstrip-header > .f-panel-title .f-tab-header {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.mytabstrip > .f-tabstrip-header > .f-panel-title .f-tab-header.f-state-active {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.mytabstrip .tabstrip-chart {
|
||||
height: 350px;
|
||||
}
|
||||
|
||||
.mytable {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.mytable th {
|
||||
font-weight: normal;
|
||||
border-bottom: solid 1px #ddd;
|
||||
}
|
||||
|
||||
.mytable td,
|
||||
.mytable th {
|
||||
padding: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.myform .f-panel-body .f-field {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.mychart-pie {
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
.mysitestats {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
font-size: 14px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.mysitestats li {
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
margin: 0 10px 20px 10px;
|
||||
min-width: 85px;
|
||||
}
|
||||
|
||||
.mysitestats li .title {
|
||||
font-size: 0.9em;
|
||||
opacity: 0.8;
|
||||
filter: alpha(opacity=80);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.mysitestats li .content {
|
||||
font-size: 1.1em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.mynumber {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.mynumber.round {
|
||||
border-radius: 20px;
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
.item-table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.item-img {
|
||||
width: 50px;
|
||||
border: 0;
|
||||
margin-right: 5px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
||||
.item-text {
|
||||
margin-left: 60px;
|
||||
margin-bottom: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.item-desc {
|
||||
font-size: 14px;
|
||||
margin-left: 60px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
@@ -0,0 +1,291 @@
|
||||
#sideheader {
|
||||
height: 58px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
#header .btn-apply-trial > .f-badge {
|
||||
top: 16px;
|
||||
right: 6px;
|
||||
}
|
||||
|
||||
|
||||
#header .header-right > .f-inline-block,
|
||||
#header .header-left > .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 5px 0 rgba(0, 0, 0, .2);
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
body.maintabs-single .bodyregion .topregion,
|
||||
.bodyregion .f-tabstrip-header {
|
||||
box-shadow: 0 1px 5px 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;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.logo-subtitle {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
font-size: 12px;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.online-examples-subtitle {
|
||||
line-height: 16px;
|
||||
font-size: 12px;
|
||||
margin-left: 20px;
|
||||
margin-top: -5px;
|
||||
margin-bottom: 5px;
|
||||
opacity: 0.8;
|
||||
filter: alpha(opacity=80);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#breadcrumb {
|
||||
display: none;
|
||||
}
|
||||
body.maintabs-single #breadcrumb {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#breadcrumb .breadcrumb-separator {
|
||||
margin: 0 8px;
|
||||
opacity: 0.3;
|
||||
filter: alpha(opacity=30);
|
||||
}
|
||||
|
||||
#breadcrumb .breadcrumb-root,
|
||||
#breadcrumb .breadcrumb-text {
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
}
|
||||
|
||||
#breadcrumb .breadcrumb-last {
|
||||
opacity: 0.85;
|
||||
filter: alpha(opacity=85);
|
||||
}
|
||||
|
||||
#breadcrumb .breadcrumb-inner,
|
||||
#breadcrumb .breadcrumb-icons,
|
||||
#breadcrumb .breadcrumb-icons .f-iconfont {
|
||||
display: inline-block;
|
||||
line-height: 58px;
|
||||
vertical-align: top;
|
||||
}
|
||||
#breadcrumb .breadcrumb-icons a {
|
||||
margin-left: 6px;
|
||||
cursor: pointer;
|
||||
opacity: 0.65;
|
||||
filter: alpha(opacity=65);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
.f-tree-minimode-list .f-tree-minimode-icon {
|
||||
font-size: 24px;
|
||||
min-width: 24px;
|
||||
line-height: 24px !important;
|
||||
}
|
||||
.f-tree-minimode-list .f-tree-minimode-icon.f-tree-custom-icon {
|
||||
height: 24px !important;
|
||||
}
|
||||
.f-tree-minimode-list .f-tree-minimode-text {
|
||||
display: block;
|
||||
font-size: 10px;
|
||||
margin-top: 5px;
|
||||
opacity: 0.8;
|
||||
filter: alpha(opacity=80);
|
||||
}
|
||||
*/
|
||||
@@ -0,0 +1,42 @@
|
||||
body.mobileview .mainpanel {
|
||||
transform: translate3d(-260px,0,0);
|
||||
-webkit-transform: translate3d(-260px,0,0);
|
||||
}
|
||||
|
||||
body.mobileview .mainpanel.showsidebar {
|
||||
transform: translate3d(0,0,0);
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
}
|
||||
|
||||
body.mobileview-transition .mainpanel {
|
||||
transition: transform .3s;
|
||||
-webkit-transition: transform .3s;
|
||||
}
|
||||
|
||||
body.mobileview .mainpanel .f-region-split {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
body.mobileview .mainpanel .sidebarregion {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
body.mobileview .mainpanel .bodyregion .showsidebar-mask {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
background-attachment: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 20000;
|
||||
background-color: rgba(0,0,0,.3);
|
||||
}
|
||||
|
||||
|
||||
body.mobileview .mainpanel .f-field.searchbox {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
body.mobileview .mainpanel .f-btn.userpicaction .f-btn-text {
|
||||
display: none !important;
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
.tablehtml {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.tablehtml td {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.tablehtml td.label .redstar {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.tablehtml td > div {
|
||||
display: block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.tablehtml .f-field {
|
||||
width: 100%;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.tablehtml .f-field-textbox,
|
||||
.tablehtml .f-field-label {
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
border-width: 0;
|
||||
padding: 7px 6px;
|
||||
}
|
||||
|
||||
.tablehtml .f-field-checkbox-icon {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.tablehtml .f-field-body-checkboxlabel {
|
||||
margin-left: 26px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.tablehtml td.label {
|
||||
width: 100px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.tablehtml td.content {
|
||||
width: 200px;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
.f-tablestyle > .f-panel-bodyct > .f-panel-body {
|
||||
border-top-width: 0;
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.f-tablestyle .f-field-fieldlabel-cell {
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.f-tablestyle .f-layout-column > .f-panel-bodyct > .f-panel-body > .f-field > .f-field-fieldlabel-cell {
|
||||
border-left-width: 1px;
|
||||
}
|
||||
.f-tablestyle .f-layout-column > .f-panel-bodyct > .f-panel-body > .f-field:first-child > .f-field-fieldlabel-cell {
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.f-tablestyle .f-tablestyle-left-border > .f-panel-bodyct > .f-panel-body > .f-field > .f-field-fieldlabel-cell {
|
||||
border-left-width: 1px;
|
||||
}
|
||||
Reference in New Issue
Block a user