UNPKG

jupyterlab-emrys

Version:

A computational environment for Jupyter. Powered by Emrys

62 lines (56 loc) 1.24 kB
/*----------------------------------------------------------------------------- | Copyright (c) Emrys. | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ .jp-publisherWidget .container{ text-align: center; min-height: 100%; } .jp-publisherWidget .button { background-color: #4CAF50; /* Green */ border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: block; font-size: 16px; margin-top: 50px; } .jp-publisherWidget .button:hover { background-color: #3C9F40; /* Green */ } .jp-publisherWidget #tags{ float:left; border:1px solid #ccc; padding:5px; font-family:Arial; } .jp-publisherWidget #tags > span{ cursor:pointer; display:block; float:left; color:#fff; background:#789; padding:5px; padding-right:25px; margin:4px; } .jp-publisherWidget #tags > span:hover{ opacity:0.7; } .jp-publisherWidget #tags > span:after{ position:absolute; content:"×"; border:1px solid; padding:2px 5px; margin-left:3px; font-size:11px; } .jp-publisherWidget #tags > input{ background:#eee; border:0; margin:4px; padding:7px; width:auto; }