[이윰] 아웃로그인 레이아웃 변경하기

페이지 정보

yadolee 루루아빠 3,411 1 2015.06.19 00:56:01

평점

  • 평점 : 0점 (0명 참여)

본문

1. 그누보드5/eyoom/theme/설치된 테마/css/style.css 를 열고 .service-block-e .progress { 을 찾는다.

수정 전

.service-block-e .progress {
    margin-bottom: 0px;
}


.service-block-e .service-in small {
    font-size: 12px;
    text-transform: uppercase;
}

.service-block-e .service-in h4 {
    font-size: 14px;
    line-height: 0.9;
    margin-bottom: 0;
}
수정 후

.service-block-e .progress {        
    margin-bottom: 0px;
}


.service-block-e .service-in small {
    font-size: 12px;                            
    text-transform: uppercase;
}

.service-block-e .service-in h4 {
    font-size: 14px;
    line-height: 0.9;                            
    margin-bottom: 0;
}

2. 1. 그누보드5/eyoom/theme/설치된 테마/css/common.css 를 열고 .progress-xxs { 를 찾아 } 아래쪽에 다음 소스를 추가한다.


.progress-xxxs {
    height: 5px;
}


3. 그누보드5/eyoom/theme/설치된 테마/skin_bs/outlogin/basic/outlogin.skin.2.html 을 열고 다음과 같이 작업한다.
<a href="{C.G5_BBS_URL}/point.php" target="_blank" id="ol_after_pt" class="member-point"> 을 찾아 소스를 교체한다.

수정 전

        <a href="{C.G5_BBS_URL}/point.php" target="_blank" id="ol_after_pt" class="member-point">
            <i class="fa fa-tachometer"></i>
            <span class="service-heading">{levelset.gnu_name}</span>
            <span class="counter">{point}</span>
        </a>

        <div class="clearfix"></div>

        <div class="row member-lv margin-bottom-10">
            <div class="col-xs-6 service-in">
                <small>레벨</small>
                <h4 class="counter">{eyoomer.level}</h4>
            </div>
            <div class="col-xs-6 text-right service-in">
                <small>{levelset.eyoom_name}</small>
                <h4 class="counter">{=number_format(eyoomer.level_point)}</h4>
            </div>
        </div>
        <div class="row statistics">
            <h3 class="heading-xs">Progress Bar <span class="pull-right">{lvinfo.ratio}%</span></h3>
            <div class="progress progress-e progress-xxs">
                <div style="width: {lvinfo.ratio}%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="{lvinfo.ratio}" role="progressbar" class="progress-bar progress-bar-light">
                </div>
            </div>
        </div>
수정 후

        <div class="row member-lv margin-bottom-10">
            <div class="col-xs-6 service-in">
                <a href="{C.G5_BBS_URL}/point.php" target="_blank" id="ol_after_pt" class="member-point">
                    <i class="fa fa-tachometer"></i>
                    <small>{levelset.gnu_name}</small>
                    <h4 class="counter">{point}</h4>
                </a>
            </div>
            <div class="col-xs-6 text-right service-in">
                <small>{levelset.eyoom_name}</small>
                <h4 class="counter">{=number_format(eyoomer.level_point)}</h4>
            </div>
        </div>
        <div class="row statistics">
            <h3 class="heading-xs">Progress Bar <span class="pull-right">{lvinfo.ratio}%</span></h3>
            <div class="progress progress-xxxs progress-striped active">
                <div class="progress-bar progress-bar-danger" style="width: {lvinfo.ratio}%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="{lvinfo.ratio}" role="progressbar" class="progress-bar progress-bar-light">
                </div>
            </div>
        </div>

4. 그누보드5/eyoom/theme/설치된 테마/skin_bs/outlogin/basic/style.css 을 열고 다음과 같이 작업한다.
.ol-after .service-block-e .service-in h4 { 를 찾아 } 바로 위쪽에 다음 소스를 추가한다.


                
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  padding-top: 2px;

.ol-after .member-lv { 를 찾아 다음과 같이 수정한다.

.ol-after .member-lv {
    border-top: 1px solid #eee;
    padding-top: 10px;
}
수정 후

.ol-after .member-lv {
                
    padding-top: 10px;                            
}

현재 루루홈의 아웃로그인 레이아웃이다.
추천인 1
  • shadow2fox
    shadow2fox
yadolee
6
루루아빠 - 회원등급 : 최고관리자 - 포인트 : 1,333,359
레벨 100
경험치 1,489,562

Progress Bar 15.21%

- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑 루루아빠랍니다~~

댓글

첫 번째 댓글을 남겨 주세요

Total 24279 페이지

제목 글쓴이 날짜 조회 추천
이윰  🏆 게시판 관리자의 레벨이 글쓰기 권한보다 낮더라도 태그 작성하기 루루아빠 2017.05.03 2,659 0
이윰  🏆 최신글 카테고리 추출 옵션 루루아빠 2016.02.25 2,654 0
이윰  🏆 전체검색 리스트 페이지에서 동영상 썸네일 이미지도 사용하기 루루아빠 2018.05.04 2,653 0
이윰  🏆 Eyoom Builder 3.0.3 - 패치에 문제가 있는 버전입니다. shadow2fox 2018.08.20 2,647 0
이윰  🏆 🎞️ 게시글 본문에 동영상(HTML5)이 있을 시 아이콘 보여주기 루루아빠 2018.01.29 2,646 0
이윰  🏆 Eyoom Builder 1.3.6 패치 루루아빠 2017.11.21 2,646 0
이윰  🏆 Eyoom Builder 1.3.9 패치 루루아빠 2017.11.21 2,630 0
이윰  🏆 게시글 본문에 태그가 포함된 경우 검색시 그대로 노출되는 문제 해결 루루아빠 2016.05.13 2,621 0
이윰  댓글+2🏆 출석부 선착순 포인트 올바르게 적용하기 shadow2fox 2019.03.16 2,608 2
이윰  🏆 이윰빌더 사용하지 않기 루루아빠 2018.04.25 2,608 0
이윰  🏆 Eyoom Builder 1.3.10 패치 루루아빠 2017.11.21 2,608 0
이윰  댓글+3🏆 페이스북(facebook) 동영상 올바르게 적용하기 shadow2fox 2019.10.14 2,599 2
이윰  댓글+1🏆 Eyoom Builder 3.0.8 패치 shadow2fox 2019.03.12 2,598 1
이윰  🏆 이윰빌더 출석부 최신글 스킨 오늘의 랭킹으로만 나타내기 루루아빠 2018.02.03 2,598 0
이윰  댓글+5🏆 네이버TV 올바르게 적용하기 shadow2fox 2019.10.12 2,573 2
이윰  🏆 전체검색 리스트 페이지에서 외부 이미지도 썸네일 사용하기 루루아빠 2018.05.06 2,565 0
이윰  🏆 Eyoom Builder 1.3.16 패치 루루아빠 2018.03.12 2,551 0
이윰  댓글+1🏆 현재 게시글 스크랩 갯수 본문에 보여주기 shadow2fox 2019.04.28 2,529 2
이윰  🏆 PHP 7.x에서 이윰빌더 알람 푸시(push) 관련 PHP Notice: Undefined index error 해결하기 shadow2fox 2019.01.01 2,524 0
이윰  🏆 Eyoom Builder 3.0.7 패치 shadow2fox 2018.10.15 2,519 0
이윰  🏆 Eyoom Builder 1.3.3 패치 루루아빠 2017.11.21 2,505 0
이윰  댓글+1🏆 이윰빌더 현재 접속자 최신글에서 관리자도 ip가 숨겨지는 문제 해결하기 shadow2fox 2020.04.10 2,448 1
이윰  댓글+4🏆 태그 앞과 뒤 공백 제거하기 shadow2fox 2019.06.25 2,443 2
이윰  🏆 Eyoom Builder 3.0.5 패치 shadow2fox 2018.09.04 2,442 0
이윰  🏆 PHP 7.x에서 이윰빌더 알람 푸시(push) 관련 PHP Notice: Undefined index: alarm 해결하기 shadow2fox 2018.07.01 2,441 0
이윰  댓글+1🏆 PHP 8.x Fatal error : 중괄호 사용으로 인한 json.class.php 오류 shadow2fox 2021.02.17 2,417 1
이윰  🏆 Eyoom Builder 1.3.1 패치 루루아빠 2017.11.21 2,412 0
이윰  🏆 내글반응 내용 추출 쌍 따옴표가 &#034;로 표시되는 문제 해결하기 shadow2fox 2018.06.18 2,386 0
이윰  댓글+2🏆 작성글 날림 방지하기 shadow2fox 2018.07.04 2,385 0
이윰  댓글+4🏆 다중 태그 입력 올바르게 shadow2fox 2021.03.12 2,380 2