MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 104: Line 104:
}
}


/* Style the article window */
/* Style the article window */
/* Style the article window */
#show-article-wrapper {
#show-article-wrapper {
Line 117: Line 116:
     background-color: white;
     background-color: white;
     border: 1px solid;
     border: 1px solid;
     transition: transform 0.3s, border 0.3s; /* Add transitions for a smooth effect */
     transition: transform 0.3s ease, border 0.3s ease; /* Add transitions with ease timing function */
}
}


Navigation menu