Ce site Web nécessite JavaScript.
Explorateur
Aide
Connexion
Albirew
/
nyaa-pantsu
Archivé
Suivre
1
Ajouter aux favoris
0
Bifurcation
Vous avez déjà forké nyaa-pantsu
0
Code
Activité
Ce dépôt a été archivé le
2022-05-07
. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
6d5181a024
nyaa-pantsu
/
public
/
css
/
flags
/
custom_flags.css
9 lignes
111 o
CSS
Brut
Vue normale
Historique
Annuler l'échappement
Échapper
Country flags (language) for torrents. (#970) * Add flags for torrents Add a new field, .Language, to the Torrent model, and a new package, torrentLanguages, which maps languages to flags. Added also a flag icon pack from googlei18n/region-flags, with (mostly) public domain flags from Wikipedia. * Optimize flags * Use FlagSprites CSS instead of .png files * Only use flags for languages we support * Add test for CSS flags Ensure that we have all the flags for the languages we support. * Add AdditionalLanguages field to config This allows us to support additional languages for new uploaded torrents, even if we have no translation for it. * Minor CSS fix * Add "other" and "multiple" torrent languages Also removed the TorrentLanguage struct, as it wasn't much useful. * Fix test * Add colspan=2 to category when language is empty Also hide the language column if empty. * Add lang field to search. Hopefully it works with Elasticsearch as well, but I haven't tested (lol Java) * Add language field to ES index and settings * Add language column to JS template * Add keyword type to language ES field * Remove 'raw' from keyword * Set "simple" analyzer on language * Document .Language field on Torrent model
2017-06-12 01:14:26 +02:00
.
flag-other
{
<kilo> u want me to re-make the PR but on the refactor branch, right? (#1087) * margin-top removal * flag-other background: none * torrent language on other - upload.htl * torrent language edit.html * torrent language admin edit
2017-06-29 14:16:21 +02:00
background
:
none
;
Country flags (language) for torrents. (#970) * Add flags for torrents Add a new field, .Language, to the Torrent model, and a new package, torrentLanguages, which maps languages to flags. Added also a flag icon pack from googlei18n/region-flags, with (mostly) public domain flags from Wikipedia. * Optimize flags * Use FlagSprites CSS instead of .png files * Only use flags for languages we support * Add test for CSS flags Ensure that we have all the flags for the languages we support. * Add AdditionalLanguages field to config This allows us to support additional languages for new uploaded torrents, even if we have no translation for it. * Minor CSS fix * Add "other" and "multiple" torrent languages Also removed the TorrentLanguage struct, as it wasn't much useful. * Fix test * Add colspan=2 to category when language is empty Also hide the language column if empty. * Add lang field to search. Hopefully it works with Elasticsearch as well, but I haven't tested (lol Java) * Add language field to ES index and settings * Add language column to JS template * Add keyword type to language ES field * Remove 'raw' from keyword * Set "simple" analyzer on language * Document .Language field on Torrent model
2017-06-12 01:14:26 +02:00
}
.
flag-multiple
{
background
:
url
(
'flag_multiple.png'
)
no-repeat
;
}
Copier le lien permanent