Mercurial > hgrepos > hgweb.cgi > skipweb
changeset 3597:890341b16d35
tabelog
author | KANNO Yuito <c116053@e.koeki-u.ac.jp> |
---|---|
date | Tue, 19 Dec 2017 18:38:47 +0900 |
parents | 8b42b6a54cb4 |
children | 45caad8b9522 |
files | shuzai/omatsu/omatsu.html shuzai/tabelog/tabelog.css |
diffstat | 2 files changed, 19 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/shuzai/omatsu/omatsu.html Mon Dec 18 12:49:21 2017 +0900 +++ b/shuzai/omatsu/omatsu.html Tue Dec 19 18:38:47 2017 +0900 @@ -20,7 +20,8 @@ <table border=1> <tr><td>電話番号</td><td>0234-94-2617</td></tr> <tr><td>住所</td><td>山形県酒田市大字生石上坂125</td></tr> -<tr><td>営業時間</td><td> +<tr><td>営業時間</td> +<td> 11:30~15:00(ラストオーダー14:30)<br> 17:00~21:00(ラストオーダー20:00)</td></tr> </table>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/shuzai/tabelog/tabelog.css Tue Dec 19 18:38:47 2017 +0900 @@ -0,0 +1,17 @@ +body {color:#000000; background: #ffffff ;} +h1 { color:#000000; font-size:xx-large; text-align:center; +background: linear-gradient(transparent 50%, #ffff66 60%); +text-shadow: 2px 2px 0 rgba(0,0,0,.2);} +h2 { color:#000000; background: linear-gradient(transparent 50%, #ffff66 60%); + line-height: 1.3em; +font-size:x-large; } +h3 { color:#ffffff; font-size:xx-large;} +h4 { color:#ffffff; background-color:#ff6600; +font-size:xx-large;} +p{position: relative;} +table, th, td {border: 1px solid; border-collapse: collapse} +th { font-size:large; text-align:center; } +td:first-child { font-weight:bold; text-align:left; } +div.localbox {clear: both; } +div.rfloat {clear: both; width: 40%; float: right; margin-left: 7ex;} +ul {font-size:x-large;}