| You need to be logged into the wiki to be able to edit! To login or join the wiki, click here. |
Difference between revisions of "User:Leech/EasyBlock.css"
From Kiwiki
(Created page with "#p-cactions ul { overflow:visible; } #p-cactions li { position: relative; float: left; } .blockmenu ul li { display: block; width: 1...") |
(No difference)
|
Latest revision as of 02:18, 15 April 2012
#p-cactions ul {
overflow:visible;
}
#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;
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;
}