MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 1,723: Line 1,723:
     cursor: pointer;
     cursor: pointer;
}
}
#submit {
#submit {
  cursor: pointer;
font-size: 17px;
  z-index: 100;
    line-height: 22px;
  position: relative;
letter-spacing: 0.37px;
}
#submit a {
    cursor: pointer;
    color: black!important;
}
#submit a:hover{
    color: black;
}
}
.submit-hide {
.submit-hide {
opacity: 0; /* Make it invisible initially */
opacity: 0; /* Make it invisible initially */
Line 1,734: Line 1,741:
     display: none;
     display: none;
     color: black;
     color: black;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.4px;
    width: 200%;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    padding-top: 5px;
     transition: opacity 0.8s ease, visibility 0.8s;
     transition: opacity 0.8s ease, visibility 0.8s;
}
}
Line 1,741: Line 1,755:
     visibility: visible; /* Make it interactable */
     visibility: visible; /* Make it interactable */
}
}


.suggestions {
.suggestions {

Navigation menu