/** * Nextcloud - Ownpad * * This file is licensed under the Affero General Public License * version 3 or later. See the COPYING file. * * @author Olivier Tétard * @copyright Olivier Tétard , 2017 */ #ownpad_bar { background: #333; color: #999; min-height: 25px; padding: 6px 6px 6px 10px; } #ownpad_bar span { opacity: 0; transition: all 1s ease; -o-transition: all 1s ease; -moz-transition: all 1s ease; -webkit-transition: all 1s ease; } #ownpad_bar:hover span { opacity: 1; } #ownpad_bar a,#ownpad_bar strong { color: #CCC; } #ownpad_close { display: inline-block; padding: 0 10px; height: 20px; background: #900; color: #F5F5F5; border-radius: 3px; border: #C00 1px solid; font-weight: 900; float: right; } #ownpad_close:hover { background: #C00; color: #FFF; border: #F00 1px solid; } .icon-filetype-etherpad { background-image: url("../img/etherpad-lite.ico"); background-size: 16px; } .icon-filetype-ethercalc { background-image: url("../img/ethercalc.ico"); background-size: 16px; }