(48 intermediate revisions by the same user not shown) | |||
Line 99: | Line 99: | ||
font-weight:bolder; | font-weight:bolder; | ||
padding:3rem; | padding:3rem; | ||
+ | z-index:2; | ||
margin:3rem auto !important; | margin:3rem auto !important; | ||
box-sizing:border-box; | box-sizing:border-box; | ||
+ | position:relative; | ||
+ | overflow:hidden; | ||
} | } | ||
.definition::after{ | .definition::after{ | ||
Line 106: | Line 109: | ||
position:absolute; | position:absolute; | ||
bottom:0; | bottom:0; | ||
+ | right:0; | ||
z-index:1; | z-index:1; | ||
− | font-size: | + | font-size:10vw; |
− | color: | + | color:rgba(0,0,0,0.1); |
font-family: Trebuchet MS !important; | font-family: Trebuchet MS !important; | ||
} | } | ||
Line 116: | Line 120: | ||
.bodycontent .s2 > ul > li{ | .bodycontent .s2 > ul > li{ | ||
background: white; | background: white; | ||
− | padding: | + | padding: 3.5vw 0 3.5vw 0 !important; |
margin-bottom: 2rem; | margin-bottom: 2rem; | ||
} | } | ||
Line 128: | Line 132: | ||
margin:0 0 0 calc(42.5vw - 11rem) !important; | margin:0 0 0 calc(42.5vw - 11rem) !important; | ||
} | } | ||
+ | } | ||
+ | .pdfs{ | ||
+ | width:100%; | ||
+ | height:50rem; | ||
+ | padding: | ||
+ | } | ||
+ | .pdfs object { | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | object-fit:cover; | ||
+ | overflow:auto; | ||
+ | min-height: 100% | ||
} | } | ||
@media screen and (min-width:680px){ | @media screen and (min-width:680px){ | ||
Line 137: | Line 153: | ||
} | } | ||
.s1 .title_con{ | .s1 .title_con{ | ||
− | left: | + | left:7.5vw; |
bottom:15vh; | bottom:15vh; | ||
position: fixed; | position: fixed; | ||
Line 144: | Line 160: | ||
.s1_simplified{ | .s1_simplified{ | ||
width: 100%; | width: 100%; | ||
− | height: | + | height:auto; |
padding-bottom: 5rem; | padding-bottom: 5rem; | ||
} | } | ||
.s1_simplified .title_con{ | .s1_simplified .title_con{ | ||
− | left: | + | left:7.5vw; |
bottom:auto; | bottom:auto; | ||
position: relative; | position: relative; | ||
Line 173: | Line 189: | ||
color: black; | color: black; | ||
font-size: 6vw !important; | font-size: 6vw !important; | ||
− | line-height: | + | line-height:1 !important; |
font-weight: bold !important; | font-weight: bold !important; | ||
− | |||
float:left; | float:left; | ||
+ | z-index: 0; | ||
border-right: 8px black solid !important; | border-right: 8px black solid !important; | ||
text-shadow: 0 0 1rem rgba(0,0,0,0.1); | text-shadow: 0 0 1rem rgba(0,0,0,0.1); | ||
Line 186: | Line 202: | ||
line-height:1 !important; | line-height:1 !important; | ||
color: rgba(255,255,255,0.8) !important; | color: rgba(255,255,255,0.8) !important; | ||
+ | } | ||
+ | .s1_simplified p span{ | ||
+ | font-size: 5vw !important; | ||
+ | line-height:1 !important; | ||
+ | color: rgba(0,0,0,0.8) !important; | ||
} | } | ||
.s1 table{ | .s1 table{ | ||
Line 260: | Line 281: | ||
.bodycontent .s2 > ul > li{ | .bodycontent .s2 > ul > li{ | ||
background: white; | background: white; | ||
− | padding: | + | padding: 3.5vw 0 3.5vw 0; |
margin: 0; | margin: 0; | ||
} | } | ||
Line 298: | Line 319: | ||
.bodycontent .s2 h2{ | .bodycontent .s2 h2{ | ||
box-sizing: border-box; | box-sizing: border-box; | ||
− | padding: 1rem | + | padding: 1rem 4rem 1rem 2rem !important; |
font-size: 2rem !important; | font-size: 2rem !important; | ||
margin: 2rem 1rem !important; | margin: 2rem 1rem !important; | ||
− | border- | + | border-left: 6px solid; |
line-height: 3rem; | line-height: 3rem; | ||
+ | position: relative; | ||
+ | } | ||
+ | .bodycontent .s2 h2:before { | ||
+ | content:""; | ||
+ | position: absolute; | ||
+ | top:0; | ||
+ | right:0; | ||
+ | width:3rem; | ||
+ | height:100%; | ||
+ | animation: IconSpin 1s ease infinite alternate; | ||
} | } | ||
.bodycontent .s2 h3{ | .bodycontent .s2 h3{ | ||
Line 444: | Line 475: | ||
.bodycontent .reference ul li{ | .bodycontent .reference ul li{ | ||
− | list-style: | + | list-style: none; |
− | padding: | + | padding: 0.3rem 1rem 0 0; |
box-sizing: border-box; | box-sizing: border-box; | ||
+ | text-align: justify; | ||
+ | font-family:Times New Roman; | ||
} | } | ||
.triangle{ | .triangle{ | ||
Line 455: | Line 488: | ||
padding: 0; | padding: 0; | ||
} | } | ||
− | .figure{ | + | .bodycontent section .figure:first-letter{ |
− | color: | + | color:gray !important; |
− | font- | + | font-size: 0.9rem !important; |
− | font- | + | font-family: Arial !important; |
font-weight: normal; | font-weight: normal; | ||
− | + | margin: 0 auto; | |
− | + | width:auto !important; | |
+ | line-height: 0.9rem !important; | ||
+ | float:none !important; | ||
+ | padding:0 !important; | ||
+ | } | ||
+ | .bodycontent section .figure{ | ||
+ | color:gray; | ||
+ | font-size: 0.9rem !important; | ||
+ | font-family: Arial !important; | ||
+ | font-weight: normal; | ||
+ | width:auto !important; | ||
+ | line-height:0.9rem !important; | ||
+ | text-align:center !important; | ||
} | } | ||
Line 543: | Line 588: | ||
font-weight:100 !important; | font-weight:100 !important; | ||
padding: 0 0 1rem 0; | padding: 0 0 1rem 0; | ||
− | color:#404040 | + | color:#404040; |
} | } | ||
.bodycontent section table{ | .bodycontent section table{ | ||
Line 649: | Line 694: | ||
.figure{ | .figure{ | ||
color:rgba(0,20,86,1.00); | color:rgba(0,20,86,1.00); | ||
− | |||
font-size: 0.9rem; | font-size: 0.9rem; | ||
font-weight: normal; | font-weight: normal; | ||
− | + | margin: 0 auto; | |
− | margin: 0; | + | |
} | } | ||
.bodycontent .s2 p .figures{ | .bodycontent .s2 p .figures{ | ||
Line 668: | Line 711: | ||
float: left; | float: left; | ||
} | } | ||
− | .bodycontent .s2 p .figures . | + | .bodycontent .s2 p .figures .figure_in{ |
float:right; | float:right; | ||
width: 100%; | width: 100%; |
Latest revision as of 19:24, 17 October 2018