User:一位史蒂夫/common.css

来自萌娘共享
跳转至: 导航搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
/* 小鱼君高亮用 */
@import url("https://mzh.moegirl.org.cn/index.php?title=MediaWiki:Gadget-InPageEdit-v2.css&action=raw&ctype=text/css");
@import url("https://mzh.moegirl.org.cn/index.php?title=User:机智的小鱼君/gadget/Highlight.css&action=raw&ctype=text/css");

/* WikiPlus编辑按钮改色 */
a.Wikiplus-Edit-EveryWhereBtn{
    color: #30D5C8!important;
}
a.Wikiplus-Edit-SectionBtn{
    color: #30D5C8!important;
}
li#Wikiplus-Edit-TopBtn a{
    color: #30D5C8!important;
}

/* 统一 */
sup[class^=markrights-]+sup[class^=markrights-] {
    margin:0!important;
}
 
/* 页面历史记录添加图标 */
.history-size::before
  {content:"📊";}
 
.history-size::after
  {content:"←";}
 
.mw-history-undo::before
  {content:"⬇️";}
 
.mw-thanks-thank-link:before
  {content:"❤";}
 
#pagehistory li.selected
  {background-color:#DDD;}
 
.mw-tag-markers a::before
  {content:"🏷";}
 
.mw-changeslist-date::before, .mw-changeslist h4::before
  {content:"📅";}
 
.history-user::before
  {content:"✏";}
 
.autocomment::before
  {content:"📝";}
 
/* 右上角个人菜单栏常驻 */
#p-personal {
  position: fixed !important; 
}
 
/* 重定向链接加上紫色上标、消歧义链接加上橙色上标 */
.mw-redirect:after {
    content: "重";
    color: purple;
    vertical-align: super;
    font-size: 50%;
}
 
.mw-disambig:after {
    content: "消";
    color: orange;
    vertical-align: super;
    font-size: 50%;
} 
 
/* WikiPlus样式 */
.Wikiplus-Btn,
.Wikiplus-InterBox button {
    box-shadow: 0 0 0px rgb(224,255,255)!important;
    border: 1px solid #00CED1!important;
    cursor: pointer!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -o-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}
.Wikiplus-InterBox button {
    background: rgb(48,213,200)!important;
    height: 22px!important;
}
.Wikiplus-Btn {
    margin: 3px 10px 3px 0!important;
}
.Wikiplus-InterBox {
    border: 1px #00CED1 solid!important;
    background: linear-gradient(108deg, rgb(224,255,255), rgb(224,255,255))!important;
    width: 80%!important;
    margin-left: 11.5em!important;
}
input#Wikiplus-Quickedit-Summary-Input {
    height: 18px!important;
}
.Wikiplus-InterBox textarea,
.Wikiplus-InterBox input:not([type]) {
    border-color: #00CED1!important;
}
div.Wikiplus-InterBox>div.Wikiplus-InterBox-Content>div>br {
    display: none;
}
 
/* 对比差异的样式 */
/* .diff-context, .diff-deletedline, .diff-addedline {
	font-family: monospace;
	font-size: 13px; 
}
*/
td.diff-deletedline {
    border-color: lightpink !important;
}
 
del.diffchange {
    background: lightpink !important;
}
 
td.diff-addedline {
    border-color: palegreen !important;
}
 
ins.diffchange {
    background: palegreen !important;
}
 
.diffchange {
    font-weight: 900 !important;
}
 
/* 在监视列表、最近更改、编辑历史等地高亮自己 */
.mw-userlink[title="User:一位史蒂夫"] {
    background-color: rgba(224,255,255,.50);
}
 
/* ipe编辑按钮改色 */
.in-page-edit-article-link {
  color:#00CED1 !important;
}

/* 萌百站点版头更换 body.skin-vector{
  background: url('//img.moegirl.org.cn/topbar/zhMoegirl17spring.jpg') no-repeat top left;
}*/


/* IPE编辑器皮肤(From:User:LUO1P) */
.in-page-edit .mw-editsection,
.in-page-edit .hide-for-ipe {
  display: none;
}
 
.in-page-edit {
  color: #b399ff;
  font-size: 16px;
}
 
.in-page-edit .ssi-modalWindow {
  padding: 0;
  border-radius: 5%;
}
 
.in-page-edit .ssi-overflow {
  background-image: radial-gradient(
      farthest-side at 50% 0,
      rgba(255,217,0,.05),
      transparent
    ),
    radial-gradient(
      farthest-side at 50% 100%,
      rgba(255,217,0,.05),
      transparent
    );
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 9px;
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}
 
