main.css 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. @font-face {
  2. font-family: 'grixel_acme_7_wide_xtnd';
  3. src: url('../font/acme_7_wide_xtnd.eot');
  4. src: url('../font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
  5. url('../font/acme_7_wide_xtnd.woff') format('woff'),
  6. url('../font/acme_7_wide_xtnd.ttf') format('truetype');
  7. font-weight: normal;
  8. font-style: normal;
  9. font-size-adjust:0.49;
  10. }
  11. ::-webkit-scrollbar { width: 10px; height: 10px; }
  12. ::-webkit-scrollbar-button:start:decrement,
  13. ::-webkit-scrollbar-button:end:increment { display: block; height: 10px; }
  14. ::-webkit-scrollbar-button:vertical:increment { background-color: #fff; }
  15. ::-webkit-scrollbar-track-piece { background-color: #bdbdbd; }
  16. ::-webkit-scrollbar-thumb:vertical { height: 50px; background-color: #000000; }
  17. ::-webkit-scrollbar-thumb:horizontal { width: 50px; background-color: #000000; }
  18. *{padding:0px; margin:0px; font-family: grixel_acme_7_wide_xtnd, Courier New, Verdana, Arial; -moz-font-smoothing: none;-webkit-font-smoothing: none; line-height:24px;}
  19. a{text-decoration: none; color:black;}
  20. body{background-color:#f5f5f5;}
  21. p a:hover{text-decoration: none; color:gray;}
  22. .page{width:840px; margin:0 auto;}
  23. .header{width:100%; float:left; position:relative; height:128px; font-size:10pt; margin-top:40px; margin-left:10px;}
  24. .content{font-size:8pt; width:840px; padding:10px; padding-top:30px; float:left; position:relative; padding-bottom:50px;}
  25. .footer{width:100%; float:left; position:relative; border-top:1px solid black; text-align: right; height:40px; padding-top:10px;}
  26. .footer p a{color:#aaaaaa;}
  27. .footer p a:hover{color:#444;}
  28. .footer p { font-size:6pt; color:#aaaaaa; margin-top:-8px; }
  29. .simplelink { font-weight: bold; color: #ff6060; }
  30. /* font change for better reading... */
  31. .content p, .content a, .content p strong, .content strong, .content .downloadText{font-family: Courier New, Verdana, Arial!important; font-size: medium; line-height: 200%; }
  32. .downloadButtonInstaller { font-size: x-small; }
  33. .list, .list strong {font-family: Courier New, Verdana, Arial!important; font-size: medium; line-height: 200%; }
  34. #logo{width:128px; height:128px; float:left; position:relative; background-image:url(../img/raylib_logo.png);}
  35. .menu{width:680px; height:39px; text-align:right; right:0px; bottom:7px; position:relative; float:left; margin-left: 30px;}
  36. .menu a{padding:5px 20px; color:black; font-size:12pt; float:left; position:relative; border-bottom:1px solid black;}
  37. .menu a:hover{margin-top:-20px; padding:15px 15px; background: rgb(254,255,255);
  38. background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(224,224,224,1) 100%);
  39. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(224,224,224,1)));
  40. background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(224,224,224,1) 100%);
  41. background: -o-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(224,224,224,1) 100%);
  42. background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(224,224,224,1) 100%);
  43. background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(224,224,224,1) 100%);
  44. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 ); }
  45. #active{
  46. padding:5px 15px; color:#707070; font-size:12pt; float:left; position:relative; border-bottom:1px solid black;
  47. margin-top:-20px; padding:15px 15px; background: rgb(254,255,255);
  48. background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(224,224,224,1) 100%);
  49. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(224,224,224,1)));
  50. background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(224,224,224,1) 100%);
  51. background: -o-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(224,224,224,1) 100%);
  52. background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(224,224,224,1) 100%);
  53. background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(224,224,224,1) 100%);
  54. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 );
  55. }
  56. #social{ width:372px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; }
  57. #social a:hover{ background-position: 0 -36px;}
  58. #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;}
  59. #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;}
  60. #twitch{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_twitch.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
  61. #patreon{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_patreon.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
  62. #itchio{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_itchio.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
  63. #reddit{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_reddit.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
  64. #freenode{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_freenode_irc.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
  65. #facebook{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_facebook.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
  66. #twitter{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_twitter.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
  67. #github{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_github.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
  68. .list{margin-top:10px; margin-left:30px; display: inline-block}
  69. #licensebox { width:808px; height:400px; border:12px solid; border-color:#d0d0d0; background-color:#e4e4e4;}
  70. #licensebox p { font-size:12px; margin-top: 15px; margin-left: 10px;}
  71. .licensepoint { margin-left: 25px!important;}
  72. .downloadText{width:420px; height:40px; float:left; position:relative; margin-left:40px;}
  73. .downloadButton{width:220px; height:35px; float:left; position: relative; cursor:pointer; font-weight: bold; line-height:35px; text-align: center; border-width:5px!important;}
  74. .downloadButtonInstaller{width:460px; height:35px; position: relative; margin: auto auto; margin-top:20px!important; cursor:pointer; font-weight: bold; line-height:35px; text-align: center; border-width:5px!important;}
  75. #btngit{background-color:#e1e1e1; color:#5c5a5a; border:4px solid #898888;}
  76. #btngit:hover{background-color:#bedce8; color:#417794; border:4px solid #5d9cbd;}
  77. #btnlib{background-color:#e1e1e1; color:#5c5a5a; border:4px solid #898888; margin-top: 15px;}
  78. #btnlib:hover{background-color:#f0d6d6; color:#c55757; border:4px solid #e66666; margin-top: 15px;}
  79. #btnmac{font-weight: normal; cursor:default; background-color:#f0f0f0; color:#5c5a5a; border:4px solid #d3d3d3;}
  80. #newVersion{background-color:#f0d6d6; color:#e55757; border:1px solid #f66666; margin-top: 15px; margin-left: -5px; width:100%; height:30px; position: relative; margin: auto auto; line-height:30px; text-align: center;}
  81. #raylib13{position:relative; background-color:#222222; color:#f5f5f5; width:100vw; left:calc(-52vw + 50%); padding:30px; text-align:center; margin: 10px;}
  82. #basicgrid{width:580px; margin-left:60px; float:left; position:relative; text-align: center}
  83. #advgrid{width:560px; margin-left:70px; float:left; position:relative; text-align: center}
  84. .exampleBox{cursor:pointer; margin:15px 20px; width:54px; padding-right:2px; height:56px; border:4px solid black; display:inline-block; text-align: right; font-weight: bold; vertical-align: bottom;}
  85. .exampleBox .in{display: table-cell; vertical-align: bottom; width:52px; height:56px;}
  86. .specialBox{cursor:pointer; vertical-align: bottom; color:#818181; width:56px; height:58px; padding-right:2px; padding-top:4px; padding-left:4px; margin:15px 20px; display:inline-block; border:1px solid #b9b9b9; text-align:right;}
  87. .specialBox .in{display: table-cell; vertical-align: bottom; width:52px; height:52px; border:1px solid #b9b9b9; margin-top:-5px;}
  88. .specialBox:hover{ color: black; border:1px solid black; }
  89. .specialBox .in:hover{ color: black; border:1px solid black; }
  90. .boxintext{margin-bottom: 3px; margin-right: 2px; line-height:10px; font-size:6pt;}
  91. .boxintextex{margin-bottom: 3px; margin-right: -2px; line-height:10px; font-size:6pt; width:54px!important; height:53px!important; font-weight: normal!important;}
  92. .boxtodo{margin-bottom: 13px; margin-right: 7px;}
  93. .help{font-size:8px; margin-left: 25px;}
  94. #paypalbox{width:200px; height:50px; border:12px solid; border-color:#d0d0d0; background-color:#e4e4e4; margin:0 auto;}
  95. #paypalform input {margin-top: 12px; margin-left: 50px;}
  96. #forum{color: maroon;}
  97. #itchioframe{display:block;text-align:center;}