/**
 * Stylesheet for ExtensionInfo
 *
 * Part of BlueSpice MediaWiki
 *
 * @author     Markus Glaser <glaser@hallowelt.com>

 * @package    BlueSpice_Extensions
 * @subpackage ExtensionInfo
 * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
 * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or later
 * @filesource
 */

.alpha {
	color: #B73A3A;
	font-weight: bold;
}

.beta {
	color: #FFAE00 ;
	font-weight: bold;
}

.stable {
	color: #3E5389;
	font-weight: bold;
}

#bs-extensioninfo-grid a[href^="https://"],
#bs-extensioninfo-grid a[href^="http://"],
.link-https {
	background-image: none !important;
}

.bs-softwaretable {
	border-top: 3px solid #e9e9e9;
	border-bottom: 3px solid #e9e9e9;
	background-color: #F3F3F3;
	width: 100%;
	padding: 8px 4px;
	text-align: center;
}

.bs-softwaretable th{
	font-weight: bold;
	width: 50%;
	height: 18px;
}

/*
für Ganzzeilige Markierungen würde ich folgende Farben verwenden:
alpha #faf3f2
beta #fbf9f2
stable #f6faf2
Padding oben/unten: 2px

bei Markern am Ende der Zeile (border-right: 5px):

alpha #e4f4d6
beta #fcefd6
stable #e4f4d6

Der Tabellenkopf: #ededed
Beschriftung im Tabellenkopf: #7b7b7b
*/
