Difference between revisions of "GSDP:GAM100API.css"
From Inside
>Justin.chambers |
>Justin.chambers |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <includeonly> | + | <noinclude> |
| + | This file establishes the CSS styles for the GAM100 CProcessing API pages. | ||
| + | </noinclude><includeonly> | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
| − | + | ||
| − | #p-logo { | + | /* Logo */ |
| + | /*#p-logo { display: none; }*/ | ||
| + | #p-logo { | ||
| + | -webkit-filter: invert(1); | ||
| + | filter: invert(1); | ||
| + | } | ||
| + | |||
| + | /* Code Snippet Highlighting */ | ||
| + | .syntaxhighlight-c { | ||
| + | font-size: 150%; | ||
| + | } | ||
| + | |||
</style> | </style> | ||
</html> | </html> | ||
</includeonly> | </includeonly> | ||
Latest revision as of 19:27, 17 September 2018
This file establishes the CSS styles for the GAM100 CProcessing API pages.