#shadow-outside {
position: absolute;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 80;
display: none;
}
#shadow-inside {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
background: black;
opacity: 0.8;
z-index: 90;
}
#shadow-image {
position: relative;
text-align: center;
padding: 4px;
background: white;
z-index: 100;
display: inline-block;
margin-top: 40px;
margin-bottom: 10px;
}
#shadow-image img {
max-width: 100%;
max-height: 100%;
position: relative;
z-index: 200;
}
#shadow-text {
color: white;
position: relative;
z-index: 200;
text-align: center;
}
#shadow-item {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
color: black;
font-family: "Droid Sans", "Roboto", "Arial" !important;
text-align: center;
}
.shadow-content {
padding: 20px;
padding-top: 0;
text-align: left;
width: auto;
}
#edit-content, #edit-content-wrapper {
width: 100%;
min-height: 180px;
display: block;
}
#edit-title, #edit-teaser {
text-align: left;
font-size: 1.2em;
width: 70%;
display: block;
}
#shadow-single {
position: relative;
background: white;
margin: auto;
display: inline-block;
margin-top: 80px;
z-index: 200;
width: auto;
}
#shadow-titles {
position: absolute;
left: 5%;
width: 18%;
top: 8%;
z-index: 700;
text-align: center;
overflow: hidden;
height: 84%;
background: #dadada;
text-transform: uppercase;
font-size: 12px;
}
#shadow-titles ul li.shadow-title {
border-right: none;
display: block;
text-align: center;
color: black;
}
#shadow-titles ul li.shadow-title.enabled {
opacity: 1;
background: white;
}
#shadow-titles ul li:hover {
background: #f3f3f3;
}
#shadow-titles ul li a {
display: block;
padding: 10px;
line-height: 24px;
text-decoration: none !important;
font-weight: bold;
color: #777;
font-size: 0.9em;
}
#shadow-titles ul li.shadow-title.enabled a {
color: #005;
}
.shadow-contents {
text-align: left;
background: white;
position: absolute;
top:8%;
z-index: 999;
left:23%;
width: 72%;
min-height: 300px;
height: 84%;
overflow-y: auto;
}
.shadow-content {
display: none;
}
.shadow-grouped-contents .shadow-content {
display: block;
}
.shadow-content.enabled {
display: block;
}
.shadow-hint {
font-style: italic;
display: block;
margin-top: 5px;
margin-bottom: 5px;
font-size: 12px;
}
.shadow-contents {
color: black;
}
.shadow-contents label {
display: inline-block;
margin: 0;
margin-top: 10px;
font-weight: bold;
padding-right: 8px;
border: none;
padding-left: 0;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.8em;
color: #444;
}
#edit-path {
color: #aaa;
}
.edit-date-wrapper {
width: 400px;
height: 60px;
}
.edit-date-wrapper label {
clear: both;
float: left;
}
.Zebra_DatePicker_Icon_Wrapper {
clear: left;
}
.edit-date-wrapper input {
display: inline-block;
position: static;
float: left;
}
.description-row {
padding-bottom:30px;
padding-top: 8px;
font-style: italic;
font-size: 0.8em;
color: #777;
}
#shadow-buttons {
position: absolute;
z-index: 1999;
display: inline-block;
bottom: 0;
right: 0;
}
#shadow-buttons a {
font-size: 1.1em;
text-decoration: none;
border-radius: 15px;
padding: 12px;
cursor: pointer;
text-transform: uppercase;
font-family: Arial;
text-align: left;
line-height: 65px;
margin-right: 15px;
background: #f3f3f4;
border: 1px solid #aaa
}
#shadow-buttons a:hover {
opacity: 0.7;
background: #fafafa;
}
.shadow-grouped-contents #shadow-buttons {
position: relative;
display: block;
clear: both;
}
.shadow-content h2 {
color: black;
margin: 0;
padding-bottom: 2px;
margin-top: 10px;
border-bottom: 2px dotted #ccc;
}
ul.shadow-titles-list {
margin: 0;
padding: 0;
}
#shadow-extra {
float: right;
}
.shadow-submitted {
opacity: 0.4 !important;
cursor: none !important;
pointer-events: none !important;
}
|