2013-07-07 06:49:38 +00:00
|
|
|
@CHARSET "UTF-8";
|
|
|
|
#sqlite-admin-wrap h2,
|
|
|
|
#sqlite-admin-side-wrap h2 {
|
2013-08-23 01:31:59 +00:00
|
|
|
background: rgb(34, 34, 34);
|
|
|
|
color: rgb(256, 256, 256);
|
|
|
|
padding-left: 5px;
|
2013-07-07 06:49:38 +00:00
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.navigation {
|
|
|
|
display: block;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
min-height: 20px;
|
|
|
|
/* border: 1px solid #000; */
|
|
|
|
}
|
|
|
|
.navi-menu {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
.menu-item {
|
|
|
|
font-size: 20px;
|
|
|
|
display: inline;
|
|
|
|
min-width: 150px;
|
|
|
|
height: 50px;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 10px;
|
|
|
|
padding: 5px;
|
|
|
|
border: .5px solit #000;
|
2013-08-23 01:31:59 +00:00
|
|
|
background: rgb(51, 51, 51);
|
|
|
|
color: (256, 256, 256);
|
2013-07-07 06:49:38 +00:00
|
|
|
}
|
|
|
|
.menu-selected {
|
|
|
|
font-size: 20px;
|
|
|
|
display: inline;
|
|
|
|
min-width: 150px;
|
|
|
|
height: 50px;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 10px;
|
|
|
|
padding: 5px;
|
|
|
|
border: .5px solit #000;
|
2013-08-23 01:31:59 +00:00
|
|
|
background: rgb(0, 116, 162);
|
|
|
|
color: rgb(256, 256, 256);
|
2013-07-07 06:49:38 +00:00
|
|
|
}
|
|
|
|
.menu-item a {
|
|
|
|
text-decoration: none;
|
2013-08-23 01:31:59 +00:00
|
|
|
color: rgb(256, 256, 256);
|
2013-07-07 06:49:38 +00:00
|
|
|
}
|
|
|
|
#sqlite-admin-wrap {
|
|
|
|
color: #1d1d1d;
|
|
|
|
font-size: 10pt;
|
|
|
|
border: 1px solid #ddd;
|
2013-08-23 01:31:59 +00:00
|
|
|
background: rgb(256, 256, 256);
|
2013-07-07 06:49:38 +00:00
|
|
|
/* border-top: 0; */
|
|
|
|
-webkit-border-bottom-right-radius: 6px;
|
|
|
|
-webkit-border-bottom-left-radius: 6px;
|
|
|
|
-moz-border-radius-bottomright: 6px;
|
|
|
|
-moz-border-radius-bottomleft: 6px;
|
|
|
|
border-bottom-right-radius: 6px;
|
|
|
|
border-bottom-left-radius: 6px;
|
2013-08-23 01:31:59 +00:00
|
|
|
-webkit-border-top-right-radius: 6px;
|
|
|
|
-webkit-border-top-left-radius: 6px;
|
|
|
|
-moz-border-radius-topright: 6px;
|
|
|
|
-moz-border-radius-topleft: 6px;
|
|
|
|
border-top-right-radius: 6px;
|
|
|
|
border-top-left-radius: 6px;
|
2013-07-07 06:49:38 +00:00
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
min-height: 100%;
|
|
|
|
position: relative;
|
2013-08-23 01:31:59 +00:00
|
|
|
width: 58%;
|
2013-07-07 06:49:38 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
padding: 5px;
|
|
|
|
box-shadow: 5px 5px 5px #eee;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
#sqlite-admin-side-wrap {
|
|
|
|
color: #1d1d1d;
|
|
|
|
font-size: 10pt;
|
|
|
|
border: 1px solid #ddd;
|
2013-08-23 01:31:59 +00:00
|
|
|
background: rgb(256, 256, 256);
|
2013-07-07 06:49:38 +00:00
|
|
|
/* border-top: 0; */
|
|
|
|
-webkit-border-bottom-right-radius: 6px;
|
|
|
|
-webkit-border-bottom-left-radius: 6px;
|
|
|
|
-moz-border-radius-bottomright: 6px;
|
|
|
|
-moz-border-radius-bottomleft: 6px;
|
|
|
|
border-bottom-right-radius: 6px;
|
|
|
|
border-bottom-left-radius: 6px;
|
2013-08-23 01:31:59 +00:00
|
|
|
-webkit-border-top-right-radius: 6px;
|
|
|
|
-webkit-border-top-left-radius: 6px;
|
|
|
|
-moz-border-radius-topright: 6px;
|
|
|
|
-moz-border-radius-topleft: 6px;
|
|
|
|
border-top-right-radius: 6px;
|
|
|
|
border-top-left-radius: 6px;
|
2013-07-07 06:49:38 +00:00
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
min-height: 100%;
|
|
|
|
position: relative;
|
|
|
|
width: 35%;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding: 5px 5px 5px 5px;
|
|
|
|
box-shadow: 5px 5px 5px #eee;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
text-indent: 15px;
|
|
|
|
line-height: 150%;
|
|
|
|
}
|
|
|
|
table#sys-info{
|
|
|
|
/* width: 600px; */
|
2013-09-04 07:45:37 +00:00
|
|
|
width: 480px;
|
2013-07-07 06:49:38 +00:00
|
|
|
}
|
|
|
|
table#status {
|
2013-09-04 07:45:37 +00:00
|
|
|
width: 480px;
|
2013-07-07 06:49:38 +00:00
|
|
|
}
|
|
|
|
table#sqlite-table {
|
|
|
|
/* width: 700px; */
|
2013-08-23 01:31:59 +00:00
|
|
|
width: 100%;
|
2013-07-07 06:49:38 +00:00
|
|
|
}
|
|
|
|
th.tbl-name {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
th.tbl_owner {
|
|
|
|
width: 105px;
|
|
|
|
}
|
|
|
|
th.tbl_index {
|
2013-08-23 01:31:59 +00:00
|
|
|
width: 300px;
|
2013-07-07 06:49:38 +00:00
|
|
|
}
|
|
|
|
td.system {
|
|
|
|
color: rgb(153, 0, 0);
|
|
|
|
}
|
|
|
|
td.user {
|
|
|
|
color: rgb(0, 0, 255);
|
|
|
|
}
|
|
|
|
td.menu-title {
|
2013-08-23 01:31:59 +00:00
|
|
|
width: 95px;
|
2013-07-07 06:49:38 +00:00
|
|
|
}
|
|
|
|
table.statement {
|
|
|
|
width: 500px;
|
|
|
|
}
|
2013-09-13 06:17:53 +00:00
|
|
|
ul.in-body-list {
|
2013-07-07 06:49:38 +00:00
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
ol {
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
|
|
|
pre.code {
|
|
|
|
padding: 5px 5px 5px 5px;
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-right: 10px;
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
tr.incompatible {
|
|
|
|
background: rgb(251, 229, 221);
|
|
|
|
}
|
|
|
|
tr.workaround {
|
|
|
|
background: rgb(217, 232, 237);
|
|
|
|
}
|
|
|
|
tr.compatible {
|
|
|
|
}
|
|
|
|
th.active-plugins {
|
2013-08-23 01:31:59 +00:00
|
|
|
width: 120px;
|
2013-07-07 06:49:38 +00:00
|
|
|
}
|
|
|
|
th.compatible {
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
input.button-primary {
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
.alt {
|
|
|
|
background: rgb(247, 254, 236);
|
|
|
|
}
|
2013-09-04 07:45:37 +00:00
|
|
|
table#patch-files .item,
|
|
|
|
table#backup-files .item {
|
2013-07-07 06:49:38 +00:00
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
.alert {
|
|
|
|
color: rgb(256, 0, 0);
|
|
|
|
}
|
|
|
|
div.alert {
|
|
|
|
display: block;
|
|
|
|
width: 95%;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto;
|
|
|
|
color: rgb(256, 0, 0);
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
blockquote.caution {
|
|
|
|
display: block;
|
|
|
|
width: 95%;
|
|
|
|
border: 3px double rgb(0, 0, 0);
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
blockquote.caution > p {
|
|
|
|
margin: 5px;
|
|
|
|
padding: 0;
|
|
|
|
}
|