Commit e82aaff4 authored by 神楽坂玲奈's avatar 神楽坂玲奈

new index

parent 77f6b328
...@@ -137,15 +137,33 @@ a { ...@@ -137,15 +137,33 @@ a {
} }
/* line 113, ../../app/assets/stylesheets/mycard.css.scss */ /* line 113, ../../app/assets/stylesheets/mycard.css.scss */
#buttons{
margin:0;
padding:0;
height: 60px;
width:400px;
}
#download { #download {
width: 200px; width: 200px;
height: 60px; height: 60px;
background: #AA7B2D; /*border: rgba(255, 255, 255, 0.3) solid 3px;*/
border: rgba(255, 255, 255, 0.3) solid 3px; /*border-radius: 10px;*/
margin: 50px auto 0 50px;
display: inline-block;
color: white;
border-radius: 10px; border-radius: 10px;
margin: 50px auto 0 auto; background: #5B5399;
background-image: linear-gradient(bottom,#5B5399 0%,#7B72CF 100%);
background-image: -o-linear-gradient(bottom,#5B5399 0%,#7B72CF 100%);
background-image: -moz-linear-gradient(bottom,#5B5399 0%,#7B72CF 100%);
background-image: -webkit-linear-gradient(bottom,#5B5399 0%,#7B72CF 100%);
background-image: -ms-linear-gradient(bottom,#5B5399 0%,#7B72CF 100%);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#5B5399),color-stop(1,#7B72CF));
float:left;
}
#download_url:hover{
text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.8);
} }
/* line 121, ../../app/assets/stylesheets/mycard.css.scss */ /* line 121, ../../app/assets/stylesheets/mycard.css.scss */
.download_active { .download_active {
color: white; color: white;
...@@ -155,7 +173,20 @@ a { ...@@ -155,7 +173,20 @@ a {
margin: 5px 0 0 0; margin: 5px 0 0 0;
display: block; display: block;
} }
#download_sublist{
width:48px;
padding:55px 0 0 15px;
float:left;
font-size:10px;
}
#download_sublist a{
color:#134468;
text-shadow:2px 2px #CFCFCF;
border-bottom:dashed #CFCFCF 1px;
}
#download_sublist a:hover{
color:#072847;
}
/* line 129, ../../app/assets/stylesheets/mycard.css.scss */ /* line 129, ../../app/assets/stylesheets/mycard.css.scss */
.download_information { .download_information {
color: #f1f1f1; color: #f1f1f1;
...@@ -171,6 +202,7 @@ a { ...@@ -171,6 +202,7 @@ a {
width: 500px; width: 500px;
padding: 0; padding: 0;
margin: 0 auto; margin: 0 auto;
margin-top:16px;
z-index: 0; z-index: 0;
clear: both; clear: both;
display: block; display: block;
......
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="keywords" content="mycard,ygocore,ygopro,yugioh,yu-gi-oh,ygo,萌卡,游戏王,自动,决斗,平台"> <meta name="keywords" content="mycard,ygocore,ygopro,yugioh,yu-gi-oh,ygo,萌卡,游戏王,自动,决斗,平台">
<meta name="description" content="Mycard萌卡, 建立在YGOPRO上自动化决斗工具上的卡牌游戏(游戏王)对战平台, 目前正在进行新版本的公测哦. 注册与客户端的下载都可以在这里完成."> <meta name="description" content="Mycard萌卡, 建立在YGOPRO上自动化决斗工具上的卡牌游戏(游戏王)对战平台, 目前正在进行新版本的公测哦. 注册与客户端的下载都可以在这里完成.">
...@@ -22,10 +22,13 @@ ...@@ -22,10 +22,13 @@
_gaq.push(['_trackPageview']); _gaq.push(['_trackPageview']);
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js'; var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]); _gaq.push(['_require', 'inpage_linkid', pluginUrl]);
(function() { (function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})(); })();
</script> </script>
</head> </head>
...@@ -83,10 +86,16 @@ ...@@ -83,10 +86,16 @@
</br> </br>
<a class="subinc">复活了喵..目前只有基本功能...</a> <a class="subinc">复活了喵..目前只有基本功能...</a>
<div id="buttons">
<div id="download"> <div id="download">
<a id="download_url" href="#" class="download_active">立即下载</a> <a id="download_url" href="#" class="download_active">立即下载</a>
<a class="download_information">最新版本: <span id="download_version">Loading...</span></a> <a class="download_information">最新版本: <span id="download_version">Loading...</span></a>
</div> </div>
<div id="download_sublist">
<a href="https://github.com/zh99998/mycard/downloads">下载更新</a></br>
<a href="https://github.com/zh99998/ygopro-images/archive/master.zip">下载卡图</a></br>
</div>
</div>
</div> </div>
</div> </div>
<div id="slider"> <div id="slider">
...@@ -99,8 +108,8 @@ ...@@ -99,8 +108,8 @@
<footer> <footer>
<div id="footer1"> <div id="footer1">
<h2>其他服务</h2> <h2>其他服务</h2>
<a href="mailto:zh99998@gmail.com">联系作者</a><br /> <a href="mailto:zh99998@gmail.com">联系作者</a><br/>
<a href="https://plus.google.com/107594261950300262383" rel="publisher">更新记录(Google+)</a> <a href="https://plus.google.com/107594261950300262383" rel="publisher">更新记录</a>
</div> </div>
<div id="footer2"> <div id="footer2">
<h2>合作伙伴</h2> <h2>合作伙伴</h2>
......
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