1
0
Fork 0
mirror of synced 2024-06-28 19:20:32 +12:00

Change design in Web Application

This commit is contained in:
vitaliylag 2015-12-24 05:09:48 +03:00
parent 30bd9be55e
commit c64aaff499
4 changed files with 196 additions and 163 deletions

View file

@ -11,6 +11,7 @@
<script type="text/javascript" src="ui.js"></script>
</head>
<body>
<div class="allPage">
<div class="mainTitle"><!--
--><div class="mainTitle-text">waifu2x</div><!--
--><a href="index.html" class="flagLink first"><img src="img/flags/US.png" class="chooseLang"></a><!--
@ -67,5 +68,9 @@
<div class="bottomHint">If you are using Firefox, Please press the CTRL+S key to save image. "Save Image" option doesn't work.</div>
<!--<div class="bottomHint">This website uses Google Analytics to help us improve the website content.</div>-->
</form>
</div>
<div class="bottomInfo">
<a href="https://github.com/nagadomi/waifu2x" class="grayLink" target="_blank">waifu2x</a>
</div>
</body>
</html>

View file

@ -11,6 +11,7 @@
<script type="text/javascript" src="ui.js"></script>
</head>
<body>
<div class="allPage">
<div class="mainTitle"><!--
--><div class="mainTitle-text">waifu2x</div><!--
--><a href="index.html" class="flagLink first"><img src="img/flags/US.png" class="chooseLang"></a><!--
@ -67,5 +68,9 @@
<div class="bottomHint">Firefoxの方は、右クリから画像が保存できないようなので、CTRL+SキーかALTキー後 ファイル - ページを保存 で画像を保存してください。</div>
<!--<div class="bottomHint">本サイトは、コンテンツ改善のために Google Analytics を使用しています。 </div>-->
</form>
</div>
<div class="bottomInfo">
<a href="https://github.com/nagadomi/waifu2x" class="grayLink" target="_blank">waifu2x</a>
</div>
</body>
</html>

View file

@ -11,6 +11,7 @@
<script type="text/javascript" src="ui.js"></script>
</head>
<body>
<div class="allPage">
<div class="mainTitle"><!--
--><div class="mainTitle-text">waifu2x</div><!--
--><a href="index.html" class="flagLink first"><img src="img/flags/US.png" class="chooseLang"></a><!--
@ -68,5 +69,9 @@
<div class="bottomHint">Если Вы используете Firefox, для сохранения изображения нажмите Ctrl+S (перетаскивание изображения и опция "Сохранить изображение" работать не будут).</div>
<!--<div class="bottomHint">Этот сайт использует Google Analytics, чтобы помочь нам повысить качество содержания сайта.</div>-->
</form>
</div>
<div class="bottomInfo">
<a href="https://github.com/nagadomi/waifu2x" class="grayLink" target="_blank">waifu2x</a>
</div>
</body>
</html>

View file

@ -4,15 +4,25 @@ a { text-decoration: none; cursor: pointer; color: inherit; } a:hover { text-dec
div, span, a, input { background-repeat: no-repeat; }
body {
margin: 2em 0.5em 2em 2em;
padding: 0;
background: #fff;
width: 780px;
margin: 0 auto;
background: #f5f5f5;
color: #000;
font-size: 14px;
font-family: Tahoma, Arial, Verdana, sans-serif, Lucida Sans;
line-height: 1.5em;
text-align: center;
}
.allPage {
display: inline-block;
width: 700px;
margin: 15px auto;
padding: 5px 25px 10px 25px;
background: #fff;
border: 1px solid #000;
text-align: left;
}
.mainTitle {
@ -40,7 +50,7 @@ body {
}
p {
max-width: 710px;
max-width: 700px;
margin: 0.4em 0;
}
p.margin1 { margin: 0.9em 0; }
@ -58,6 +68,10 @@ p.margin1 { margin: 0.9em 0; }
color: #36b;
}
.grayLink {
color: #999;
}
.secondTitle {
@ -120,9 +134,13 @@ p.margin1 { margin: 0.9em 0; }
}
.bottomHint {
max-width: 710px;
max-width: 700px;
margin: 0.85em 0;
color: #999;
font-size: 0.85em;
line-height: 1.5em;
}
.bottomInfo {
text-align: center;
}