MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 117: Line 117:
     padding: 20px;
     padding: 20px;
     border: 1px solid;
     border: 1px solid;
    transition: transform 0.3s; /* Add transition for a smooth effect */
}
#show-article {
     transition: transform 0.3s; /* Add transition for a smooth effect */
     transition: transform 0.3s; /* Add transition for a smooth effect */
}
}


#show-article:hover {
    /* Styles for show-article when hovered */
    transform: rotate(5deg); /* Reset the rotation */
    border: 1px solid;
    background-color: white;
    padding: 20px;
}
#show-article-wrapper:hover {
#show-article-wrapper:hover {
     border: 5px solid red; /* Adjust the border style as needed */
     border: 5px solid red; /* Adjust the border style as needed */
Line 129: Line 139:
}
}


#show-article {
    transition: transform 0.3s; /* Add transition for a smooth effect */
}


#show-article:hover {
    /* Styles for show-article when hovered */
    transform: rotate(5deg); /* Reset the rotation */
    border: 1px solid;
    background-color: white;
    padding: 20px;
}




Navigation menu