/*----------------------------------------------------------------------------------| www.vdm.io |----/ Agence Agerix /-------------------------------------------------------------------------------------------------------/ @version 1.x.x @build 2nd June, 2022 @created 12th December, 2020 @package Extension Distributor @subpackage packages.css @author Emmanuel Danan @copyright Copyright (C) 2021. All Rights Reserved. @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html ____ _____ _____ __ __ __ __ ___ _____ __ __ ____ _____ _ _ ____ _ _ ____ (_ _)( _ )( _ )( \/ )( ) /__\ / __)( _ )( \/ )( _ \( _ )( \( )( ___)( \( )(_ _) .-_)( )(_)( )(_)( ) ( )(__ /(__)\ ( (__ )(_)( ) ( )___/ )(_)( ) ( )__) ) ( )( \____) (_____)(_____)(_/\/\_)(____)(__)(__) \___)(_____)(_/\/\_)(__) (_____)(_)\_)(____)(_)\_) (__) /------------------------------------------------------------------------------------------------------*/ /* CSS Document */ .table td { vertical-align: middle !important; } .circle { box-sizing:border-box; -webkit-border-radius:12px; -moz-border-radius:12px; border-radius:12px; width:24px; height:24px; padding:6px 5px; margin:5px 0; font-size:12px; line-height:12px; text-transform:uppercase; text-align:center; display: inline-block; } .circle-component { background-color:#00a500 } .circle-module { background-color:#ff4b39 } .circle-plugin { background-color:#e20079 } .circle-search { background-color:#ff8100 } .circle-library { background-color:#ffc40d; color:#333 } .circle-template { background-color:#eab31d } .circle-language { background-color:#ff2121 } .circle-file { background-color:#b700ff } .circle a:hover { text-decoration:none } a .circle { color:#fff; font-size: 10px; font-weight: bold; }