.in-page-edit .ssi-overflow:before,
.in-page-edit .ssi-overflow:after {
  content: "";
  display: block;
  background-color: #b399ff;
  height: 30px;
  position: relative;
  z-index: -1;
  margin: 0 0 -30px;
}
 
.in-page-edit .ssi-overflow:after {
  margin: 0 0 -29px;
}
 
.ssi-center .ssi-modalContent {
  max-height: 70vh;
  overflow-y: auto;
}
 
.in-page-edit .ssi-topIcons {
  text-align: center;
}
 
.in-page-edit .ssi-topIcons .ssi-closeIcon {
  background: 0 0;
  color: #ff0000;
  font-size: 20px;
  margin: 0;
  padding: 8px 12px;
}
 
.in-page-edit .ssi-topIcons .ssi-closeIcon:hover {
  color: #f22;
}
 
.in-page-edit .ssi-closeIcon:before {
  content: "✕";
  display: unset !important;
}
 
.in-page-edit:not(.notify) .ssi-modalTitle {
  font-style: Courier;
  font-family: sans-serif;
  font-weight: bold;
  background: #b399ff;
  color: #252525;
  font-size: 1.1em;
  line-height: 1.8em;
  text-align: center;
}
 
.ipe-editor .editTools {
  background: #ffd900;
  border: 1px solid #ffa74a;
  border-bottom: none;
  float: left;
  width: calc(100% - 1px);
}
 
.ipe-editor .editTools .btnGroup {
  float: left;
  padding-right: 6px;
  border-right: 1px solid #ffa74a;
  margin: 3px;
}
 
.ipe-editor .editTools .btnGroup .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1;
}
 
.ipe-editor .editTools .btnGroup.special-tools {
  border-right: none;
  border-left: 1px solid #ffa74a;
  padding-right: 3px;
  padding-left: 6px;
}
 
.ipe-editor .editTools .label {
  color: #888;
  padding-right: 6px;
  cursor: default;
}
 
.ipe-editor .editTools .btn {
  color: #6640ff;
  font-size: 14px;
  background: none;
  box-shadow: none;
  margin: 0 2px;
  padding: 2px 6px;
}
 
.in-page-edit.ipe-editor .toolSelect {
  display: block;
  position: relative;
  margin: 0;
}
 
.in-page-edit.ipe-editor .toolSelect .label {
  color: #222222;
  background-color: #b399ff;
  background-image: linear-gradient(transparent, transparent),
    url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E%3Cpath d=%22M13.002 6.001l-5 5.001-5-5.001z%22 fill=%22%23797979%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 2px);
  padding: 2px 20px 2px 4px;
  border: 1px solid #ffa74a;
  cursor: default;
}
 
.in-page-edit.ipe-editor .toolSelect .ul-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #b399ff;
  border: 1px solid #ffa74a;
  position: absolute;
  z-index: 50;
  width: 100%;
  display: none;
}
 
.in-page-edit.ipe-editor .toolSelect .ul-list .editToolBtn {
  padding: 4px;
  cursor: pointer;
}
 
.in-page-edit.ipe-editor .toolSelect .ul-list .editToolBtn:hover {
  background-color: #ffd900;
}
 
.in-page-edit.ipe-editor .toolSelect:hover .ul-list {
  display: unset;
}
 
.ipe-editor .editArea {
  border: 1px solid #faf9de;
  border-top: none;
  border-radius: 1%;
  max-width: 100%;
  min-width: 100%;
  min-height: 350px;
  margin: 0;
}
 
.notify .ssi-modalTitle {
  font-style: normal;
  font-family: inherit;
}
 
.in-page-edit .ssi-modalTitle .showEditNotice {
  font-size: small;
  display: block;
  line-height: 0;
}
 
.in-page-edit.ipe-editor .ssi-buttons {
  background-color: #eaecf0;
  color: #222;
  /* border: 1px solid #ffa74a; */
  border-top: 0;
  padding: 1em 1em 0.5em 1em;
  margin-bottom: 0;
}
 
.in-page-edit .editSummary {
  width: 98%;
  margin: 4px auto 8px 0.5em;
}
 
.in-page-edit .editOptionsLabel {
  margin: 0 auto 16px auto;
}
 
.in-page-edit h4 {
  margin: 2px 0 0 0;
}
 
.in-page-edit .btn {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0.25em 0.8em;
  transition: all 0.1s;
}
 
.in-page-edit .btn:focus {
  box-shadow: inset 0 0 0 1px #ff9900;
}
 
.in-page-edit .btn.btn-primary {
  color: #b399ff;
  background-color: #ff9900;
  border-color: #ff9900;
}
 
