Difference between revisions of "Template:UFlorida/Menu2"

Line 64: Line 64:
 
       background-color: #258ecd;
 
       background-color: #258ecd;
 
     }
 
     }
 
body {
 
    padding-top: 110px;
 
}
 
 
.center-block {
 
  display: block;
 
  margin-left: auto;
 
  margin-right: auto;
 
}
 
 
 
.navbar-fixed-top {
 
background: #fff;
 
filter: none !important;
 
box-shadow: 0 2px 15px rgba(0,0,0,0.25);
 
-moz-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
 
-webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
 
        border-bottom: 1px solid rgba(0,0,0,0.2);
 
 
}
 
 
 
.dropdown-submenu {
 
    position: relative;
 
}
 
 
.dropdown-submenu>.dropdown-menu {
 
    top: 0;
 
    left: 100%;
 
    margin-top: -6px;
 
    margin-left: -1px;
 
    -webkit-border-radius: 0 6px 6px 6px;
 
    -moz-border-radius: 0 6px 6px;
 
    border-radius: 0 6px 6px 6px;
 
}
 
 
.dropdown-submenu:hover>.dropdown-menu {
 
    display: block;
 
}
 
 
.dropdown-submenu>a:after {
 
    display: block;
 
    content: " ";
 
    float: right;
 
    width: 0;
 
    height: 0;
 
    border-color: transparent;
 
    border-style: solid;
 
    border-width: 5px 0 5px 5px;
 
    border-left-color: #ccc;
 
    margin-top: 5px;
 
    margin-right: -10px;
 
}
 
 
.dropdown-submenu:hover>a:after {
 
    border-left-color: #fff;
 
}
 
 
.dropdown-submenu.pull-left {
 
    float: none;
 
}
 
 
.dropdown-submenu.pull-left>.dropdown-menu {
 
    left: -100%;
 
    margin-left: 10px;
 
    -webkit-border-radius: 6px 0 6px 6px;
 
    -moz-border-radius: 6px 0 6px 6px;
 
    border-radius: 6px 0 6px 6px;
 
 
 
 
.faceBot{
 
  background: #202020;
 
}
 
 
@font-face {
 
  font-family: 'Open Sans', Arial;;
 
}
 
 
body
 
{
 
    font-family: 'Open Sans', Arial;
 
}
 
 
h2 {
 
  color:green;
 
}
 
 
h4 {
 
    font-weight: bold;
 
}
 
 
.menu-item{
 
  height: 75px;
 
}
 
 
CHANGED THIS^
 
 
 
.green-effect{
 
  display: none;
 
  background-color: #4AAF51;
 
  opacity: 0;
 
  color: #FFF;
 
  transition-property: all;
 
  transition-duration: 0.3s;
 
  transition-timing-function: ease-out;
 
  transition-delay: 0s;
 
  border-color: #288D30;
 
  position: absolute;
 
  bottom: 0px;
 
  width: 100%;
 
  height: 2px;
 
  right: 0px;
 
}
 
 
.logo {
 
margin-top: 100px;
 
 
}
 
 
a:hover .green-effect{
 
  display: inherit;
 
}
 
 
.invertir:hover {
 
  -webkit-filter: invert(100%);
 
}
 
 
dropdown-toggle {
 
width: 10%;
 
 
 
 
 
}
 
 
 
</style>
 
 
 
</head>
 
  
 
<body>
 
<body>

Revision as of 14:46, 5 September 2017