static.themes.default.beangle-ui.css Maven / Gradle / Ivy
/**
* Beangle, Agile Java/Scala Development Scaffold and Toolkit
*
* Copyright (c) 2005-2013, Beangle Software.
*
* Beangle is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Beangle is distributed in the hope that it will be useful.
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Beangle. If not, see .
*/
/*
* Beangle UI CSS Framework
* LGPL version 3.
*/
body {font-size: 13px;margin:0;font-family: Verdana, Arial, sans-serif;}
select,input,textarea {font-size: 13px;}
input[type="text"],input[type="reset"],input[type="submit"] {
border: 1px solid #CCC;
}
select {
border: 1px solid #CCC;
}
input[type="text"]:focus,select:focus{
outline: 1px solid #3399ff;
outline-radius: 3px;
}
form {
padding:0px;
margin:0px;
}
a:link {color: #000080;text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color: red;}
/* grid */
.grid{border-color:#006CB2;margin: 0px 0px 0px 0px ;font-size: 13px;}
.grid-caption{background-color: #333333;color: #FFFFFF;margin-bottom: 0;padding: 5px;font-weight: bold;}
.gridempty{border:solid;border-width:1px;border-top-width:0px;border-color:#006CB2;text-align:center;}
.gridtable {width:100%;border-collapse: collapse;border:solid;border-width:1px;border-color:#006CB2;vertical-align: middle;table-layout:fixed}
.gridtable td{border-color:#006CB2;border-style:solid;border-width:0 1px 1px 0;overflow:hidden;word-wrap:break-word;}
.gridtable th{border-color:#006CB2;border-style:solid;border-width:0 1px 1px 0;}
.grid-filter-submit {background-image: url(icons/16x16/actions/edit-find.png);background-repeat: no-repeat;background-color:transparent;width:16px;height:16px;border-style:none}
.gridselect{text-align:center;background-color: #e0ecff;}
.gridselect-top{text-align:center;}
.gridhead{color: #000000;text-decoration: none;text-align:center;letter-spacing:0;background-color: #c7dbff;}
.gridhead-icon{background-image: url(icons/16x16/actions.png);display:inline-block;}
.gridhead-asc{background-color: #308dbb;cursor:pointer;}
.gridhead-desc{background-color: #308dbb;cursor:pointer;}
.gridhead-sortable{cursor:pointer;}
.griddata{text-align:center;}
.griddata-odd{text-align:center;text-decoration: none;letter-spacing:0;background-color: #EBEBEB;}
.griddata-even{text-align:center;text-decoration: none;letter-spacing:0;background-color: white;}
.griddata-selected{background-color: #BFFFBF;}
.griddata-over{background-color: #BFFFBF;}
.gridbar{
height:22px;
background-color: #c7dbff;
border:solid;
border-color:#006CB2;
border-width:0px;
}
.gridbar-items{float:left;}
.girdbar-pgbar{height:22px;float:right;margin:0px 5px 0px 0px;line-height: 22px;}
.pgbar-label{background-color:#e9f2f8;}
.pgbar-input-label{}
.pgbar-input{text-align:center;width:35px;height:16px;border-collapse: collapse;border:solid;border-width:1px;border-color:#006CB2;padding:0px;margin:0px 2px 0px 0px;}
.pgbar-selbox{vertical-align: bottom;width:75px;height:21px;font-size: 0.8em;margin:0px 2px 0px 0px;}
.pgbar-go{width:30px;height:18px;font-size: 0.8em;text-align:center;margin:0px;padding:0px 0px 2px 0px;border:solid;border-width:1px;border-color:#006CB2;}
/*toolbar*/
.toolbar{height:22px;border-collapse:separate;display:block;font-size: 13px;}
.toolbar-icon{
background-image: url(icons/16x16/actions.png);
display:inline-block;
/**ie6 hack*/
vertical-align:bottom !important;
vertical-align:baseline;
margin:2px 2px 0px 0px;
border:0px
}
.toolbar-img {vertical-align:bottom;margin-top:2px;margin-right:2px;border:0px}
.toolbar-separator{padding-left:0px;width:1px;float:left;}
.toolbar-title{float:left;}
.toolbar-msg{float:left;height:15px;padding:2px 3px 2px 3px; margin:2px 0px 1px 10px;background-color:#F9EDBE;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}
.toolbar-items{float:right;}
.toolbar-item{float:left;padding:2px 3px 2px 3px;cursor:pointer;}
.toolbar-item-ge0{}
.toolbar-item-e1{}
.toolbar-item-ge1{}
.toolbar-item-ge2{}
.toolbar-item-disabled{display:none;}
.toolbar-item-selected{background-color:#4791C5;float:left;padding:2px 3px 2px 3px;cursor:pointer;}
.toolbar-item-transfer{float:left;padding:1px 2px 1px 2px;background-color:#e9f2f8;border:1px solid #336699;cursor:pointer;}
.toolbar-menu{margin-top:1px;margin-left:0px;background-color:#e9f2f8;visibility:hidden;position:absolute;z-index:100;padding:1px;overflow:visible;border:solid 1px #4791C5;white-space:nowrap;}
.toolbar-menuitem{padding:1px 2px 1px 2px;cursor:pointer;}
.toolbar-menuitem-transfer{background-color:#FFFFFF;padding:1px 2px 1px 2px;cursor:pointer;}
.toolbar-group-separator{float:left;margin:0px 10px 0px 10px;}
.toolbar-line {height:1px;font-size:0pt;clear:both;}
.ajax_container{}
/* message */
div.error, div.message {
background-color: #ECD83C;
border: 0px solid #000;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
text-align: center;
vertical-align: bottom;
}
/* use a different color for the errors */
div.error {
border: 0px solid red;
}
img.validationWarning, div.errors img.icon, div.messages img.icon {
border: 0;
width: 14px;
height: 13px;
vertical-align: top;
}
span.fieldError {
color: red;
font-weight: bold;
}
div.message a {
background: transparent;
color: #0000FF;
}
div.message a:visited {
background: transparent;
color: #0000FF;
}
div.message a:hover {
background: transparent;
color: #008000;
}
div.message a:active {
text-decoration: underline overline;
}
div.message img.icon {
vertical-align: middle;
}
.search-widget{
border-collapse: collapse;
border-width:0px;
margin:auto;
}
.search-widget .search-item{
text-align:right;
}
.search-item input{
width:100px;
}
.search-item select{
width:105px;
}
.V {height:1px;font-size:0pt;padding:0px;border-top:1px solid #4791C5;}
/* FormTable */
.formTable{
border-collapse: collapse;
border:solid;
border-width:1px;
border-color:#006CB2;
text-align: left;
}
.formTable .thead {
color: #000000;
text-decoration: none;
letter-spacing:0;
background-color: #c7dbff;
font-weight:bolder;
}
.formTable .tfoot{
color: #000000;
text-decoration: none;
text-align:center;
letter-spacing:0;
background-color: #c7dbff;
font-weight:bolder;
}
.formTable td{
border:solid;
border-width:0px;
border-right-width:1px;
border-bottom-width:1px;
border-color:#006CB2;
color: #000000;
text-decoration: none;
letter-spacing:0;
}
.formTable .title{
text-align: right;
background-color: #EBEBEB;
}
.formTable .content{
text-align: left;
background-color: white
}
/*详细信息页面*/
table.infoTable {
font-size: 13px;
vertical-align: middle;
width:100%;
table-layout:fixed;
border-collapse: collapse;
background-color: #EEEEEE;
}
table.infoTable td {
border: 1px solid #FFFFFF;
overflow:hidden;
word-wrap:break-word;
}
table.infoTable th {
background-color: #E1ECFF;
height: 22px;
}
.infoTable .title{
height: 22px;
background-color:#F5EDDB;
padding-left: 2px;
padding-right: 2px;
text-align:right;
}
.infoTable .content{
padding-left: 1px;
padding-right: 1px;
}
.infoTitle{
}
/** Index Panel*/
.indexpanel{
border-collapse: collapse;
border:solid;
border-width:1px;
border-color:#006CB2;
margin:0px 0px 0px 0px;
width:100%;
}
.index_view{
border:solid;
border-width:0px;
border-right-width:1px;
border-color:#006CB2;
vertical-align: top;
background-color: #E1ECFF;
width:170px;
}
.index_content{
vertical-align: top;
padding:0;
}
.index_title{
border:solid;
border-width:1px;
margin:0px 0px 0px 0px;
background-color :#E1ECFF;
border-color:#006CB2;
width:100%;
}
table.settingTable td{
border:solid;
border-width:0px;
border-color:#006CB2;
height:30px;
}
/** Print */
@media print {
.notprint {
display:none;
}
}
/** 验证框架使用的两个class */
.tfvHighlight {
font-weight: bold;
color: red;
background-color: #EBEBEB;
/*text-align: right;*/
}
.tfvNormal {
font-weight: normal;
color: black;
}
/*
* 导航菜单
*/
.navmenu {
left: 6px;
background: none repeat scroll 0 0 #507AAA;
clear: both;
height: 30px;
padding: 0 10px;
font-size: 13px;
}
.navmenu ul {
padding: 0;
float: left;
height: 25px;
margin: 5px 0 0;
list-style-type: none;
}
.navmenu li {
float: left;
margin: 0 2px 0 0;
padding: 0;
white-space: nowrap;
font-weight: bold;
}
.navmenu li a {
color: #FFFFFF;
display: inline-block;
margin: 0;
padding: 0px 10px;
height: 25px;
line-height: 24px;
outline: 0 none;
text-decoration: none;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.navmenu li a:hover {
background: none repeat scroll 0 0 #759FCF;
color: #FFFFFF;
}
.navmenu li a.selected, .navmenu li a.selected:hover {
color: #555555;
background: none repeat scroll 0 0 #FFFFFF;
}
.ui-disabled{
color:#999999;
}
/*
* Pretty List Form Style
*/
form.listform {
font-size: 12px;
}
form.listform label.title{
clear: left;
float: left;
display: block;
margin: 0 0 8px;
padding-right: 5px;
text-align: right;
width: 100px;
font-weight: bold;
}
form.listform label.comment{
padding-left: 5px;
}
form.listform em{
color: #FF0000;
font-style: normal;
font-weight: bold;
}
form.listform legend {
font-weight: bold;
padding: 0 2px;
}
form.listform fieldset{
border-style: solid none none;
margin: 10px 0px 0px 10px;
}
form.listform fieldset.emptytitle{
border-style: none;
margin: 0px 0px 0px 0px;
}
form.listform fieldset ol {
margin: 0;
padding: 0;
}
form.listform fieldset li{
background: url("images/form-divider.gif") repeat-x scroll left bottom transparent;
padding: 4px 10px 7px;
list-style: none outside none;
margin: 0;
}
form.listform fieldset fieldset {
border: medium none;
margin: 3px 0 0;
background: none repeat scroll 0 0 transparent;
}
form.listform fieldset fieldset legend {
font-weight: normal;
padding: 0 0 5px;
}
form.listform fieldset fieldset label {
display: block;
width: auto;
}
form.listform fieldset fieldset label {
margin-left: 103px;
}
form.listform li.foot {
padding-left: 110px;
}
/*
* Module UI Style
*/
.module{margin:0px 3px 5px;line-height:1.3em;float:left;width:49%;}
.modulebody{display:block;padding:4px 8px;background:#e0ecff;}
.collapsed .modulebody,.collapsed .collapsed{display:none}
.header{background:#94aef3;margin:0;padding:0;font-size:100%;line-height:1.2em}
.expanded .header,.collapsed .header{
background-image:url("images/arrow_down.gif");
background-repeat:no-repeat;background-position:4px 45%
}
.collapsed .header{background-image:url("images/arrow_right.gif")}
.header .toggle,.header .toggle:visited{
display:block;padding:4px;text-decoration:none;color:#000
}
.expanded .header .toggle,.collapsed .header .toggle,.expanded .header .toggle:visited,.collapsed .header .toggle:visited{padding-left:18px}
.header .toggle:hover{color:#25a;text-decoration:none}
.header .toggle em{font-style:normal;font-weight:normal}
.header em strong{color:#c00;font-weight:normal}
.module h3{margin:0;padding:2px 0;font-size:100%}
.module h3 a,.module h3 em{font-weight:normal;font-style:normal}
.subtitle {margin:0;padding:3px 4px 2px;font-size:100%}
.subtitle em{font-style:normal;font-weight:normal} .data .subtitle{padding-left:0}
.header{background-image:none}
.field{margin-top:2px;padding-top:2px}
.icon-action{background-image: url(icons/16x16/actions.png);display:inline-block;vertical-align:bottom;margin-top:2px;margin-right:2px;border:0px}
.action-activate{ background-position: 0 0; width: 16px; height: 16px; }
.action-backward{ background-position: -66px 0; width: 16px; height: 16px; }
.action-close{ background-position: -132px 0; width: 16px; height: 16px; }
.action-config{ background-position: -198px 0; width: 16px; height: 16px; }
.action-default{ background-position: -264px 0; width: 16px; height: 16px; }
.action-downarrow{ background-position: -330px 0; width: 8px; height: 8px; }
.action-download{ background-position: -388px 0; width: 16px; height: 16px; }
.action-edit-copy{ background-position: -454px 0; width: 16px; height: 16px; }
.action-edit-cut{ background-position: -520px 0; width: 16px; height: 16px; }
.action-edit-delete{ background-position: -586px 0; width: 16px; height: 16px; }
.action-edit-find{ background-position: -652px 0; width: 16px; height: 16px; }
.action-excel{ background-position: -718px 0; width: 16px; height: 16px; }
.action-freeze{ background-position: -784px 0; width: 16px; height: 16px; }
.action-go-first{ background-position: -850px 0; width: 16px; height: 16px; }
.action-go-home{ background-position: -916px 0; width: 16px; height: 16px; }
.action-go-jump{ background-position: -982px 0; width: 16px; height: 16px; }
.action-go-last{ background-position: -1048px 0; width: 16px; height: 16px; }
.action-go-next{ background-position: -1114px 0; width: 16px; height: 16px; }
.action-go-previous{ background-position: -1180px 0; width: 16px; height: 16px; }
.action-help-contents{ background-position: -1246px 0; width: 16px; height: 16px; }
.action-inbox{ background-position: -1312px 0; width: 16px; height: 16px; }
.action-info{ background-position: -1378px 0; width: 16px; height: 16px; }
.action-list{ background-position: -1506px 0; width: 16px; height: 16px; }
.action-mail-reply{ background-position: -1572px 0; width: 16px; height: 16px; }
.action-new{ background-position: -1638px 0; width: 16px; height: 16px; }
.action-office-chart-area{ background-position: -1704px 0; width: 16px; height: 16px; }
.action-office-chart-line{ background-position: -1770px 0; width: 16px; height: 16px; }
.action-office-chart-pie{ background-position: -1836px 0; width: 16px; height: 16px; }
.action-paperclip{ background-position: -1902px 0; width: 15px; height: 15px; }
.action-print{ background-position: 0 -66px; width: 16px; height: 16px; }
.action-refresh{ background-position: -66px -66px; width: 16px; height: 16px; }
.action-save{ background-position: -132px -66px; width: 16px; height: 16px; }
.action-sort-asc{ background-position: -198px -66px; width: 10px; height: 5px; }
.action-sort-desc{ background-position: -258px -66px; width: 10px; height: 5px; }
.action-update{ background-position: -318px -66px; width: 16px; height: 16px; }
.action-user-logout{ background-position: -384px -66px; width: 16px; height: 16px; }
.action-user-trash{ background-position: -450px -66px; width: 16px; height: 16px; }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy