/* dark-orange: #f6760b light-orange: #ffda1b * */ @lightText: #ddd; @darkText: #888; @storyText: #385f6e; @background: #273C3F; @highlightBackground: #333; @borderRadius: 10px; .curvedBorder { border-radius: 3px; } .bare { margin: 0px; padding: 0px; border: none; } body, html { width: 100%; height: 100%; color: @lightText; } .bg { height: 100%; position: absolute; top: 0; left: 0; z-index: 1; } body { overflow:hidden; } .mainContainer { height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 10; } #mainLayoutBC { width: 100%; height: 100%; } #mainHeader { color: #ffda1b; background: @background; height: 100px; overflow: hidden; .bare; margin-top: 10px; margin-bottom: 10px; } #wreathSidebar { width: 220px; .bare; } #footer { text-align: right; font-size: 75%; color: @darkText; height: 13px; } #navStrip { height: 35px; padding-left: 30px; } #navTable { } #navStackContainer { width: 100%; height: 100%; // font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; } .navPane { } .strippedButton .dijitButtonNode, .navButton .dijitButtonNode { border: none; } .navButton { .curvedBorder; border: solid faceout(@darkText, 80%) 1px; padding-left: 10px; padding-right: 10px; color: @lightText; background: fadeout(@highlightBackground, 50%); } .navButtonSelected { background: @highlightBackground; border: solid @lightText 1px; color: @lightText; } #homeBottomPane { border-top: solid @darkText 1px; height: 30%; } #homeMainPane { margin-left: 10px; } #homeMainPane table { width: 100%; border-collapse: collapse; margin-top: 10px; padding-left: 10px; } #wreathHolder{ padding-left: 10px; overflow: hidden; width: 270px; background: fadeout(#000000, 50%); /* background: #273C3F; /* for non-css3 browsers */ /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); /* for IE */ /* background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000)); /* for webkit browsers */ /* background: -moz-linear-gradient(left, #273C3F, #577771); /* for firefox 3.6+ */ } .iggContainer { float: left; padding-right: 10px; } .iggContainer img{ padding-right: 10px; margin-right: 10px } .wreathContainer { margin-top: 20px; background: transparent; height: 65px; float: left; } .wreathLeft { height: 65px; width: 50px; float: left; background-image: url("img/wreath_left_65.png"); background-repeat: no-repeat; } .wreathRight { height: 65px; width: 50px; float: left; background-image: url("img/wreath_right_65.png"); background-repeat: no-repeat; position: relative; left: -60px; background-position: right } .wreathCenter { margin-top: 5px; background: transparent; height: 70px; color: #FFFFFF; float: left; text-align: center; left: -30px; position: relative; font-size:85%; width: 155px; } .wreathCenterPad { padding-left: 55px } td.skip { padding-top: 20px; } .dijitDialog {background: @background; border: solid #769dc0 1px; position: absolute; z-index: 999; overflow: hidden; border-radius: 5px;} .dijitDialogTitleBar {cursor: move; height: 20px; border-bottom: solid #769dc0 1px; text-align: center; padding-top: 4px} .dijitDialogFixed .dijitDialogTitleBar {cursor:default;} .dijitDialogCloseIcon {cursor: pointer;} .dijitDialogUnderlayWrapper {position: absolute; left: 0; top: 0; z-index: 998; display: none; background: transparent !important;} .dijitDialogUnderlay {background: #eee; opacity: 0.5;} .dj_ie .dijitDialogUnderlay {filter: alpha(opacity=50);} .contentTitle, .contentText { margin-left: 20px; margin-right: 20px; background: fadeout(#000000, 40%); } .contentTitle{ text-align: center; color: @lightText; font-size: 300%; margin-top: 20px; } .contentText{ text-align: left; color: @lightText; font-size: 150%; padding-top: 20px; padding-left: 10px; padding-right: 10px; } p.email{ margin-top: 0px; text-align: center; } p.email a:link{ color: @lightText; } #galleryContainer { width: 500px; height: 500px; padding-top:100px; margin-left: auto; margin-right: auto; } .dijitDialogUnderlay, .tundra .dijitDialogUnderlay, .nihilo .dijitDialogUnderlay, .soria .dijitDialogUnderlay { background-color:#000; } .dojoxLightbox .dijitDialogCloseIconHover, .claro .dojoxLightbox .dijitDialogCloseIconHover, .nihilo .dojoxLightbox .dijitDialogCloseIconHover, .tundra .dojoxLightbox .dijitDialogCloseIconHover, .tundra .dojoxLightbox .dijitDialogCloseIconActive, .nihilo .dojoxLightbox .dijitDialogCloseIconActive, .claro .dojoxLightbox .dijitDialogCloseIconActive { background:url('images/close.png') no-repeat 0 0; } .dojoxLightbox, .claro .dojoxLightbox, .soria .dojoxLightbox, .nihilo .dojoxLightbox, .tundra .dojoxLightbox { position:absolute; z-index:999; overflow:hidden; width:100px; height:100px; border:11px solid #fff !important; background:#fff url('images/loading.gif') no-repeat center center; -webkit-box-shadow: 0px 6px 10px #636363; -webkit-border-radius: 3px; -moz-border-radius:4px; border-radius: 4px; } .dojoxLightboxContainer { position:absolute; top:0; left:0; background-color:#fff; } .dojoxLightboxFooter { padding-bottom:5px; position:relative; bottom:0; left:0; margin-top:8px; color:#333; z-index:1000; font-size:10pt; } .dojoxLightboxGroupText { color:#666; font-size:8pt; } .LightboxNext, .LightboxPrev, .LightboxClose { float:right; width:16px; height:16px; cursor:pointer; } .LightboxClose, .claro .LightboxClose, .nihilo .LightboxClose, .tundra .LightboxClose { background:url('images/close.png') no-repeat center center; } .di_ie6 .LightboxClose, .di_ie6 .claro .LightboxClose, .di_ie6 .nihilo .LightboxClose, .dj_ie6 .tundra .LightboxClose { background:url('images/close.gif') no-repeat center center; } .LightboxNext, .claro .LightboxNext, .nihilo .LightboxNext, .tundra .LightboxNext { background:url('images/right.png') no-repeat center center; } .dj_ie6 .claro .LightboxNext, .dj_ie6 .LightboxNext, .dj_ie6 .nihilo .LightboxNext, .dj_ie6 .tundra .LightboxNext { background:url('images/right.gif') no-repeat center center; } .LightboxPrev, .claro .LightboxPrev, .nihilo .LightboxPrev, .tundra .LightboxPrev { background:url('images/left.png') no-repeat center center; } .dj_ie6 .LightboxPrev, .dj_ie6 .claro .LightboxPrev, .dj_ie6 .nihilo .LightboxPrev, .dj_ie6 .tundra .LightboxPrev { background:url('images/left.gif') no-repeat center center; } .soria .LightboxClose, .soria .LightboxNext, .soria .LightboxPrev { width:15px; height:15px; background:url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png') no-repeat center center; background-position:-60px; } .soria .LightboxNext { background-position:-30px 0; } .soria .LightboxPrev { background-position:0 0; } .dojoxLightboxText { margin:0; padding:0; } .lightboxTable{ margin-top: 50px; margin-left: auto; margin-right: auto; background: fadeout(#000000, 40%); border: solid fadeout(#FFFFFF, 50%) 10px; border-radius: 10px; } .lightboxCell{ padding: 20px; } .photocaption { font-size: 80%; margin-top:3px; margin-bottom:3px; background: fadeout(#000000, 30%); width: 100%; text-align: center; } .videosTable { width: 100%; padding-top: 80px } .videoCaption { text-align: center; font-size: 150%; } .videoContent{ text-align: center; } .castCrewTable { //background: fadeout(#000000, 50%); width: 100%; padding-left: 10px; padding-right: 10px; bottom: 0px } .castCrewName { // padding-top: 10px; // border-top: solid fadeout(#000000, 80%) 1px; font-size: 100%; text-align: left; color: @lightText; } .castCrewRole { font-size: 100%; text-align: right; color: @lightText; vertical-align: top; } .castCrewBio { font-size: 90%; padding-bottom: 20px; } .castCrewDash { font-size: 100%; text-align: center; vertical-align: top; color: @lightText; } #HomePane{ background-image: url("img/title_cropped.png"); background-repeat: no-repeat; background-position: bottom right; } /* #floatingTitle { height: 95px; width: 620px; position: fixed; right: 0px; bottom: 75px; } */ #castcrewrightcontainer{ width: 70% } #castcrewleftcontainer{ background: fadeout(#000000, 50%); height: 50%; width: 300px; /* -moz-column-count: 2; -webkit-column-count: 2; column-count: 2;*/ } #storybottomcontainer{ background: fadeout(#ffffff, 50%); height: 100%; min-height: 260px; max-width: 300px; vertical-align: bottom; padding-top: 30px; } #storybottomcontainer table { border-collapse: collapse } #storyrightcontainer{ width: 50%; } #storyleftcontainer{ width: 0%; } .storyPara { //background: fadeout(#ffffff, 50%); color: @storyText; padding-bottom: 8px; padding-top: 8px; padding-left: 5px; padding-right: 5px; font-weight: bold; } p.indiegogolabel{ font-size: 80%; color: yellow; text-align: center; } p.indiegogolabel img { padding-right: 0px; margin-right: 0px } #contactContainer{ height: 80px; background: fadeout(#000000, 50%); } .contactTable{ width: 100%; height: 100%; font-weight: bold; } .contactTitle{ text-align: center; display: block; width: 100%; }