리빌더 부분 추가
This commit is contained in:
26
theme/rb.basic/skin/content/basic/content.skin.php
Normal file
26
theme/rb.basic/skin/content/basic/content.skin.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||
add_stylesheet('<link rel="stylesheet" href="'.$content_skin_url.'/style.css">', 0);
|
||||
?>
|
||||
|
||||
<article id="ctt" class="ctt_<?php echo $co_id; ?>">
|
||||
<div id="ctt_con">
|
||||
<?php
|
||||
|
||||
if(is_file(G5_THEME_PATH.'/page/'.$co_id.'.php')) {
|
||||
|
||||
$page_path = G5_THEME_PATH.'/page';
|
||||
$page_url = G5_THEME_URL.'/page';
|
||||
@include_once($page_path.'/'.$co_id.'.php');
|
||||
|
||||
}else{
|
||||
|
||||
echo $str;
|
||||
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
55
theme/rb.basic/skin/content/basic/style.css
Normal file
55
theme/rb.basic/skin/content/basic/style.css
Normal file
@ -0,0 +1,55 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/* 내용관리 */
|
||||
#ctt {margin:10px 0;padding:20px;background:#fff;position: relative;}
|
||||
.ctt_admin {text-align:right;display:none;}
|
||||
|
||||
.ctt-admin-label {z-index:99999;background: #4158D1;font-size:13px;padding: 5px 10px;border-radius: 25px;position: absolute;top:10px;left:auto;right:10px;transition: 0.2s ease;}
|
||||
.ctt-admin-label a {color: #fff !important;}
|
||||
|
||||
|
||||
.main_rolling_blue_bg_inner {padding-left: 100px; padding-right: 100px; box-sizing: border-box; z-index: 2; position: absolute; top:50%; width: 100%; transform: translateY(-50%);}
|
||||
.main_rolling_blue_bg {min-height: 400px; padding-top: 100px; padding-bottom: 100px; background-repeat: no-repeat; background-size: cover; background-position: center center; color:#fff; position: relative;}
|
||||
.main_rolling_blue_left_txt1 {font-size: 28px;}
|
||||
.main_rolling_blue_left_txt2 {font-size: 20px;}
|
||||
.bg_inner_inner {background-color: rgba(0,0,0,0.6); position: absolute; top:0px; left: 0px; width: 100%; height:100%; z-index: 1}
|
||||
.flex1 {display: flex;}
|
||||
.flex2 {display: flex; margin-top: 80px; border-top:1px solid #ddd; padding-top: 80px;}
|
||||
.greetings_li1 {font-size: 34px;}
|
||||
.greetings_li2 {font-size: 18px; margin-top: 0px; word-break: keep-all; color:#666; line-height: 150%;}
|
||||
.greetings_li3 {font-size: 16px; margin-top: 30px; color:#000; padding-left: 0px !important;}
|
||||
.greetings_li2 span {color:#000;}
|
||||
.flex1_ul1 {margin-top: 30px;}
|
||||
.flex1_ul2 {margin-left: auto;}
|
||||
.flex1_ul2 img {border-top-right-radius: 40px;}
|
||||
|
||||
.flex2_ul1 {}
|
||||
.flex2_ul1 img {border-top-left-radius: 40px;}
|
||||
.flex2_ul2 {margin-left: auto;}
|
||||
|
||||
.greetings_li3 {font-size: 22px; padding-left: 100px;}
|
||||
.greetings_li4 {font-size: 18px; margin-top: 30px; word-break: keep-all; color:#666; padding-left: 100px; line-height: 150%;}
|
||||
.greetings_li4 span {color:#000;}
|
||||
|
||||
.ffl {float:left; width: 50%; padding-right: 15px; word-break: keep-all;}
|
||||
.ffr {float:right; width: 50%; padding-left: 15px; word-break: keep-all}
|
||||
|
||||
.img_boxx {padding:40px; border:1px solid #eee;}
|
||||
.img_boxx img {max-width: 100%;}
|
||||
|
||||
.img_boxx2 {margin-top: 30px;}
|
||||
.img_boxx2 .fll {float:left; width:48%;}
|
||||
.img_boxx2 .frr {float: right; width:48%;}
|
||||
|
||||
.img_boxx2 img {max-width: 100%;}
|
||||
|
||||
@media all and (max-width:1024px) {
|
||||
.ffl {float:none; width: 100%; padding: 0px;}
|
||||
.ffr {float:none; width: 100%; margin-top: 0px; padding: 0px;}
|
||||
.main_rolling_blue_bg_inner {padding-left: 40px; padding-right: 40px;}
|
||||
.main_rolling_blue_left_txt1 {font-size: 20px;}
|
||||
.main_rolling_blue_left_txt2 {font-size: 16px;}
|
||||
.img_boxx {padding:20px; border:1px solid #eee;}
|
||||
.img_boxx2 .fll {float:none; width:100%;}
|
||||
.img_boxx2 .frr {float: none; width:100%; margin-top: 30px;}
|
||||
}
|
||||
26
theme/rb.basic/skin/content/fg.about/content.skin.php
Normal file
26
theme/rb.basic/skin/content/fg.about/content.skin.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||
add_stylesheet('<link rel="stylesheet" href="'.$content_skin_url.'/style.css">', 0);
|
||||
?>
|
||||
|
||||
<article id="ctt" class="ctt_<?php echo $co_id; ?>">
|
||||
<div id="ctt_con">
|
||||
<?php
|
||||
|
||||
if(is_file(G5_THEME_PATH.'/page/'.$co_id.'.php')) {
|
||||
|
||||
$page_path = G5_THEME_PATH.'/page';
|
||||
$page_url = G5_THEME_URL.'/page';
|
||||
@include_once($page_path.'/'.$co_id.'.php');
|
||||
|
||||
}else{
|
||||
|
||||
echo $str;
|
||||
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
155
theme/rb.basic/skin/content/fg.about/style.css
Normal file
155
theme/rb.basic/skin/content/fg.about/style.css
Normal file
@ -0,0 +1,155 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/* 내용관리 */
|
||||
.sub {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
.sub h2 {
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
#container_title>h2 {
|
||||
display:none !important;
|
||||
}
|
||||
.contents_wrap {
|
||||
font-family: 'Noto Serif KR';
|
||||
padding-top: 0px !important;
|
||||
}
|
||||
#ctt {
|
||||
margin:10px 0;
|
||||
padding:20px;
|
||||
background:#fff;
|
||||
position: relative;
|
||||
}
|
||||
.ctt_admin {text-align:right;display:none;}
|
||||
|
||||
.ctt-admin-label {z-index:99999;background: #4158D1;font-size:13px;padding: 5px 10px;border-radius: 25px;position: absolute;top:10px;left:auto;right:10px;transition: 0.2s ease;}
|
||||
.ctt-admin-label a {color: #fff !important;}
|
||||
|
||||
.main_rolling_blue_bg {
|
||||
width: 100vw;
|
||||
margin-left: calc(-50vw + 50%) !important;
|
||||
min-height: 700px; padding-top: 100px;
|
||||
padding-bottom: 100px;
|
||||
background-repeat: no-repeat; background-size: cover;
|
||||
background-position: center center; color:#fff;
|
||||
z-index: 1;
|
||||
}
|
||||
.main_rolling_blue_bg::BEFORE {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0; left: 0; right: 0; bottom: 0;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
z-index: -1;
|
||||
}
|
||||
.main_rolling_blue_bg_inner {
|
||||
width: 1024px;
|
||||
position: absolute;
|
||||
top: 55%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
z-index: 2;
|
||||
padding: 0 !important;
|
||||
}
|
||||
.main_rolling_blue_left_txt1 {font-family: 'Noto Sans Korean'; font-size: 30px; font-weight: 400; filter: drop-shadow(0px 0px 3px black);}
|
||||
.main_rolling_blue_left_txt2 {font-family: 'Noto Serif KR'; font-size: 44px; font-weight: 600; padding-left: 5px; filter: drop-shadow(0px 0px 3px black);}
|
||||
.bg_inner_inner {background-color: rgba(0,0,0,0.6); position: absolute; top:0px; left: 0px; width: 100%; height:100%; z-index: 1}
|
||||
|
||||
.main-content-100 {
|
||||
width: 100vw;
|
||||
margin-left: calc(-50vw + 50%);
|
||||
position: relative;
|
||||
background-color: #e5f2ef;
|
||||
color:#000;
|
||||
z-index: 1;
|
||||
padding: 20px 0;
|
||||
}
|
||||
.main-content-100 .inner {
|
||||
width: 1280px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0%);
|
||||
z-index: 2;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.main-content-100 h3 {font-family: Noto Serif KR; font-size: 2em; font-weight: 600; margin: 10px 0;}
|
||||
.main-content-100 h3 .import {font-size: 1.1em; color: #008066; }
|
||||
.main-content-100 h4 {font-family: Noto Serif KR; font-size: 1.4em; font-weight: 600; margin: 10px 0;}
|
||||
|
||||
.main-content-100 p {font-family: 'Noto Sans Korean'; font-size: 1.2em; line-height: 2em; margin-bottom: 20px;}
|
||||
|
||||
.main-content {position: relative; margin: 50px auto;}
|
||||
.main-content h3 {font-family: Noto Serif KR; font-size: 2em; font-weight: 600; margin: 10px 0;}
|
||||
.main-content h3 .import {font-size: 1.2em; color: #008066; }
|
||||
.main-content h4 {font-family: Noto Serif KR; font-size: 1.5em; font-weight: 600; margin: 10px 0;}
|
||||
|
||||
.main-content p {font-family: 'Noto Sans Korean'; font-size: 1.2em; line-height: 2em; margin-bottom: 20px;}
|
||||
|
||||
.main-content img {width: 100%; height: auto; margin: 20px 0; }
|
||||
|
||||
.main-content .sml_text {font-size: 0.8em;}
|
||||
|
||||
.flex1 {display: flex;}
|
||||
.flex1 .row {padding: 0px 10px; }
|
||||
.flex2 {display: flex; margin-top: 80px; border-top:1px solid #ddd; padding-top: 80px;}
|
||||
.greetings_li1 {font-size: 34px;}
|
||||
.greetings_li2 {font-size: 18px; margin-top: 0px; word-break: keep-all; color:#666; line-height: 150%;}
|
||||
.greetings_li3 {font-size: 16px; margin-top: 30px; color:#000; padding-left: 0px !important;}
|
||||
.greetings_li2 span {color:#000;}
|
||||
.flex1_ul1 {margin-top: 30px;}
|
||||
.flex1_ul2 {margin-left: auto;}
|
||||
.flex1_ul2 img {border-top-right-radius: 40px;}
|
||||
|
||||
.flex2_ul1 {}
|
||||
.flex2_ul1 img {border-top-left-radius: 40px;}
|
||||
.flex2_ul2 {margin-left: auto;}
|
||||
|
||||
.greetings_li3 {font-size: 22px; padding-left: 100px;}
|
||||
.greetings_li4 {font-size: 18px; margin-top: 30px; word-break: keep-all; color:#666; padding-left: 100px; line-height: 150%;}
|
||||
.greetings_li4 span {color:#000;}
|
||||
|
||||
.ffl {float:left; width: 50%; padding-right: 15px; word-break: keep-all;}
|
||||
.ffr {float:right; width: 50%; padding-left: 15px; word-break: keep-all}
|
||||
|
||||
.img_boxx {padding:40px; border:1px solid #eee;}
|
||||
.img_boxx img {max-width: 100%;}
|
||||
|
||||
.img_boxx2 {margin-top: 30px;}
|
||||
.img_boxx2 .fll {float:left; width:48%;}
|
||||
.img_boxx2 .frr {float: right; width:48%;}
|
||||
|
||||
.img_boxx2 img {max-width: 100%;}
|
||||
|
||||
@media (max-width:1400px) {
|
||||
.main_rolling_blue_bg_inner {
|
||||
width: 100%;
|
||||
padding: 0 10px !important;
|
||||
}
|
||||
.main_rolling_blue_left_txt1 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
.main_rolling_blue_left_txt2 {
|
||||
font-size: 2em;
|
||||
}
|
||||
.main-content-100 .inner {
|
||||
width: 100%;
|
||||
padding: 0 20px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:1024px) {
|
||||
/*
|
||||
.ffl {float:none; width: 100%; padding: 0px;}
|
||||
.ffr {float:none; width: 100%; margin-top: 0px; padding: 0px;}
|
||||
.main_rolling_blue_bg_inner {padding-left: 40px; padding-right: 40px;}
|
||||
.main_rolling_blue_left_txt1 {font-size: 20px;}
|
||||
.main_rolling_blue_left_txt2 {font-size: 16px;}
|
||||
.img_boxx {padding:20px; border:1px solid #eee;}
|
||||
.img_boxx2 .fll {float:none; width:100%;}
|
||||
.img_boxx2 .frr {float: none; width:100%; margin-top: 30px;}
|
||||
*/
|
||||
.main_rolling_blue_left_txt1, .main_rolling_blue_left_txt2 {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user