2013-05-27 12:47:33 -07:00
|
|
|
.lightbox {
|
|
|
|
background-color:#CDCDCD;
|
|
|
|
border:1px solid #000;
|
|
|
|
bottom:5%;
|
|
|
|
color:#000;
|
|
|
|
left:20%;
|
|
|
|
padding:16px;
|
|
|
|
position:fixed;
|
|
|
|
right:20%;
|
|
|
|
top:5%;
|
|
|
|
z-index:9001;
|
|
|
|
overflow: auto;
|
2015-03-14 02:10:02 -07:00
|
|
|
display:hidden;
|
2013-05-27 12:47:33 -07:00
|
|
|
}
|
|
|
|
|
2013-12-13 21:09:01 -08:00
|
|
|
.lightbox * {
|
|
|
|
box-shadow: 0px 0px 0px 0px #000000;
|
|
|
|
color:#000000;
|
|
|
|
}
|
|
|
|
|
2013-05-27 12:47:33 -07:00
|
|
|
.lightbox-bg {
|
|
|
|
background-attachment:fixed;
|
|
|
|
background-color:#333;
|
|
|
|
height:100%;
|
|
|
|
left:0;
|
|
|
|
opacity:0.5;
|
|
|
|
position:fixed;
|
|
|
|
top:0;
|
|
|
|
width:100%;
|
|
|
|
z-index:9000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lightbox-footer {
|
|
|
|
bottom:5%;
|
|
|
|
clear:both;
|
|
|
|
left:16px;
|
|
|
|
position:absolute;
|
|
|
|
right:16px;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lightbox-title {
|
|
|
|
font-size:42px;
|
|
|
|
font-weight:700;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lightbox-x {
|
2013-12-13 21:09:01 -08:00
|
|
|
color: #000000!important;
|
2013-05-27 12:47:33 -07:00
|
|
|
float:right;
|
|
|
|
z-index:90002;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lightbox-x:hover {
|
2013-12-13 21:09:01 -08:00
|
|
|
color:#555555!important;
|
2013-05-27 12:47:33 -07:00
|
|
|
}
|
|
|
|
|
2013-08-12 19:18:10 -07:00
|
|
|
.lightbox a {
|
|
|
|
color: #5A5A5A;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lightbox td {
|
2013-11-19 17:07:41 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.lightbox input[type=text], .lightbox input[type=password], .lightbox input[type=file], .lightbox textarea {
|
|
|
|
background-color:#FFFFFF;
|
|
|
|
border:1px solid #000000;
|
|
|
|
color:#000000;
|
2013-08-12 19:18:10 -07:00
|
|
|
}
|
|
|
|
|
2013-05-27 12:47:33 -07:00
|
|
|
.lightbox textarea#sql-statement {
|
|
|
|
width:95%;
|
|
|
|
height:300px;
|
|
|
|
margin-left: 0px;
|
|
|
|
clear: both;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
color: #000000;
|
2013-06-08 17:39:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.lightbox div.section-body {
|
|
|
|
background-color: #A0A0A0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lightbox div.section-title-block {
|
2013-06-09 10:51:45 -07:00
|
|
|
border: 1px solid #000000;
|
2013-06-08 17:39:37 -07:00
|
|
|
border-radius: 0px;
|
|
|
|
background-color: #777777;
|
2013-12-13 21:09:01 -08:00
|
|
|
box-shadow: 0px 0px 0px 0px #000000!important;
|
2013-05-27 12:47:33 -07:00
|
|
|
}
|