Difference between revisions of "Template:2016Demo"

 
(42 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
width: 100%;  
 
width: 100%;  
 
height: 100%;
 
height: 100%;
border: 0px;
+
border: none;
 
background-color: transparent;
 
background-color: transparent;
 
margin: 0px;
 
margin: 0px;
Line 22: Line 22:
 
}
 
}
  
 
+
/*Styling for the content box */
 
#content {
 
#content {
 
     width: 950px;
 
     width: 950px;
        height: auto;
 
      float: left;
 
 
       padding:15px;
 
       padding:15px;
 
     border: none;
 
     border: none;
 +
    color: black;
 
margin-left: 20px;
 
margin-left: 20px;
    margin-top: -10px;
 
 
     margin-right: auto;
 
     margin-right: auto;
     background-color: #ffffff;
+
     background-color: #ffffff;
     position: initial;  
+
     position: relative;  
 
}
 
}
  
 +
/*First heading styling */
 
#content H1 {
 
#content H1 {
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}
 +
 +
/*First heading styling */
 +
.firstHeading {
 +
    padding-top: 20px;
 +
border-bottom: none;
 +
margin-left: 15px;
 +
 +
}
 +
  
 
/*left align BMB */
 
/*left align BMB */
Line 46: Line 54:
  
  
.firstHeading {
 
    padding-top: 20px;
 
border-bottom: none;
 
margin-left: 15px;
 
}
 
  
 +
 +
 +
 +
/*STYLING BELLOW " #HQ_page " will apply only to pages created by HQ members */
  
  
Line 57: Line 64:
 
/*LAYOUT CLASSES */
 
/*LAYOUT CLASSES */
 
/**************************************************************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************************************************************/
 
  
 
/* Full width div */
 
/* Full width div */
Line 64: Line 70:
 
float:left;
 
float:left;
 
padding: 15px;
 
padding: 15px;
 +
 
}
 
}
  
Line 89: Line 96:
  
  
/*Clear class for all the pages, adds spacing too*/
+
/*Clear, adds spacing 10px*/
 
     #HQ_page .clear {
 
     #HQ_page .clear {
 
         height:10px;
 
         height:10px;
 
         clear: both;
 
         clear: both;
 
     }
 
     }
 +
 +
/*Clear class that ads spacing, when creating a title that will be # referenced in a link, place it in this class*/
 +
    #HQ_page .clear_id {
 +
        height:30px;
 +
        clear: both;
 +
    }
 +
 +
 +
/*CLASSES */
 +
/**********************************************************************************************************************************************************************************************************************************************/
  
  
/**************************************************************************************************************************************/
 
  
 
/* EFFECTS / VARIANTS FOR LAYOUT CLASSES */
 
/* EFFECTS / VARIANTS FOR LAYOUT CLASSES */
  
  
/*highlight on hover*/
+
/*highlight a div on hover*/
 
#HQ_page .highlight {
 
#HQ_page .highlight {
 
/*animate transition */
 
/*animate transition */
Line 111: Line 127:
 
}
 
}
  
/*hover state for feature items */
+
/* change the color on hover */
 
#HQ_page .highlight:hover {
 
#HQ_page .highlight:hover {
 
background-color:#ebeea9;
 
background-color:#ebeea9;
Line 118: Line 134:
  
  
 +
/* declare a medium gray line around the div*/
 
#HQ_page .full_border {
 
#HQ_page .full_border {
 
border: 1px solid #d3d3d3;
 
border: 1px solid #d3d3d3;
 
}
 
}
  
 +
 +
/* declare a turquoise dotted border on a div */
 
#HQ_page .dot_border {
 
#HQ_page .dot_border {
 
border: 1px dashed #5da88a;
 
border: 1px dashed #5da88a;
 
}
 
}
  
 +
/* declare a border on the right of a div  */
 
#HQ_page .right_border {
 
#HQ_page .right_border {
 
border-right: 1px solid #f2f2f2;
 
border-right: 1px solid #f2f2f2;
 
}
 
}
  
 +
/* make the background of a div light gray */
 
#HQ_page .background_gray {
 
#HQ_page .background_gray {
 
background-color: #f2f2f2;
 
background-color: #f2f2f2;
 
}
 
}
  
 +
