diff options
Diffstat (limited to 'common/css/examples.css')
| -rw-r--r-- | common/css/examples.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/common/css/examples.css b/common/css/examples.css index ccf44d1..c2397a4 100644 --- a/common/css/examples.css +++ b/common/css/examples.css @@ -3,14 +3,14 @@ #filter_menu { width: 820px; height: 80px; margin-left: 18px; } -.legendButton { padding:5px 15px; float:left; margin-left:10px; margin-right:10px; margin-bottom: 20px; } -#core { cursor:pointer; background-color:#e1e1e1; color:#5c5a5a; border:3px solid #898888; } -#shapes { cursor:pointer; background-color:#f0d6d6; color:#c55757; border:3px solid #e66666; } -#textures { cursor:pointer; background-color:#c8eabf; color:#60815a; border:3px solid #75a06d; } -#text { cursor:pointer; background-color:#bef0dd; color:#377764; border:3px solid #52b296; } -#models { cursor:pointer; background-color:#bedce8; color:#417794; border:3px solid #5d9cbd; } -#shaders { cursor:pointer; background-color:#e2c3f5; color:#a864d2; border:3px solid #a864d2; } -#audio { cursor:pointer; background-color:#ebddae; color:#8c7539; border:3px solid #d3b157; } +.legendButton { float:left; margin-right:10px; margin-bottom:20px; width:90px; height:80px; text-align: center; } +#core { cursor:pointer; background-color:#e1e1e1; color:#5c5a5a; border:5px solid #898888; } +#shapes { cursor:pointer; background-color:#f0d6d6; color:#c55757; border:5px solid #e66666; } +#textures { cursor:pointer; background-color:#c8eabf; color:#60815a; border:5px solid #75a06d; } +#text { cursor:pointer; background-color:#bef0dd; color:#377764; border:5px solid #52b296; } +#models { cursor:pointer; background-color:#bedce8; color:#417794; border:5px solid #5d9cbd; } +#shaders { cursor:pointer; background-color:#e2c3f5; color:#a864d2; border:5px solid #a864d2; } +#audio { cursor:pointer; background-color:#ebddae; color:#8c7539; border:5px solid #d3b157; } .core:hover { background-color:#e1e1e1; color:#5c5a5a; border:4px solid #898888; } .shapes:hover { background-color:#f0d6d6; color:#c55757; border:4px solid #e66666; } |
