/* * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope. */ /* Default styling for jQuery Datepicker v4.0.6. */ .datepick { background-color: #fff; color: #000; border: 1px solid #444; border-radius: 0.25em; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; font-family: Arial,Helvetica,Sans-serif; font-size: 90%; } .datepick-rtl { direction: rtl; } .datepick-popup { z-index: 1000; } .datepick-disable { position: absolute; z-index: 100; background-color: white; opacity: 0.5; filter: alpha(opacity=50); } .datepick a { color: #fff; text-decoration: none; } .datepick a.datepick-disabled { color: #888; cursor: auto; } .datepick button { margin: 0.25em; padding: 0.125em 0em; background-color: #fcc; border: none; border-radius: 0.25em; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; font-weight: bold; } .datepick-nav, .datepick-ctrl { float: left; width: 100%; background-color: #000; color: #fff; font-size: 90%; font-weight: bold; } .datepick-ctrl { background-color: #600; } .datepick-cmd { width: 30%; } .datepick-cmd:hover { background-color: #777; } .datepick-ctrl .datepick-cmd:hover { background-color: #f08080; } .datepick-cmd-prevJump, .datepick-cmd-nextJump { width: 8%; } a.datepick-cmd { height: 1.5em; } button.datepick-cmd { text-align: center; } .datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear { float: left; padding-left: 2%; } .datepick-cmd-current, .datepick-cmd-today { float: left; width: 35%; text-align: center; } .datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close { float: right; padding-right: 2%; text-align: right; } .datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump, .datepick-rtl .datepick-cmd-clear { float: right; padding-left: 0%; padding-right: 2%; text-align: right; } .datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today { float: right; } .datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump, .datepick-rtl .datepick-cmd-close { float: left; padding-left: 2%; padding-right: 0%; text-align: left; } .datepick-month-nav { float: left; background-color: #777; text-align: center; } .datepick-month-nav div { float: left; width: 12.5%; margin: 1%; padding: 1%; } .datepick-month-nav span { color: #888; } .datepick-month-row { clear: left; } .datepick-month { float: left; width: 15em; border: 1px solid #444; text-align: center; } .datepick-month-header, .datepick-month-header select, .datepick-month-header input { height: 1.5em; background-color: #444; color: #fff; font-weight: bold; } .datepick-month-header select, .datepick-month-header input { height: 1.4em; border: none; } .datepick-month-header input { position: absolute; display: none; } .datepick-month table { width: 100%; border-collapse: collapse; } .datepick-month thead { border-bottom: 1px solid #aaa; } .datepick-month th, .datepick-month td { margin: 0em; padding: 0em; font-weight: normal; text-align: center; } .datepick-month th { border: 1px solid #777; } .datepick-month th, .datepick-month th a { background-color: #777; color: #fff; } .datepick-month td { background-color: #eee; border: 1px solid #aaa; } .datepick-month td.datepick-week { border: 1px solid #777; } .datepick-month td.datepick-week * { background-color: #777; color: #fff; border: none; } .datepick-month a { display: block; width: 100%; padding: 0.125em 0em; background-color: #eee; color: #000; text-decoration: none; } .datepick-month span { display: block; width: 100%; padding: 0.125em 0em; } .datepick-month td span { color: #888; } .datepick-month td .datepick-other-month { background-color: #fff; } .datepick-month td .datepick-weekend { background-color: #ddd; } .datepick-month td .datepick-today { background-color: #f0c0c0; } .datepick-month td .datepick-highlight { background-color: #f08080; } .datepick-month td .datepick-selected { background-color: #777; color: #fff; } .datepick-month th.datepick-week { background-color: #777; color: #fff; } .datepick-status { clear: both; background-color: #ddd; text-align: center; } .datepick-clear-fix { clear: both; } .datepick-cover { display: none; display/**/: block; position: absolute; z-index: -1; filter: mask(); top: -1px; left: -1px; width: 100px; height: 100px; } aside#date { float: right; width: 200px; height: 30px; padding: 1px; border: 1px solid #cdcdcd; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } aside#date:hover { border: 1px solid #aaaaaa; } aside#date input { border: none; width: 201px; height: 21px; } .file_tree { background: #f7f7f7; padding: 10px; min-height: 16px; border: 1px solid #cdcdcd; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .file_tree .collapsed, .file_tree .expanded { float: left; text-align: center; width: 10px; height: 9px; margin-right: 10px; background: white; padding: 0 3px 7px 3px; -webkit-border-radius: 29px; -moz-border-radius: 29px; border-radius: 29px; } .file_tree .collapsed:hover, .file_tree .expanded:hover { background: #5d4bff; color: white; cursor: pointer; } .file_tree .name { float: left; } .file_tree .path { float: left; width: auto !important; } .file_tree .elapsed_time { float: right; } .file_tree .files { display: none; list-style: none; margin: 0; } .file_tree .nested_folder { display: none; } .file_tree .nested_folder { margin-left: 15px; } h1 { font-size: 2em; } h2 { font-size: 1em; } #logo a { color: black; text-decoration: none; display: block; background: url("WatchTower-58eff0713efffbc6054defddc879e0b1.jpg") no-repeat; width: 390px; height: 94px; } #logo a:visited, #logo a:hover { text-decoration: none; } #logo h1 { float: left; margin-top: 30px; margin-left: 180px; } .clearfix { clear: both; } a { color: +#b36c6c; text-decoration: none; } a:hover, a:visited { text-decoration: none; } body { background: #f7f7f7; color: black; font-family: Arial, Helvetica, sans-serif; } body #wrapper { width: 960px; margin: 0 auto; } body #wrapper #main { border: 1px solid #cdcdcd; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; padding: 10px; min-height: 200px; background: white; } body #wrapper #main .page { padding: 40px 0 0; } body #wrapper #footer { width: 960px; text-align: center; background: #d6afaf; color: black; padding: 5px 0; font-size: 12px; } body #wrapper #footer a { color: black; text-decoration: none; } body #wrapper #footer a:visited, body #wrapper #footer a:hover { text-decoration: none; } #projects header .name { float: left; width: 200px; font-size: 20px; text-decoration: underline; } #projects header .percentage { width: 310px; float: left; font-size: 20px; text-decoration: underline; } #projects header .percentage .percentage_img { height: 20px; } #projects header .elapsed { float: left; font-size: 20px; text-decoration: underline; } #projects .project .name { float: left; width: 200px; } #projects .project .percentage_img_container { width: 310px; float: left; } #projects .project .percentage_img_container .percentage_img { height: 20px; } #projects .project .elapsed { float: left; } #project #files header .path { font-size: 20px; text-decoration: underline; float: left; width: 600px; } #project #files header .elapsed { font-size: 20px; text-decoration: underline; float: left; } #project .path { float: left; width: 600px; } #project .elapsed { float: left; } #project .percentage_img_container { width: 310px; float: left; } #project .percentage_img_container .percentage_img { height: 20px; }