Difference between revisions of "Template:2016Demo"

 
(26 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 25: Line 25:
 
#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;  
 
}
 
}
  
Line 66: Line 64:
 
/*LAYOUT CLASSES */
 
/*LAYOUT CLASSES */
 
/**************************************************************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************************************************************/
 
  
 
/* Full width div */
 
/* Full width div */
Line 162: Line 159:
 
padding:0px;
 
padding:0px;
 
margin-right:30px;
 
margin-right:30px;
 +
}
 +
 +
#HQ_page .photo_container p{
 +
padding:  0px 15px;
 +
font-size: 11px;
 
}
 
}
  
Line 182: Line 184:
 
font-weight:bold;
 
font-weight:bold;
 
}
 
}
 +
  
  
Line 192: Line 195:
 
             max-width: 50%;
 
             max-width: 50%;
 
     border: 3px solid #f58631;
 
     border: 3px solid #f58631;
 +
    color: #f58631;
 
     background-color: #FFF;
 
     background-color: #FFF;
 
     height: 30px;
 
     height: 30px;
Line 291: Line 295:
  
 
/*For the pop why class,  div that holds the content being loaded */
 
/*For the pop why class,  div that holds the content being loaded */
     #HQ_page .pop_why_content {
+
     #HQ_page .pop_why_box {
 
display:none;
 
display:none;
 
left: 250px;
 
left: 250px;
Line 320: Line 324:
 
background-color: #b2b2b2;
 
background-color: #b2b2b2;
 
         }
 
         }
 +
 +
 +
/*click class for expandable content */
 +
      #HQ_page .click_open {
 +
padding: 10px 15px;
 +
background-color: #f2f2f2;
 +
border: 1px solid #d3d3d3;
 +
border-radius: 3px;
 +
cursor:pointer;
 +
 +
/*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;
 +
}
 +
 +
 +
      #HQ_page .click_icon {
 +
font-size:16px;
 +
float:right;
 +
margin-top:-25px;
 +
      }
 +
 +
 +
 +
/*div that holds the toggle content, hide by default */
 +
      #HQ_page .click_content {
 +
display:none;
 +
      }
  
 
/**********************************************************************************************************************************************************************************************************************************************/
 
/**********************************************************************************************************************************************************************************************************************************************/
Line 338: 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 351: 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 357: 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 363: 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 379: 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 519: Line 585:
  
 
/*animate transition */
 
/*animate transition */
-webkit-transition: background 0.2s linear;
+
-webkit-transition: background 0.1s linear;
-moz-transition: background 0.2s linear;
+
-moz-transition: background 0.1s linear;
-ms-transition: background 0.2s linear;
+
-ms-transition: background 0.1s linear;
-o-transition: background 0.2s linear;
+
-o-transition: background 0.1s linear;
transition: background 0.2s linear;  
+
transition: background 0.1s linear;  
 
}
 
}
  
Line 542: Line 608:
  
 
/*animate transition */
 
/*animate transition */
-webkit-transition: background 0.2s linear;
+
-webkit-transition: background 0.1s linear;
-moz-transition: background 0.2s linear;
+
-moz-transition: background 0.1s linear;
-ms-transition: background 0.2s linear;
+
-ms-transition: background 0.1s linear;
-o-transition: background 0.2s linear;
+
-o-transition: background 0.1s linear;
transition: background 0.2s linear;
+
transition: background 0.1s linear;
 
}
 
}
  
Line 756: 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 ...