/* remove the padding for a div that contains a picture */
 
#HQ_page .photo_container {
 
#HQ_page .photo_container {
 
padding:0px;
 
padding:0px;
Line 139: Line 161:
 
}
 
}
  
 +
#HQ_page .photo_container p{
 +
padding:  0px 15px;
 +
font-size: 11px;
 +
}
  
 +
 +
/* declares that a div is an alert box */
 
#HQ_page .alert_box{
 
#HQ_page .alert_box{
 
background-color: pink;
 
background-color: pink;
Line 149: Line 177:
  
  
 
+
/* styling for the hover of the alert box */
 
#HQ_page .alert_box:hover{
 
#HQ_page .alert_box:hover{
 
background-color: red;
 
background-color: red;
Line 157: Line 185:
 
}
 
}
  
 
 
/**************************************************************************************************************************************************************************************************************************************************/
 
/*END LAYOUT CLASSES */
 
 
 
 
 
 
 
/*MENU */
 
/**************************************************************************************************************************************************************************************************************************************************/
 
 
/*  this div will contain the side menu */
 
.sideMenu {
 
width: 170px;
 
position: absolute;
 
 
top:20px;
 
left: 1020px;
 
z-index: 10;
 
 
padding-top: 0px;
 
padding-bottom: 15px;
 
padding-left: 15px;
 
padding-right: 15px;
 
 
background-color: white;
 
text-align: left;
 
}
 
 
 
 
.sideMenu ul{
 
margin-top:0px;
 
margin-bottom: 0px;
 
}
 
  
  
 
/**************************************************************************************************************************************/
 
/**************************************************************************************************************************************/
/*MAIN MENU  STYLING*/
 
  
/*styling for the Main menu*/
 
#mainMenu ul li {
 
width: 183px;
 
 
margin-left: -30px;
 
margin-bottom: 0px;
 
  
list-style:none;
+
/*Buttons for all of the pages */
}
+
        #HQ_page .button {
 
+
            min-width: 25%;
 
+
            max-width: 50%;
/*main menu item */
+
    border: 3px solid #f58631;
.mainMenu_Title {
+
    color: #f58631;
width: 152px;  
+
    background-color: #FFF;
float:left;
+
    height: 30px;
 
+
    font-size: 15px;
padding-left:15px;  
+
    text-align: center;
padding-top: 10px;  
+
        border-radius: 5px;
padding-bottom: 10px;
+
        padding: 10px 5px 0px 5px;
 
+
        margin: auto;
border: solid 1px #f2f2f2;
+
font-size: 14px;
+
  
 
/*animate transition */
 
/*animate transition */
Line 227: Line 209:
 
-ms-transition: background 0.2s linear;
 
-ms-transition: background 0.2s linear;
 
-o-transition: background 0.2s linear;
 
-o-transition: background 0.2s linear;
transition: background 0.2s linear;  
+
transition: background 0.2s linear;
}
+
    }      
  
 +
/*For the button class, change background on hover */
 +
        #HQ_page .button:hover {
 +
    background-color: #f58631;
 +
    color: #fff;
 +
    }
  
/* toggle button in the main Menu */
 
.mainMenu_toggle {
 
width: 24px;
 
text-align: center;
 
float: left;
 
font-size: 12px;
 
margin-right: -17px;
 
margin-left: -14px;
 
padding-left: 5px;
 
padding-bottom: 10px;
 
padding-top: 10px;
 
border: solid 1px #f2f2f2;
 
 
 
  
/*animate transition */
 
-webkit-transition: background 0.2s linear;
 
-moz-transition: background 0.2s linear;
 
-ms-transition: background 0.2s linear;
 
-o-transition: background 0.2s linear;
 
transition: background 0.2s linear;
 
}
 
  
  
/*hover styling for main menu item and main menu toggle */
+
/*Class for creating a news post, this is used in the Main Page and in the Archived news page */
.mainMenu_Title:hover, .mainMenu_toggle:hover  {
+
#HQ_page .newsItem {
border: solid 1px #5da88a;
+
border: 1px solid #cccccc;
background: #5da88a;
+
margin: 0px 5px 5px 5px;
color:white;
+
padding: 5px 15px 5px 15px;
}
+
border-radius: 5px;
 +
}
  
