Commit 9ce3aca1 authored by 神楽坂玲奈's avatar 神楽坂玲奈

主页duelist

parent 212261cb
...@@ -52,7 +52,6 @@ GEM ...@@ -52,7 +52,6 @@ GEM
railties (>= 3.2.0, < 5.0) railties (>= 3.2.0, < 5.0)
thor (~> 0.14) thor (~> 0.14)
json (1.7.0) json (1.7.0)
libv8 (3.3.10.4)
mail (2.4.4) mail (2.4.4)
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
...@@ -102,8 +101,6 @@ GEM ...@@ -102,8 +101,6 @@ GEM
hike (~> 1.2) hike (~> 1.2)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
therubyracer (0.10.1)
libv8 (~> 3.3.10)
thor (0.14.6) thor (0.14.6)
tilt (1.3.3) tilt (1.3.3)
treetop (1.4.10) treetop (1.4.10)
...@@ -129,7 +126,6 @@ DEPENDENCIES ...@@ -129,7 +126,6 @@ DEPENDENCIES
paperclip (~> 3.0) paperclip (~> 3.0)
rails (= 3.2.2) rails (= 3.2.2)
sass-rails (~> 3.2.3) sass-rails (~> 3.2.3)
therubyracer
uglifier (>= 1.0.3) uglifier (>= 1.0.3)
will-paginate-i18n will-paginate-i18n
will_paginate will_paginate
...@@ -57,13 +57,14 @@ float:left; ...@@ -57,13 +57,14 @@ float:left;
width:80px; width:80px;
height:30px; height:30px;
padding:0; padding:0;
margin:10px; margin-top:10px;
border-width:0 1px 0 0; border-width:0 1px 0 0;
border-style:solid; border-style:solid;
border-color:#354e70; border-color:#354e70;
display:block; display:block;
font:15px/30px "\5FAE\8F6F\96C5\9ED1"; font:15px/30px "\5FAE\8F6F\96C5\9ED1";
float:left; float:left;
text-align:center;
} }
#main{ #main{
width:99.99%; width:99.99%;
...@@ -153,6 +154,11 @@ footer{ ...@@ -153,6 +154,11 @@ footer{
width:900px; width:900px;
margin:0 auto; margin:0 auto;
} }
footer h2{
font:bold 15px/130% "\5FAE\8F6F\96C5\9ED1";
color:#2e2e2e;
text-shadow:1px 1px 1px #dedede;
}
#footer1{ #footer1{
height:200px; height:200px;
width:300px; width:300px;
...@@ -160,11 +166,6 @@ border-right:1px #bfbfbf dashed; ...@@ -160,11 +166,6 @@ border-right:1px #bfbfbf dashed;
margin-top:10px; margin-top:10px;
float:left; float:left;
} }
#footer1 h2{
font:bold 15px/130% "\5FAE\8F6F\96C5\9ED1";
color:#2e2e2e;
text-shadow:1px 1px 1px #dedede;
}
#footer1 a{ #footer1 a{
font:12px/130% "\5FAE\8F6F\96C5\9ED1"; font:12px/130% "\5FAE\8F6F\96C5\9ED1";
color:#2a2a2a; color:#2a2a2a;
...@@ -183,11 +184,6 @@ float:left; ...@@ -183,11 +184,6 @@ float:left;
margin-top:10px; margin-top:10px;
padding-left:10px; padding-left:10px;
} }
#footer3 h2{
font:bold 15px/130% "\5FAE\8F6F\96C5\9ED1";
color:#2e2e2e;
text-shadow:1px 1px 1px #dedede;
}
#footer3 a{ #footer3 a{
font:12px/130% "\5FAE\8F6F\96C5\9ED1"; font:12px/130% "\5FAE\8F6F\96C5\9ED1";
color:#2a2a2a; color:#2a2a2a;
......
...@@ -40,6 +40,19 @@ ...@@ -40,6 +40,19 @@
</ul> </ul>
</li> </li>
<li><%= link_to "论坛", boards_path, :class => "nav_link" %></li> <li><%= link_to "论坛", boards_path, :class => "nav_link" %></li>
<li>
<%= link_to "《DUELIST》", 'http://www.duelist.cn/', :class => "nav_link" %>
<ul>
<li><%= link_to "第一期", 'http://www.duelist.cn/vol.1/', :class => "nav_sub" %></li>
<li><%= link_to "第二期", 'http://www.duelist.cn/vol.2/', :class => "nav_sub" %></li>
<li><%= link_to "第三期", 'http://www.duelist.cn/vol.3/', :class => "nav_sub" %></li>
<li><%= link_to "第四期", 'http://www.duelist.cn/vol.4/online/online-1.html', :class => "nav_sub" %></li>
<li><%= link_to "第五期", 'http://www.duelist.cn/vol.5/online/online-1.html', :class => "nav_sub" %></li>
<li><%= link_to "SP1", 'http://www.duelist.cn/sp1/online/online-1.html', :class => "nav_sub" %></li>
<li><%= link_to "第六期", 'http://www.duelist.cn/vol.6/online/index.html', :class => "nav_sub" %></li>
<li><%= link_to "第七期", 'http://www.duelist.cn/vol.6/online/index.html', :class => "nav_sub" %></li>
</ul>
</li>
</ul> </ul>
<script type="text/javascript"> <script type="text/javascript">
var menu=new menu.dd("menu"); var menu=new menu.dd("menu");
......
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