Commit 4c4ca345 authored by 神楽坂玲奈's avatar 神楽坂玲奈

index fix

parent 332846fc
...@@ -24,4 +24,7 @@ $(document).ready -> ...@@ -24,4 +24,7 @@ $(document).ready ->
alt: link.name alt: link.name
src: link.logo src: link.logo
)).appendTo('#links') )).appendTo('#links')
\ No newline at end of file #duelist
#$.getJSON 'http://www.duelist.cn/api/book/list?callback=?', (data)->
# alert data
...@@ -7,40 +7,40 @@ ...@@ -7,40 +7,40 @@
padding: 0; padding: 0;
} }
/* line 18, ../../app/assets/stylesheets/mycard.css.scss */
body { body {
background: #244470 url(../images/index/background.png); background: #244470 url(../images/index/background.png);
font-family: "\5FAE\8F6F\96C5\9ED1"; font-family: "\5FAE\8F6F\96C5\9ED1";
} }
/* line 22, ../../app/assets/stylesheets/mycard.css.scss */
a { a {
text-shadow: 1px 1px 1px #0C2549; text-shadow: 1px 1px 1px #0C2549;
text-decoration: none; text-decoration: none;
} }
/* line 26, ../../app/assets/stylesheets/mycard.css.scss */
#nav a { #nav a {
transition: all .3s ease-in-out; transition: all .3s ease-in-out;
text-decoration: none; text-decoration: none;
} }
/* line 30, ../../app/assets/stylesheets/mycard.css.scss */
#nav a:link { #nav a:link {
color: white; color: white;
} }
/* line 33, ../../app/assets/stylesheets/mycard.css.scss */
#nav a:hover { #nav a:hover {
color: white; color: white;
} }
/* line 36, ../../app/assets/stylesheets/mycard.css.scss */
#nav a:visited { #nav a:visited {
color: white; color: white;
} }
/* line 40, ../../app/assets/stylesheets/mycard.css.scss */
#nav { #nav {
width: 900px; width: 900px;
height: 50px; height: 50px;
...@@ -62,7 +62,7 @@ a { ...@@ -62,7 +62,7 @@ a {
background: linear-gradient(#3966ae, #263c7b); background: linear-gradient(#3966ae, #263c7b);
} }
/* line 54, ../../app/assets/stylesheets/mycard.css.scss */
.nav_logo { .nav_logo {
width: 120px; width: 120px;
height: 30px; height: 30px;
...@@ -77,7 +77,7 @@ a { ...@@ -77,7 +77,7 @@ a {
font-size: 24px; font-size: 24px;
} }
/* line 67, ../../app/assets/stylesheets/mycard.css.scss */
.nav_link { .nav_link {
min-width: 60px; min-width: 60px;
height: 30px; height: 30px;
...@@ -91,7 +91,7 @@ a { ...@@ -91,7 +91,7 @@ a {
text-align: center; text-align: center;
} }
/* line 80, ../../app/assets/stylesheets/mycard.css.scss */
#main { #main {
width: 99.99%; width: 99.99%;
height: 310px; height: 310px;
...@@ -102,7 +102,7 @@ a { ...@@ -102,7 +102,7 @@ a {
border-color: #e1e1e1; border-color: #e1e1e1;
} }
/* line 89, ../../app/assets/stylesheets/mycard.css.scss */
#main_sub { #main_sub {
width: 900px; width: 900px;
margin: 0 auto; margin: 0 auto;
...@@ -110,25 +110,25 @@ a { ...@@ -110,25 +110,25 @@ a {
height: 280px; height: 280px;
} }
/* line 95, ../../app/assets/stylesheets/mycard.css.scss */
#information { #information {
width: 390px; width: 390px;
float: left; float: left;
} }
/* line 99, ../../app/assets/stylesheets/mycard.css.scss */
.title { .title {
font-size: 45px; font-size: 45px;
font-weight: bold; font-weight: bold;
font-family: 'Nunito',sans-serif; font-family: 'Nunito',sans-serif;
} }
/* line 104, ../../app/assets/stylesheets/mycard.css.scss */
.subtitle { .subtitle {
font: 30px "\5FAE\8F6F\96C5\9ED1"; font: 30px "\5FAE\8F6F\96C5\9ED1";
} }
/* line 107, ../../app/assets/stylesheets/mycard.css.scss */
.subinc { .subinc {
font-size: 15px; font-size: 15px;
color: #525252; color: #525252;
...@@ -136,7 +136,7 @@ a { ...@@ -136,7 +136,7 @@ a {
margin: 0 0 0 100px; margin: 0 0 0 100px;
} }
/* line 113, ../../app/assets/stylesheets/mycard.css.scss */
#buttons{ #buttons{
margin:0; margin:0;
padding:0; padding:0;
...@@ -146,8 +146,8 @@ a { ...@@ -146,8 +146,8 @@ a {
#download { #download {
width: 200px; width: 200px;
height: 60px; height: 60px;
/*border: rgba(255, 255, 255, 0.3) solid 3px;*/
/*border-radius: 10px;*/
margin: 50px auto 0 50px; margin: 50px auto 0 50px;
display: inline-block; display: inline-block;
color: white; color: white;
...@@ -164,7 +164,7 @@ a { ...@@ -164,7 +164,7 @@ a {
#download_url:hover{ #download_url:hover{
text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.8); text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.8);
} }
/* line 121, ../../app/assets/stylesheets/mycard.css.scss */
.download_active { .download_active {
color: white; color: white;
text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6); text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
...@@ -187,7 +187,7 @@ a { ...@@ -187,7 +187,7 @@ a {
#download_sublist a:hover{ #download_sublist a:hover{
color:#072847; color:#072847;
} }
/* line 129, ../../app/assets/stylesheets/mycard.css.scss */
.download_information { .download_information {
color: #f1f1f1; color: #f1f1f1;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4); text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
...@@ -196,7 +196,7 @@ a { ...@@ -196,7 +196,7 @@ a {
text-align: center; text-align: center;
} }
/* line 136, ../../app/assets/stylesheets/mycard.css.scss */
#slider { #slider {
clear: both; clear: both;
width: 500px; width: 500px;
...@@ -211,7 +211,7 @@ a { ...@@ -211,7 +211,7 @@ a {
*top: 0; *top: 0;
} }
/* line 148, ../../app/assets/stylesheets/mycard.css.scss */
.show1 { .show1 {
width: 500px; width: 500px;
height: 275px; height: 275px;
...@@ -219,7 +219,7 @@ a { ...@@ -219,7 +219,7 @@ a {
border-radius: 10px; border-radius: 10px;
} }
/* line 155, ../../app/assets/stylesheets/mycard.css.scss */
.show2 { .show2 {
width: 500px; width: 500px;
height: 275px; height: 275px;
...@@ -227,7 +227,7 @@ a { ...@@ -227,7 +227,7 @@ a {
border-radius: 10px; border-radius: 10px;
} }
/* line 162, ../../app/assets/stylesheets/mycard.css.scss */
.show3 { .show3 {
width: 500px; width: 500px;
height: 275px; height: 275px;
...@@ -235,20 +235,20 @@ a { ...@@ -235,20 +235,20 @@ a {
border-radius: 10px; border-radius: 10px;
} }
/* line 169, ../../app/assets/stylesheets/mycard.css.scss */
footer { footer {
width: 900px; width: 900px;
margin: 0 auto; margin: 0 auto;
} }
/* line 173, ../../app/assets/stylesheets/mycard.css.scss */
footer h2 { footer h2 {
font: bold 15px/130% "\5FAE\8F6F\96C5\9ED1"; font: bold 15px/130% "\5FAE\8F6F\96C5\9ED1";
color: #2e2e2e; color: #2e2e2e;
text-shadow: 1px 1px 1px #dedede; text-shadow: 1px 1px 1px #dedede;
} }
/* line 178, ../../app/assets/stylesheets/mycard.css.scss */
#footer1 { #footer1 {
height: 200px; height: 200px;
width: 300px; width: 300px;
...@@ -257,14 +257,14 @@ footer h2 { ...@@ -257,14 +257,14 @@ footer h2 {
float: left; float: left;
} }
/* line 185, ../../app/assets/stylesheets/mycard.css.scss */
#footer1 a { #footer1 a {
font: 12px/130% "\5FAE\8F6F\96C5\9ED1"; font: 12px/130% "\5FAE\8F6F\96C5\9ED1";
color: #2a2a2a; color: #2a2a2a;
text-shadow: 1px 1px 1px #dedede; text-shadow: 1px 1px 1px #dedede;
} }
/* line 190, ../../app/assets/stylesheets/mycard.css.scss */
#footer2 { #footer2 {
height: 200px; height: 200px;
width: 300px; width: 300px;
...@@ -273,7 +273,7 @@ footer h2 { ...@@ -273,7 +273,7 @@ footer h2 {
float: left; float: left;
} }
/* line 197, ../../app/assets/stylesheets/mycard.css.scss */
#footer3 { #footer3 {
width: 280px; width: 280px;
float: left; float: left;
...@@ -281,14 +281,16 @@ footer h2 { ...@@ -281,14 +281,16 @@ footer h2 {
padding-left: 10px; padding-left: 10px;
} }
/* line 203, ../../app/assets/stylesheets/mycard.css.scss */
#footer3 a { #footer3 a {
font: 12px/130% "\5FAE\8F6F\96C5\9ED1"; font: 12px/130% "\5FAE\8F6F\96C5\9ED1";
color: #2a2a2a; color: #2a2a2a;
text-shadow: 1px 1px 1px #dedede; text-shadow: 1px 1px 1px #dedede;
} }
#footer2 img{border:0;}
#footer2 a {margin: 5px 3px 3px 5px;}
#menu sup {position: absolute; top: 5px;}
\ No newline at end of file #menu sup {position: absolute; top: 5px;}
#links img {width: 88px; height: 31px; border:0;}
#links a {margin: 5px 3px 3px 5px;}
\ No newline at end of file
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
</li> </li>
<li><a href="https://plus.google.com/communities/112748610591305626436" class="nav_link">论坛</a></li> <li><a href="https://plus.google.com/communities/112748610591305626436" class="nav_link">论坛</a></li>
<li> <li>
<a href="http://www.duelist.cn/" class="nav_link">《DUELIST》<sup>10</sup></a> <a href="http://www.duelist.cn/" class="nav_link">《DUELIST》<sup id="duelist_last_issue">10</sup></a>
<ul> <ul id="duelists">
<li><a href="http://www.duelist.cn/vol.1/" class="nav_sub">第一期</a></li> <li><a href="http://www.duelist.cn/vol.1/" class="nav_sub">第一期</a></li>
<li><a href="http://www.duelist.cn/vol.2/" class="nav_sub">第二期</a></li> <li><a href="http://www.duelist.cn/vol.2/" class="nav_sub">第二期</a></li>
<li><a href="http://www.duelist.cn/vol.3/" class="nav_sub">第三期</a></li> <li><a href="http://www.duelist.cn/vol.3/" class="nav_sub">第三期</a></li>
...@@ -75,7 +75,6 @@ ...@@ -75,7 +75,6 @@
<li> <li>
<a href="http://list.qq.com/cgi-bin/qf_invite?id=b314e8a28348a8fea727ce23144f29414adbe0067f5aff29" rel="nofollow" class="nav_sub">订阅</a> <a href="http://list.qq.com/cgi-bin/qf_invite?id=b314e8a28348a8fea727ce23144f29414adbe0067f5aff29" rel="nofollow" class="nav_sub">订阅</a>
</li> </li>
</ul> </ul>
</li> </li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment