Difference between revisions of "Template:Tel-Hai/CSS"

Line 34: Line 34:
 
border-left: solid 2px #2196ed;
 
border-left: solid 2px #2196ed;
 
padding-left: 0.5rem;
 
padding-left: 0.5rem;
 +
}
 +
 +
 +
#menu-nav li {
 +
    display: inline-block;
 +
    margin: 0 1em;
 +
    font-weight: bold;
 +
    color: #444;
 +
    border-bottom: 1px solid white;
 +
}
 +
 +
#menu-nav li.active, #menu-nav li:hover {
 +
    color: #000;
 +
}
 +
 +
#menu-nav {
 +
    float: right;
 +
}
 +
 +
#menu-nav li>ul {
 +
    display: none;
 +
}
 +
 +
 +
#menu-nav li:hover>ul {
 +
    display: inline-block;
 
}
 
}

Revision as of 16:11, 10 September 2016

  1. content {

width: 100%; margin: 0; padding: 0; }


  1. sideMenu, #top_title {
 display: none;

}

  1. topimg {

max-width: 100%; margin-bottom: -15rem; }

  1. pageContainer {

max-width: 60rem; margin: auto; background-color: rgba(255,255,255,0.8); position: relative; padding: 1rem 3rem; }

.sideBox {

   max-width: 30%;
   float: right;
   margin: 0 0 2rem 2rem;

}


blockquote { margin: 0; border-left: solid 2px #2196ed; padding-left: 0.5rem; }


  1. menu-nav li {
   display: inline-block;
   margin: 0 1em;
   font-weight: bold;
   color: #444;
   border-bottom: 1px solid white;

}

  1. menu-nav li.active, #menu-nav li:hover {
   color: #000;

}

  1. menu-nav {
   float: right;

}

  1. menu-nav li>ul {
   display: none;

}


  1. menu-nav li:hover>ul {
   display: inline-block;

}