aboutsummaryrefslogtreecommitdiffstats
path: root/apiroute/apiroute-service/src/main/resources/iui-route/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'apiroute/apiroute-service/src/main/resources/iui-route/css/base.css')
-rw-r--r--apiroute/apiroute-service/src/main/resources/iui-route/css/base.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/css/base.css b/apiroute/apiroute-service/src/main/resources/iui-route/css/base.css
new file mode 100644
index 0000000..94f4a5e
--- /dev/null
+++ b/apiroute/apiroute-service/src/main/resources/iui-route/css/base.css
@@ -0,0 +1,54 @@
+#top-bar {
+ background-color: #e0e0e0;
+ border-radius: 0;
+ height: 50px;
+}
+#top-bar, #top-bar small, #top-bar a {
+ /* text-shadow: 0px -1px 0px #182127; */
+ color: #333;
+}
+.container-fluid {
+ background-color: #fff;
+}
+.navbar-inner {
+ padding-left: 20px;
+ padding-right: 20px;
+ background-color: #2c2c2c;
+ background-image: -moz-linear-gradient(top, #333333, #222222);
+ background-image: -ms-linear-gradient(top, #333333, #222222);
+ background-image: -o-linear-gradient(top, #333333, #222222);
+ background-image: linear-gradient(top, #333333, #222222);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+}
+
+.logoimg {
+ float: left;
+ padding-top: 5px;
+}
+
+.chineseTitle {
+ margin: 0;
+ float: left;
+ margin-left: 25px;
+ font-weight: bold;
+ padding-top: 12px;
+ letter-spacing: 2px;
+ font-size: 20px;
+ font-family: 'Microsoft Yahei', sans-serif;
+ /* text-shadow: -1px 1px rgba(221, 221, 221, 1); */
+}
+
+.englishTitle {
+ margin: 0;
+ float: left;
+ margin-left: 10px;
+ font-family: Arial;
+ font-size: 14px;
+ padding-top: 20px;
+} \ No newline at end of file