1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-07 06:06:23 -07:00
gochan/html/css/lightbox.css

90 lines
No EOL
1.3 KiB
CSS

.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;
display:hidden;
}
.lightbox * {
box-shadow: 0px 0px 0px 0px #000000;
color:#000000;
}
.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 {
color: #000000!important;
float:right;
z-index:90002;
}
.lightbox-x:hover {
color:#555555!important;
}
.lightbox a {
color: #5A5A5A;
font-weight: bold;
}
.lightbox td {
}
.lightbox input[type=text], .lightbox input[type=password], .lightbox input[type=file], .lightbox textarea {
background-color:#FFFFFF;
border:1px solid #000000;
color:#000000;
}
.lightbox textarea#sql-statement {
width:95%;
height:300px;
margin-left: 0px;
clear: both;
background-color: #FFFFFF;
color: #000000;
}
.lightbox div.section-body {
background-color: #A0A0A0;
}
.lightbox div.section-title-block {
border: 1px solid #000000;
border-radius: 0px;
background-color: #777777;
box-shadow: 0px 0px 0px 0px #000000!important;
}