git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@823587 b8457f37-d9ea-0310-8a92-e5e31aec5664master
@ -0,0 +1,2 @@ | |||
<?php | |||
/* Silence is golden */ |
@ -0,0 +1,2 @@ | |||
<?php | |||
/* Silence is golden */ |
@ -0,0 +1 @@ | |||
jQuery(document).ready(function($){function stripe(arg){$(arg).find("tr.alt").removeClass("alt");var $args=arg+" tbody";$($args).each(function(){$(this).children(":visible").has("td").filter(function(index){return 1==index%2}).addClass("alt")})}var $table=null,$headers=null;null!=document.getElementById("sqlite-table")?($table=$("#sqlite-table"),$headers=$table.find("thead th").slice(0,2)):null!=document.getElementById("plugins-table")?($table=$("#plugins-table"),$headers=$table.find("thead th").slice(0)):null!=document.getElementById("patch-files")?($table=$("#patch-files"),$headers=$table.find("thead th").slice(1)):null!=document.getElementById("backup-files")&&($table=$("#backup-files"),$headers=$table.find("thead th").slice(1)),$headers.wrapInner('<a href="#"></a>').addClass("sort");var rows=$table.find("tbody > tr").get();$headers.bind("click",function(event){event.preventDefault();var $header=$(this),sortKey=$header.data("sort").key,sortDirection=1;$header.hasClass("sorted-asc")&&(sortDirection=-1),rows.sort(function(a,b){var keyA=$(a).data("table")[sortKey],keyB=$(b).data("table")[sortKey];return keyB>keyA?-sortDirection:keyA>keyB?sortDirection:0}),$headers.removeClass("sorted-asc sortd-desc"),$headers.addClass(1==sortDirection?"sorted-asc":"sorted-desc"),$.each(rows,function(index,row){$table.children("tbody").append(row)}),stripe("#plugins-table"),stripe("#sqlite-table"),stripe("#patch-files")}),stripe("#plugins-table"),stripe("#sys-info"),stripe("#sqlite-table"),stripe("#status"),stripe("#patch-files")}),jQuery(document).ready(function($){function stripe(arg){$(arg).find("tr.alt").removeClass("alt");var $args=arg+" tbody";$($args).each(function(){$(this).children(":visible").has("td").filter(function(index){return 1==index%2}).addClass("alt")})}var $table=$("#plugins-info"),$headers=$table.find("thead th").slice(0);$headers.wrapInner('<a href="#"></a>').addClass("sort");var rows=$table.find("tbody > tr").get();$headers.bind("click",function(event){event.preventDefault();var $header=$(this),sortKey=$header.data("sort").key,sortDirection=1;$header.hasClass("sorted-asc")&&(sortDirection=-1),rows.sort(function(a,b){var keyA=$(a).data("table")[sortKey],keyB=$(b).data("table")[sortKey];return keyB>keyA?-sortDirection:keyA>keyB?sortDirection:0}),$headers.removeClass("sorted-asc sortd-desc"),$headers.addClass(1==sortDirection?"sorted-asc":"sorted-desc"),$.each(rows,function(index,row){$table.children("tbody").append(row)}),stripe("#plugins-info")}),stripe("#plugins-info")}); |
@ -0,0 +1,2 @@ | |||
<?php | |||
/* Silence is golden */ |
@ -0,0 +1,37 @@ | |||
@import url('./style.min.css'); | |||
@CHARSET "UTF-8"; | |||
#sqlite-admin-wrap h2, | |||
#sqlite-admin-side-wrap h2 { | |||
background: #4796b3; | |||
color: rgb(255, 255, 255); | |||
padding-left: 5px; | |||
} | |||
.menu-item { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
border: .5px solit #000; | |||
background: #4796b3; | |||
color: (255, 255, 255); | |||
line-height: 40px; | |||
} | |||
.menu-selected { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
border: .5px solit #000; | |||
background: #096484; | |||
color: rgb(255, 255, 255); | |||
} | |||
.menu-item a { | |||
text-decoration: none; | |||
color: rgb(255, 255, 255); | |||
} |
@ -0,0 +1 @@ | |||
@import url('./style.min.css');@CHARSET "UTF-8";#sqlite-admin-wrap h2,#sqlite-admin-side-wrap h2{background:#4796b3;color:#fff;padding-left:5px}.menu-item{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;border:.5px solit #000;background:#4796b3;color:(255,255,255);line-height:40px}.menu-selected{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;border:.5px solit #000;background:#096484;color:#fff}.menu-item a{text-decoration:none;color:#fff} |
@ -0,0 +1,36 @@ | |||
@import url('./style.min.css'); | |||
@CHARSET "UTF-8"; | |||
#sqlite-admin-wrap h2, | |||
#sqlite-admin-side-wrap h2 { | |||
background: #59524c; | |||
color: rgb(255, 255, 255); | |||
padding-left: 5px; | |||
} | |||
.menu-item { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
border: .5px solit #000; | |||
background: #59524c; | |||
color: rgb(255, 255, 255); | |||
line-height: 40px; | |||
} | |||
.menu-selected { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
background: #c7a589; | |||
color: rgb(255, 255, 255); | |||
} | |||
.menu-item a { | |||
text-decoration: none; | |||
color: rgb(255, 255, 255); | |||
} |
@ -0,0 +1 @@ | |||
@import url('./style.min.css');@CHARSET "UTF-8";#sqlite-admin-wrap h2,#sqlite-admin-side-wrap h2{background:#59524c;color:#fff;padding-left:5px}.menu-item{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;border:.5px solit #000;background:#59524c;color:#fff;line-height:40px}.menu-selected{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;background:#c7a589;color:#fff}.menu-item a{text-decoration:none;color:#fff} |
@ -1,124 +0,0 @@ | |||
@CHARSET "UTF-8"; | |||
#sqlite-admin-wrap h2, | |||
#sqlite-admin-side-wrap h2 { | |||
background: rgb(34, 34, 34); | |||
color: rgb(256, 256, 256); | |||
padding-left: 5px; | |||
} | |||
.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; | |||
background: rgb(51, 51, 51); | |||
color: (256, 256, 256); | |||
} | |||
.menu-selected { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
border: .5px solit #000; | |||
background: rgb(46, 162, 204); | |||
color: rgb(256, 256, 256); | |||
} | |||
.menu-item a { | |||
text-decoration: none; | |||
color: rgb(256, 256, 256); | |||
} | |||
#sqlite-admin-wrap { | |||
color: #1d1d1d; | |||
font-size: 10pt; | |||
border: 1px solid #ddd; | |||
background: rgb(256, 256, 256); | |||
/* 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; | |||
-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; | |||
display: block; | |||
float: left; | |||
min-height: 100px; | |||
position: relative; | |||
width: 47%; | |||
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; | |||
background: rgb(256, 256, 256); | |||
/* 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; | |||
-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; | |||
display: block; | |||
float: left; | |||
min-height: 100px; | |||
position: relative; | |||
width: 47%; | |||
margin-top: 10px; | |||
padding: 5px; | |||
box-shadow: 5px 5px 5px #eee; | |||
z-index: 1; | |||
} | |||
p { | |||
text-indent: 15px; | |||
line-height: 150%; | |||
margin-left: 10px; | |||
margin-right: 10px; | |||
} | |||
ul.in-body-list { | |||
margin-left: 20px; | |||
} | |||
ol { | |||
margin-left: 40px; | |||
} | |||
pre.code { | |||
margin-left: 10px; | |||
background: #eee; | |||
} | |||
.alt { | |||
background: rgb(247, 254, 236); | |||
} | |||
.em { | |||
font-weight: bold; | |||
text-transform: capitalize; | |||
} |
@ -0,0 +1,36 @@ | |||
@import url('./style.min.css'); | |||
@CHARSET "UTF-8"; | |||
#sqlite-admin-wrap h2, | |||
#sqlite-admin-side-wrap h2 { | |||
background: #523f6d; | |||
color: rgb(255, 255, 255); | |||
padding-left: 5px; | |||
} | |||
.menu-item { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
border: .5px solit #000; | |||
background: #523f6d; | |||
color: rgb(255, 255, 255); | |||
line-height: 40px; | |||
} | |||
.menu-selected { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
background: #a3b745; | |||
color: rgb(255, 255, 255); | |||
} | |||
.menu-item a { | |||
text-decoration: none; | |||
color: rgb(255, 255, 255); | |||
} |
@ -0,0 +1 @@ | |||
@import url('./style.min.css');@CHARSET "UTF-8";#sqlite-admin-wrap h2,#sqlite-admin-side-wrap h2{background:#523f6d;color:#fff;padding-left:5px}.menu-item{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;border:.5px solit #000;background:#523f6d;color:#fff;line-height:40px}.menu-selected{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;background:#a3b745;color:#fff}.menu-item a{text-decoration:none;color:#fff} |
@ -0,0 +1,2 @@ | |||
<?php | |||
/* Silence is golden */ |
@ -0,0 +1,38 @@ | |||
@import url('./style.min.css'); | |||
@CHARSET "UTF-8"; | |||
#sqlite-admin-wrap h2, | |||
#sqlite-admin-side-wrap h2 { | |||
background: #e5e5e5; | |||
color: rgb(55, 55, 55); | |||
padding-left: 5px; | |||
} | |||
.menu-item { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
border: .5px solit #000; | |||
background: #e5e5e5; | |||
color: rgb(55, 55, 55); | |||
border-bottom-color: whitesmoke; | |||
line-height: 40px; | |||
} | |||
.menu-selected { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
background: #888888; | |||
color: rgb(255, 255, 255); | |||
border-bottom-color: whitesmoke; | |||
} | |||
.menu-item a { | |||
text-decoration: none; | |||
color: rgb(55, 55, 55); | |||
} |
@ -0,0 +1 @@ | |||
@import url('./style.min.css');@CHARSET "UTF-8";#sqlite-admin-wrap h2,#sqlite-admin-side-wrap h2{background:#e5e5e5;color:#373737;padding-left:5px}.menu-item{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;border:.5px solit #000;background:#e5e5e5;color:#373737;border-bottom-color:whitesmoke;line-height:40px}.menu-selected{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;background:#888;color:#fff;border-bottom-color:whitesmoke}.menu-item a{text-decoration:none;color:#373737} |
@ -0,0 +1,40 @@ | |||
@import url('./style.min.css'); | |||
@CHARSET "UTF-8"; | |||
#sqlite-admin-wrap h2, | |||
#sqlite-admin-side-wrap h2 { | |||
background: #363b3f; | |||
color: rgb(255, 255, 255); | |||
padding-left: 5px; | |||
} | |||
.menu-item { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
border: .5px solit #000; | |||
background: #363b3f; | |||
color: rgb(255, 255, 255); | |||
line-height: 40px; | |||
} | |||
.menu-selected { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
background: #e14d43; | |||
color: rgb(255, 255, 255); | |||
} | |||
.menu-item a { | |||
text-decoration: none; | |||
color: rgb(255, 255, 255); | |||
} | |||
.menu-item { | |||
background: #363b3f; | |||
color: rgb(255, 255, 255); | |||
} |
@ -0,0 +1 @@ | |||
@import url('./style.min.css');@CHARSET "UTF-8";#sqlite-admin-wrap h2,#sqlite-admin-side-wrap h2{background:#363b3f;color:#fff;padding-left:5px}.menu-item{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;border:.5px solit #000;background:#363b3f;color:#fff;line-height:40px}.menu-selected{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;background:#e14d43;color:#fff}.menu-item a{text-decoration:none;color:#fff}.menu-item{background:#363b3f;color:#fff} |
@ -0,0 +1,36 @@ | |||
@import url('./style.min.css'); | |||
@CHARSET "UTF-8"; | |||
#sqlite-admin-wrap h2, | |||
#sqlite-admin-side-wrap h2 { | |||
background: #738e96; | |||
color: rgb(255, 255, 255); | |||
padding-left: 5px; | |||
} | |||
.menu-item { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
border: .5px solit #000; | |||
background: #738e96; | |||
color: rgb(255, 255, 255); | |||
line-height: 40px; | |||
} | |||
.menu-selected { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
background: #9ebaa0; | |||
color: rgb(255, 255, 255); | |||
} | |||
.menu-item a { | |||
text-decoration: none; | |||
color: rgb(255, 255, 255); | |||
} |
@ -0,0 +1 @@ | |||
@import url('./style.min.css');@CHARSET "UTF-8";#sqlite-admin-wrap h2,#sqlite-admin-side-wrap h2{background:#738e96;color:#fff;padding-left:5px}.menu-item{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;border:.5px solit #000;background:#738e96;color:#fff;line-height:40px}.menu-selected{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;background:#9ebaa0;color:#fff}.menu-item a{text-decoration:none;color:#fff} |
@ -0,0 +1 @@ | |||
@CHARSET "UTF-8";#sqlite-admin-wrap h2,#sqlite-admin-side-wrap h2{background:#222;color:#fff;padding-left:5px}h3{clear:both}.navigation{display:block;margin-top:0;margin-bottom:0;min-height:20px}.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;background:#333;color:(255,255,255);line-height:40px}.menu-selected{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;border:.5px solit #000;background:#2ea2cc;color:#fff}.menu-item a{text-decoration:none;color:#fff}#sqlite-admin-wrap{color:#1d1d1d;font-size:11pt;border:1px solid #ddd;background:#fff;-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;-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;display:block;float:left;min-height:100%;position:relative;width:58%;margin-top:10px;padding:5px;box-shadow:5px 5px 5px #eee;z-index:1}#wpbody-content>.single{width:95%}#sqlite-admin-side-wrap{color:#1d1d1d;font-size:11pt;border:1px solid #ddd;background:#fff;-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;-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;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%;font-size:11pt;margin-left:10px;margin-right:10px}table#sys-info{width:80%}table#status{width:100%}table#sqlite-table{width:100%}th.tbl-name{width:25%}th.tbl_owner{width:25%}th.tbl_index{width:50%}td.system{color:#900}td.user{color:#00f}td.menu-title{width:95px}table.statement{width:500px}ul.in-body-list{margin-left:20px}ol{margin-left:40px}pre.code{padding:5px 5px 5px 5px;margin-left:15px;margin-right:10px;background:#eee;white-space:pre-wrap;word-wrap:break-word;overflow:auto}tr.incompatible{background:#fbe5dd}tr.workaround{background:#d9e8ed}th.active-plugins{width:20%}th.compatible{width:30%}input.button-primary{display:block;clear:both;width:100px}.alt{background:#f7feec}.em{font-weight:bold;text-transform:capitalize}table#patch-files .item,table#backup-files .item{width:40px}.alert{color:#f00}div.alert{display:block;width:95%;text-align:center;margin:0 auto;color:#f00;text-transform:capitalize}blockquote.caution{display:block;width:95%;border:3px double #000;margin:0 auto;padding:5px}blockquote.caution>p{margin:5px;padding:0}#errorlog,#dbfile{width:100%}@media screen and (max-width:600px){#sqlite-admin-wrap{width:95%}#sqlite-admin-side-wrap{width:95%}#sqlite-admin-wrap>table#sys-info{width:100%}table#sys-info th.item{width:50%}#sqlite-admin-wrap>table#status{width:100%}table#status th{width:50%}table#sqlite-table{width:100%}th.tbl-name{width:25%}th.tbl_owner{width:25%}th.tbl_index{width:50%}#sqlite-admin-side-wrap table#plugins-info{width:100%}th.installed-plugins{width:50%}th.active-plugins{width:20%}th.compatible{width:30%}#sqlite-admin-side-wrap>table#plugins-table{width:100%}#sqlite-admin-side-wrap>table#plugins-table th.item{width:30%}#sqlite-admin-side-wrap>table#plugins-table th.compat{width:20%}#sqlite-admin-side-wrap>table#plugins-table th.reason{width:50%}}@media screen and (max-width:782px){#sqlite-admin-wrap{width:95%}#sqlite-admin-side-wrap{width:95%}table#plugins-info{width:480px}table#sqlite-table{width:100%}th.tbl-name{width:25%}th.tbl_owner{width:25%}th.tbl_index{width:50%}#plugins-table{width:500px}}@media screen and (max-width:900px){#sqlite-admin-wrap{width:95%}#sqlite-admin-side-wrap{width:95%}table#plugins-info{width:480px}table#sqlite-table{width:100%}th.tbl-name{width:25%}th.tbl_owner{width:25%}th.tbl_index{width:50%}#plugins-table{width:500px}}@media screen and (max-width:1169px){#sqlite-admin-wrap{width:95%}#sqlite-admin-side-wrap{width:95%}table#plugins-info{width:480px}table#sys-info{width:460px}table#status{width:460px}table#sqlite-table{width:100%}th.tbl-name{width:25%}th.tbl_owner{width:25%}th.tbl_index{width:50%}#plugins-table{width:500px}} |
@ -0,0 +1,36 @@ | |||
@import url('./style.min.css'); | |||
@CHARSET "UTF-8"; | |||
#sqlite-admin-wrap h2, | |||
#sqlite-admin-side-wrap h2 { | |||
background: #cf4944; | |||
color: rgb(255, 255, 255); | |||
padding-left: 5px; | |||
} | |||
.menu-item { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
border: .5px solit #000; | |||
background: #cf4944; | |||
color: rgb(255, 255, 255); | |||
line-height: 40px; | |||
} | |||
.menu-selected { | |||
font-size: 20px; | |||
display: inline; | |||
min-width: 150px; | |||
height: 50px; | |||
margin-left: 0; | |||
margin-right: 10px; | |||
padding: 5px; | |||
background: #dd823b; | |||
color: rgb(256, 256, 256); | |||
} | |||
.menu-item a { | |||
text-decoration: none; | |||
color: rgb(255, 255, 255); | |||
} |
@ -0,0 +1 @@ | |||
@import url('./style.min.css');@CHARSET "UTF-8";#sqlite-admin-wrap h2,#sqlite-admin-side-wrap h2{background:#cf4944;color:#fff;padding-left:5px}.menu-item{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;border:.5px solit #000;background:#cf4944;color:#fff;line-height:40px}.menu-selected{font-size:20px;display:inline;min-width:150px;height:50px;margin-left:0;margin-right:10px;padding:5px;background:#dd823b;color:#100100100}.menu-item a{text-decoration:none;color:#fff} |
@ -0,0 +1,2 @@ | |||
<?php | |||
/* Silence is golden */ |