41 lines
1010 B
CSS
41 lines
1010 B
CSS
/* footer_99.css */
|
|
.__PFX__-f99-d-4thoa-wrap,.__PFX__-f99-d-4thoa-shell,.__PFX__-f99-d-4thoa-mini,.__PFX__-f99-d-4thoa-info{
|
|
padding:18px 12px;
|
|
background:var(--bg-color);
|
|
border-top:1px solid var(--border-color);
|
|
font-size:14px;
|
|
color:var(--text-color);
|
|
text-align:right;
|
|
}
|
|
.__PFX__-f99-d-4thoa-map a{
|
|
display:inline-block;
|
|
margin:0 9px 6px 0;
|
|
color:var(--text-color);
|
|
font-size:12px;
|
|
}
|
|
.__PFX__-f99-d-4thoa-links a{
|
|
display:inline-block;
|
|
margin:0 8px 4px 0;
|
|
color:var(--primary-color);
|
|
}
|
|
.__PFX__-f99-d-4thoa-links span{
|
|
color:var(--text-muted-color);
|
|
margin-right:6px;
|
|
}
|
|
.__PFX__-f99-d-4thoa-desc{
|
|
color:var(--text-muted-color);
|
|
line-height:1.6;
|
|
margin:6px 0;
|
|
}
|
|
.__PFX__-f99-d-4thoa-email{
|
|
color:var(--text-color);
|
|
margin:5px 0;
|
|
}
|
|
.__PFX__-f99-d-4thoa-cr{
|
|
color:var(--text-muted-color);
|
|
font-size:12px;
|
|
opacity:0.75;
|
|
margin-top:6px;
|
|
}
|
|
.__PFX__-f99-d-4thoa-addr{font-style:normal;display:block;margin-bottom:10px;}
|
|
.__PFX__-f99-d-4thoa-brand{font-weight:800;} |