Bench4Q
-
-
Bench4Q_as_a_Service
-
-
diff --git a/Bench4Q-Web/src/main/webapp/css/index.css b/Bench4Q-Web/src/main/webapp/css/index.css index 9ff347b9..3bb22141 100644 --- a/Bench4Q-Web/src/main/webapp/css/index.css +++ b/Bench4Q-Web/src/main/webapp/css/index.css @@ -1,21 +1,99 @@ -.header { - background: -webkit-linear-gradient(#839ba9, #405a6a); - padding-top: 2px; - padding-bottom: 2px; - text-align: center; - color: #fff; - margin-top: 20px; - margin-bottom: 20px; +#header { + background-color: rgba(255, 255, 255, 0.1); + -ms-filter: + "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')"; + position: relative; + z-index: 10; + border-bottom: 1px solid #cacaca; + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 10px + rgba(0, 0, 0, 0.1); + padding-top: 22px; + padding-bottom: 22px; +} + +.clearfix { + display: block; +} + +.clearfix:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +.site-logo { + float: left; + position: relative; + padding: 9px 0 0 0; + zoom: 1; +} + +.top-nav { + float: left; + margin: 0 0 0 20px; + list-style: none; + line-height: 26px; +} + +.top-nav li { + float: left; + margin: 0 10px 0 0; +} + +.top-nav a { + font-weight: bold; + color: #222; + -moz-transition: color .15s ease-in 0; + -webkit-transition: color .15s ease-in 0; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); +} + +.top-nav.logged_out { + float: right !important; + padding: 10px 0; +} + +.top-nav.logged_out li { + margin: 0 0 0 20px; +} + +.promo { + width: 100%; + margin: -115px 0 0; + overflow: hidden; + position: relative; +} + +.image-holder { + max-width: 2822px; + position: relative; + float: left; + left: 50%; +} + +.promo .bg { + display: block; + margin: 0 auto; +} + +img { + vertical-align: middle; +} + +.image-frame { + max-width: 2822px; + position: relative; + float: left; + left: -50%; } h1 { margin-top: 5px; margin-bottom: 5px; font-size: 30px; - font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", - "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", - "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", - "WenQuanYi Micro Hei", sans-serif; + font-family: Arial, Helvetica, sans-serif, sans; font-weight: bold; } @@ -117,12 +195,7 @@ h1 { font-size: 15; line-height: 30px; font-weight: bold; - /* font-family: Microsoft YaHei,'ËÎÌå' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; */ - font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", - "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", - "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", - "WenQuanYi Micro Hei", sans-serif; - /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */ + font-family: Arial, Helvetica, sans-serif, sans; } .bottom-logo { diff --git a/Bench4Q-Web/src/main/webapp/images/01.jpg b/Bench4Q-Web/src/main/webapp/images/01.jpg deleted file mode 100644 index 2b9b1aff..00000000 Binary files a/Bench4Q-Web/src/main/webapp/images/01.jpg and /dev/null differ diff --git a/Bench4Q-Web/src/main/webapp/images/02.jpg b/Bench4Q-Web/src/main/webapp/images/02.jpg deleted file mode 100644 index afc8d86b..00000000 Binary files a/Bench4Q-Web/src/main/webapp/images/02.jpg and /dev/null differ diff --git a/Bench4Q-Web/src/main/webapp/images/03.jpg b/Bench4Q-Web/src/main/webapp/images/03.jpg deleted file mode 100644 index f00481be..00000000 Binary files a/Bench4Q-Web/src/main/webapp/images/03.jpg and /dev/null differ diff --git a/Bench4Q-Web/src/main/webapp/images/04.jpg b/Bench4Q-Web/src/main/webapp/images/04.jpg deleted file mode 100644 index 6c09b8b5..00000000 Binary files a/Bench4Q-Web/src/main/webapp/images/04.jpg and /dev/null differ diff --git a/Bench4Q-Web/src/main/webapp/images/05.jpg b/Bench4Q-Web/src/main/webapp/images/05.jpg deleted file mode 100644 index fc5b544f..00000000 Binary files a/Bench4Q-Web/src/main/webapp/images/05.jpg and /dev/null differ diff --git a/Bench4Q-Web/src/main/webapp/images/4902937.png b/Bench4Q-Web/src/main/webapp/images/4902937.png deleted file mode 100644 index 870b6304..00000000 Binary files a/Bench4Q-Web/src/main/webapp/images/4902937.png and /dev/null differ diff --git a/Bench4Q-Web/src/main/webapp/images/index/bg.jpg b/Bench4Q-Web/src/main/webapp/images/index/bg.jpg new file mode 100644 index 00000000..9795229c Binary files /dev/null and b/Bench4Q-Web/src/main/webapp/images/index/bg.jpg differ diff --git a/Bench4Q-Web/src/main/webapp/images/logo-white.png b/Bench4Q-Web/src/main/webapp/images/logo-white.png new file mode 100644 index 00000000..046afd9b Binary files /dev/null and b/Bench4Q-Web/src/main/webapp/images/logo-white.png differ diff --git a/Bench4Q-Web/src/main/webapp/index.jsp b/Bench4Q-Web/src/main/webapp/index.jsp index e8ccd29b..35c9d883 100644 --- a/Bench4Q-Web/src/main/webapp/index.jsp +++ b/Bench4Q-Web/src/main/webapp/index.jsp @@ -5,12 +5,6 @@
<%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> - - @@ -28,9 +22,9 @@ body { -