summaryrefslogtreecommitdiffstats
path: root/static/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'static/stylesheets')
-rwxr-xr-xstatic/stylesheets/application.css12
-rw-r--r--static/stylesheets/site.css11
2 files changed, 17 insertions, 6 deletions
diff --git a/static/stylesheets/application.css b/static/stylesheets/application.css
index 202200f..cfa01f9 100755
--- a/static/stylesheets/application.css
+++ b/static/stylesheets/application.css
@@ -15,12 +15,12 @@
/* line 48 */
html {
- background-image: url("../../images/noise.png"), -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 750, color-stop(0%, #f7931e), color-stop(100%, #f15a24));
- background-image: url("../../images/noise.png"), -webkit-radial-gradient(top center, #f7931e, #f15a24 750px);
- background-image: url("../../images/noise.png"), -moz-radial-gradient(top center, #f7931e, #f15a24 750px);
- background-image: url("../../images/noise.png"), -o-radial-gradient(top center, #f7931e, #f15a24 750px);
- background-image: url("../../images/noise.png"), -ms-radial-gradient(top center, #f7931e, #f15a24 750px);
- background-image: url("../../images/noise.png"), radial-gradient(top center, #f7931e, #f15a24 750px);
+ background-image: url("../images/noise.png"), -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 750, color-stop(0%, #f7931e), color-stop(100%, #f15a24));
+ background-image: url("../images/noise.png"), -webkit-radial-gradient(top center, #f7931e, #f15a24 750px);
+ background-image: url("../images/noise.png"), -moz-radial-gradient(top center, #f7931e, #f15a24 750px);
+ background-image: url("../images/noise.png"), -o-radial-gradient(top center, #f7931e, #f15a24 750px);
+ background-image: url("../images/noise.png"), -ms-radial-gradient(top center, #f7931e, #f15a24 750px);
+ background-image: url("../images/noise.png"), radial-gradient(top center, #f7931e, #f15a24 750px);
width: 100%;
background-color: #f7931e;
padding-top: 10px;
diff --git a/static/stylesheets/site.css b/static/stylesheets/site.css
index 2d6693f..10dd695 100644
--- a/static/stylesheets/site.css
+++ b/static/stylesheets/site.css
@@ -618,4 +618,15 @@ Ported by Fabr铆cio Tavares de Oliveira
}
.translator:before{
content: "译者注:"
+}
+hr{
+ margin-top: 1em;
+ margin-bottom: 1em;
+ height: 0;overflow: hidden;
+ border-bottom:1px dotted #582a00;
+}
+
+#contents ul{
+ list-style-type: disc;
+ padding-left: 1em;
} \ No newline at end of file