- Portals
- The Current Year
- ED in the News
- Admins
- Help ED Rebuild
- Archive
- ED Bookmarklet
- Donate Bitcoin
Contact an admin on Discord or EDF if you want an account. Also fuck bots.
User:TabbyGarf/Scripts/ezRaep.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 30: | Line 30: | ||
.blockmenu ul { | .blockmenu ul { | ||
display:none; | |||
width: 10.5em; | width: 10.5em; | ||
z-index: 2; | z-index: 2; | ||
Line 41: | Line 41: | ||
.blockmenu:hover ul { | .blockmenu:hover ul { | ||
display: block; | |||
} | } | ||
Latest revision as of 00:33, 21 August 2024
/*
Taken from [[User:Animum/easyblock.css]] to modify for modern skin ([[Special:PermaLink/686984610]])
p-cactions overflow, not p-cactions ul
use visibility instead of display
*/
#p-cactions {
overflow: visible !important;
}
#p-cactions li {
position: relative;
float: left;
}
.blockmenu ul li {
display: block;
width: 100% !important;
min-width: 10em !important;
border: 0px;
margin: 0px;
padding: .1em;
border: 1px solid #aaaaaa !important;
border-collapse: collapse;
text-align: center;
background-color: #F8FCFF !important;
white-space: nowrap !important;
}
.blockmenu ul {
display:none;
width: 10.5em;
z-index: 2;
position: absolute;
top: 1em;
left: -8em;
margin: 0px;
background-color: grey;
}
.blockmenu:hover ul {
display: block;
}
.blockmenu * {
-moz-border-radius: 0px !important;
}
.blockmenu ul a {
background-color: transparent !important;
}
.ns-0 * .blockmenu ul li {
background: white !important;
}