jpayne@68: /* Default styling rules for PO files when doing terminal output. jpayne@68: Copyright (C) 2006-2007 Free Software Foundation, Inc. jpayne@68: jpayne@68: This program is free software: you can redistribute it and/or modify jpayne@68: it under the terms of the GNU General Public License as published by jpayne@68: the Free Software Foundation; either version 3 of the License, or jpayne@68: (at your option) any later version. jpayne@68: jpayne@68: This program is distributed in the hope that it will be useful, jpayne@68: but WITHOUT ANY WARRANTY; without even the implied warranty of jpayne@68: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the jpayne@68: GNU General Public License for more details. jpayne@68: jpayne@68: You should have received a copy of the GNU General Public License jpayne@68: along with this program. If not, see . */ jpayne@68: jpayne@68: .translator-comment { color : green; } jpayne@68: .obsolete { color : green; } jpayne@68: .extracted-comment { color : green; font-weight: bold; } jpayne@68: .flag { text-decoration : underline; } jpayne@68: .fuzzy-flag { text-decoration : none; } jpayne@68: .text { color : magenta; } jpayne@68: .msgstr .text { color : blue; } jpayne@68: .fuzzy .msgstr .text { color : red; } jpayne@68: .format-directive { font-weight: bold; } jpayne@68: .invalid-format-directive { background-color : red; color : white; font-weight: bold; }