jupyterlab-emrys
Version:
A computational environment for Jupyter. Powered by Emrys
62 lines (56 loc) • 1.19 kB
CSS
/*-----------------------------------------------------------------------------
| Copyright (c) Emrys.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-apiWidget .container{
text-align: center;
min-height: 100%;
}
.jp-apiWidget .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-apiWidget .button:hover {
background-color: #3C9F40; /* Green */
}
.jp-apiWidget #tags{
float:left;
border:1px solid #ccc;
padding:5px;
font-family:Arial;
}
.jp-apiWidget #tags > span{
cursor:pointer;
display:block;
float:left;
color:#fff;
background:#789;
padding:5px;
padding-right:25px;
margin:4px;
}
.jp-apiWidget #tags > span:hover{
opacity:0.7;
}
.jp-apiWidget #tags > span:after{
position:absolute;
content:"×";
border:1px solid;
padding:2px 5px;
margin-left:3px;
font-size:11px;
}
.jp-apiWidget #tags > input{
background:#eee;
border:0;
margin:4px;
padding:7px;
width:auto;
}