diff options
| author | Ray <[email protected]> | 2019-05-08 12:43:57 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-08 12:43:57 +0200 |
| commit | 5290247ee973cad75afb0acf8e7542206b8fb20a (patch) | |
| tree | 9e59a4219cee54710862dbe195fcc9c057dac4d8 /common/css | |
| parent | 54956cdba295cc19c41e4523519cda2dfc7c6c51 (diff) | |
| download | raylib.com-5290247ee973cad75afb0acf8e7542206b8fb20a.tar.gz raylib.com-5290247ee973cad75afb0acf8e7542206b8fb20a.zip | |
Review top bar icons
Removed helpme page
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 d96173f..b5a60f7 100644 --- a/common/css/main.css +++ b/common/css/main.css @@ -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:740px; height:39px; text-align:right; right:0px; bottom:7px; position:relative; float:left; margin-left:0px; margin-top:10px;} +.menu{width:740px; height:39px; text-align:right; right:0px; left:30px; 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%); @@ -61,7 +61,7 @@ p a:hover{text-decoration: none; color:gray;} filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 ); } -#social{ width:420px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; } +#social{ width:390px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; } #social a:hover{ background-position: 0 -36px;} #youtube{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_youtube.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #handmade{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_handmade.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} @@ -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; } -#license{ color: maroon; } +#wiki{ color: maroon; } #itchioframe{ display:block; text-align:center; } |
