54 lines
1.2 KiB
CSS
54 lines
1.2 KiB
CSS
/*
|
|
Theme Name: GFenreatePress
|
|
Theme URI:
|
|
Description:
|
|
Author: Peter Chang
|
|
Author URI:
|
|
Template: generatepress
|
|
Version: 1.0
|
|
License: GNU General Public License v2 or later
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
/* == Add your own styles below this line ==
|
|
--------------------------------------------*/
|
|
|
|
#gfield_instruction_5_7 {
|
|
display: none;
|
|
}
|
|
|
|
.page-hero {
|
|
max-width: 1312px;
|
|
margin: 0 auto;
|
|
padding: 56px 64px 140px 64px;
|
|
border-radius: 14px;
|
|
margin-top: 40px;
|
|
background: #0167BA;
|
|
color: #fff;
|
|
position: relative;
|
|
box-shadow: 2px 4px 10px 4px rgba(97, 97, 97, 0.15);
|
|
}
|
|
.page-hero:before {
|
|
content: "";
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 14px;
|
|
display: block;
|
|
background: radial-gradient(309.95% 42.55% at 83.04% 34.56%, rgba(1, 103, 186, 0.00) 0.07%, rgba(1, 103, 186, 0.27) 57.56%, #0167BA 100%);
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.page-hero:after {
|
|
content: "";
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
background: url(/wp-content/uploads/decorative-dots.png) no-repeat center calc(100% - 40px);
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.page-hero_content {
|
|
z-index: 1;
|
|
position: relative;
|
|
} |