Sha256: ebf9ebf06cb7e36d943e17b7e8b0600502b7585d87be29e9d6fe2d06cecf0095
Contents?: true
Size: 739 Bytes
Versions: 12
Compression:
Stored size: 739 Bytes
Contents
/* # ----------------------------------------------------------------------------- # ~/assets/themes/j1/modules/translator/css/translator.css # Provides styles for the J1 Translator # # Product/Info: # https://jekyll.one # # Copyright (C) 2023, 2024 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # ----------------------------------------------------------------------------- */ @charset 'UTF-8'; /* hide the Google Translator TopBar (suggestion box|top frame) */ /* See: https://stackoverflow.com/questions/11248673/hiding-google-translate-bar */ body { top: 0 !important; } body > .skiptranslate { display: none !important; }
Version data entries
12 entries across 12 versions & 1 rubygems