/**************************************************************************************************************************************/
 
  
/*MAIN MENU SUB MENUS (NESTED LISTS) */
 
  
/* submenu lists */
 
#mainMenu ul li li {
 
width: 183px;
 
  
margin-bottom: 0px;
+
/*Style the date inside a news post */
margin-left: -15px;
+
#HQ_page .newsDate {
padding-left: 15px;
+
font-style: italic;  
 +
display: inline-block;  
 +
color: #383838;
 +
float: right;  
 
padding-top: 5px;
 
padding-top: 5px;
padding-bottom:5px;
+
padding-right: 15px;
 +
}
  
cursor: pointer;
 
border: solid 1px #f2f2f2;
 
background-color: white;
 
color: black;
 
font-size: 12px;
 
}
 
  
  
#mainMenu ul li li:hover {
 
border: solid 1px #5da88a;
 
background: #5da88a;
 
color:white;
 
}
 
  
  
 +
/* ( ? ) POP WHY - Makes a round div that will call the pop up box*/
 +
#HQ_page .pop_why {
 +
border: 2px solid #f58631;
 +
color: #f58631;
 +
font-weight: bold;
 +
text-align: center;
 +
border-radius: 50%;
 +
float: none;
 +
margin-right: 5px;
 +
margin-left: 5px;
 +
padding-left: 6px;
 +
padding-top: 2px;
 +
padding-right: 6px;
 +
padding-bottom: 2px;
 +
cursor:pointer;
 +
        }
  
  
 +
/*For the pop why class, changes the color on hover */
 +
      #HQ_page .pop_why:hover {
 +
        color: #fff;
 +
        background-color:#f58631;
 +
        }
  
/* For HUB MENUS */
 
  
 +
/*For the pop why class,creates the close button X */
 +
#HQ_page .pop_close {
 +
        font-size: 25px;
 +
        border: 3px solid #f58631;
 +
        padding: 5px;
 +
        padding-top: 0px;
 +
        padding-right: 10px;
 +
        color: #f58631;
 +
        border-radius: 5px;
 +
        cursor: pointer;
 +
        font-weight: bold;
 +
        width: 10px;
 +
        height: 18px;
 +
        float: right;
 +
    }
 +
   
  
#home_logo {
+
#HQ_page .pop_close:hover {
margin-bottom:10px;
+
    background-color: #f58631;
}
+
    color: white;
 +
    }
  
#home_logo:hover {
 
opacity: 0.4;
 
}
 
  
.sideMenuTitle, .expand_subMenus, .switch_Menus {  
+
/*For the pop why class, div that holds the content being loaded */
height:30px;  
+
    #HQ_page .pop_why_box {
padding-top:10px;
+
display:none;
float:left;  
+
left: 250px;
font-weight:bold;
+
top:0px;
color: #4e606e;  
+
background-color: white;
background-color:#e8edaa;  
+
padding: 15px;
cursor:pointer;  
+
width: 500px;
text-align:center;  
+
position: absolute;
}
+
border: 3px solid #4e606e;
 +
border-radius: 3px;
 +
z-index: 100;
 +
        }
  
  
  
/* This switches between menus  */
 
.switch_Menus {
 
width:30px;
 
font-size: 18px;
 
margin-left:-15px;
 
display:block;
 
}
 
  
 +
/*creates a div that covers the content - if clicked closes the pop why */
 +
      #HQ_page .pop_why_cover {
 +
display:none;
 +
z-index: 100;
 +
    margin-top: -65px;
 +
    margin-left: -40px;
 +
width: 980px;
 +
height: 2100px;
 +
float:left;
 +
position: absolute;
 +
opacity: 0.5;
 +
background-color: #b2b2b2;
 +
        }
  
  
/* This holds the title of the menu  */
+
/*click class for expandable content */
.sideMenuTitle  {  
+
      #HQ_page .click_open {
width:140px;
+
padding: 10px 15px;
margin-left: 0px;  
+
background-color: #f2f2f2;
font-size: 16px;
+
border: 1px solid #d3d3d3;
}
+
border-radius: 3px;
 +
cursor:pointer;
  
 
+
/*animate transition */
 
