y_id cite
This commit is contained in:
100
style/style.css
100
style/style.css
@@ -2646,6 +2646,44 @@ ul li .ab_tad {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.cite_box {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.pai_two .current_list li .cite_box {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.cite_box .export_cite {
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
top: 35px;
|
||||
background-color: #fff;
|
||||
width: 500px;
|
||||
padding: 5px 10px;
|
||||
box-shadow: 2px 2px 5px #ccc;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.cite_box .export_cite li {
|
||||
color: #444;
|
||||
text-align: left;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
.cite_box .export_cite li:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.cite_box .export_cite a:hover {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
.wenz_list li .links_ button {
|
||||
position: relative;
|
||||
}
|
||||
@@ -5198,4 +5236,64 @@ ul li .ab_tad {
|
||||
|
||||
}
|
||||
|
||||
/* 20240306 */
|
||||
/* 20240306 */
|
||||
|
||||
[class*="loader-"] {
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
color: inherit;
|
||||
vertical-align: middle;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.loader-01 {
|
||||
border: .2em dotted currentcolor;
|
||||
border-radius: 50%;
|
||||
-webkit-animation: 1s loader-01 linear infinite;
|
||||
animation: 1s loader-01 linear infinite;
|
||||
}
|
||||
|
||||
@-webkit-keyframes loader-01 {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes loader-01 {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.cite_txt_button {
|
||||
background: #fff !important;
|
||||
padding: 0 !important;
|
||||
color: #7a2702 !important;
|
||||
margin-left: 5px !important;
|
||||
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif !important;
|
||||
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.cite_txt_button .export {
|
||||
z-index: 10;
|
||||
left: 130px !important;
|
||||
}
|
||||
|
||||
.pai_two .cite_txt_button {
|
||||
|
||||
margin-left: 0px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user