STRATO-apps/wordpress_03/app/wp-content/plugins/aimogen-pro/styles/aiomatic-limits.css
SHA-256: b64a73c15d88bcfd4280a12ef7e43c93c305d7c44ec9ce4d5e0e81db41b22e7f
.tablediv {
display:table;
}
.tablecelldiv
{
display: table-cell;
width: 100%;
}
.full_w_button
{
width:100%;
}
.codemodalfzr {
display: none;
position: fixed;
z-index: 1;
padding-top: 40px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.codemodalfzr-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 65%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}
@keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}
.codeclosefzr {
color: white;
float: right;
font-size: 28px;
font-weight: bold;
}
.codeclosefzr:hover,
.codeclosefzr:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.codeokfzr {
color: white;
float: right;
font-size: 28px;
font-weight: bold;
}
.codeokfzr:hover,
.codeokfzr:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.codemodalfzr-header {
padding: 2px 16px;
background-color: #5cb85c;
color: white;
}
.codemodalfzr-body {padding: 2px 16px;max-height:75vh;overflow:auto;}
.codemodalfzr-footer {
padding: 2px 16px;
background-color: #5cb85c;
color: white;
}