+
-webkit-transition: background 0.2s linear;
/* This holds the expand all / collapse all button (+) (-)  */
+
-moz-transition: background 0.2s linear;
.expand_subMenus {
+
-ms-transition: background 0.2s linear;
width:30px;
+
-o-transition: background 0.2s linear;
font-size: 20px;
+
transition: background 0.2s linear;
margin-right:-15px;  
+
 
}
 
}
  
  
 +
      #HQ_page .click_icon {
 +
font-size:16px;
 +
float:right;
 +
margin-top:-25px;
 +
      }
  
.sideMenuTitle:hover, .expand_subMenus:hover, .switch_Menus:hover {
 
background-color:#f17530;
 
color:white;
 
}
 
  
  
 
+
/*div that holds the toggle content, hide by default */
.sideMenu h4 {color: #5ba88a;}
+
      #HQ_page .click_content {
.sideMenu a:hover {text-decoration:none;}
+
display:none;
 
+
      }
/*First layer of lists  (LIST ITEMS)  */
+
.sideMenu ul  {margin-left: 15px; list-style:disc; }
+
.sideMenu ol  {margin-left: 17px;}
+
.sideMenu ul a , .sideMenu ol a{font-weight:bold; color: #4e606e; }
+
.sideMenu ul a:hover, .sideMenu ol a:hover { color:#f27631;}
+
 
+
/*Second layer of lists  (SUBMENUS)  */
+
.sideMenu ul  ul { margin-left: 15px; list-style: none; color: #4e606e;}
+
.sideMenu ul  ul a {color: black; font-weight:normal;}
+
.sideMenu ul  ul a:hover { color:#f27631; cursor:pointer;}
+
 
+
 
+
 
+
.subMenu_toggle {  
+
float:right;  
+
cursor:pointer;
+
}
+
 
+
  
 
/**********************************************************************************************************************************************************************************************************************************************/
 
/**********************************************************************************************************************************************************************************************************************************************/
 
 
 
 
 
  
  
Line 396: Line 373:
 
text-align: justify;
 
text-align: justify;
 
}
 
}
 +
 +
 +
 +
/* styling for the hover of the alert box */
 +
#HQ_page .red_text {
 +
color: red;
 +
font-weight:bold;
 +
}
 +
  
 
/**************************************************************************************************************************************/
 
/**************************************************************************************************************************************/
Line 409: Line 395:
  
 
/*Define color for  h1 titles (black) */
 
/*Define color for  h1 titles (black) */
#HQ_page h1 {  
+
#HQ_page .oneColumn h1,
 +
#HQ_page .twoColumns h1,
 +
#HQ_page .threeColumns h1,
 +
#HQ_page .fourColumns h1,
 +
#HQ_page .pop_why_content h1 {  
 
color: #000000;
 
color: #000000;
 
}
 
}
Line 415: Line 405:
  
 
/*Define color for  h2  titles  (turquoise) */
 
/*Define color for  h2  titles  (turquoise) */
#HQ_page h2 {  
+
#HQ_page .oneColumn h2,
 +
#HQ_page .twoColumns h2,
 +
#HQ_page .threeColumns h2,
 +
#HQ_page .fourColumns h2,
 +
#HQ_page .pop_why_content h2 {  
 
color: #5da88a;
 
color: #5da88a;
 
}
 
}
Line 421: Line 415:
  
 
/*Define color for h3 titles  (navy)*/
 
/*Define color for h3 titles  (navy)*/
#HQ_page h3{  
+
 
 +
#HQ_page .oneColumn h3,
 +
#HQ_page .twoColumns h3,
 +
#HQ_page .threeColumns h3,
 +
#HQ_page .fourColumns h3,
 +
#HQ_page .pop_why_content h3 {  
 
color: #4d5f6d;
 
color: #4d5f6d;
 
}
 
}
Line 437: Line 436:
  
 
/*Define color for h5 h6 titles (black)  */
 
/*Define color for h5 h6 titles (black)  */
#HQ_page h5, h6 {  
+
#HQ_page .oneColumn h5,  
 +
#HQ_page .twoColumns h5,
 +
#HQ_page .threeColumns h5,
 +
#HQ_page .fourColumns h5,
 +
#HQ_page .pop_why_content h5,
 +
#HQ_page .oneColumn h6,
 +
#HQ_page .twoColumns h6,
 +
#HQ_page .threeColumns h6,
 +
