diff --git a/WebContent/css/2c-l-fixed.css b/WebContent/css/2c-l-fixed.css deleted file mode 100644 index 0249b01..0000000 --- a/WebContent/css/2c-l-fixed.css +++ /dev/null @@ -1,95 +0,0 @@ -/* -LAYOUT: One-Column (Left) Fixed -DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content -*/ - -body { - min-width:940px; -} -#header { - position:relative; -} -#branding { - width:940px; - margin:0 auto; -} -#access { - position:relative; - overflow:hidden; -} -.menu { - width:940px; - margin:0 auto; -} -#main { - width:940px; - margin:0 auto; - overflow:hidden; - position:relative; -} -#container { - width:940px; - float:right; - margin: 0 0 0 -310px; -} -#content { - width:620px; - overflow:hidden; - margin: 0 0 0 320px; -} -.hentry { - width:620px; -} -.main-aside { - width:300px; - float:left; - position:relative; -} -#primary { - float:left; -} -#secondary { - clear:left; -} -#footer { - clear:both; -} -#subsidiary { - width:940px; - margin:0 auto; - overflow:hidden; -} -#subsidiary .aside { - width:300px; - float:left; - margin:0 20px 0 0; -} -#subsidiary #third { - margin:0; -} -#siteinfo { - clear:both; - width:940px; - margin:0 auto; -} - -/* =Page Templates --------------------------------------------------------------- */ - -/* - Full Width Template -*/ - -.page-template-template-page-fullwidth-php #container { - margin:0; - width:940px; -} - -.page-template-template-page-fullwidth-php #content { - margin: 0 0 0 10px; - width:940px; -} - -.page-template-template-page-fullwidth-php #comments { - width:540px; -} \ No newline at end of file diff --git a/WebContent/css/bootstrap-theme.css b/WebContent/css/bootstrap-theme.css new file mode 100755 index 0000000..31d8882 --- /dev/null +++ b/WebContent/css/bootstrap-theme.css @@ -0,0 +1,587 @@ +/*! + * Bootstrap v3.3.7 (http://getbootstrap.com) + * Copyright 2011-2016 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +.btn-default, +.btn-primary, +.btn-success, +.btn-info, +.btn-warning, +.btn-danger { + text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); +} +.btn-default:active, +.btn-primary:active, +.btn-success:active, +.btn-info:active, +.btn-warning:active, +.btn-danger:active, +.btn-default.active, +.btn-primary.active, +.btn-success.active, +.btn-info.active, +.btn-warning.active, +.btn-danger.active { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn-default.disabled, +.btn-primary.disabled, +.btn-success.disabled, +.btn-info.disabled, +.btn-warning.disabled, +.btn-danger.disabled, +.btn-default[disabled], +.btn-primary[disabled], +.btn-success[disabled], +.btn-info[disabled], +.btn-warning[disabled], +.btn-danger[disabled], +fieldset[disabled] .btn-default, +fieldset[disabled] .btn-primary, +fieldset[disabled] .btn-success, +fieldset[disabled] .btn-info, +fieldset[disabled] .btn-warning, +fieldset[disabled] .btn-danger { + -webkit-box-shadow: none; + box-shadow: none; +} +.btn-default .badge, +.btn-primary .badge, +.btn-success .badge, +.btn-info .badge, +.btn-warning .badge, +.btn-danger .badge { + text-shadow: none; +} +.btn:active, +.btn.active { + background-image: none; +} +.btn-default { + text-shadow: 0 1px 0 #fff; + background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); + background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); + background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #dbdbdb; + border-color: #ccc; +} +.btn-default:hover, +.btn-default:focus { + background-color: #e0e0e0; + background-position: 0 -15px; +} +.btn-default:active, +.btn-default.active { + background-color: #e0e0e0; + border-color: #dbdbdb; +} +.btn-default.disabled, +.btn-default[disabled], +fieldset[disabled] .btn-default, +.btn-default.disabled:hover, +.btn-default[disabled]:hover, +fieldset[disabled] .btn-default:hover, +.btn-default.disabled:focus, +.btn-default[disabled]:focus, +fieldset[disabled] .btn-default:focus, +.btn-default.disabled.focus, +.btn-default[disabled].focus, +fieldset[disabled] .btn-default.focus, +.btn-default.disabled:active, +.btn-default[disabled]:active, +fieldset[disabled] .btn-default:active, +.btn-default.disabled.active, +.btn-default[disabled].active, +fieldset[disabled] .btn-default.active { + background-color: #e0e0e0; + background-image: none; +} +.btn-primary { + background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88)); + background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #245580; +} +.btn-primary:hover, +.btn-primary:focus { + background-color: #265a88; + background-position: 0 -15px; +} +.btn-primary:active, +.btn-primary.active { + background-color: #265a88; + border-color: #245580; +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled.focus, +.btn-primary[disabled].focus, +fieldset[disabled] .btn-primary.focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #265a88; + background-image: none; +} +.btn-success { + background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); + background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641)); + background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #3e8f3e; +} +.btn-success:hover, +.btn-success:focus { + background-color: #419641; + background-position: 0 -15px; +} +.btn-success:active, +.btn-success.active { + background-color: #419641; + border-color: #3e8f3e; +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled.focus, +.btn-success[disabled].focus, +fieldset[disabled] .btn-success.focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #419641; + background-image: none; +} +.btn-info { + background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); + background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2)); + background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #28a4c9; +} +.btn-info:hover, +.btn-info:focus { + background-color: #2aabd2; + background-position: 0 -15px; +} +.btn-info:active, +.btn-info.active { + background-color: #2aabd2; + border-color: #28a4c9; +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled.focus, +.btn-info[disabled].focus, +fieldset[disabled] .btn-info.focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #2aabd2; + background-image: none; +} +.btn-warning { + background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); + background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316)); + background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #e38d13; +} +.btn-warning:hover, +.btn-warning:focus { + background-color: #eb9316; + background-position: 0 -15px; +} +.btn-warning:active, +.btn-warning.active { + background-color: #eb9316; + border-color: #e38d13; +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled.focus, +.btn-warning[disabled].focus, +fieldset[disabled] .btn-warning.focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #eb9316; + background-image: none; +} +.btn-danger { + background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); + background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a)); + background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #b92c28; +} +.btn-danger:hover, +.btn-danger:focus { + background-color: #c12e2a; + background-position: 0 -15px; +} +.btn-danger:active, +.btn-danger.active { + background-color: #c12e2a; + border-color: #b92c28; +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled.focus, +.btn-danger[disabled].focus, +fieldset[disabled] .btn-danger.focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #c12e2a; + background-image: none; +} +.thumbnail, +.img-thumbnail { + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); + box-shadow: 0 1px 2px rgba(0, 0, 0, .075); +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #e8e8e8; + background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); + background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); + background-repeat: repeat-x; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #2e6da4; + background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); + background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); + background-repeat: repeat-x; +} +.navbar-default { + background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); + background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8)); + background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); +} +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .active > a { + background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); + background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2)); + background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0); + background-repeat: repeat-x; + -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); + box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); +} +.navbar-brand, +.navbar-nav > li > a { + text-shadow: 0 1px 0 rgba(255, 255, 255, .25); +} +.navbar-inverse { + background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%); + background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222)); + background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-radius: 4px; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .active > a { + background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%); + background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f)); + background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0); + background-repeat: repeat-x; + -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); + box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); +} +.navbar-inverse .navbar-brand, +.navbar-inverse .navbar-nav > li > a { + text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); +} +.navbar-static-top, +.navbar-fixed-top, +.navbar-fixed-bottom { + border-radius: 0; +} +@media (max-width: 767px) { + .navbar .navbar-nav .open .dropdown-menu > .active > a, + .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #fff; + background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); + background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); + background-repeat: repeat-x; + } +} +.alert { + text-shadow: 0 1px 0 rgba(255, 255, 255, .2); + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); +} +.alert-success { + background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); + background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc)); + background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); + background-repeat: repeat-x; + border-color: #b2dba1; +} +.alert-info { + background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%); + background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0)); + background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); + background-repeat: repeat-x; + border-color: #9acfea; +} +.alert-warning { + background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); + background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0)); + background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); + background-repeat: repeat-x; + border-color: #f5e79e; +} +.alert-danger { + background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); + background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3)); + background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); + background-repeat: repeat-x; + border-color: #dca7a7; +} +.progress { + background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); + background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5)); + background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar { + background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090)); + background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-success { + background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); + background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44)); + background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-info { + background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); + background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5)); + background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-warning { + background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); + background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f)); + background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-danger { + background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); + background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c)); + background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-striped { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.list-group { + border-radius: 4px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); + box-shadow: 0 1px 2px rgba(0, 0, 0, .075); +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + text-shadow: 0 -1px 0 #286090; + background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a)); + background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0); + background-repeat: repeat-x; + border-color: #2b669a; +} +.list-group-item.active .badge, +.list-group-item.active:hover .badge, +.list-group-item.active:focus .badge { + text-shadow: none; +} +.panel { + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); + box-shadow: 0 1px 2px rgba(0, 0, 0, .05); +} +.panel-default > .panel-heading { + background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); + background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); + background-repeat: repeat-x; +} +.panel-primary > .panel-heading { + background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); + background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); + background-repeat: repeat-x; +} +.panel-success > .panel-heading { + background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); + background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6)); + background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); + background-repeat: repeat-x; +} +.panel-info > .panel-heading { + background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); + background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3)); + background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); + background-repeat: repeat-x; +} +.panel-warning > .panel-heading { + background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); + background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc)); + background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); + background-repeat: repeat-x; +} +.panel-danger > .panel-heading { + background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%); + background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc)); + background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); + background-repeat: repeat-x; +} +.well { + background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); + background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5)); + background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); + background-repeat: repeat-x; + border-color: #dcdcdc; + -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); +} +/*# sourceMappingURL=bootstrap-theme.css.map */ diff --git a/WebContent/css/bootstrap-theme.min.css b/WebContent/css/bootstrap-theme.min.css new file mode 100755 index 0000000..5e39401 --- /dev/null +++ b/WebContent/css/bootstrap-theme.min.css @@ -0,0 +1,6 @@ +/*! + * Bootstrap v3.3.7 (http://getbootstrap.com) + * Copyright 2011-2016 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)} +/*# sourceMappingURL=bootstrap-theme.min.css.map */ \ No newline at end of file diff --git a/WebContent/css/form-elements.css b/WebContent/css/form-elements.css new file mode 100755 index 0000000..baacce3 --- /dev/null +++ b/WebContent/css/form-elements.css @@ -0,0 +1,74 @@ + +input[type="text"], +input[type="password"], +textarea, +textarea.form-control { + height: 50px; + margin: 0; + padding: 0 20px; + vertical-align: middle; + background: #f8f8f8; + border: 3px solid #ddd; + font-family: 'Roboto', sans-serif; + font-size: 16px; + font-weight: 300; + line-height: 50px; + color: #888; + -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; + -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; + -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s; +} + +textarea, +textarea.form-control { + padding-top: 10px; + padding-bottom: 10px; + line-height: 30px; +} + +input[type="text"]:focus, +input[type="password"]:focus, +textarea:focus, +textarea.form-control:focus { + outline: 0; + background: #fff; + border: 3px solid #ccc; + -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; +} + +input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, +textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; } + +input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, +textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; } + +input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, +textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; } + + + +button.btn { + height: 50px; + margin: 0; + padding: 0 20px; + vertical-align: middle; + background: #19b9e7; + border: 0; + font-family: 'Roboto', sans-serif; + font-size: 16px; + font-weight: 300; + line-height: 50px; + color: #fff; + -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; + text-shadow: none; + -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; + -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s; +} + +button.btn:hover { opacity: 0.6; color: #fff; } + +button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } + +button.btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; } + +button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; } diff --git a/WebContent/css/images.css b/WebContent/css/images.css deleted file mode 100644 index 713bcb5..0000000 --- a/WebContent/css/images.css +++ /dev/null @@ -1,81 +0,0 @@ -/* -------------------------------------------------------------- - - Default styles for Images - --------------------------------------------------------------- */ -.entry-content .wp-post-image { - border: 1px solid #ccc; - float:right; - margin: 0 0 20px 18px; - padding: 5px; -} -.entry-content img { - height:auto; - margin: 0 0 18px 0; - max-width:100%; -} -.alignleft, -img.alignleft { - float: left; - margin-right:20px; -} -.alignright, -img.alignright { - display: block; - float: right; - margin-left:20px; -} -.aligncenter, -img.aligncenter { - margin-left:auto; - margin-right:auto; - display: block; - clear: both; -} -.wp-caption { - border:1px solid #ccc; - text-align: center; - margin-bottom:18px; - padding:9px 5px 0; -} -.wp-caption img { - border: 1px solid #ccc; - margin: 0; - padding: 0; -} -.wp-caption p.wp-caption-text { - margin: 0; - padding:18px 5px; -} -.gallery-icon { - border: 1px solid #ccc; - margin: 0 5px; - padding-top: 6px; -} -.gallery img { - margin:0; -} -.gallery-caption { - padding:6px 6px 0; -} -.wp-smiley { /* Prevent the smileys from breaking line-height */ - max-height:12px; - margin:0 !important; -} - -/* - -Adapt the following for use in your Child Themes when using -different font-sizes and line-heights - -.entry-content img, -.wp-caption { - margin-bottom:--px; -} -.wp-smiley { - max-height:--px; -} - -All other styles can be overridden--or ignored!--in Child Theme stylesheets - -*/ \ No newline at end of file diff --git a/WebContent/css/register3.css b/WebContent/css/register3.css new file mode 100755 index 0000000..2cf3745 --- /dev/null +++ b/WebContent/css/register3.css @@ -0,0 +1,110 @@ + +body { + font-family: 'Roboto', sans-serif; + font-size: 16px; + font-weight: 300; + color: #888; + line-height: 30px; + text-align: center; +} + + + +.btn-link-1 { + display: inline-block; + height: 50px; + margin: 5px; + padding: 16px 20px 0 20px; + background: #19b9e7; + font-size: 16px; + font-weight: 300; + line-height: 16px; + color: #fff; + -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; +} +.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; } + +.btn-link-1.btn-link-1-facebook { background: #4862a3; } +.btn-link-1.btn-link-1-twitter { background: #55acee; } +.btn-link-1.btn-link-1-google-plus { background: #dd4b39; } + +.btn-link-1 i { + padding-right: 5px; + vertical-align: middle; + font-size: 20px; + line-height: 20px; +} + + + +/***** Top content *****/ + + +.form-box { + margin-top: 70px; + border: 3px; + border-color: rgba(0, 0, 0, 0.16); + border-style: solid; + border-radius: 3px; +} + +.form-top { + overflow: hidden; + padding: 0 25px 15px 25px; + background: #fff; + -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; + text-align: left; +} + +.form-top-left { + float: left; + width: 75%; + padding-top: 25px; +} + +.form-top-left h3 { margin-top: 0; } + +.form-top-right { + float: left; + width: 25%; + padding-top: 5px; + font-size: 66px; + color: #ddd; + line-height: 100px; + text-align: right; +} + +.form-bottom { + padding: 25px 25px 30px 25px; + background: #eee; + -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; + text-align: left; +} + +.form-bottom form textarea { + height: 100px; +} + +.form-bottom form button.btn { + width: 100%; +} + +.form-bottom form .input-error { + border-color: #19b9e7; +} + +.social-login { + margin-top: 35px; +} + +.social-login-buttons { + margin-top: 25px; +} + +.middle-border { + min-height: 300px; + margin-top: 170px; + border-right: 1px solid rgba(255, 255, 255, 0.6); +} + + diff --git a/WebContent/css/reset.css b/WebContent/css/reset.css deleted file mode 100644 index aa31d6f..0000000 --- a/WebContent/css/reset.css +++ /dev/null @@ -1,64 +0,0 @@ -/* -------------------------------------------------------------- - - Reset default browser CSS. - - Based on work by Eric Meyer: - http://meyerweb.com/eric/tools/css/reset/index.html - --------------------------------------------------------------- */ - -/* v1.0 | 20080212 */ - -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td { - margin: 0; - padding: 0; - border: 0; - outline: 0; - font-size: 100%; - vertical-align: baseline; - background: transparent; -} -body { - background:#fff; - line-height: 1; -} -ol, ul { - list-style: none; -} -blockquote, q { - quotes: none; -} -blockquote:before, blockquote:after, -q:before, q:after { - content: ''; - content: none; -} - -/* remember to define focus styles! */ -:focus { - outline: 0; -} - -/* remember to highlight inserts somehow! */ -ins { - text-decoration: none; -} -del { - text-decoration: line-through; -} - -/* tables still need 'cellspacing="0"' in the markup */ -table { - border-collapse: collapse; - border-spacing: 0; -} - -a img { border: none; } \ No newline at end of file diff --git a/WebContent/css/style.css b/WebContent/css/style.css deleted file mode 100644 index fecf6da..0000000 --- a/WebContent/css/style.css +++ /dev/null @@ -1,1166 +0,0 @@ -/* -Theme Name: Gallery -Theme URI: http://www.upthemes.com/themes/gallery/ -Description: The ultimate gallery-style Thematic child theme for WordPress. -Author: Chris Wallace for UpThemes -Author URI: http://upthemes.com -Template: thematic -Version: 1.5.1 -. -This work, like WordPress, is released under GNU General Public License, version 2 (GPL). -http://www.gnu.org/licenses/old-licenses/gpl-2.0.html -. -*/ - -/* Reset browser defaults */ -@import url('reset.css'); - -/* Apply a basic layout */ -@import url('2c-l-fixed.css'); - -/* Apply basic image styles */ -@import url('images.css'); - - -input,select,textarea{ - color: #eee; - background-color: #3F3F3F; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px -} -input[type="submit"], -input[type="button"], -button{ - background: url("../img/btn-bg.jpg") repeat-x left top; - color:#ddd; - font-weight: normal; - position: relative; - line-height: 30px; - overflow: hidden; - border: 1px solid #101010; - padding: 3px 18px; - font-size: 10px; - line-height: 0.75em; - font-family: Verdana, Arial, sans-serif; - text-transform: uppercase; - cursor: pointer; - -moz-border-radius: 4px; - border-radius: 4px; - -webkit-border-radius: 4px -} -input[type="submit"]:hover, -input[type="button"]:hover, -button:hover{ - background-position: 0 -22px; - color: #ddd -} -input[type="submit"]:active, -input[type="button"]:active, -button:active{ - background-position: 0 -44px; - padding-top: 4px; - padding-bottom: 0 -} -abbr{ - border-bottom: 1px dotted #555 -} -pre{ - background-color: #191919; - border: 1px solid #333; - -moz-border-radius: 3px; - border-radius: 3px; - -webkit-border-radius: 3px; - padding: 5px; - margin: 10px 0; - white-space: pre; - overflow: auto - -} -pre, -code{ - font-size: 12px; -} -body { - background: #000 url("../img/body-background.jpg") center top; - color: #AFAFAF; - font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif; - font-size: 90%; - font-style: normal; - line-height: 2em -} -#wrapper{ - background: transparent url("../img/light-source-trans.png") no-repeat center top; - height: auto; - min-height: 300px -} -a { - color: white; - text-decoration: none -} -a:hover { - color: #ddd -} -h1, h2, h3{ - color: white -} -h2{ - font-size: 1.5em; - margin-bottom: 0.7em -} -#content ol, -#content ul{ - margin-bottom: 1em -} -.single #content li{ - line-height: 1.4em -} -.single #content ul{ - border-top: 1px solid #101010; - border-bottom: 1px solid #282828; -} -.single #content li{ - padding: 10px 0 10px 24px; - list-style: none; - position: relative; - border-top: 1px solid #282828; - border-bottom: 1px solid #101010 -} -.twitter{ - background: url("../img/icons/twitter.png") no-repeat left center -} -.delicious{ - background: url("../img/icons/delicious.png") no-repeat left center -} -.designer{ - background: url("../img/icons/person.png") no-repeat left center -} -.site-link{ - background: url("../img/icons/globe.png") no-repeat left center -} -#header { - margin: 0 auto; - padding: 20px 0; - position: relative; - z-index: 20 -} -#branding,#access { - margin: 0 auto; - overflow: visible; - width: 940px; -} -#branding{ - padding: 10px 0; -} -.ie8 #branding{ - margin-bottom: 20px; - height: 30px -} -#blog-title { - text-align: left; - display: inline; - float: left; - margin-bottom: 20px; -} -#blog-title a{ - display: block; -} -.msie #blog-title a{ - position: relative; - margin-bottom: -10px -} -#blog-description { - color:#777; - font-size:0.9em; - line-height: 1.4em; - font-weight:normal; - text-align: right; - padding-top: 66px -} -#access { - width: 940px; - height: 45px; - margin-top: 10px; - clear: both; - background: url("../img/menu-bg-trans.png") no-repeat top left; -} -#category-menu ul{ - padding: auto -} -#category-menu li{ - float: left; - height: 45px -} -#category-menu li a, -li.blog-description span{ - display: block; - font-size: .8em; - font-weight: bold; - height: 28px; - padding: 8px; - margin-right: 8px; - color: white; - text-decoration: none -} -#category-menu li.home a{ - display: block; - text-indent: -9000px; - overflow: hidden; - text-align: left; - width: 24px; - background: url("../img/ico-home-trans.png") no-repeat; - background-position: center 15px; - padding-bottom: 0; - margin-left: 10px -} -#category-menu li.home a:hover{ - background: url("../img/ico-home-trans.png") no-repeat center -16px -} -#category-menu li.current_page_item{ -} -#category-menu li.current_page_item a{ - color: #ddd; -} -#category-menu > li:first-child{ - margin-left: 10px; -} -#category-menu li a:hover{ - color: #ddd -} -#category-menu li.blog-description{ - float: right -} -#category-menu li.blog-description span{ - color: #eee; - font-weight: normal -} -#blog-description{ - display: none -} -#page-menu{ - position: absolute; - bottom: 50px; - right: 10px; - margin: 0; - width: 500px; - font-size: .8em; - color: #888; - z-index: 100 -} -#page-menu #page-nav{ - text-align: right -} -#page-menu #page-nav li{ - float: right; - margin: 10px 0 0 4px -} -#page-menu #page-nav li a{ - padding: 8px 12px; - font-size: .9em; - color: #bbb; - text-transform: uppercase -} -#page-menu #page-nav li.rss a{ - padding-left: 20px; - background: url("../img/ico-rss-trans.png") no-repeat left center -} -#page-menu #page-nav li a:hover{ - color: white -} - -.sf-menu .current_page_item a, -.sf-menu .current_page_ancestor a, -.sf-menu .current_page_parent a { -} -.sf-menu a, .sf-menu a:visited { - color:#FFFFFF; -} -.sf-menu li { - position: relative; - background:transparent; -} -body #access #category-menu .sf-menu li li { - width: 100%; - margin: 0; - padding: 0; - height: auto; - width: auto - -} -.sf-menu li li li { - background: #333; -} -body #access #category-menu .sf-menu a:focus, -body #access #category-menu .sf-menu a:hover, -body #access #category-menu .sf-menu a:active { - background: #232323; - background: rgba(255,255,255,0.06); -} -body #access #category-menu .sf-menu .home a:focus, -body #access #category-menu .sf-menu .home a:hover, -body #access #category-menu .sf-menu .home a:active { - background: url("../img/ico-home-trans.png") no-repeat center -16px -} -body #access #category-menu .sf-menu ul a:focus, -body #access #category-menu .sf-menu ul a:hover, -body #access #category-menu .sf-menu ul a:active { - background: #454545; - background: rgba(255,255,255,0.1); -} -.sf-menu li li a:hover { - background: #333333; - background: rgba(255,255,255,0.1); -} -.sf-menu ul { - border:medium none; -} -.sf-menu li:hover ul, -.sf-menu li.sfHover ul { - top: 45px; - position: absolute; - border: 1px solid #000; - background: #1A1A1A; - padding: 0; - border-top: none; -} -.sf-menu li:hover ul ul, -.sf-menu li.sfHover ul ul{ - top: auto; - left: auto; - margin-top: -31px; - border-top: 1px solid #000; -} -body #access #category-menu .sf-menu ul a { - background:#111111; - color: white; - padding: 5px 0 5px 5px; - margin: 0; - line-height: 20px; - height: 20px; - display: block; - width: auto -} -.sf-menu ul a:hover { - color:#CC0000; - background: rgba(255,255,255,0.1); -} -.skip-link { - display: none; -} -#main{ - position: relative; - z-index: 5; - margin: 0 auto 30px auto -} -#primary, -#secondary{ - display: none -} -.page #primary{ - display: block -} -.aside{ - width: 270px -} -#content{ - width: 940px; - margin: 0; - float: none; - padding-top: 0 -} -.msie #content, -.single #content, -.home #content, -.page #content{ - padding-top: 20px -} -.page #content{ - margin-left: 320px; - width: 620px -} -.page #content li{ - list-style: disc; - margin-left: 20px -} -.single #container{ - position: relative -} -.single .entry-content{ - display: inline; - float: left; - margin: 20px 0 0 550px; - width: 385px -} -.single div.video ul.meta, -.single div.video #nav-below{ - display: none -} -.single .artwork-container{ - float: left; - margin-left: -935px -} -.single .entry-artwork{ - background-color: #191919; - border: 1px solid #333; - -moz-border-radius: 3px; - border-radius: 3px; - -webkit-border-radius: 3px; - padding: 10px -} -.single .navigation{ - margin-top: 10px; - padding-top: 0; -} -.single .entry-content h1, -h1.page-title{ - font-size: 1.8em; - margin-bottom: .5em -} -h1.page-title{ - margin-bottom: 1em -} -.single .entry-content p{ - line-height: 1.3em -} -.not-singular .entry-content{ - float: left; - width: 134px; - margin: 0 0 5px 0; -} -.not-singular .entry-content a{ - border: 3px solid #191919; - display: block; - height: 125px; - width: 125px; - overflow: hidden; - position: relative; - background-color: #191919 -} -.not-singular .entry-content a img{ - position: absolute; - z-index: 5 -} -.not-singular .entry-content a span.slide-title{ - position: absolute; - top: 108px; - left: 3px; - width: 300px; - line-height: 1em; - color: white !important; - font-size: .8em; - text-transform: uppercase; - z-index: 0 -} -.not-singular .entry-content{ - position: relative -} -.not-singular .entry-content .new{ - display: block; - position: absolute; - top: -6px; - right: 10px; - width: 42px; - height: 22px; - background: url("../img/ico-new-trans.png") no-repeat top left; - z-index: 200 -} -.not-singular .video .new{ - background: url("../img/ico-video-trans.png") no-repeat top left; - width: 74px; -} -span.cover-up{ - background: url("../img/side-fade-trans.png") no-repeat right top; - position: absolute; - right: 0; - top: 0; - height: 125px; - width: 20px; - z-index: 4 -} -.entry-content .wp-post-image{ - border: none; - margin: 0; - padding: 0; -} -.main-aside h3{ - font-weight: bold; - color: #fff; - padding: 5px 0 5px 10px -} -.main-aside .xoxo li{ - margin: 0 0 10px 0; - padding: 15px; - background-color: #191919; - border: 1px solid #333; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px -} -.main-aside .xoxo li div{ - padding: 0 0 0 10px; - font-size: .8em; - line-height: 2em -} -.main-aside .xoxo li ul li{ - margin: 0; - padding: 0 0 0 10px; - background: transparent; - border: none; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0 -} -.main-aside p{ - margin-bottom: 1em -} -form{ - margin: 0 0 2em 0 -} -legend{ - font-size: 1.2em; - font-weight: 700; - color: white -} -.form-label, -.wpcf7-form label{ - display: block; - margin: 5px 0 0 0 -} -input[type="text"], -input[type="password"], -textarea, -select{ - font-family: Arial, Helvetica, sans-serif; - border: 1px solid #303030; - background: #232323; - color: #999999; - padding: 6px; -} -.aside input[type="text"]{ - width: 180px; - margin-bottom: 5px; -} -.navigation { - font-family: Helvetica,Arial,sans-serif; - margin-bottom: 20px; - overflow: hidden; - text-transform: uppercase; - width: 100%; -} -#nav-above { - display: none; -} -#nav-below{ - clear: both; - padding-top: 10px; - height: auto; - overflow: auto; - padding-bottom: 10px -} -.nav-next { - float: right; - text-align: right; - width: 47%; -} -.not-singular .nav-next{ - margin-right: 5px -} -.nav-previous { - float: left; - width: 47%; -} -#nav-above{ - display: none; -} -.hentry{ - width: auto -} -.entry-title { - color: white; - font-size: 2.6em; - font-weight: bold; - letter-spacing: -1px; - margin-bottom: 1em; - padding-bottom: 1px; -} -.entry-title a{ - color: white -} -.post .entry-meta,.post .entry-utility { - color: #afafa1; - font-size: 0.825em; - margin-bottom: 24px; - padding-bottom: 5px; -} -.post p, .entry-content p { - margin-bottom: 1em; -} -.post pre,#content .page pre { - font-size: 1.6em; -} -.post dt { - margin-bottom: 5px; - padding-bottom: 5px; -} -.post dd { - color: #eee; - margin-bottom: 1em; -} -.post dl { - margin-bottom: 1.3em; - padding-left: 20px; -} -.post a.more-link { - background: #be194f; - color: #fff; - font-size: 0.75em; - font-weight: bold; - padding: 5px 10px; - text-decoration: none; - text-transform: uppercase; -} -.post a.more-link:hover { - background: #d93c6f; -} -a.more-link .meta-nav { - display: none; -} -.post h3,.post h4,.post h5,.post h6 { - margin: 5px 0; - padding: 5px 0; -} -.post h4 { - font-size: 1.4em; -} -.post h5 { - font-size: 1.2em; - text-transform: uppercase; -} -.post h6 { - font-size: 1.1em; - text-transform: uppercase; -} -.post blockquote { - font: italic 2em Georgia, "Times New Roman", Times, serif; - color: white; - margin: 10px 0px; - padding: 10px 20px 1px 10px; -} -.post blockquote p { - font-stayle: italic; -} -.post .page-link { - font-size: 0.825em; - margin-bottom: 20px; - text-transform: uppercase; -} -.page-link a { - background: #f0f0f0; - border-bottom: 1px solid #ddd; - border-left: 1px solid #eee; - border-right: 1px solid #ddd; - border-top: 1px solid #eee; - padding: 5px 10px; - text-decoration: none; -} -.post .entry-utility { - border-top: 1px solid #232323; - margin-bottom: 0; - padding: 5px 0 0 0; -} -.btc-powered{ - font-size: 0.825em -} -#comments { - margin-top: 20px; - padding: 20px 0 0 0; - clear: both; - overflow: auto; -} -body.page #comments, -body.page #respond, -body.page #comments-list{ - width: 100%; - float: none; -} -#comments,#comments input[type="text"],#comments textarea { - font-size: 12px; -} -#comments h3 { - font-size: 0.9em; - text-transform: uppercase; - letter-spacing: 0.2em; - padding: 7px 12px 7px 42px; - font-weight: bold; - background: #171717 url("../img/ico-comment.png") no-repeat 16px center -} -#comments #respond h3{ - background-image: url("../img/ico-person.png") -} -#comments #comments-list #respond h3{ - background-image: url("../img/ico-reply.png") -} -.formcontainer{ - border-top: 1px solid #282828; -} -#comments-list { - border-top: 1px solid #141414; - float: left; - margin-right: 30px; - padding: 0 0 18px; - width: 520px; -} -#comments-list ol,#comments-list ul { - list-style: none; - margin: 0; -} -#comments-list ol { - margin: 0 0 18px 0; -} -#comments-list li { - padding: 18px 1.5em 18px 1.5em; - position: relative; - border-top: 1px solid #282828; - border-bottom: 1px solid #101010; -} -#comments-list ol { - border-bottom: 1px solid #282828; - list-type: none; -} -.single #content #comments-list li, -.page #content #comments-list li{ - padding: 20px 0; - position: relative; - z-index: 0; - list-type: none; - margin: 0; -} -#comments-list li .avatar { - height: 60px; - width: 60px; - padding: 4px; - border: 1px solid #282828; - background: #171717; - float: left; - position: relative; - margin-left: -95px -} -#comments-list .comment-author, -#comments-list .comment-meta, -#comments-list .comment-content, -#comments-list .unapproved{ - display: block; - margin-left: 100px -} -#comments-list .unapproved{ - background-color: #191919; - margin-bottom: 15px; - padding: 10px; - color: white -} -#comments-list .comment-author { - font-weight: bold; - font-size: 1.3em - padding: 5px 0 0 0; -} -#comments-list .comment-meta { - color: #666; - font-size: 11px; - padding: 10px 0 9px 0; -} -#comments-list .comment-meta a { - color: #eee; - font-style: italic; - text-decoration: none; -} -#comments-list .comment-meta a:active,#comments-list .comment-meta a:hover { - color: #FF4B33; -} -#comments-list .comment-content{ - padding-right: 10px -} -#commentform{ - padding: 15px; - width: 360px -} -.comment-reply-link { - font-size: 11px; - padding: 0 0 18px 0; - text-align: right; -} -.hover-url{ - color: #666; - margin-left: 10px; - font-weight: normal; - font-style: italic; - font-family: Georgia, "Georgia MS", Times, serif -} -.comment-reply-link a { - color: #eee; - font-style: italic; - text-decoration: none; -} -.comment-navigation { - font-weight: bold; - margin-right: 0.5em; - padding: 0; -} -.comment-navigation a { - border: 1px solid #ccc; - color: #eee; - font-weight: normal; - padding: 0.5em 0.75em; - text-decoration: none; -} -.comment-navigation a:active,.comment-navigation a:hover { - color: #FF4B33; -} -.comment-navigation a,.comment-navigation span { - margin-right: 0.5em; -} -#trackbacks-list .comment-content { - left: -9000px; - position: absolute; -} -#respond { - border-top: 1px solid #141414; - margin-bottom: 22px; - overflow: hidden; - padding: 0; - width: 390px; - float: right; - position: relative; - z-index: 4 - } -#comments-list #respond { - margin: 0; - padding: 0; - float: none; - width: 520px -} -#comments-list #commentform { - width: auto -} -#comments-list ul #respond { - margin: 0; -} -#cancel-comment-reply { - font-size: 11px; - position: absolute; - right: 1.5em; - top: 7px; -} -#respond .required { - color: #FF4B33; - font-weight: bold; -} -.form-section{ - padding: 0 0 10px 0; - clear: both; - overflow: auto -} -.form-section label { - font-size: 11px; -} -.form-section .form-label{ - width: 35%; - float: left; - clear: both; - text-align: right -} -.form-section .form-input{ - width: 65%; - float: right; - text-align: right -} -.form-section .form-input input{ - width: 80% -} -.form-section .form-textarea{ - width: 100%; - text-align: right -} -.form-section .form-textarea textarea{ - width: 94% -} -#respond #comment-notes{ - line-height: 1.2em; - margin: 5px 0 20px 0; - font-size: 0.9em -} -#comments-list ul.children{ - margin-left: 20px; -} -.single #content #comments-list ul.children li{ - padding-left: 25px; - background: url("../img/ico-reply.png") no-repeat 5px 20px -} -#form-section-comment .form-label{ - display: none -} -#form-allowed-tags p { - color: #ccc; - font-size: 10px; - line-height: normal; - margin: 0; -} -#form-allowed-tags span { - font-style: italic; -} -.form-submit { - padding: 18px 0 0 0 -} -.subscribe-to-comments { - color: #eee; - float: left; - font-size: 11px; - margin: 0; - padding: 18px 0 0 0; -} -.solo-subscribe-to-comments { - color: #eee; - font-size: 11px; - padding: 18px 0 0 0; -} -.comment_license { - clear: both; - color: #eee; - font-size: 11px; - margin: 0; - padding: 18px 0 0 0; -} -#footer { - z-index: 0; - border-top: 1px solid #353535; - padding: 40px 0; - color: #555; - background-color: #0F0F0F; - margin-top: 20px -} -#footer a{ - color: #666 -} -#footer a:hover{ - color: #666 -} -#footer #subsidiary .aside{ - width: 940px -} -#footer .widgetcontainer{ - float: left; - width: 270px; - padding: 10px; - margin: 10px 10px 20px 10px; - background: #121212; - border: 1px solid #282828; - } -#footer .widgetcontainer h3{ - margin-bottom: 10px -} -#footer .widgetcontainer a:hover{ - color: #999 -} -#footer .reset{ - clear: both -} -#siteinfo{ - text-align: center; - font-size: .8em -} -#siteinfo a{ - text-decoration: none; - border-bottom: 1px dotted #333 -} -#siteinfo a:hover{ - border-bottom-color: #555555 -} -#author-info { - border: 1px dotted #ccc; - padding: 5px; - overflow: hidden; - font-size: 1.2em; - margin-bottom: 20px; -} -#author-info h2 { - border-bottom: 3px double #ddd; - padding: 5px 0; - font-size: 1.8em; - margin-bottom: 10px; -} -#author-info .avatar { - float: left; - border: 3px double #ddd; - margin: 0 10px 10px 0; -} - -/* IE6 fixes */ - -.ie6 .single .entry-content{ - height: 450px -} - -.ie6 .entry-content { - height:130px; -} - -.ie6, -.ie6 #container{ - width: 100%; - overflow: hidden -} -.ie6 #blog-title a{ - overflow: auto -} -.ie6 #category-menu, -.ie6 #category-nav{ - width: 940px -} -.ie6 #category-menu{ - margin: 10px 0 0 10px -} -.ie6 #category-nav li { - float: left; - display: inline; - padding: 0; - margin: 0; - height: auto -} -.ie6 #category-nav li.blog-description{ - float: right -} -.ie6 #category-nav li.blog-description span{ - float: right -} -.ie6 #category-nav a{ - float: left -} -.ie6 .single #content { - height: auto -} - - -/* Styles for Contact Form 7 plugin */ - -div.wpcf7-response-output{ - display: none -} - -/* Styles for WP Post Ratings plugin */ - -.post-ratings{margin-bottom: 10px; float: right; width: 100px !important; margin-top: 5px; overflow: hidden; height: 20px} -.post-ratings small{font-size: .7em;} -.post-ratings-text{display:none !important} - -/* Styles for BuySellAds widget */ - -.BuySellAds_widget{ - width: 938px; - margin: 0; - padding: 3px 0; - height: auto; - overflow: auto; -} -.BuySellAds_widget a { -background-color:#191919; -border:3px solid #191919; -display:block; -height:125px; -overflow:hidden; -position:relative; -width:125px; -float: left; -margin:0 3px 0 0; -} -.BuySellAds_widget a:hover{ - border-color: #191919 -} -.BuySellAds_widget img { - border: 0; - clear: right; -} -.BuySellAds_widget a.adhere { - background: #191919; - border:3px solid #191919; - color: #666; - font-size: 11px; - font-weight: bold; - text-align: center; - width: 125px; - height: 125px; - margin:0 3px 0 0; -} -.BuySellAds_widget a.adhere:hover { - background: #191919; - border: 3px solid #191919; - color: #777; -} - -/* =PageNavi --------------------------------------------------------------- */ - -/* Use !important to override PageNavi CSS */ - -.wp-pagenavi{ - text-align: center; - padding-top: 20px; -} - -.navigation .wp-pagenavi a, .navigation .wp-pagenavi a:link, .navigation .wp-pagenavi a:active { - color: #fff; - background: #222; - background: rgba(0,0,0,0.3); - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - padding: 5px 9px; - border-width: 0 !important; -} -.navigation .wp-pagenavi a:hover { - background: #282828; - background: rgba(0,0,0,0.7); -} -.navigation .wp-pagenavi span.pages { - background: transparent; - color: #fff; - color: rgba(255,255,255,0.4); - padding: 5px 9px; - border-width: 0 !important; -} -.navigation .wp-pagenavi span.current { - background: #555; - background: rgba(255,255,255,0.07); - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - color: #fff; - padding: 5px 9px; - border-width: 0 !important; -} -.navigation .wp-pagenavi span.extend { - background: none; - color: white; - color: rgba(255,255,255,0.4); - padding: 5px 9px; - border-width: 0 !important; -} - -* { - margin: 0; -} -html, body { - height: 100%; -} -#wrapper { - min-height: 100%; - height: auto !important; - height: 100%; - margin: 0 auto -71px; /* the bottom margin is the negative value of the footer's height */ -} -#footer{ - margin-top: 0; - #height: 30px; - padding: 20px 0; -} -.push { - height: 71px; /* .push must be the same height as .footer */ -} \ No newline at end of file diff --git a/WebContent/css/zallery.css b/WebContent/css/zallery.css old mode 100644 new mode 100755 index 9ffc983..55d4867 --- a/WebContent/css/zallery.css +++ b/WebContent/css/zallery.css @@ -1,110 +1,51 @@ -.progressbar, .progressbarYellow, .progressbarGreen, .progressbarRed, .progressbarBlue{ - background: transparent url(../img/bar-grey.gif) repeat-x scroll 0%; - border: 1px solid black; - color: white; - height: 16px; - margin: 5pt; - padding: 0pt; - position: relative; - text-align: center; - width; 150px; - border-collapse: collapse; -} -.progressbar b, .progressbarYellow b, .progressbarGreen b, .progressbarRed b, .progressbarBlue b{ - float: left; - height: 16px; - margin: 0pt; - padding: 0pt; - font-size: 11px; -} -.progressbar b, .progressbarGreen b{ - background: transparent url(../img/bar-green.gif) repeat-x scroll 0%; -} -.progressbarYellow b{ - background: transparent url(../img/bar-yellow.gif) repeat-x scroll 0%; -} -.progressbarRed b{ - background: transparent url(../img/bar-red.gif) repeat-x scroll 0%; -} -.progressbarBlue b{ - background: transparent url(../img/bar-blue.gif) repeat-x scroll 0%; -} - - -input:focus{ - border: 1px solid #7D6D06; -} - -.slideshow-link{ - background: url("../img/icons/slideshow.png") no-repeat left center -} - -#footer{ - padding: 25px 0; -} - -.fb_edge_comment_widget { - display: none !important; -} - - - -/** Forms **/ -/* style.css:34 */ -input[type="submit"], input[type="button"], button { - padding: 3px 18px 6px 18px; - -moz-border-radius: 0px; - border-radius: 0px; - -webkit-border-radius: 0px; -} - -/** Gallery **/ -/* style.css:141 */ -#header { - padding: 10px 0; -} -/* style.css:374 */ -.msie #content, .single #content, .home #content, .page #content { - padding-top: 0px; -} -/* style.css:516 */ -form { - margin: 0 0 1em 0; -} - -/** Upload **/ -/* style.css:674 */ -/*#comments { - padding: 0px 0 0 0; -}*/ -/* style.css:374 */ -/*.msie #content, .single #content, .home #content, .page #content { -padding-top: 0px; -}*/ - -.entry-title { - margin-top: 1em; -} - - -#edit-row{ - margin: 0 0 0.8em 0; -} -#edit-row form{ - margin: 0; -} - -.modmedia_edit{ - display: none; -} - -.not-singular .entry-content .private{ - display: block; - position: absolute; - top: -6px; - right: 10px; - width: 74px; - height: 22px; - background: url("../img/private.png") no-repeat top left; - z-index: 200 +body{ + margin-bottom: 200px; +} + +.navbar { + margin-top: 20px; + margin-bottom: 0px; +} +.navbar .action a, .navbar .action span{ + color: #5a5ada !important; +} + +.subnav { + width: 80%; + height: 10px; + margin: 0 auto; + padding: 0 20px; +} + +.content { + margin-top: 20px; +} + +.photo-thumb, .photo { + padding: 2px; +} +.photo-thumb img, .photo img { + width: 100%; + height: auto; +} + +.col-center{ + float: none; + margin: 0 auto; +} + +.navbar .divider-vertical { + height: 40px; + margin: 5px 14px; + border-right: 2px solid #ffffff; + border-left: 2px solid #f2f2f2; +} +.navbar-inverse .divider-vertical { + border-right-color: #222222; + border-left-color: #111111; +} +@media (max-width: 767px) { + .navbar-collapse .nav > .divider-vertical { + display: none; + } } \ No newline at end of file diff --git a/WebContent/fonts/FontAwesome.otf b/WebContent/fonts/FontAwesome.otf new file mode 100755 index 0000000..5e1fc3a Binary files /dev/null and b/WebContent/fonts/FontAwesome.otf differ diff --git a/WebContent/fonts/fontawesome-webfont.eot b/WebContent/fonts/fontawesome-webfont.eot new file mode 100755 index 0000000..4faa486 Binary files /dev/null and b/WebContent/fonts/fontawesome-webfont.eot differ diff --git a/WebContent/fonts/fontawesome-webfont.svg b/WebContent/fonts/fontawesome-webfont.svg new file mode 100755 index 0000000..d32830c --- /dev/null +++ b/WebContent/fonts/fontawesome-webfont.svg @@ -0,0 +1,685 @@ + + + \ No newline at end of file diff --git a/WebContent/fonts/fontawesome-webfont.ttf b/WebContent/fonts/fontawesome-webfont.ttf new file mode 100755 index 0000000..9d02852 Binary files /dev/null and b/WebContent/fonts/fontawesome-webfont.ttf differ diff --git a/WebContent/fonts/fontawesome-webfont.woff b/WebContent/fonts/fontawesome-webfont.woff new file mode 100755 index 0000000..1b92d42 Binary files /dev/null and b/WebContent/fonts/fontawesome-webfont.woff differ diff --git a/WebContent/fonts/fontawesome-webfont.woff2 b/WebContent/fonts/fontawesome-webfont.woff2 new file mode 100755 index 0000000..88095c7 Binary files /dev/null and b/WebContent/fonts/fontawesome-webfont.woff2 differ diff --git a/WebContent/fonts/glyphicons-halflings-regular.eot b/WebContent/fonts/glyphicons-halflings-regular.eot new file mode 100755 index 0000000..b93a495 Binary files /dev/null and b/WebContent/fonts/glyphicons-halflings-regular.eot differ diff --git a/WebContent/fonts/glyphicons-halflings-regular.svg b/WebContent/fonts/glyphicons-halflings-regular.svg new file mode 100755 index 0000000..94fb549 --- /dev/null +++ b/WebContent/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,288 @@ + + + \ No newline at end of file diff --git a/WebContent/fonts/glyphicons-halflings-regular.ttf b/WebContent/fonts/glyphicons-halflings-regular.ttf new file mode 100755 index 0000000..1413fc6 Binary files /dev/null and b/WebContent/fonts/glyphicons-halflings-regular.ttf differ diff --git a/WebContent/fonts/glyphicons-halflings-regular.woff b/WebContent/fonts/glyphicons-halflings-regular.woff new file mode 100755 index 0000000..9e61285 Binary files /dev/null and b/WebContent/fonts/glyphicons-halflings-regular.woff differ diff --git a/WebContent/fonts/glyphicons-halflings-regular.woff2 b/WebContent/fonts/glyphicons-halflings-regular.woff2 new file mode 100755 index 0000000..64539b5 Binary files /dev/null and b/WebContent/fonts/glyphicons-halflings-regular.woff2 differ diff --git a/WebContent/footer.jsp b/WebContent/footer.jsp index 03e6afa..691287b 100755 --- a/WebContent/footer.jsp +++ b/WebContent/footer.jsp @@ -1,30 +1,2 @@ -<%@ page import="zall.*" %> - - -
- - - - -