diff --git a/modules/page/tpl/css/page.css b/modules/page/tpl/css/page.css index 3e654f17a..411c16a66 100644 --- a/modules/page/tpl/css/page.css +++ b/modules/page/tpl/css/page.css @@ -1,7 +1,7 @@ @charset "utf-8"; h3 { margin:0 10px 0 10px; } -.adminLayer { margin-top:30px; } +.adminLayer { margin-top:30px; background-color:#fff;} .buttonBox { border:2px solid #EEEEEE; padding:5px; overflow:hidden; *zoom:1;} .buttonBox .fr { height:28px; } diff --git a/modules/planet/planet.model.php b/modules/planet/planet.model.php index 982fb5150..28a2c2a46 100644 --- a/modules/planet/planet.model.php +++ b/modules/planet/planet.model.php @@ -154,7 +154,7 @@ /** * @brief 플래닛 개별 정보 return **/ - function getPlanet($module_srl) { + function getPlanet($module_srl=0) { return new PlanetInfo($module_srl); } diff --git a/widgets/planet_document/skins/xe_official/images/bgTag.gif b/widgets/planet_document/skins/xe_official/images/bgTag.gif deleted file mode 100644 index 4d3f187fa..000000000 Binary files a/widgets/planet_document/skins/xe_official/images/bgTag.gif and /dev/null differ diff --git a/widgets/planet_document/skins/xe_official/images/bgTag.png b/widgets/planet_document/skins/xe_official/images/bgTag.png deleted file mode 100644 index 00d438900..000000000 Binary files a/widgets/planet_document/skins/xe_official/images/bgTag.png and /dev/null differ diff --git a/widgets/planet_document/skins/xe_official/images/tooltip.gif b/widgets/planet_document/skins/xe_official/images/tooltip.gif deleted file mode 100644 index fdac70738..000000000 Binary files a/widgets/planet_document/skins/xe_official/images/tooltip.gif and /dev/null differ diff --git a/widgets/planet_document/skins/xe_official/list.html b/widgets/planet_document/skins/xe_official/list.html index 62ccfd982..152f05820 100644 --- a/widgets/planet_document/skins/xe_official/list.html +++ b/widgets/planet_document/skins/xe_official/list.html @@ -1,13 +1,7 @@ -{@ $colorset = "white"} - - - - - - + -
+

{htmlspecialchars($item->nick_name)}

diff --git a/widgets/planet_document/skins/xe_official/skin.xml b/widgets/planet_document/skins/xe_official/skin.xml index cea7c958e..c24f5b8bb 100644 --- a/widgets/planet_document/skins/xe_official/skin.xml +++ b/widgets/planet_document/skins/xe_official/skin.xml @@ -19,5 +19,12 @@ White Background 白色背景 + + 어두운 바탕용 + 暗い背景用 + 暗色背景 + Dark Background + 暗色背景 + diff --git a/widgets/planet_document/skins/xe_official/css/white.css b/widgets/planet_document/skins/xe_official/style.css similarity index 51% rename from widgets/planet_document/skins/xe_official/css/white.css rename to widgets/planet_document/skins/xe_official/style.css index 21ff62798..24df035f8 100644 --- a/widgets/planet_document/skins/xe_official/css/white.css +++ b/widgets/planet_document/skins/xe_official/style.css @@ -8,11 +8,23 @@ .planetDocument .article .tooltipLT, .planetDocument .article .tooltipRT, .planetDocument .article .tooltipLB, -.planetDocument .article .tooltipRB { position:absolute; background:url("../images/tooltip.gif") no-repeat; display:block; width:10px; height:10px; z-index:10; background-color:#FFFFFF; overflow:hidden; } -.planetDocument .article .tooltipArrow { position:absolute; background:url("../images/tooltip.gif") no-repeat left -20px; width:7px; height:4px; left:0; top:10px; z-index:10;} +.planetDocument .article .tooltipRB { position:absolute; background:url("./tooltip.gif") no-repeat; display:block; width:10px; height:10px; z-index:10; background-color:#FFFFFF; overflow:hidden; } +.planetDocument .article .tooltipArrow { position:absolute; background:url("./tooltip.gif") no-repeat left -20px; width:7px; height:4px; left:0; top:10px; z-index:10;} .planetDocument .article .tooltipLT { left:4px; top:0px; background-position:0 0; } .planetDocument .article .tooltipRT { right:0px; _right:-1px; top:0px; background-position:-10px 0; } -.planetDocument .article .tooltipLB { left:4px; bottom:0px; background-position:left -10px; } +.planetDocument .article .tooltipLB { left:4px; bottom:0px; background-position:0 -10px; } .planetDocument .article .tooltipRB { right:0px; _right:-1px; bottom:0px; background-position:-10px -10px; } -.planetDocument .article .content { border:1px solid #545554; z-index:1; display:block; padding:10px; margin-left:4px; height:30px; } +.planetDocument .article .content { border:1px solid #545554; z-index:1; display:block; padding:10px; margin-left:4px; } .planetDocument .article .content div { line-height:1.4; } + +.planetDocument .article .tooltipLT, +.planetDocument .article .tooltipRT, +.planetDocument .article .tooltipLB, +.planetDocument .article .tooltipRB { background-color:#000; } +.planetDocument.black .article .tooltipLT { background-position:0 -25px; } +.planetDocument.black .article .tooltipRT { top:0px; background-position:-10px -25px; } +.planetDocument.black .article .tooltipLB { background-position:0 -35px; } +.planetDocument.black .article .tooltipRB { bottom:0px; background-position:-10px -35px; } +.planetDocument.black .article .tooltipArrow { background-position:left -45px; } +.planetDocument.black .article .content { border:1px solid #ABAAAB; } +.planetDocument.black .article .content div { color:#aaa;} diff --git a/widgets/planet_document/skins/xe_official/tooltip.gif b/widgets/planet_document/skins/xe_official/tooltip.gif new file mode 100755 index 000000000..1692e4740 Binary files /dev/null and b/widgets/planet_document/skins/xe_official/tooltip.gif differ