#HQ_page .fourColumns h6,
 +
#HQ_page .pop_why_content h6{  
 
color: #000000;
 
color: #000000;
 
}
 
}
Line 466: Line 474:
 
color: #fbceac;
 
color: #fbceac;
 
     }
 
     }
 
 
 
 
  
 
/**************************************************************************************************************************************/
 
/**************************************************************************************************************************************/
Line 504: Line 508:
 
}
 
}
  
 +
/**********************************************************************************************************************************************************************************************************************************************/
  
  
/*CLASSES */
 
/*Buttons for all of the pages */
 
        #HQ_page .button {
 
            min-width: 130px;
 
            max-width: inherit;
 
    border: 3px solid #f58631;
 
    background-color: #FFF;
 
    height: 30px;
 
    font-size: 15px;
 
    text-align: center;
 
        border-radius: 5px;
 
        padding: 10px 5px 0px 5px;
 
        margin: auto;
 
  
/*animate transition */
 
-webkit-transition: background 0.2s linear;
 
-moz-transition: background 0.2s linear;
 
-ms-transition: background 0.2s linear;
 
-o-transition: background 0.2s linear;
 
transition: background 0.2s linear;
 
    }       
 
  
/*For the button class, change background on hover */
 
        #HQ_page .button:hover {
 
    background-color: #f58631;
 
    color: #fff;
 
    }
 
  
  
  
  
/*Class for creating a news post, this is used in the Main Page and in the Archived news page */
+
/*MENU */
.newsItem {
+
/**************************************************************************************************************************************************************************************************************************************************/
border: 1px solid #cccccc;
+
 
margin: 0px 5px 5px 5px;
+
/*  this div will contain the side menu */
padding: 5px 15px 5px 15px;
+
#HQ_page .sideMenu {
border-radius: 5px;
+
width: 170px;
 +
position: absolute;
 +
 
 +
top:20px;
 +
left: 1020px;
 +
z-index: 10;
 +
 
 +
padding-top: 0px;
 +
padding-bottom: 15px;
 +
padding-left: 15px;
 +
padding-right: 15px;
 +
 
 +
background-color: white;
 +
text-align: left;
 
}
 
}
  
  
 +
/* for all lists created within the sideMenu container - no spacing between top or bottom */
 +
#HQ_page .sideMenu ul {
 +
margin-top:0px;
 +
margin-bottom: 0px;
 +
}
  
 +
/* al links within side menu have no decoration */
 +
#HQ_page .sideMenu a:hover {
 +
text-decoration:none;
 +
}
  
/*Style the date inside a news post */
+
/* 2016 logo for top part of all menus */  
.newsDate {
+
#HQ_page #home_logo {
font-style: italic;
+
margin-bottom:10px;
display: inline-block;
+
color: #383838;
+
float: right;
+
padding-top: 5px;
+
padding-right: 15px;
+
 
}
 
}
  
 +
#HQ_page #home_logo:hover {
 +
opacity: 0.4;
 +
}
  
  
 +
/**************************************************************************************************************************************/
 +
/*MAIN MENU  STYLING*/
  
 +
/*styling for the Main menu*/
 +
#HQ_page #MainPage_menu ul li {
 +
width: 183px;
 +
margin-left: -30px;
 +
margin-bottom: 0px;
 +
list-style:none;
 +
}
  
/* ( ? ) POP WHY - Makes a round div that will call the pop up box*/
+
 
#HQ_page .pop_why {
+
/*main menu button */
border: 2px solid #f58631;
+
#HQ_page .mainMenu_Title {
color: #f58631;
+
width: 152px;
font-weight: bold;
+
float:left;
 +
 
 +
padding-left:15px;
 +
padding-top: 10px;
 +
padding-bottom: 10px; 
 +
 
 +
border: solid 1px #f2f2f2;
 +
font-size: 14px;
 +
 
 +
/*animate transition */
 +
-webkit-transition: background 0.1s linear;
 +
-moz-transition: background 0.1s linear;
 +
-ms-transition: background 0.1s linear;
 +
-o-transition: background 0.1s linear;
 +
transition: background 0.1s linear;
 +
}
 +
 
 +
 
 +
/* toggle button in the main Menu */
 +
#HQ_page .mainMenu_toggle {
 +
