mirror of https://github.com/doccano/doccano.git
pythondatasetnatural-language-processingdata-labelingmachine-learningannotation-tooldatasetsactive-learningtext-annotation
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
172 lines
2.5 KiB
172 lines
2.5 KiB
html,
|
|
body {
|
|
font-family: 'Open Sans', serif;
|
|
background: #F9F9F9;
|
|
}
|
|
|
|
footer {
|
|
background-color: #2a2e2f !important;
|
|
padding: 2rem 1.5rem 3rem !important;
|
|
}
|
|
|
|
.footer a {
|
|
color: white;
|
|
}
|
|
|
|
.footer h2 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.footer p,
|
|
strong {
|
|
color: lemonchiffon;
|
|
}
|
|
|
|
.navbar {
|
|
background-color: #2a2e2f;
|
|
}
|
|
|
|
.navbar.has-shadow {
|
|
box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
|
|
}
|
|
|
|
.navbar-item {
|
|
color: white;
|
|
}
|
|
|
|
.topNav {
|
|
border-top: 5px solid #3498DB;
|
|
}
|
|
|
|
.topNav .container {
|
|
border-bottom: 1px solid #E6EAEE;
|
|
}
|
|
|
|
.container .columns {
|
|
margin: 2rem 0;
|
|
}
|
|
|
|
aside.menu {
|
|
padding-top: 3rem;
|
|
}
|
|
|
|
aside.menu .menu-list {
|
|
line-height: 1.5;
|
|
}
|
|
|
|
aside.menu .menu-label {
|
|
padding-left: 10px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.button.is-primary.is-alt {
|
|
background: #00c6ff;
|
|
background: -webkit-linear-gradient(to bottom, #0072ff, #00c6ff);
|
|
background: linear-gradient(to bottom, #0072ff, #00c6ff);
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
height: 3rem;
|
|
line-height: 2.8;
|
|
}
|
|
|
|
.media-left img {
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.media-content p {
|
|
font-size: 14px;
|
|
line-height: 2.3;
|
|
font-weight: 700;
|
|
color: #8F99A3;
|
|
}
|
|
|
|
article.post {
|
|
margin: 1rem;
|
|
padding-bottom: 1rem;
|
|
border-bottom: 1px solid #E6EAEE;
|
|
}
|
|
|
|
article.post:last-child {
|
|
padding-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.menu-list li {
|
|
padding: 5px;
|
|
}
|
|
|
|
.tag:not(body).is-grey {
|
|
background-color: #eee;
|
|
color: #666;
|
|
}
|
|
|
|
p {
|
|
font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
|
|
}
|
|
|
|
.tabs-details {
|
|
margin-right: 1px;
|
|
}
|
|
|
|
.project-image {
|
|
background-image: url('/static/images/cat.png');
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
.is-shady {
|
|
animation: flyintoright .4s backwards;
|
|
background: #fff;
|
|
box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
|
|
border-radius: 4px;
|
|
/*display: inline-block;*/
|
|
/*margin: 10px;*/
|
|
position: relative;
|
|
transition: all .2s ease-in-out;
|
|
}
|
|
|
|
.is-shady:hover {
|
|
box-shadow: 0 10px 16px rgba(0, 0, 0, .13), 0 6px 6px rgba(0, 0, 0, .19);
|
|
}
|
|
|
|
.menu-list a.active {
|
|
background-color: #3273dc;
|
|
color: #fff;
|
|
}
|
|
|
|
.select-height {
|
|
height: 100% !important;
|
|
max-height: 200px !important;
|
|
}
|
|
|
|
.pagination-link,
|
|
.pagination-next,
|
|
.pagination-previous {
|
|
background-color: white;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.card-header-title {
|
|
padding: 1.5rem;
|
|
}
|
|
|
|
.navbar-link::after {
|
|
border-color: white;
|
|
}
|
|
|
|
.navbar-link {
|
|
color: white;
|
|
}
|
|
|
|
.navbar-dropdown {
|
|
background-color: #2a2e2f;
|
|
border-top: 0;
|
|
}
|
|
|
|
.navbar-dropdown .navbar-item {
|
|
color: white;
|
|
|
|
}
|
|
|
|
[v-cloak] { display: none; }
|