.in-page-edit .btn.btn-primary:hover {
  background-color: #ff9900;
  border-color: #ff9900;
}
 
.in-page-edit .btn.btn-primary:active {
  background-color: #ff7700;
}
 
.in-page-edit .btn.btn-secondary {
  color: #252525;
  border-color: #ffa74a;
  background-color: #f8f9fa;
}
 
.in-page-edit .btn.btn-secondary:hover {
  background-color: #b399ff;
  color: #454545;
}
 
.in-page-edit .btn.btn-secondary:active {
  border: 1px solid #ff9900;
}
 
.in-page-edit .btn.btn-danger {
  background: transparent;
  color: #ff0000;
  background-color: #f4f4f4;
}
 
.in-page-edit .btn.btn-danger:hover {
  color: #ff4242;
  background-color: #fafafa;
}
 
.in-page-edit .btn.btn-danger:active {
  color: #d00;
  border: 1px solid #ff9900;
}
 
.in-page-edit .btn:disabled {
  background-color: #ffa74a !important;
  color: #b399ff !important;
  cursor: not-allowed;
}
 
.in-page-edit .btn:disabled:hover {
  background-color: #ffa74a !important;
  color: #b399ff !important;
}
 
.in-page-edit .btn:disabled .ssi-countDown {
  color: #b399ff;
}
 
.in-page-edit input {
  padding: 0.25em 0.35em;
  border: 1px solid #eeb991;
  border-radius: 2px;
  transition: all 0.2s;
  line-height: 1.5em;
}
 
.in-page-edit input:focus {
  border-color: #ff9900;
  box-shadow: inset 0 0 0 1px #ff9900;
}
 
.in-page-edit .dialog .ssi-modalContent {
  padding-top: 18px;
  font-size: large;
}
 
.in-page-edit .dialog .ssi-buttons .btn {
  margin: 0;
  padding: 0.5em;
  background: transparent;
  color: #eeb991;
  border: 1px solid #efefef;
  border-radius: 0;
  width: 50%;
}
 
.in-page-edit .dialog .ssi-buttons .btn:hover {
  background: #f8f8f8 !important;
}
 
.in-page-edit .btn.btn-single {
  width: 100% !important;
}
 
.in-page-edit .dialog .ssi-buttons .btn.btn-danger {
  color: #c33;
}
 
.in-page-edit .btn.btn-primary.btn-danger {
  background: #d33;
  border-color: #d33;
  color: #b399ff;
}
 
.in-page-edit .btn.btn-primary.btn-danger:hover {
  background: #f33;
}
 
.in-page-edit .btn.btn-primary.btn-danger:focus {
  background: #c22;
  border-color: #c22;
  box-shadow: inset 0 0 0 1px #b399ff;
}
 
.in-page-edit .dialog .ssi-buttons {
  padding: 0;
}
 
.in-page-edit .dialog .ssi-buttons .ssi-rightButtons {
  width: 100%;
}
 
.in-page-edit-article-link-group:before {
  content: "[";
}
 
.in-page-edit-article-link-group:after {
  content: "]";
}
 
.mw-editsection .in-page-edit-article-link-group:before {
  content: " | ";
}
 
.mw-editsection .in-page-edit-article-link-group:after {
  content: "";
}
 
.mw-diff-undo .in-page-edit-article-link-group {
  display: none;
}
 
.in-page-edit .detailArea .detailBtnGroup {
  margin-left: 1.25em;
}
 
/** 快速差异 **/
.quick-diff .diff-hidden-history {
  color: #a8a8a8;
  text-decoration: line-through;
}
 
/** 个人设置 **/
.ipe-preference .preference-tabber .tab-list {
  display: flex;
  list-style: none;
  margin: 0;
  white-space: nowrap;
  overflow-x: auto;
}
 
.ipe-preference .preference-tabber .tab-list li {
  flex: auto;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
 
.ipe-preference .preference-tabber .tab-list li a {
  display: block;
  padding: 4px 8px;
  color: #08d;
  text-decoration: none;
}
 
.ipe-preference .preference-tabber .tab-list li:hover a {
  box-shadow: 0 -2px 0 rgba(0, 136, 221, 0.25) inset;
}
 
.ipe-preference .preference-tabber .tab-list li a.active {
  box-shadow: 0 -2px 0 #08d inset;
}
 
.ipe-preference .preference-tabber .tab-content {
  height: 60vh;
  overflow-y: auto;
}
 
.ipe-preference .preference-tabber .tab-content section {
  display: none;
}
 
.ipe-preference .preference-tabber .tab-content section.active {
  display: block;
}
 
.ipe-preference .preference-tabber .tab-content section label {
  display: block;
}
 
.ipe-preference #plugin-container ul {
  margin: 0;
  list-style: none;
  border: 1px solid #eeb991;
}
 
