2014-01-29 09:35:06 +00:00
|
|
|
/**
|
|
|
|
* This file is a part of SQLite Integration.
|
|
|
|
*
|
2014-02-05 19:29:23 +00:00
|
|
|
* @package SQLite Integration
|
|
|
|
* @author Kojima Toshiyasu
|
2014-01-29 09:35:06 +00:00
|
|
|
*/
|
2013-12-17 02:46:42 +00:00
|
|
|
@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);
|
|
|
|
}
|