width: 24px;
 
text-align: center;
 
text-align: center;
border-radius: 50%;
+
float: left;
float: none;
+
font-size: 12px;
margin-right: 5px;
+
margin-right: -17px;
margin-left: 5px;
+
margin-left: -14px;  
padding-left: 6px;
+
padding-left: 5px;
padding-top: 2px;
+
padding-bottom: 10px;
padding-right: 6px;
+
padding-top: 10px;
padding-bottom: 2px;
+
border: solid 1px #f2f2f2;
cursor:pointer;
+
 
        }
+
  
 +
/*animate transition */
 +
-webkit-transition: background 0.1s linear;
 +
-moz-transition: background 0.1s linear;
 +
-ms-transition: background 0.1s linear;
 +
-o-transition: background 0.1s linear;
 +
transition: background 0.1s linear;
 +
}
  
/*For the pop why class, changes the color on hover */
 
      #HQ_page .pop_why:hover {
 
        color: #fff;
 
        background-color:#f58631;
 
        }
 
  
 +
/*hover styling for main menu item and main menu toggle */
 +
#HQ_page .mainMenu_Title:hover,
 +
#HQ_page .mainMenu_toggle:hover  {
  
/*For the pop why class,creates the close button X */
+
border: solid 1px #5da88a;
#HQ_page .pop_close {
+
background: #5da88a;
        font-size: 25px;
+
color:white;
        border: 3px solid #f58631;
+
        padding: 5px;
+
        padding-top: 0px;
+
        padding-right: 10px;
+
        color: #f58631;
+
        border-radius: 5px;
+
        cursor: pointer;
+
        font-weight: bold;
+
        width: 10px;
+
        height: 18px;
+
        float: right;
+
    }
+
   
+
  
#HQ_page .pop_close:hover {
+
}
    background-color: #f58631;
+
    color: white;
+
    }
+
  
  
/*For the pop why class,  div that holds the content being loaded */
+
 
    #HQ_page .pop_why_content {
+
/*MAIN MENU LIST UNDER TOGGLES (NESTED LISTS) */
display:none;
+
 
left: 250px;
+
 
top:0px;
+
/* lists inside the toggle */
 +
#HQ_page #MainPage_menu ul li li {
 +
width: 183px;
 +
 
 +
margin-bottom: 0px;
 +
margin-left: -15px;
 +
padding-left: 15px;
 +
padding-top: 5px;
 +
padding-bottom:5px;
 +
 
 +
cursor: pointer;
 +
border: solid 1px #f2f2f2;
 
background-color: white;
 
background-color: white;
padding: 15px;
+
color: black;
width: 500px;
+
font-size: 12px;
position: absolute;
+
}  
border: 3px solid #4e606e;
+
border-radius: 3px;
+
z-index: 100;
+
        }
+
  
 +
/* hover for the lists inside the toggle */
 +
#HQ_page #MainPage_menu ul li li:hover {
 +
border: solid 1px #5da88a;
 +
background: #5da88a;
 +
color:white;
 +
}
  
  
  
/*creates a div that covers the content - if clicked closes the pop why */
+
 
      #HQ_page .pop_why_cover {
+
/************************************************/
display:none;
+
 
z-index: 100;
+
 
    margin-top: -65px;
+
 
    margin-left: -40px;
+
/* For HUB MENUS */
width: 980px;
+
 
height: 2100px;
+
 
float:left;
+
/*upper part of hub menus; switching between menus, menu name and collapse/expand all */
position: absolute;
+
 
opacity: 0.5;
+
/* This switches between menus    " ▶ " */
background-color: #b2b2b2;
+
#HQ_page .switch_Menus {
        }
+
width:30px;
 +
font-size: 18px;
 +
margin-left:-15px;
 +
display:block;
 +
}
 +
 
 +
 
 +
 
 +
/* This holds the title of the menu  "NAME OF HUB MENU " */
 +
#HQ_page .sideMenuTitle  {
 +
width:140px;
 +
margin-left: 0px;
 +
font-size: 16px;
 +
}
 +
 
 +
 
 +
 
 +
/* This holds the expand all / collapse all button (+) (-)  */
 +
#HQ_page .expand_subMenus {
 +
width:30px;
 +
font-size: 20px;
 +
