MySQL-Admin

 view release on metacpan or  search on metacpan

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

  font-size:2.5em;
  vertical-align:middle;
}
.ShowTables{
  text-align:center;
  padding:0px;
  margin-bottom:1.15em;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  border-spacing: 0px;
  border:1px solid #000;
  width:100%;
  -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);
}
.mainFrame{
  text-align:center;
  padding:0px;
  margin: 0 0 1.15em 0.15em;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  border-spacing: 0px;
  border:1px solid #000;
  min-width:600px;
  -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);
}
tr.caption{
  text-align:left;
}
.caption{
  text-align:left;
  height: 1.5em;
/*   padding-left:15px; */
  text-align:left;
  border-bottom:1px solid black;
}
.firstValue{
  text-align:left;
  padding-left: 0.4em;
}
.values{ 
  text-align:left;
  padding-left: 0.4em;
}
/*opera*/
.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;
}
.popup{
  z-index:1;
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:1000px;
  background-color:rgba(255,255,255,0.7);
  opacity:0.9;
  background-size:100%;
  background-position:top;
}
.popupContent1{
  position:relative;
  left:25%;
  top:100px;
  border:1px solid;
  border-radius:25px;
  -webkit-border-radius:25px; 
  -moz-border-radius:25px;
  padding:1%;
  opacity:0.9;
  width:50%;
  background-color:rgba(255,255,255,0.9);
}
.closeButton{
  width:1.5em;
  height:1.5em;
  border:2px solid;
  border-radius:25px;
  -webkit-border-radius:25px; 
  -moz-border-radius:25px;
  background-color:rgba(1,90, 132,0.4);/*blue*/
  color:black;
  cursor:pointer;
  text-align:center;
}
.closeButton:hover{
  width:1.5em;
  height:1.5em;
  border:2px solid;
  border-color:black;
  border-radius:25px;
  -webkit-border-radius:25px; 
  -moz-border-radius:25px;
  background-color:rgba(1,90, 132,0.4);/*blue*/
  color:rgba(233, 123, 0,1);/*orange*/
  cursor:pointer;
  text-align:center;
  box-shadow:1px 1px 1px 1px rgba(0,0,0,0.4);/*black */ 
}
.popupContent{
  text-align:center;
  width:100%;
  overflow:auto;
}
/* //sidebar Menu */
.menuCaption{
  cursor:pointer;
}
.menuContent{
  width:100%;
  text-align:left;
}
.verticalMenuLayout{
  width:80%;
  text-align:center;
  left:5%;
  border: 1px solid;
  border-radius:15px;
  -webkit-border-radius:15px; 
  -moz-border-radius:15px;
  padding:4%;
  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:4%;
}
/* Sidebar */
.menu{
  text-align:left;
  font-size:1.1em;
  padding-left:2%;
  padding-top:2%;
  background-color:rgba(255,255,255,0.95);
  border:2px solid;
  border-top-right-radius:25px;
  border-bottom-right-radius:25px;
  -moz-border-top-right-radius:25px;
  -moz-border-bottom-right-radius:25px;
  -webkit-border-top-right-radius:25px;
  -webkit-border-bottom-right-radius:25px;
  overflow:auto;
  overflow-x: hidden;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  width:15%;
  min-width:160px;
  top:1em;
  left:-2px;
  height:90%;
  position:absolute;
  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*/ 
  opacity:0.9;
  padding-bottom:1%;
  position:fixed;
}



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