/*-
 * Copyright (C) 2017 Red Hat, Inc.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 *
 * Author: Mikolaj Izdebski <mizdebsk@redhat.com>
 */

/* Makes the size consistent with other Fedora services that use the same theme */
html { font-size: 14px; }

/* All Koschei-specific CSS classes are prefixed with "kk-" to prevent
   name collisions with third-party CSS libraries. */

.kk-logo { color: #777; }

.kk-clickable { cursor: pointer; }

.kk-toggle-button[aria-expanded=false] .kk-expanded { display: none; }
.kk-toggle-button[aria-expanded=true] .kk-collapsed { display: none; }

/* Colors representing Koji task states, consistent with Koji web */
.kk-koji-task-free     { color: #30c; }
.kk-koji-task-open     { color: #f60; }
.kk-koji-task-closed   { color: #0c0; }
.kk-koji-task-canceled { color: #c90; }
.kk-koji-task-assigned { color: #c0f; }
.kk-koji-task-failed   { color: #c00; }

/* XXX required for ASCII-art to look sane */
/* TODO: eliminate usage of ASCII-art */
.kk-task-tree { line-height: 17px; }

.kk-untagged-build { filter: contrast(0.6); }

.kk-evr-diff { font-weight: bold; }
