Skip to content

iptime router Config by juckee

Screenshot of iptime router Config

Details

Authorjuckee

LicenseNo License

Category192.168.0.1

Created

Updated

Size3.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

IPTime 공유기의 환경 설정 화면을 넓은 화면에 최적화 합니다.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         iptime Config
@version      20231228.15.07
@namespace    ?
==/UserStyle== */

@-moz-document domain("router.jucke.pe.kr"), domain("r2.jucke.pe.kr"), domain("192.168.76.1"), domain("192.168.76.7"), domain("172.16.2.212"), domain("172.16.1.16"), domain("172.30.1.254") {
:root {
    --add_h: calc(100vh - 610px);
}

.menu_table:before { content: ''; display: block; height: 32px; margin-bottom: -32px; width: calc(100% - 10px); }
.menu_table .menu_table:nth-child(0):before { background: url(/images2/explorerbg2.gif); }
.menu_table .menu_table:nth-child(1):before { background: url(/images2/mainbg.gif); }
.menu_table { height: unset; background: url(''); border: 1px solid #EEE; box-shadow: 2px 2px 2px #CCC;  }

.menu_table .menu_table { border: 1px solid gray; box-shadow: 2px 2px 2px #CCC; }
.menu_table .menu_tablex tr:nth-child(4) > td { border: 1px solid gray; box-shadow: 2px 2px 4px #CCC; }

iframe[src="timepro.cgi?tmenu=navi_menu_advance"] { height: calc(374px + var(--add_h)); min-height: 330px; background: #FFF; }
iframe[src="timepro.cgi?tmenu=system&smenu=info"] { height: calc(569px + var(--add_h)); width: 100%; }

/* 내부 네트워크 설정 */
iframe[name="lan_pcinfo"] { height: calc(413px + var(--add_h)); }

/* DHCP 서버 설정 */
iframe[name="static_lease"], iframe[name="dhcp_pcinfo"] { height: calc(158px + var(--add_h) / 2); }

/* 포트포워드 설정 */
iframe[name="user_portforward"] { height: calc(340px + var(--add_h)); min-height: 380px; }

/* 라우팅 테이블 관리 */
iframe[name="natrouterconf_router_list"] { height: calc(340px + var(--add_h))!important; min-height: 408px }

/* WAN용 MACVLAN */
#neighbor-container { max-height: calc(230px + var(--add_h)); min-height: 100px; }
#macvlan-container .menu_table:nth-child(1):before { background: none; }

/* 인터넷/WiFi 사용 제한 */
iframe[name="firewall_iframe"] { height: calc(340px + var(--add_h))!important; min-height: 408px }


/* 공유기 접속/보안관리 */
iframe[name="haext_iframe"], iframe[name="haint_iframe"] { height: calc(100px + var(--add_h) / 2); min-height: 80px; }

/* 국가별 접속 제한 */
#geoip div.access-list, #geoip div.white-list{ height: calc(100px + var(--add_h) / 2); min-height: 80px; }

/* WOL 기능 */
iframe[name="wollist_iframe"] { height: calc(510px + var(--add_h))!important; min-height: 408px }

/* 호스트 검색 */
iframe[name="hostscanlist_iframe"] { height: calc(510px + var(--add_h))!important; min-height: 408px }
#hostscan_list { height: calc(570px + var(--add_h))!important; min-height: 408px }

iframe[name="trafficconf_linksetup_linksetup"] { height: 240px!important; }
iframe[name="trafficconf_linksetup_linkstat"] { height: 300px!important; }

/* 커넥션 정보 */
iframe[name="trafficconf_conninfo_info"] { height: calc(480px + var(--add_h))!important; }

/* 시스템 로그 */
iframe[name="sysconf_syslog_log"] { height: calc(445px + var(--add_h))!important; min-height: 300px }

/* 기타 설정 */
iframe[name="sysconf_misc_iframe"] { height: calc(410px + var(--add_h)); min-height: 260px; }
iframe[name="xxxasdf"] { height: 606px!important; }

}

Reviews

No reviews yet.