Sha256: e93db0d91e9d54e0cc8944e4c4efb07a9e022e88b7ce91454b6cb40b052e82bc
Contents?: true
Size: 730 Bytes
Versions: 27
Compression:
Stored size: 730 Bytes
Contents
/* # ----------------------------------------------------------------------------- # ~/assets/themes/j1/modules/translator/css/translator.css # Provides styles for the J1 Translator # # Product/Info: # https://jekyll.one # # Copyright (C) 2023 Juergen Adams # # J1 Theme 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
27 entries across 27 versions & 1 rubygems