.ipe-preference #plugin-container li:not(:last-of-type) {
  border-bottom: 1px solid #eeb991;
}
 
.ipe-preference #plugin-container li {
  padding: 4px 30px 4px 8px;
}
 
.ipe-preference #plugin-container li:hover {
  background-color: #efefef;
}
 
.ipe-preference #plugin-container li label {
  padding: 0;
  cursor: pointer;
}
 
.ipe-preference #plugin-container li label input + span {
  position: absolute;
  right: 0;
}
 
.ipe-preference #plugin-container li .plugin-name {
  display: block;
  font-weight: bold;
}
 
.ipe-preference #plugin-container li .plugin-author {
  display: block;
  font-style: italic;
  font-size: 12px;
}
 
/* 
.ipe-preference #analysis-container ul {
  list-style: none;
  margin: 0;
}
 
.ipe-preference #analysis-container li > div {
  position: relative;
  color: #b399ff;
  text-shadow: 0 0 2px #222;
  background-color: #c23531;
  height: 100%;
}
 
.ipe-preference #analysis-container li > div > div:first-of-type {
  padding-left: 2px;
  font-weight: bold;
}
 
.ipe-preference #analysis-container li > div > div:last-of-type {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 2px;
}
 */
 
.ipe-preference .plugin-footer {
  font-size: 12px;
  font-style: italic;
  margin-top: 1rem;
}
 
/** 进度条 **/
.ipe-progress {
  height: 1em;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  background: white;
  overflow: hidden;
}
 
.ipe-progress .ipe-progress-bar {
  height: 100%;
  width: auto;
  background: linear-gradient(108deg,#ffd900,#ff9900);
  animation: progress 0.5s linear infinite;
  opacity: 1;
}
 
.ipe-progress.done {
  background: #00cd00;
  transition: all 0.3s;
}
 
.ipe-progress.done .ipe-progress-bar {
  animation: none;
  width: 0%;
  margin: auto 0;
  opacity: 0;
  transition: all 0.3s;
}
 
@keyframes progress {
  from {
    margin-left: -40%;
    margin-right: 110%;
  }
 
  to {
    margin-left: 110%;
    margin-right: -40%;
  }
}
 
/* 通知框 */
.in-page-edit.notify {
  border-radius: 0;
  font-family: unset;
}
 
.in-page-edit.notify .ssi-modalTitle {
  background: none;
  color: unset;
}
 
/** 背景颜色 **/
.ssi-backdrop {
  background: linear-gradient(108deg, rgba(255,217,0,.50), rgba(255,153,0,.50));
}
 
/** 修改checkbox样式 **/
.in-page-edit label input[type="checkbox"] + span {
  user-select: none;
  line-height: 1.2em;
}
 
.in-page-edit label input[type="checkbox"] + span::before {
  /* 不换行空格可以保持选择框的高度 */
  content: "\a0";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  margin-right: 0.375em;
  border-radius: 2px;
  background-color: #f8f8f8;
  border: 1px solid #72777d;
  cursor: pointer;
  transition: all 0.12s;
}
 
.in-page-edit label input[type="checkbox"]:checked + span::before {
  content: "\a0";
  background-color: #00cd00;
  background-image: url(https://cdn.jsdelivr.net/gh/dragon-fish/inpageedit-v2@master/src/images/Checkmark.svg);
  background-repeat: no-repeat;
}
 
.in-page-edit label input[type="checkbox"]:checked + span:hover:before {
  background-color: #00cd00;
}
 
.in-page-edit label input[type="checkbox"]:active + span::before,
.in-page-edit label input[type="checkbox"]:focus + span::before {
  box-shadow: inset 0 0px 0px 1px rgb(255, 255, 255);
  border-color: #3366cc;
}
 
.in-page-edit label input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
 
.in-page-edit label input[type="checkbox"]:disabled + span::before {
  border-color: #d6d6d6;
}
 
.in-page-edit label input[type="checkbox"]:disabled:checked + span::before {
  background-color: #a0a0a0;
}
 
/** 右下角小工具箱 **/
#ipe-edit-toolbox {
  position: fixed;
  right: 32px;
  bottom: 32px;
  user-select: none;
  z-index: 199;
}
 
#ipe-edit-toolbox .ipe-toolbox-btn {
  color: white;
  background: #bebebe;
  text-align: center;
  height: 35px;
  width: 35px;
  font-size: 20px;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 5px gray;
  text-shadow: 0 0 2px #4c4c4c;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
 
#ipe-edit-toolbox #toolbox-toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  background: #6640ff;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  transition: all 0.26s ease-in-out;
  transform: rotate(0deg);
}
 
