Showing 2 changed files with 26 additions and 20 deletions
+3 -1
pageEnd.skel
... ...
@@ -5,7 +5,9 @@
5 5
 	  if(imgDefer[i].getAttribute("data-src")) {
6 6
 		console.log("defer init: "+i);
7 7
 		imgDefer[i].setAttribute("src",imgDefer[i].getAttribute("data-src"));
8
-	  } } }
8
+	  } }
9
+    setTimeout(onArticle(0), 500);
10
+  }
9 11
   window.onload = init;
10 12
   function onArticle(index) {
11 13
     if(index < 0) index = 0;
+23 -19
pages/static/style.css
... ...
@@ -30,11 +30,15 @@ a:hover{color:#fff;background-color:#cc9630}
30 30
 .mangaChapNavigNext,
31 31
 .mangaChapNavigHome,
32 32
 .mangaTitle {
33
-  background-color:#404040;
34
-  font-size: 1.5em;
33
+  font-size: 1.2em;
35 34
   color:#cc9630;
36 35
   display: inline;
36
+  margin-right: 20px;
37 37
 }
38
+.mangaTitle {
39
+  display: block;
40
+}
41
+
38 42
 /* Default Section Display */
39 43
 
40 44
 .empty-list li {
... ...
@@ -66,7 +70,7 @@ a:hover{color:#fff;background-color:#cc9630}
66 70
   width: 2%;
67 71
   background-color:#333;
68 72
   color:#cc9630;
69
-  height: 78vh;
73
+  height: 80vh;
70 74
   z-index: -1;
71 75
 }
72 76
 #colRight {
... ...
@@ -74,17 +78,17 @@ a:hover{color:#fff;background-color:#cc9630}
74 78
   width: 2%;
75 79
   background-color:#333;
76 80
   color:#cc9630;
77
-  height: 78vh;
81
+  height: 80vh;
78 82
   z-index: -1;
79 83
 }
80 84
 #colMiddle {
81
-  max-width: 95%;
82
-  max-height: 78vh;
85
+  max-width: 96%;
86
+  max-height: 85vh;
83 87
   display: inline;
84 88
 }
85 89
 .center {
86 90
   display: block;
87
-  width: 98%;
91
+  width: 99%;
88 92
   margin-left: auto;
89 93
   margin-right: auto;
90 94
 }
... ...
@@ -110,25 +114,25 @@ a:hover{color:#fff;background-color:#cc9630}
110 114
 }
111 115
 
112 116
 .arrow-up {
113
-  border-left: 10px solid transparent;
114
-  border-right: 10px solid transparent;
115
-  border-bottom: 10px solid #cc9630;
117
+  border-left: 12px solid transparent;
118
+  border-right: 12px solid transparent;
119
+  border-bottom: 12px solid #cc9630;
116 120
 }
117 121
 
118 122
 .arrow-down {
119
-  border-left: 20px solid transparent;
120
-  border-right: 20px solid transparent;
121
-  border-top: 20px solid #cc9630;
123
+  border-left: 12px solid transparent;
124
+  border-right: 12px solid transparent;
125
+  border-top: 12px solid #cc9630;
122 126
 }
123 127
 
124 128
 .arrow-right {
125
-  border-top: 10px solid transparent;
126
-  border-bottom: 10px solid transparent;
127
-  border-left: 10px solid #cc9630;
129
+  border-top: 12px solid transparent;
130
+  border-bottom: 12px solid transparent;
131
+  border-left: 12px solid #cc9630;
128 132
 }
129 133
 
130 134
 .arrow-left {
131
-  border-top: 10px solid transparent;
132
-  border-bottom: 10px solid transparent; 
133
-  border-right:10px solid #cc9630; 
135
+  border-top: 12px solid transparent;
136
+  border-bottom: 12px solid transparent; 
137
+  border-right:12px solid #cc9630; 
134 138
 }