diff --git a/robots.txt b/robots.txt index 6cf2af1..e471554 100644 --- a/robots.txt +++ b/robots.txt @@ -1,8 +1,47 @@ User-agent: * Disallow: /legal_notice.html -User-agent: GPTBot -User-agent: GPTBot-User +User-agent: AI2Bot +User-agent: Ai2Bot-Dolma +User-agent: Amazonbot +User-agent: anthropic-ai +User-agent: Applebot +User-agent: Applebot-Extended +User-agent: Bytespider +User-agent: CCBot User-agent: ChatGPT User-agent: ChatGPT-User +User-agent: Claude-Web +User-agent: ClaudeBot +User-agent: cohere-ai +User-agent: Diffbot +User-agent: DuckAssistBot +User-agent: FacebookBot +User-agent: FriendlyCrawler +User-agent: Google-Extended +User-agent: GoogleOther +User-agent: GoogleOther-Image +User-agent: GoogleOther-Video +User-agent: GPTBot +User-agent: GPTBot-User +User-agent: iaskspider/2.0 +User-agent: ICC-Crawler +User-agent: ImagesiftBot +User-agent: img2dataset +User-agent: ISSCyberRiskCrawler +User-agent: Kangaroo Bot +User-agent: Meta-ExternalAgent +User-agent: Meta-ExternalFetcher +User-agent: OAI-SearchBot +User-agent: omgili +User-agent: omgilibot +User-agent: PanguBot +User-agent: PerplexityBot +User-agent: PetalBot +User-agent: Scrapy +User-agent: Sidetrade indexer bot +User-agent: Timpibot +User-agent: VelenPublicWebCrawler +User-agent: Webzio-Extended +User-agent: YouBot Disallow: / diff --git a/style.css b/style.css index 84d920b..2c806c3 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ :root{ + --main: #00b800; /* text with this color on a black or "contrast-bg" background has a contrast rating of at least 7, which makes it compliant with WCAG guidelines AAA standard */ --contrast-bg: #001000; } body{ @@ -9,13 +10,13 @@ body{ background-repeat: repeat; background-attachment: fixed; font-family: "Hack", monospace; - color: green; + color: var(--main); } .content{ max-width: 1000px; - border-left: green 3px solid; - border-right: green 3px solid; + border-left: var(--main) 3px solid; + border-right: var(--main) 3px solid; background: black; margin: 0 auto; padding-bottom: 1px; @@ -24,7 +25,7 @@ body{ } a{ - color: green; + color: var(--main); } #title{ @@ -85,12 +86,12 @@ li{ .links-nav>span>a:hover{ color: #000000; - background-color: green; + background-color: var(--main); } a.highlight{ color: #000000; - background-color: green; + background-color: var(--main); text-decoration: none; } @@ -130,6 +131,10 @@ a.highlight{ margin: 0 10px; } +.footer-links{ + white-space: pre; +} + /* FAQ-specific */ .question{ @@ -154,9 +159,8 @@ a.highlight{ .license-table{ margin: 0 auto; - max-width: 800px; - min-width: 400px; - width: 90%; + min-width: 395px; + width: 95%; } .license-head{ @@ -164,12 +168,22 @@ a.highlight{ text-align: left; } +.license-head>tr>th, .license-body>tr>td{ + padding-left: 3px; +} + .project-column, .by-column{ - width: 40%; + width: 25%; } .license-column{ - width: 20%; + width: 10%; +} + +@media (max-width:440px){ + .notes-column, .license-notes{ + display:none; + } } /* Links-specific */ @@ -178,7 +192,7 @@ a.highlight{ text-decoration: none; } -.buttons-88x31>a>img{ +.buttons-88x31>a>img, .buttons-88x31>img{ display: inline-block; width: 88px; height: 31px; @@ -222,6 +236,7 @@ a.highlight{ } /* Colors */ + .blue{ color: lightblue; } diff --git a/templates/blog.html b/templates/blog.html index 5e7132c..cfd310e 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -46,7 +46,7 @@