diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/games.css | 2 | ||||
| -rw-r--r-- | common/main.css | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/common/games.css b/common/games.css index cc66fe9..f019f60 100644 --- a/common/games.css +++ b/common/games.css @@ -3,7 +3,7 @@ #filter_menu { width: 820px; height: 80px; margin-left: 2px; } -.legendButton { padding:5px 15px; float:left; margin-left:10px; margin-right:10px; margin-bottom:20px; width:130px; text-align:center; } +.legendButton { padding:5px 15px; float:left; margin-left:10px; margin-right:10px; margin-bottom:20px; width:150px; text-align:center; } #sample { cursor:pointer; background-color:#e1e1e1; color:#5c5a5a; border:3px solid #898888; } #game { cursor:pointer; background-color:#f0d6d6; color:#c55757; border:3px solid #e66666; } #user { cursor:pointer; background-color:#bedce8; color:#417794; border:3px solid #5d9cbd; } diff --git a/common/main.css b/common/main.css index e6667a8..7e4a27b 100644 --- a/common/main.css +++ b/common/main.css @@ -21,6 +21,8 @@ body{background-color:#f5f5f5;} a{text-decoration: none; color:black;} p a:hover{text-decoration: none; color:gray;} +h1{font-family: Courier New, Verdana, Arial; font-weight: bold; font-size: 18px; line-height:24px;} +h2{font-family: Courier New, Verdana, Arial; font-weight: bold; font-size: 18px; line-height:24px;} .page{width:880px; margin:0 auto;} |
