diff options
| author | Ray <[email protected]> | 2019-04-08 16:41:15 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-04-08 16:41:15 +0200 |
| commit | ce36198e976b6482ea39a8da9702b4d324bb55b9 (patch) | |
| tree | 13b956d48f1210ba6d33c055dc31f6e56a478334 /common/css/main.css | |
| parent | 930b6fdaa11de309051033ec6d759c77f6040949 (diff) | |
| download | raylib.com-ce36198e976b6482ea39a8da9702b4d324bb55b9.tar.gz raylib.com-ce36198e976b6482ea39a8da9702b4d324bb55b9.zip | |
Updated logos and links
Diffstat (limited to 'common/css/main.css')
| -rw-r--r-- | common/css/main.css | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/common/css/main.css b/common/css/main.css index 3b9fe7d..ec8bb5f 100644 --- a/common/css/main.css +++ b/common/css/main.css @@ -29,8 +29,8 @@ p a:hover{text-decoration: none; color:gray;} .footer{width:100%; float:left; position:relative; border-top:1px solid black; text-align: right; height:40px; padding-top:10px;} .footer p a{color:#aaaaaa;} .footer p a:hover{color:#444;} -.footer p { font-size:6pt; color:#aaaaaa; margin-top:-8px; } -.simplelink { font-weight: bold; color: #ff6060; } +.footer p{ font-size:6pt; color:#aaaaaa; margin-top:-8px; } +.simplelink{ font-weight: bold; color: #ff6060; } /* font change for better reading... */ .content p, .content a, .content p strong, .content strong, .content .downloadText{font-family: Courier New, Verdana, Arial!important; font-size: medium; line-height: 200%; } @@ -78,9 +78,9 @@ p a:hover{text-decoration: none; color:gray;} #discord{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_discord.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} .list{margin-top:10px; margin-left:30px; display: inline-block} -#licensebox { width:808px; height:400px; border:12px solid; border-color:#d0d0d0; background-color:#e4e4e4;} -#licensebox p { font-size:12px; margin-top: 15px; margin-left: 10px;} -.licensepoint { margin-left: 25px!important;} +#licensebox{ width:808px; height:400px; border:12px solid; border-color:#d0d0d0; background-color:#e4e4e4;} +#licensebox p{ font-size:12px; margin-top: 15px; margin-left: 10px;} +.licensepoint{ margin-left: 25px!important;} .downloadText{width:420px; height:40px; float:left; position:relative; margin-left:40px;} .downloadButton{width:220px; height:35px; float:left; position: relative; cursor:pointer; font-weight: bold; line-height:35px; text-align: center; border-width:5px!important;} @@ -106,13 +106,16 @@ p a:hover{text-decoration: none; color:gray;} .boxintextex{margin-bottom: 3px; margin-right: -2px; line-height:10px; font-size:6pt; width:54px!important; height:53px!important; font-weight: normal!important;} .boxtodo{margin-bottom: 13px; margin-right: 7px;} -.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;} +.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; } -#itchioframe{display:block;text-align:center;} +#itchioframe{ display:block; text-align:center; } -#platforms>img, #bindings>a>img { border: 2px solid #f5f5f5; transition: all .2s ease; } -#platforms>img:hover, #bindings>a>img:hover { border: 2px solid #797979; } -.icon { margin-right:8px; } +.icon{ margin-right: 2px; } +#platforms>a>img{ border: 6px solid #888888; transition: all .2s ease; } +#platforms>a>img:hover{ border: 6px solid #111111; } + +#bindings>a>img{ border: 6px solid #888888; transition: all .2s ease; } +#bindings>a>img:hover{ border: 6px solid #111111; } |
