|
2 | 2 | <html>
|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8" />
|
5 |
| - <title>Readability - Back the fun of reading. - Gracecode.com</title> |
| 5 | + <title>Readability - Gracecode.com</title> |
6 | 6 | <?php include DIR_ROOT . '/template/header.inc.html'; ?>
|
7 | 7 | </head>
|
8 |
| - <body> |
9 |
| - <div id="page"> |
| 8 | + <body class="bg"> |
| 9 | + <header> |
| 10 | + <h1 id="logo"><a href="http://www.gracecode.com">無標題文檔</a></h1> |
| 11 | +<a href="https://github.com/feelinglucky/php-readability"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> |
| 12 | + </header> |
| 13 | + |
| 14 | + <div class="article body"> |
10 | 15 | <h1 id="logo">Readability</h1>
|
11 |
| - <p id="desp">Back the fun of reading.</p> |
12 |
| - <form action="." method="get" id="form"> |
| 16 | + <p id="desp" class="metas">Back the fun of reading</p> |
| 17 | + <form action="." method="get" id="form" class="search"> |
| 18 | + <p> |
| 19 | + <input type="text" placeholder="Enter the url which you need to read" |
| 20 | + autocomplete="off" id="url" name="url" value="" /> |
| 21 | + </p> |
13 | 22 | <p>
|
14 |
| - <input type="text" placeholder="请输入需要阅读的网址" id="url" name="url" value="" /> |
15 | 23 | <input type="submit" id="submit" value="»" />
|
16 | 24 | </p>
|
17 | 25 | </form>
|
18 |
| - <?php include DIR_ROOT . '/template/footer.inc.html'; ?> |
| 26 | + |
| 27 | +<p class="align-right readability-button"> |
| 28 | + <a style="cursor:move;" title="Drag Me into Your Bookmark Bar" |
| 29 | + href="javascript:void(location.href='http://graceco.de/readability/?url='+encodeURIComponent(location.href));">Make Readability!</a> |
| 30 | + </li> |
| 31 | +</p> |
| 32 | + <style> |
| 33 | + #form { |
| 34 | + margin: -1em auto; |
| 35 | + } |
| 36 | + |
| 37 | + #form p { |
| 38 | + text-indent: 0; |
| 39 | + font-size: 1.5em; |
| 40 | + } |
| 41 | + |
| 42 | + #form p input[type=text] { |
| 43 | + width: 100%; |
| 44 | + } |
| 45 | + |
| 46 | + body .readability-button { |
| 47 | + overflow: hiden; |
| 48 | + *zoom: 1; |
| 49 | + } |
| 50 | + |
| 51 | + body .readability-button a { |
| 52 | + margin: 2em 0 10em 0; |
| 53 | + display: inline-block; |
| 54 | + border: 1px solid #800; |
| 55 | + text-indent: 0; |
| 56 | + float: right; |
| 57 | + padding: .2em; |
| 58 | + border-radius: 3px; |
| 59 | + } |
| 60 | + |
| 61 | + body .readability-button a:hover, |
| 62 | + body .readability-button a:focus { |
| 63 | + background: #800; |
| 64 | + color: #fff; |
| 65 | + } |
| 66 | + </style> |
19 | 67 | </div>
|
| 68 | + <?php include DIR_ROOT . '/template/footer.inc.html'; ?> |
20 | 69 | </body>
|
21 | 70 | </html>
|
0 commit comments