Avocado.CommunityEdition/AvocadoEdition/theme/basic/css/index.css
TATECK 9c60c33cd6 최초 배포
Ver.02.2.2
2022-02-09 03:05:24 +09:00

31 lines
1.1 KiB
CSS

@charset "utf-8";
/* -----------------------------------------------
* 인덱스 스타일 정의
--------------------------------------------------
- 최초 작성일 : 2021.08.15
- 최초 작성자 : 아보카도
- 최종 수정일 :
- 최종 수정자 :
--------------------------------------------------*/
/****************************************************
Index Wrap Style
*****************************************************/
html, body { position: relative; height: 100%; margin: 0; padding: 0; overflow: hidden; }
/****************************************************
Index User Style
*****************************************************/
#wrap { height: 100%; }
#wrapper { width: 100%; height: 100%; }
#wrapper iframe { width: 100%; height: 100%; background-color: transparent; overflow:scroll; }
#bgm { position: fixed; top: 0; right: 0; text-align: center; width: 145px; z-index: -999; }
#bgm a { display: none; width: 15px; height: 15px; text-indent: -999px; overflow: hidden; }
#bgm a.on { display: inline-block; }
#site_bgm_box { width: 0px; height: 0px; overflow: hidden; }