From aedca0246d9871678d2968df7f62684207e8dc1a Mon Sep 17 00:00:00 2001
From: wentch <22250530@qq.com>
Date: Sun, 17 Jan 2016 12:19:14 +0800
Subject: [PATCH]
---
convert.html | 4 ++--
index.html | 4 ++--
net.html | 4 ++--
redkale.html | 4 ++--
service.html | 4 ++--
source.html | 4 ++--
stylesheets/stylesheet.css | 30 +++++++++++++++++++++-------
watch.html | 40 ++++++++++++++++++++++++++++++++++++++
8 files changed, 75 insertions(+), 19 deletions(-)
create mode 100644 watch.html
diff --git a/convert.html b/convert.html
index 4375cac76..8283b30bc 100644
--- a/convert.html
+++ b/convert.html
@@ -11,14 +11,14 @@
diff --git a/index.html b/index.html
index fbf7d3813..041dd2eb2 100644
--- a/index.html
+++ b/index.html
@@ -11,14 +11,14 @@
diff --git a/net.html b/net.html
index 124e35aa1..27361cc9f 100644
--- a/net.html
+++ b/net.html
@@ -11,14 +11,14 @@
diff --git a/redkale.html b/redkale.html
index 030ddc944..88152274a 100644
--- a/redkale.html
+++ b/redkale.html
@@ -11,14 +11,14 @@
diff --git a/service.html b/service.html
index 8dca2f089..0e2ffae06 100644
--- a/service.html
+++ b/service.html
@@ -11,14 +11,14 @@
diff --git a/source.html b/source.html
index 5710f90c3..70b430725 100644
--- a/source.html
+++ b/source.html
@@ -11,14 +11,14 @@
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css
index 6e102b22a..1e8f59e6b 100644
--- a/stylesheets/stylesheet.css
+++ b/stylesheets/stylesheet.css
@@ -17,7 +17,7 @@ a {
}
a:hover {
- text-decoration: underline;
+ text-decoration: none;
}
.btn {
@@ -52,7 +52,9 @@ a:hover {
@media screen and (min-width: 42em) and (max-width: 80em) {
.btn {
- padding: 0.6rem 0.9rem;
+ margin-top: 0;
+ padding: 0.4rem 0.6rem;
+ font-size: 0.95rem;
}
}
@@ -103,34 +105,48 @@ a:hover {
}
.project-name {
+ display: inline-block;
margin-top: 0;
- margin-left:1.2rem;
- padding-left: 6.4rem;
- position:absolute;
- float: left;
+ margin-left:0.6rem;
+ margin-right: 1rem;
+ padding-left: 2.4rem;
+ text-decoration: none;
+ text-decoration-color: #FFFFFF;
background: url(/logo_96.png) no-repeat left center ;
background-size: 1.98em;
letter-spacing: 0;
text-shadow: 0px 1px 0px #999, 0px 1px 0px #888, 0px 2px 0px #777, 0px 2px 0px #666, 0px 3px 0px #555, 0px 3px 0px #444, 0px 4px 0px #333, 0px 4px 7px #001135;
font-style: italic;
color: #E6E6E6;
+ width: 18rem;
}
-@media screen and (min-width: 64em) {
+@media screen and (min-width: 80em) {
.project-name {
font-size: 3.25rem;
}
}
+@media screen and (min-width: 64em) and (max-width: 80em) {
+ .project-name {
+ margin-left:0.2rem;
+ font-size: 1.8rem;
+ background-size: 1.6em;
+ width: 11rem;
+ }
+}
+
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-name {
font-size: 2.25rem;
+ background-size: 1.6em;
}
}
@media screen and (max-width: 42em) {
.project-name {
font-size: 1.75rem;
+ background-size: 1.2em;
}
}
diff --git a/watch.html b/watch.html
new file mode 100644
index 000000000..e7ffa5f72
--- /dev/null
+++ b/watch.html
@@ -0,0 +1,40 @@
+
+
+
+
+ RedKale - Java 开源框架
+
+
+
+
+
+
+
+
+
+
+
+ Watch 组件介绍
+
+ 敬请期待……
+
+
+
+
+
+
+
+