/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } #container input, #container textarea, #container select, #container input:focus, #container textarea:focus { border-radius: 0; box-shadow: none; font: inherit; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* basic setting */ body { font-family: Cuprum, Arial, "Sans Serif"; font-size: 12px; background-color: #000; } a, a:hover { text-decoration: none; } a:focus { outline: none; } /* desktop layout */ #container { margin: 48px 0 0 156px; } #header { padding: 0 0 12px 0; min-width: 800px; } #side { width: 156px; height: 540px; position: absolute; top: 120px; left: 0; z-index: 9; } #holder { /*overflow: hidden; overflow-x: auto;*/ height: 540px; width: auto; position: relative; } #rwidget { height: 516px; } .widget_fn { display: block; overflow: hidden; } .widget_icon { display: block; width: 30px; height: 30px; margin: 15px 0 0 15px; } .docklist { } .docklist li { position: relative; } .dock_child { display: none; overflow: hidden; position: absolute; left: 60px; top: 0; } .docklist > li:hover .dock_child { display: block; } .dock_item { float: left; } .fn_des.admtxt { line-height: 60px; padding: 0 6px; font-size: 15px; position: absolute; min-width: 48px; text-align: center; white-space: nowrap; display: none; } .ini_input { margin: 0; padding: 0; border: none; } .ini_input:focus { outline: none; } #search_app { position: relative; background-color: #fff; } #search_app .form { position: absolute; left: 0; top: 2px; padding: 2px 12px; width: 192px; height: 28px; background: none; } #search_app .submit { position: absolute; right: 2px; top: 2px; width: 32px; height: 32px; overflow: hidden; text-indent: -999px; cursor: pointer; } .section_label { float: left; width: 132px; height:516px; } .appname { font-size: 15px; height: 30px; line-height: 30px; overflow: hidden; cursor: default; z-index: 3; } .w1.h1 .appname { text-align: center; } .w2.h2 .appname { font-size: 21px; } .appicon { display: block; width: 60px; height: 60px; margin: 0 auto; position: relative; } .appholder { position: relative; z-index: 2; padding-bottom: 12px; } .holder_f { position: absolute; width: 100%; height: 100%; padding: 0; left: 0; top: 0; } .dtitle { font-size: 30px; line-height: 60px; float: left; margin: 0 12px 0 0; position: relative; z-index: 9; } /*.section_slc { width: 252px; }*/ .admbg { background-color: #fff; } .admtxt { color: #666; } .admtxt:hover { color: #666; } .hfn { font-size: 15px; line-height: 36px; float: left; margin: 12px 12px 0 0; position: relative; } .thmtxt { position: relative; } .tile { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; } /* panel */ #panel_l { background-color: #f0f0f0; float: left; } #panel_r { margin-left: 252px; position: relative;} /* simple dropdown menu */ .sdm {} .sdm:hover .sdm_o { display: block; } .sdm_o { display: none; position: absolute; left: 0; top: 60px; font-size: 15px; } .sdm_o li { border-top: solid 1px #f2f2f2; } .sdm_o li:first-child { border: none; } .sdm_o .admtxt { display: block; line-height: 36px; } .sdm_o .admtxt:hover { background-color: #F0F0F0; } /* simple menu */ .s_menu { font-size: 15px; line-height: 36px; } .s_menu li { border-top: solid 1px #ddd; } .s_menu li:first-child { border: none; } .s_menu a { display: block; } /* simple tabs */ .s_tab { font-size: 15px; line-height: 36px; } .stb_h {} .stb_v {} .s_tab ul { overflow: hidden; } .s_tab li { float: left; } .s_tab a { display: block; } .s_tab .admbg { background-color: #f0f0f0; } .st_c { display: none; } .st_c:first-child { display: block; } /* Setting Page */ .theme_list {} .theme_list li { display: inline-block; vertical-align: top; margin: 0 0 24px 0; padding: 6px 0px; width: 132px; text-align: center; cursor: pointer } .theme_thumb { border: solid 1px #fff; width: 120px; margin: 0 auto; } .theme_thumb img { display: block; } .theme_name { font-size: 15px; padding: 8px 6px; display: block; } .theme_preview { width: 528px; height: 150px; line-height: 36px; font-size: 15px; } .theme_plate { overflow: hidden; } .theme_plate > div { float: left; margin-right: 12px; } .theme_plate > div:first-child { margin-right: 48px;} .s_title { font-size: 15px; line-height: 60px; text-align: left; } .s_action { padding: 24px 0; overflow: hidden; } #theme_submit { display: block; float: right; font-size: 15px; line-height: 36px; text-align: center; } /* theme color opacity */ .op10 { opacity: 1; } .op09 { opacity: 0.9; } .op08 { opacity: 0.8; } .op07 { opacity: 0.7; } .op06 { opacity: 0.6; } .op05 { opacity: 0.5; } .op04 { opacity: 0.4; } .op03 { opacity: 0.3; } .op02 { opacity: 0.2; } .op01 { opacity: 0.1; } .op00 { opacity: 0; } /* box set */ .w1 { width: 96px; } .w2 { width: 228px; } .w4 { width: 488px; } .wh1 { width: 30px; } .wh2 { width: 36px; } .wh3 { width: 60px; } .w100 { width: 100%; } .pw { width: 540px; } .h1 { height: 96px; } .h2 { height: 228px; } .h4 { height: 488px; } .hh1 { height: 30px; } .hh2 { height: 36px; } .hh3 { height: 60px; } .ph { height: 516px; } .hp { padding-left: 12px; padding-right: 12px; } .vp { padding-top: 12px; padding-bottom: 12px; } .element { margin: 0 12px 12px 0; float: left; position: relative; /*display:inline-block;*/ } .group{ float: left; margin-right: 36px; max-width: 800px; /*max-height:540px;*/ } .group_search{ float: left; margin-right: 36px; } .search_result{ float: left; margin-right: 36px; max-width: 340px; } .g_sep { width: 11px; border-left: solid 1px #fff; } .clear { clear: both; } /* tiny scrollbar */ .tinycanvas { overflow: hidden; position: relative; height: 100%; } .tinycanvas .viewport { width: auto; height: 100%; overflow: hidden; position: relative; } .tinycanvas .overview { position: absolute; left: 0; top: 0; } .tinycanvas .scrollbar { position: absolute; z-index: 9; } .tinycanvas .scrollbar.sb_h { left: 0; bottom: 0; height: 12px; } .tinycanvas .scrollbar.sb_v { right: 0; top: 0; width: 12px; } .tinycanvas .track { height: 100%; width: 12px; position: relative; } .tinycanvas .thumb { height: 12px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0; } .tinycanvas .thumb .end { overflow: hidden; height: 12px; width: 12px; } .tinycanvas .disable{ display: none; } /* Orbit Notification */ #orbitnote { position: fixed; top: 0; left: 50%; margin-left: -206px; z-index: 99999; width: 400px; padding: 0 6px 6px 6px; background-color: #000; background-color: rgba(0,0,0,0.6); } .note_holder { background-color: #f3f3f3; border: solid 1px #fff; border-top: none; overflow: hidden; padding: 24px 24px; } .note_type { float: left; } .note_type img { display: block; } .note_message { color: #333; margin: 10px 0 0 48px; font-size: 15px; } #group_wrapper{ } .grp{ min-height:540px; }