|
|
Line 12: |
Line 12: |
| /********************************* MENU ********************************/ | | /********************************* MENU ********************************/ |
| | | |
− | <!--/* Wrapper for the menu */
| |
− | .menu_wrapper {
| |
− | width:150px;
| |
− | height:100vh;
| |
− | position:fixed;
| |
− | padding:0px;
| |
− | float:left;
| |
− | background-color:#f2f2f2;
| |
− | text-align:left;
| |
− | }
| |
| | | |
− | /* styling for the menu items */
| |
− | .menu_item {
| |
− | width:100%;
| |
− | margin:-2px 0px 0px -20px;
| |
− | padding: 10px 10px;
| |
− | border-bottom: 1px solid #d3d3d3;
| |
− | font-weight:bold;
| |
− | color:#000000;
| |
− | cursor: pointer;
| |
− | }
| |
− |
| |
− | /* when hovering on a menu item */
| |
− | .menu_item:hover {
| |
− | color:#000000;
| |
− | background-color: #72c9b6;
| |
− | }
| |
− |
| |
− | /* decoration icon for the menu buttons*/
| |
− | .icon {
| |
− | float:right;
| |
− | font-size:16px;
| |
− | font-weight:bold;
| |
− | }
| |
− |
| |
− | /* this is the icon for when the content is collapsed */
| |
− | .plus::before {
| |
− | content: "+";
| |
− | }
| |
− | /* this is the icon for when the content is expanded */
| |
− | .less::before {
| |
− | content: "–";
| |
− | }
| |
| | | |
| /* styling for the ul that creates the buttons */ | | /* styling for the ul that creates the buttons */ |