nsedit/css/base.css

186 lines
4.6 KiB
CSS

body, html {
margin:5px;
padding:0;
color:#000;
background:#ffffff;
font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
}
.lightgrey {
opacity: .6;
}
#wrap {
}
#menu {
border: 1px solid #DDD;
font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
font-weight: 300;
float: left;
font-size: 14px;
line-height: 1.3;
width: 10%;
}
#ImportZone {
height: 0px;
width: 0px;
}
.tables {
float: right;
width: 89%;
min-width: 500px;
margin-bottom: 5px;
}
.loginblock {
box-shadow: 0 0 7px -2px #D3D3D3;
display: block;
margin: 0 auto;
padding: 30px;
width: 450px;
}
.logo {
margin: 0 0 30px;
}
input {
border: 1px solid #D3D3D3;
box-shadow: 0 -2px 3px -2px #D3D3D3 inset;
padding: 7px;
}
input[type="submit"] {
background: none repeat scroll 0 0 #000000;
border: medium none;
color: #FFFFFF;
cursor: pointer;
font-weight: bold;
padding: 8px;
}
input[type="submit"]:disabled {
background: none repeat scroll 0 0 #FF0000;
border: medium none;
color: #FFFFFF;
cursor: pointer;
font-weight: bold;
padding: 8px;
}
.label {
display: block;
margin: 0 10px 0 0;
}
#menu ul li {
list-style: none outside none;
}
#menu ul li a {
color: #000000;
font-weight: bold;
text-decoration: none;
}
#menu ul li a:hover {
text-shadow: 1px 1px 1px #D3D3D3;
}
#MasterZones {
margin: 0 0 50px;
}
img.list {
opacity: .4;
}
.clickme {
cursor: pointer;
}
.clickme:hover {
opacity: 1;
}
/* overrides jtable.css */
div.jtable-main-container > div.jtable-title {
background-color: #FFFFFF;
padding-left: 0px;
}
div.jtable-main-container > table.jtable > thead {
background-color: #ABABAB;
}
div.jtable-main-container > div.jtable-title div.jtable-title-text {
color: #000000;
font-weight: bold;
}
div.jtable-main-container div.jtable-title div.jtable-toolbar {
margin-right: 0px;
}
div.jtable-main-container > div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
background-color: #000000;
border-radius: 8px 8px 0 0;
color: #FFFFFF;
padding: 6px;
}
td .jtable-main-container {
box-shadow: 0 0 10px -2px #D3D3D3;
margin: 0 30px 40px;
}
div.jtable-main-container > div.jtable-bottom-panel {
background: none repeat scroll 0 0 #FFFFFF;
border: medium none;
color: #000000;
padding: 5px 0 0;
}
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
background-color: #000000;
color: #FFFFFF;
margin: 1px;
padding: 5px 9px;
cursor: pointer;
}
select {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #F5F5F5;
cursor: pointer;
padding: 6px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td {
cursor: default;
padding: 8px;
}
div.jtable-main-container > table.jtable {
border: 1px solid #DDD;
}
div.jtable-main-container > table.jtable > tbody > tr > td {
border-bottom: 0px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-child-row > td {
border: medium none;
}
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.ui-dialog {
max-width: 80%;
}
tr.jtable-data-row td {
font-size: 16px;
vertical-align: top;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word;
}
tr.jtable-data-row td.ttl, .jtable-input input.ttl {
text-align: right;
}
tr.jtable-data-row td.content {
max-width: 800px;
}
.jtable-input input {
font-size: 16px;
}
.jtable-input input.name {
width: 100%;
}
.jtable-input input.content {
min-width: 600px;
width: 100%;
}