margin-right:-15px;
 +
}
 +
 
 +
 
 +
/* declares the height and color that three elements have in common */
 +
#HQ_page .sideMenuTitle, #HQ_page .expand_subMenus, #HQ_page .switch_Menus {
 +
height:30px;
 +
padding-top:10px;
 +
float:left;
 +
font-weight:bold;
 +
color: #4e606e;
 +
background-color:#e8edaa;
 +
cursor:pointer;
 +
text-align:center;
 +
}
 +
 
 +
 
 +
/* declares hover state, background turns orange and font becomes white */
 +
#HQ_page .sideMenuTitle:hover, #HQ_page .expand_subMenus:hover, #HQ_page .switch_Menus:hover {
 +
background-color:#f17530;
 +
color:white;
 +
}
 +
 
 +
 
 +
/************************************************/
 +
 
 +
/*Lists and nested lists within the hub menu */
 +
 
 +
 
 +
 
 +
/* h4 titles used in hub menus change to turquoise */
 +
#HQ_page .sideMenu h4 {
 +
color: #5ba88a;
 +
}
 +
 
 +
/* toggle ▼*/
 +
#HQ_page .subMenu_toggle {
 +
float:right;
 +
cursor:pointer;
 +
}
 +
 
 +
 
 +
/*First layer of lists  (LIST ITEMS)  */
 +
 
 +
/* remove indentation in not numbered lists */
 +
#HQ_page .sideMenu ul  {
 +
margin-left: 15px;
 +
list-style:disc;  
 +
}
 +
 
 +
/* remove indentation in numbered lists */
 +
#HQ_page .sideMenu ol  {
 +
margin-left: 17px;
 +
}
 +
 
 +
/* declare the color of links in both types of lists */
 +
#HQ_page .sideMenu ul a , #HQ_page .sideMenu ol a {
 +
font-weight:bold;  
 +
color: #4e606e;
 +
}
 +
 
 +
/* declare the color of links in hover state  in both types of lists */
 +
#HQ_page .sideMenu ul a:hover, #HQ_page .sideMenu ol a:hover {
 +
color:#f27631;
 +
}
 +
 
 +
 
 +
 
 +
/*Second layer of lists  (SUBMENUS)  */
 +
 
 +
/* styling for nested lists */
 +
#HQ_page .sideMenu ul  ul {
 +
margin-left: 15px;  
 +
list-style: none;  
 +
color: #4e606e;
 +
}
 +
 
 +
/* styling for links in nested lists */
 +
#HQ_page .sideMenu ul  ul a {
 +
color: black;  
 +
font-weight:normal;
 +
}
 +
 
 +
/*styling for hover state of links in nested lists */
 +
#HQ_page .sideMenu ul  ul a:hover {
 +
color:#f27631;
 +
cursor:pointer;
 +
}
  
  
 
</style>
 
</style>
  
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
<!----------------------------------------------------------- Declares that pages under this template will use HQ styling --------------------------------------------------------------->
 
<div id="HQ_page">
 
<div id="HQ_page">
 +
 +
 +
  
 
<!-----------------------------------------------------------Menu --------------------------------------------------------------->
 
<!-----------------------------------------------------------Menu --------------------------------------------------------------->
Line 657: Line 808:
 
</a>
 
</a>
  
<div style="clear:both;"></div>
+
<div style="clear:both; height:5px;"></div>
  
 
<div id="menuDisplay">  <!- Menu will be loaded here ->
 
<div id="menuDisplay">  <!- Menu will be loaded here ->
Line 665: Line 816:
  
 
<!--------------------------------------------------------------------------------------------------------------------------------->
 
<!--------------------------------------------------------------------------------------------------------------------------------->
 
 
  
  
Line 673: Line 822:
 
</div>
 
</div>
  
<div class="pop_why_content" >  
+
 
<h3> Loading ... </h3>
+
<div class="pop_why_box" > <div class="pop_close">× </div>
 +
<div class="pop_why_content">
 +
<h3> Loading ... </h3>
 +
</div>
 
</div>
 
</div>
 
<!--------------------------------------------------------------------------------------------------------------------------------->
 
<!--------------------------------------------------------------------------------------------------------------------------------->

Latest revision as of 17:47, 30 November 2015

×

Loading ...