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

90 lines
1.3 KiB
CSS
Raw Normal View History

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;
display:hidden;
2013-05-27 12:47:33 -07: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 {
color: #000000!important;
2013-05-27 12:47:33 -07:00
float:right;
z-index:90002;
}
.lightbox-x:hover {
color:#555555!important;
2013-05-27 12:47:33 -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-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;
}
.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;
2013-05-27 12:47:33 -07:00
}