diff options
| author | Ray <[email protected]> | 2019-04-08 17:44:44 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-04-08 17:44:44 +0200 |
| commit | 1f011023abc9bf71be7dc9c47122b4d822c57db3 (patch) | |
| tree | b4aeb13f724689c13b4e34edb9bad2d28a565842 /common/css | |
| parent | ce36198e976b6482ea39a8da9702b4d324bb55b9 (diff) | |
| download | raylib.com-1f011023abc9bf71be7dc9c47122b4d822c57db3.tar.gz raylib.com-1f011023abc9bf71be7dc9c47122b4d822c57db3.zip | |
Update webpage, added links
Diffstat (limited to 'common/css')
| -rw-r--r-- | common/css/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/css/main.css b/common/css/main.css index ec8bb5f..d96173f 100644 --- a/common/css/main.css +++ b/common/css/main.css @@ -22,7 +22,7 @@ a{text-decoration: none; color:black;} body{background-color:#f5f5f5;} p a:hover{text-decoration: none; color:gray;} -.page{width:840px; margin:0 auto;} +.page{width:880px; margin:0 auto;} .header{width:100%; float:left; position:relative; height:128px; font-size:10pt; margin-top:40px; margin-left:10px;} .content{font-size:8pt; width:840px; padding:10px; padding-top:30px; float:left; position:relative; padding-bottom:50px;} @@ -38,7 +38,7 @@ p a:hover{text-decoration: none; color:gray;} .list, .list strong {font-family: Courier New, Verdana, Arial!important; font-size: medium; line-height: 200%; } #logo{width:128px; height:128px; float:left; position:relative; background-image:url(../img/raylib_logo.png);} -.menu{width:680px; height:39px; text-align:right; right:0px; bottom:7px; position:relative; float:left; margin-left: 30px;} +.menu{width:740px; height:39px; text-align:right; right:0px; bottom:7px; position:relative; float:left; margin-left:0px; margin-top:10px;} .menu a{padding:5px 20px; color:black; font-size:12pt; float:left; position:relative; border-bottom:1px solid black;} .menu a:hover{margin-top:-20px; padding:15px 15px; background: rgb(254,255,255); background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(224,224,224,1) 100%); @@ -109,7 +109,7 @@ p a:hover{text-decoration: none; color:gray;} .help{ font-size:8px; margin-left: 25px; } #paypalbox{ width:200px; height:50px; border:12px solid; border-color:#d0d0d0; background-color:#e4e4e4; margin:0 auto; } #paypalform input { margin-top: 12px; margin-left: 50px; } -#forum{ color: maroon; } +#license{ color: maroon; } #itchioframe{ display:block; text-align:center; } |
