Difference between revisions of "Template:2016Demo"
(12 intermediate revisions by the same user not shown) | |||
Line 159: | Line 159: | ||
padding:0px; | padding:0px; | ||
margin-right:30px; | margin-right:30px; | ||
+ | } | ||
+ | |||
+ | #HQ_page .photo_container p{ | ||
+ | padding: 0px 15px; | ||
+ | font-size: 11px; | ||
} | } | ||
Line 321: | Line 326: | ||
− | /* | + | /*click class for expandable content */ |
− | #HQ_page . | + | #HQ_page .click_open { |
− | + | padding: 10px 15px; | |
background-color: #f2f2f2; | background-color: #f2f2f2; | ||
border: 1px solid #d3d3d3; | border: 1px solid #d3d3d3; | ||
border-radius: 3px; | 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 */ | /*div that holds the toggle content, hide by default */ |
Latest revision as of 17:47, 30 November 2015