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.
171 lines
2.8 KiB
171 lines
2.8 KiB
.trademark-search {
|
|
.trademark-search-form {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.trademark-search-field {
|
|
margin-left: -13px;
|
|
}
|
|
|
|
example {
|
|
font-size: 12px;
|
|
margin: 2px 0 5px 0;
|
|
}
|
|
}
|
|
|
|
.trademark-search-results {
|
|
.trademark-search-result {
|
|
|
|
|
|
margin-bottom: 15px;
|
|
margin-right: 5px;
|
|
|
|
text-align: center;
|
|
|
|
p {
|
|
margin-top: 10px;
|
|
border-top: 1px solid black;
|
|
width: 80%;
|
|
margin: 18px auto 0;
|
|
padding-top: 7px;
|
|
|
|
}
|
|
|
|
.btn-xs {
|
|
margin-right: 5px;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.trademark-search-available-classes {
|
|
.btn-xs {
|
|
width: 26px;
|
|
margin-bottom: 3px;
|
|
}
|
|
}
|
|
|
|
.trademark-search-nice-busy, .trademark-register-block {
|
|
|
|
border-radius: 5px;
|
|
padding: 15px 15px 10px;
|
|
margin-left: -15px;
|
|
margin-top: 30px;
|
|
|
|
.description {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.price {
|
|
display: block;
|
|
margin-top: 8px;
|
|
|
|
font-size: larger;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.trademark-register-block {
|
|
background-color: #E8EEFC;
|
|
}
|
|
|
|
|
|
.trademark-search-nice-busy {
|
|
background-color: rgba(237, 208, 208, 0.36);
|
|
|
|
padding: 1px 15px;
|
|
|
|
h2 {
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
|
|
.trademark-search-loading {
|
|
display: none;
|
|
|
|
border: 1px solid silver;
|
|
border-radius: 6px;
|
|
background: white;
|
|
margin-left: -14px;
|
|
|
|
.trademark-search-loading-header {
|
|
padding: 9px 13px;
|
|
}
|
|
|
|
ul {
|
|
margin-left: 14px;
|
|
|
|
li {
|
|
margin-bottom: 3px;
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.block-hide-animation {
|
|
|
|
opacity:0;
|
|
transition:opacity 0.5s linear;
|
|
}
|
|
|
|
|
|
.block-show-animation {
|
|
visibility:visible;
|
|
opacity:1;
|
|
transition:opacity 1s linear;
|
|
}
|
|
|
|
.spinner {
|
|
width: 24px;
|
|
height: 14px;
|
|
text-align: center;
|
|
font-size: 8px;
|
|
display: inline-block;
|
|
padding-top: 5px
|
|
}
|
|
|
|
.spinner > div {
|
|
background-color: #333;
|
|
height: 100%;
|
|
width: 3px;
|
|
display: inline-block;
|
|
|
|
-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
|
|
animation: sk-stretchdelay 1.2s infinite ease-in-out;
|
|
}
|
|
|
|
.spinner .rect2 {
|
|
-webkit-animation-delay: -1.1s;
|
|
animation-delay: -1.1s;
|
|
}
|
|
|
|
.spinner .rect3 {
|
|
-webkit-animation-delay: -1.0s;
|
|
animation-delay: -1.0s;
|
|
}
|
|
|
|
.spinner .rect4 {
|
|
-webkit-animation-delay: -0.9s;
|
|
animation-delay: -0.9s;
|
|
}
|
|
|
|
.spinner .rect5 {
|
|
-webkit-animation-delay: -0.8s;
|
|
animation-delay: -0.8s;
|
|
}
|
|
|
|
@-webkit-keyframes sk-stretchdelay {
|
|
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
|
|
20% { -webkit-transform: scaleY(1.0) }
|
|
}
|
|
|
|
@keyframes sk-stretchdelay {
|
|
0%, 40%, 100% {
|
|
transform: scaleY(0.4);
|
|
-webkit-transform: scaleY(0.4);
|
|
} 20% {
|
|
transform: scaleY(1.0);
|
|
-webkit-transform: scaleY(1.0);
|
|
}
|
|
} |