MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 433: Line 433:
     background: #FFFFFF;
     background: #FFFFFF;
     border: 1px solid #080808;
     border: 1px solid #080808;
    /*transform: matrix(1, -0.02, 0.02, 1, 0, 0);*/
     transition: all 0.3s ease;
     transition: all 0.3s ease;
     opacity: 0; /* Initially hidden */
     opacity: 0; /* Initially hidden */
     z-index: -1; /* Ensures it's under the main content */
     z-index: -1; /* Ensures it's under the main content */
}
}
/*#show-article:hover:before {*/
#show-article:hover #show-article-before {
#show-article:hover #show-article-before {
     opacity: 1; /* Make the pseudo-element visible */
     opacity: 1;  
}
}


#article-frame {
#article-frame {

Navigation menu