MediaWiki:Common.css: Difference between revisions

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


#show-article {
#show-article {
    position: relative;
     background-color: white;
     background-color: white;
     border: 1px solid;
     border: 1px solid;
     padding: 10px;
     padding: 10px;
    margin-left: auto; /* Push to the right */
    z-index: 2;
}
#show-article-wrapper:hover #article-frame {
    border: 1px solid black;
    transform: rotate(-2.5deg);
    z-index: 1;
}
}


#article-frame {
#article-frame {
    position: relative;
     background-color: white;
     background-color: white;
     border: 1px solid;
     border: 1px solid;
     padding: 10px;
     padding: 10px;
    z-index: 1;
}
}


Navigation menu