#ipe-edit-toolbox #toolbox-toggle.opened {
  transform: rotate(45deg);
}
 
#ipe-edit-toolbox .btn-group.group1 .btn-tip-group {
  transform: translate3d(0, 100%, 0);
}
 
#ipe-edit-toolbox .btn-group.group2 .btn-tip-group {
  transform: translate3d(100%, 0, 0);
}
 
#ipe-edit-toolbox .btn-group .btn-tip-group {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  opacity: 0;
}
 
#ipe-edit-toolbox .btn-group.opened .btn-tip-group {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
 
#ipe-edit-toolbox .btn-group.opened .btn-tip-group:nth-of-type(1),
#ipe-edit-toolbox .btn-group:not(.opened) .btn-tip-group:nth-of-type(3) {
  transition-delay: 0s;
}
 
#ipe-edit-toolbox .btn-group .btn-tip-group:nth-of-type(2) {
  transition-delay: 0.06s;
}
 
#ipe-edit-toolbox .btn-group:not(.opened) .btn-tip-group:nth-of-type(1),
#ipe-edit-toolbox .btn-group.opened .btn-tip-group:nth-of-type(3) {
  transition-delay: 0.108s;
}
 
/* 不显示时使其完全缩小到没有,以防被点到 */
#ipe-edit-toolbox .btn-group:not(.opened) {
  transform: scaleZ(0);
  transition-delay: 0.408s;
}
 
#ipe-edit-toolbox .btn-group.opened {
  transform: scaleZ(1);
}
 
#ipe-edit-toolbox .ipe-toolbox-btn#toolbox-toggle.click {
  box-shadow: 0 0 4px gray, 0 0 10px #444 inset;
}
 
#toolbox-toggle.click:before {
  content: "\f023"; /*fa-lock*/
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  font-size: 12px;
  transform: rotateZ(-45deg);
}
 
#ipe-edit-toolbox .ipe-toolbox-btn#edit-btn {
  background: #ffd900;
}
 
#ipe-edit-toolbox .ipe-toolbox-btn#redirectfrom-btn {
  background: #eeb991;
}
 
#ipe-edit-toolbox .ipe-toolbox-btn#redirectto-btn {
  background: #ffa74a;
}
 
#ipe-edit-toolbox .ipe-toolbox-btn#deletepage-btn {
  background: #ff0000;
}
 
#ipe-edit-toolbox .ipe-toolbox-btn#renamepage-btn {
  background: #ff9900;
}
 
#ipe-edit-toolbox .ipe-toolbox-btn#preference-btn {
  background: #00cd00;
}
 
#ipe-edit-toolbox .btn-group {
  position: absolute;
  float: right;
  list-style: none;
  margin: 0;
}
 
#ipe-edit-toolbox .btn-group.group1 {
  bottom: calc(35px + 6px);
  right: 2px;
}
 
#ipe-edit-toolbox .btn-group.group2 {
  bottom: 0;
  right: calc(35px + 6px);
}
 
#ipe-edit-toolbox .btn-group.group1 .btn-tip-group {
  margin-bottom: 6px;
}
 
#ipe-edit-toolbox .btn-group.group2 .btn-tip-group {
  margin-right: 6px;
}
 
#ipe-edit-toolbox .btn-group.opened {
  visibility: visible;
}
 
#ipe-edit-toolbox .btn-tip-group .btn-tip {
  position: absolute;
  text-align: center;
  font-size: 12px;
  width: 6em;
  right: -20px;
  top: -2.1em;
  background: white;
  padding: 0px 4px;
  box-shadow: 0 0 4px gray;
  pointer-events: none;
  display: none;
}
 
#ipe-edit-toolbox .btn-tip-group:hover .btn-tip {
  display: block;
}
 
#ipe-edit-toolbox .btn-tip-group .btn-tip:after {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-right-color: #b399ff;
  border-bottom-color: #b399ff;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 2.5px);
  transform: rotate(45deg);
}
 
/** 
 * Animate.css Lite
 * Only zoomIn & zoomOut
 **/
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
 
  50% {
    opacity: 1;
  }
}
 
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
 
@keyframes zoomOut {
  from {
    opacity: 1;
  }
 
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
 
  to {
    opacity: 0;
  }
}
 
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
 
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}