These logo usage guidelines will help you determine the best way to use our logo. Click the
to download any individual version.
The OData Icon represents all versions of the OData technical specification as published by:
@@ -33,6 +68,7 @@ Visual Guidelines:
- The color version of the OData Icon must be used if possible; if not, a grayscale version may be used.
- The OData Icon must be used in its original 1:1 aspect ratio and may not be rotated, inverted, animated, or otherwise distorted.
- The OData Icon may not be used as a repeating pattern or background element.
+
Protecting the Value of the Mark
You agree to correct promptly any improper use of the OData Icon. Any party authorized to enforce the mark may take action against any use that does not conform to these guidelines or that violates applicable law.
diff --git a/public/css/home.css b/public/css/home.css
index a0b34b64..3ef52471 100644
--- a/public/css/home.css
+++ b/public/css/home.css
@@ -1,3 +1,28 @@
+body {
+ font-family: "Microsoft Yahei Light";
+ background-color:#FEF9F7;
+}
+
+.navbar-default {
+ background-color: #FFFFFF;
+ border-color: #ffffff;
+ border-radius: 0;
+ box-shadow: 0 3px 5px rgba(0,0,0,0.1);
+}
+
+.navbar-default .navbar-nav>li>a {
+ color: #F18B1B;
+}
+
+.navbar-default .navbar-nav {
+ text-align: center;
+}
+
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
+ font-family: "Microsoft Yahei";
+}
+
+
.step-buttons{
font-size: 12px;
}
diff --git a/public/css/site.css b/public/css/site.css
index 7737a34e..af7ea72f 100644
--- a/public/css/site.css
+++ b/public/css/site.css
@@ -1,3 +1,27 @@
+body {
+ font-family: "Microsoft Yahei Light";
+ background-color:#FEF9F7;
+}
+
+.navbar-default {
+ background-color: #FFFFFF;
+ border-color: #ffffff;
+ border-radius: 0;
+ box-shadow: 0 3px 5px rgba(0,0,0,0.1);
+}
+
+.navbar-default .navbar-nav>li>a {
+ color: #F18B1B;
+}
+
+.navbar-default .navbar-nav {
+ text-align: center;
+}
+
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
+ font-family: "Microsoft Yahei";
+}
+
.theme-font{
color: #dd4814;
}