MySQL-Admin

 view release on metacpan or  search on metacpan

htdocs/style/mysql/mysql_admin.css  view on Meta::CPAN

background-color:rgba(0,0,0,0.05);
}
td.submit{
padding-bottom:1%;
padding-right:1%;
text-align:right;
}
tr.caption{
text-align:left;
}
td.caption{
background: -webkit-linear-gradient(#d8d5d3, #eee); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#d8d5d3, #eee); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#d8d5d3, #eee); /* For Firefox 3.6 to 15 */
background: linear-gradient(#d8d5d3, #eee); /* Standard syntax (must be last) */
text-align:left;
height: 1.5em;
padding-left: 0.2em;
padding-right: 0.2em;
border-bottom:1px solid black;
cursor:pointer;
}
td.caption2{
text-align:left;
height: 1.1em;
padding-left: 0.4em;
padding-right: 0.2em;
border-bottom:1px solid black;
background: -webkit-linear-gradient(#eee, #d8d5d3); /* For Safari 5.1 to 6.0 */
background: -webkit-linear-gradient(#eee, #d8d5d3); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#eee, #d8d5d3); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#eee, #d8d5d3); /* For Firefox 3.6 to 15 */
background: linear-gradient(#eee, #d8d5d3); /* Standard syntax (must be last) */
}
td.caption3{
text-align:left;
height: 1.1em;
padding-left: 0.4em;
padding-right: 0.2em;
}
td.caption4{
text-align:left;
height: 1.1em;
padding-left: 0.6em;
padding-right: 0.2em;
}
td.captionRadius{
-webkit-border-top-left-radius:15px;  
-webkit-border-top-right-radius:15px;
-moz-border-top-left-radius:15px;  
-moz-border-top-right-radius:15px;
border-top-left-radius:15px;  
border-top-right-radius:15px;
background: -webkit-linear-gradient(#d8d5d3, #eee); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#d8d5d3, #eee); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#d8d5d3, #eee); /* For Firefox 3.6 to 15 */
background: linear-gradient(#d8d5d3, #eee); /* Standard syntax (must be last) */
cursor:pointer;
text-align:center;
}
.popupCaption{
-webkit-border-top-left-radius:15px;  
-webkit-border-top-right-radius:15px;
-moz-border-top-left-radius:15px;  
-moz-border-top-right-radius:15px;
border-top-left-radius:15px;  
border-top-right-radius:15px;
padding:0.4em;
border-bottom: 1px solid #000;
height:1.5em;
/* width:99%; */
background: -webkit-linear-gradient(#d8d5d3, #eee); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#d8d5d3, #eee); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#d8d5d3, #eee); /* For Firefox 3.6 to 15 */
background: linear-gradient(#d8d5d3, #eee); /* Standard syntax (must be last) */
}
td.captionLeft{
border-top-left-radius:15px;
-webkit-border-top-left-radius:15px;  
-moz-border-top-left-radius:15px;
cursor:pointer;
background: -webkit-linear-gradient(#d8d5d3, #eee); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#d8d5d3, #eee); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#d8d5d3, #eee); /* For Firefox 3.6 to 15 */
background: linear-gradient(#d8d5d3, #eee); /* Standard syntax (must be last) */
}
td.captionRight{
border-top-right-radius:15px;  
-webkit-border-top-right-radius:15px;
-moz-border-top-right-radius:15px;
cursor:pointer;
background: -webkit-linear-gradient(#d8d5d3, #eee); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#d8d5d3, #eee); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#d8d5d3, #eee); /* For Firefox 3.6 to 15 */
background: linear-gradient(#d8d5d3, #eee); /* Standard syntax (must be last) */
}
.firstValue{
  text-align:left;
padding-left: 0.4em;
}
.values{
color:black;
text-align:left;
padding-left: 0.4em;
padding-right: 0.2em;
}
td.nobr{
white-space:nowrap;
}
td.top{
vertical-align:top;
}
td.smallWnd{
padding:1%;
text-align:center;
}
td.right{
text-align:right;
padding-right:0.8em;
}
tr.overDb{
color:rgba(76, 158, 217,1);
/*background-color:rgba(76, 158, 217,1);blue*/
}
tr.overDb:hover{
color:rgba(76, 158, 217,1);
/*background-color:rgba(76, 158, 217,1);blue*/
}
td.overDb{
color:rgba(76, 158, 217,1);
background-color:#6c9dbd;
}
a.currentLink{
cursor:pointer;
}
a.currentLink:hover{
cursor:pointer;
color:#6c9dbd;
}
/*<<allgemein*/
/* datenbank headline */
.captionLink{
color:#000;
}
.captionLink:hover{
color:#2b4569;
}
.popup{
z-index:1;
position:fixed;
left:0px;
top:0px;
width:100%;
height:1000px;
background-color:rgba(255,255,255,0.7);
/* background-image:url('/mysql.png'); */
opacity:0.95;
background-size:100%;
background-position:top;
}
.popupContent1{
position:relative;
left:25%;
top:100px;
border:1px solid;
border-radius:15px;
-webkit-border-radius:15px; 
-moz-border-radius:15px;
/* padding:1%; */
opacity:0.9;
width:50%;
background-color:rgba(255,255,255,0.9);
}
.closeButton{
width:1.5em;
height:1.5em;
line-height:1.5em;
font-size:1em;
border:1px solid;
border-radius:25px;
-webkit-border-radius:25px; 
-moz-border-radius:25px;
background-color:#eee;/*blue*/
color:black;
cursor:pointer;
text-align:center;
}
.closeButton:hover{
width:1.5em;
height:1.5em;
line-height:1.5em;
border:1px solid;
border-color:black;
border-radius:25px;
-webkit-border-radius:25px; 
-moz-border-radius:25px;
background-color:#6c9dbd;/*blue*/
/* color:rgba(76, 158, 217,1); */
cursor:pointer;
text-align:center;
box-shadow:1px 1px 1px 1px rgba(0,0,0,0.4);/*black */ 
}
.closeMenu{
margin:5px;
width:1.5em;
height:1.5em;
line-height:1.5em;
font-size:1em;
border:1px solid;
border-radius:25px;
-webkit-border-radius:25px;
background-color:#eee;/*blue*/
-moz-border-radius:25px;
color:rgba(76, 158, 217,1);
color:black;
cursor:pointer;
text-align:center;
}
.closeMenu:hover{
background-color:#6c9dee;/*blue*/
box-shadow:1px 1px 1px 1px rgba(0,0,0,0.4);/*black */ 
}
.popupContent{
text-align:center;
width:100%;
/* overflow:auto; */
}
.menuCaption{
cursor:pointer;
text-align:center;
}
.menuContent{
width:100%;
text-align:left;
/* padding:4%; */
}
.verticalMenuLayout{
margin-top:1em;
width:80%;
text-align:center;
/* left:5%; */
border: 1px solid;
border-radius:15px;
-webkit-border-radius:15px; 
-moz-border-radius:15px;
box-shadow:1px 1px 1px 1px rgba(0,0,0,0.4);/*black */ 
-moz-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.4);/*black */ 
-webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.4);/*black */ 
}
.menuContainer{
padding:0%;
margin-top: 1.65em;
  
}
textarea.sqlEdit{
border-radius:5px;
-webkit-border-radius:5px; 
-moz-border-radius:5px;
padding:5px;
width:100%;
height:253px;
}
select.sqlEdit{
width:100%;
height:119px;
}
select.keyWords{
width:100%;
height:238px;
}
/* <<form container */
.query{
color:black;
/* background-color:#eee; */
text-align:center;
}
.searchForm{
margin:1%;
width: 98%;
}
.dbForm{
padding:1%;
text-align:center;

htdocs/style/mysql/mysql_admin.css  view on Meta::CPAN

opacity:0.1;
}
}
.waid{
padding-top:20%;
margin-left: auto;
margin-right: auto;
width: 150px;
height:600px;
}
table.ExecSql{
width:100%;
padding:1%;
}
.ExecSql{
text-align:center;
padding:1%;
margin-top:1.5em;
margin: 0.7em;
padding: 1%;
width: 96%;
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
border-spacing: 0px;
border:1px solid #000;
overflow:auto;
-webkit-box-shadow:0px 0px 1px rgba(0,0,0,0.4);/*black */
-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.4);/*black */
box-shadow:0px 0px 1px black;
background-color:rgba(255, 255, 255,0.3);
}
.borderBottom{
border-bottom:1px solid #000;
}
.selectBox{
width:120px;
padding:0%;
}
input.short{
width:98%;
padding:0%;
margin:0%;
}
.setButton{
font-size:1.2em;
}
.setButton:hover{
color:green;
}
select.editTable{
height: 1.85em;
margin:0px;
}
a.dropdownLink{
color:#000;
}
a.dropdownLink:hover{
color:rgba(76, 158, 217,1);
}
.popupMenu{
border:1px solid #000;
background-color:rgba(255,255,255,0.9);
padding:5px;
border-radius:5px;
}
table.flat{
padding:0;
margin:0;
border-spacing:0px;
vertical-align:top;
width:100%;
}
#topUp{
text-align:center;
cursor:pointer;
border:1px solid black;
border-radius:5px;
position:fixed;
top:85%;
left:92%;
background-color:rgba(43, 69, 105,0.3);
color:black;
height:1.5em;
width:1.5em;
font-size:1.5em;
-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.4);/*black */
-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.4);/*black */
box-shadow:0px 0px 10px rgba(0,0,0,0.4);
}
td.forms{
padding-left:4px;
padding-right:4px;
text-align:left;
vertical-align:middle;
}
input.field{
width:50px;
}
.length{
width:5%;
} 
input.comment{
margin:0px;
width:200px;
}
.noselect {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.moveHereContent{
  background-color:rgba(214, 210, 208,0.7);
  -webkit-box-shadow:0px 0px 1px rgba(0,0,0,0.4);/*black */
  -moz-box-shadow:0px 0px 1px rgba(0,0,0,0.4);/*black */
  box-shadow:0px 0px 1px black;
}
.moveButton{
  background-color:rgba(255,255,255,0.1);



( run in 0.604 second using v1.01-cache-2.11-cpan-364913b4093 )