mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +02:00
e_sitelink.php now supports html as well as link array. e_sitelink.php example added to Plugin Builder and _blank plugin.
Mega-Menus will be super-easy with this enhancement.
This commit is contained in:
27
e107_plugins/_blank/css/blank.css
Normal file
27
e107_plugins/_blank/css/blank.css
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
/* e_sitelink */
|
||||
|
||||
/* this class name is auto-generated from the plugin name and function name e_sitelink */
|
||||
.-blank-megamenu { position: static !important; }
|
||||
|
||||
.mega-dropdown-menu {
|
||||
padding: 20px 15px 15px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nav-list { border-bottom: 0 solid #eee; }
|
||||
.nav-list > li {
|
||||
padding: 20px 15px 15px;
|
||||
|
||||
}
|
||||
.nav-list > li:last-child { border-right: 0 solid #eee; }
|
||||
.nav-list > li > a:hover { text-decoration: none; }
|
||||
.nav-list > li > a > span {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user