MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 105: Line 105:


/* Style the article window */
/* Style the article window */
#show-article-wrapper {
#show-article-wrapper:hover {
     transition: transform 0.3s ease; /* Added transition property */
     border: 5px solid red; /* Adjust the border style as needed */
    transform-origin: top right; /* Set the transform origin to the top right corner */
    transform: rotateY(0deg); /* Initial rotation set to 0 degrees */
}
}


#show-article-wrapper:hover {
#show-article-wrapper #show-article {
     transform: rotateY(-15deg); /* Rotate on hover */
     /* Add any specific styles for #show-article when it's within #show-article-wrapper */
}
}


Line 128: Line 126:
     border: 1px solid;
     border: 1px solid;
}
}




Navigation menu