|
|
(No se muestra una edición intermedia realizada por un usuario) |
Línea 1: |
Línea 1: |
− | .menuflotante>ul
| |
− | {
| |
− | position: fixed;
| |
− | bottom:0px; left:0px; width:100%; height:22px;
| |
− | z-index:12;
| |
− | background:transparent;
| |
− | background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/9/96/Admin_mop.PNG/20px-Admin_mop.PNG);
| |
− | background-position:bottom left;
| |
− | background-repeat:no-repeat;
| |
− | font-size:1em;
| |
− | }
| |
| | | |
− | .menuflotante * {margin:0px;}
| |
− |
| |
− | .menuflotante li{display:none;}
| |
− |
| |
− | /*Barra de iconos*/
| |
− | .menuflotante ul{list-style-type: none !important; list-style-image:none;}
| |
− | .menuflotante ul:hover{height:16%; }
| |
− | .menuflotante:hover>ul{
| |
− | width:100%;
| |
− | }
| |
− |
| |
− | /*Iconos*/
| |
− | .menuflotante>ul:hover>li{ display:block; float:left; width:8%; height:100%;}
| |
− | .menuflotante>ul:hover>li:hover{ width:40%;}
| |
− | .menuflotante li:hover>img{width:25%; height:80%}
| |
− |
| |
− | /*Menús*/
| |
− | .menuflotante>ul>li:hover>ul{ display:block; float:left; width:75% }
| |
− | .menuflotante>ul>li:hover>ul>li{ display:block; background:#777; border-right:2px ridge; border-left:2px ridge; padding-left:4px }
| |
− | .menuflotante>ul>li:hover>ul>li:hover{ background:#bbb; }
| |
− | .menuflotante>ul>li:hover>ul>li>a{color:#eee; width:100%}
| |
− | .menuflotante>ul>li:hover>ul>li:hover>a{color:#222 }
| |
− | .menuflotante img{width:100%; height:60%; float:left;}
| |
− |
| |
− | /*Caja de búsqueda*/
| |
− | .portlet h4 {font-size: 0.95em;}
| |
− | .portlet h5 {font-size: 0.95em;}
| |
− | .portlet h6 {font-size: 0.95em;}
| |
− | .portlet ul {
| |
− | line-height: 1.3em;
| |
− | font-size: 1em;
| |
− | }
| |