First commit
184
uc_server/images/admincp.css
Normal file
@@ -0,0 +1,184 @@
|
||||
/*
|
||||
Offical Style for UCenter
|
||||
(C) 2001-2099 Comsenz Inc.
|
||||
*/
|
||||
|
||||
/* common */
|
||||
*{ word-wrap:break-word; outline:none; }
|
||||
body{ background:#FFF; text-align:center; }
|
||||
body, td, input, textarea, select, button{ color:#666; font:12px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, 'Simsun', sans-serif; }
|
||||
body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin:0; padding:0; }
|
||||
h1, h2, h3, h4, h5, h6{ font-size:12px; }
|
||||
a{ color:#2366A8; text-decoration:none; }
|
||||
a:hover { text-decoration:underline; }
|
||||
a img{ border:none; }
|
||||
em, cite, th{ font-style:normal; font-weight:normal; }
|
||||
table{ border-collapse:collapse; }
|
||||
|
||||
/* form */
|
||||
textarea, input{ padding:2px; border:1px solid; border-color:#666 #eee #eee #666; }
|
||||
input.txt:hover, input.txt:focus, textarea:hover, textarea:focus{ border-color:#09C; background:#F5F9FD; }
|
||||
.radio{ margin-top:-1px; border:none; vertical-align:middle; }
|
||||
.checkbox{ height:14px; border:none; vertical-align:middle; }
|
||||
.btn{ margin:3px 0; padding:2px 5px; *padding:4px 5px 1px; border-color:#ddd #666 #666 #ddd; background:#DDD; color:#000; cursor:pointer; }
|
||||
.sgbtn{ margin-left:20px; padding:3px 7px; *padding:4px 7px 2px; border:1px solid #B5CFD9; background:#F2F9FD; color:#666; font-size:12px; font-weight:400; }
|
||||
.sgbtn:hover{ text-decoration:none; }
|
||||
.bigarea{ margin-left:5px; width:230px; height:120px; }
|
||||
|
||||
/* main header */
|
||||
.mainhd{ text-align:left; height:69px; line-height:69px; background:url(bg_repx.gif) repeat-x; }
|
||||
.logo{ float:left; text-indent:-9999px; width:321px; height:46px; background:url(bg_repno.gif) no-repeat 29px 20px; }
|
||||
.uinfo{ float:right; display:inline; margin-right:40px; }
|
||||
.uinfo a{ color:#666; }
|
||||
.uinfo em{ margin-right:5px; font-weight:700; }
|
||||
.uinfo p{ float:left; }
|
||||
.othersoff, .otherson{ display:block; margin:10px 0 0 25px; width:151px; height:30px; line-height:30px; text-align:center; background:url(bg_repno.gif) no-repeat 0 -680px; outline:none; }
|
||||
.otherson{ background:url(bg_repno.gif) no-repeat 0 -650px; }
|
||||
.othersoff:hover, .otherson:hover{ text-decoration:none; }
|
||||
|
||||
|
||||
/* menu */
|
||||
.togglemenu{ position:absolute; z-index:1000; width:149px; *width:151px; text-align:left; border:1px solid #B5CFD9; border-top:none; background:#FFF; opacity:0.8; filter:Alpha(opacity=80); }
|
||||
.togglemenu ul{ list-style:none; margin:0 2px 2px; padding:10px 0; background:url(bg_repx_hd.gif) repeat-x; }
|
||||
.togglemenu a{ display:block; padding:5px 15px; color:#666; text-decoration:underline; }
|
||||
.togglemenu a:hover{ color:#09C; }
|
||||
|
||||
/* header_menu */
|
||||
#header_menu { text-align: right; padding-right: 20px; cursor:pointer; }
|
||||
|
||||
/* box */
|
||||
.container{ padding:20px; text-align:left; }
|
||||
.note{ margin:5px 0; padding:10px; width:580px; border:1px solid #B5CFD9; background:#F5F9FD; }
|
||||
.i{ padding-left:22px; line-height:19px; background:url(bg_repno.gif) no-repeat -275px -100px; }
|
||||
.i a{ text-decoration:underline; }
|
||||
.i a:hover{ text-decoration:none; }
|
||||
.mainbox{ margin:10px 0; }
|
||||
.opt{ clear:both; overflow:hidden; }
|
||||
.opt th{ padding:5px 0; font-weight:700; text-align:left; }
|
||||
.opt td{ padding-bottom:10px; }
|
||||
.opt .txt, .opt textarea{ vertical-align:middle; margin-right:10px; width:250px; }
|
||||
.opt select{ vertical-align:middle; margin-right:10px; }
|
||||
.opt .area{ height:80px; }
|
||||
.opt .bigarea { width: 500px; height: 80px; }
|
||||
.opt label{ margin-right:20px; }
|
||||
.opt p{ float:left; line-height:180%; }
|
||||
.correct td{ color:#090; }
|
||||
.correct .txt{ padding-right:20px; width:160px; background:url(bg_repno.gif) no-repeat 165px -198px; }
|
||||
.error td{ color:#F60; }
|
||||
.error .txt{ padding-right:20px; width:160px; background:url(bg_repno.gif) no-repeat 167px -346px; }
|
||||
.datalist{ clear:both; width:100%; border-top:2px solid #B5CFD9; border-bottom:2px solid #B5CFD9; }
|
||||
.datalist th{ line-height:250%; text-align:left; background:url(bg_repx.gif) repeat-x 0 bottom; color:#9EBECB; font-size:12px; }
|
||||
.datalist td{ padding:5px 0; background:url(bg_repx.gif) repeat-x 0 bottom; }
|
||||
.currenttr td{ background:#F2F9FD url(bg_repx.gif) repeat-x 0 bottom; }
|
||||
.datalist a{ text-decoration:underline; }
|
||||
.datalist a:hover{ text-decoration:none; }
|
||||
.datalist .txt{ width:90%; overflow:hidden; }
|
||||
.datalist .txtnobd{ width:90%; border:1px solid #FFF; text-align:right; overflow:hidden; cursor:pointer;}
|
||||
.datalist .bigarea { width: 500px; height: 80px; }
|
||||
.tdinput{ padding:0 30px 5px 0; width:160px; }
|
||||
.tdarrow{ width:20px; }
|
||||
.option{ width:10%; }
|
||||
.username{ width:20%; font-weight:700; }
|
||||
.date{ width:25%; }
|
||||
.ip{ width:15%; }
|
||||
.fixwidth{ width: 100%; }
|
||||
.fixwidthdec{ width:580px; }
|
||||
#loginform{ overflow:hidden; margin:90px auto; *padding-top:90px; width:590px; }
|
||||
.login{ float:left; margin-top:5px; text-align:right; font:bold 14px Tahoma, 'Simsun', Sans-serif; }
|
||||
.login p{ margin:10px 5px; }
|
||||
.loginbtn{ padding-left:53px; text-align:left; }
|
||||
.login .txt{ width:160px; }
|
||||
.login .seccode { margin-right:5px; width:85px; }
|
||||
.checkcode{ margin-top:-3px; *margin-top:-6px; width:70px; height:21px; cursor:pointer; vertical-align:middle; }
|
||||
.rstpsw { margin-left:10px; font-size:12px; font-weight:400; }
|
||||
.loginbox{ padding-right:40px; width:290px; height:120px; line-height:150%; background:url(bg_login.gif) no-repeat right 50%; }
|
||||
.loginbox h1{ text-indent:-9999px; margin:10px 0 10px; height:25px; background:url(bg_repno.gif) no-repeat 0 -750px; }
|
||||
.ajax{ width:360px; border:1px solid #89B3C2; }
|
||||
.ajaxbg{ margin:2px; padding:15px; background:url(bg_repx_hc.gif) repeat-x; }
|
||||
.alert{ padding-left:40px; background:url(bg_repno.gif) no-repeat 0 -500px; }
|
||||
.alert h4{ margin-bottom:3px; font-size:14px; }
|
||||
.alert p{ margin-bottom:12px; color:#09C; }
|
||||
.alert .btn{ vertical-align:middle; }
|
||||
.alert a.abtn{ margin-left:20px; text-decoration:underline; }
|
||||
.alert a.abtn:hover{ text-decoration:none; }
|
||||
.errormsg{ margin:10px 0; padding:10px; width:580px; border:1px solid #DD3D11; background:#FFEBEB; }
|
||||
.errormsg p{ padding-left:15px; background:url(bg_repno.gif) no-repeat -300px -648px; }
|
||||
.errormsg em{ color:#DD3D11; font-weight:700; }
|
||||
.correctmsg{ margin:10px 0; padding:10px; width:580px; border:1px solid #4EBB20; background:#FCFFF0; }
|
||||
.correctmsg p{ padding-left:17px; background:url(bg_repno.gif) no-repeat -335px -598px; }
|
||||
.correctmsg em{ color:#4EBB20; font-weight:700; }
|
||||
.loginmsg{ position:absolute; margin:-45px 0 0 5px; *margin:-45px 0 0 -73px; width:197px; line-height:150%; text-align:left; font-size:12px; font-weight:400; }
|
||||
.loginmsg p{ margin:0; }
|
||||
.rtninfo{ margin:50px auto; width:500px; line-height:180%; }
|
||||
.rtninfo h4{ margin-bottom:10px; padding-left:25px; background:url(bg_repno.gif) no-repeat -275px -98px; font-size:14px; }
|
||||
.rtninfo p{ margin-left:25px; }
|
||||
.footer{ display:block; line-height:25px; }
|
||||
|
||||
/* tabmenu */
|
||||
.hastabmenu{ position:relative; height:90px; width: 580px; }
|
||||
.tabmenu{ position:absolute; z-index:80; list-style:none; }
|
||||
.tabmenu li{ float:left; margin-right:5px; }
|
||||
.tabmenu li a, .tabmenu .tabcurrent a{ display:block; padding: 0 7px; height: 21px; line-height: 21px; border:1px solid #CCC; border-bottom:1px solid #B5CFD9; color:#666; }
|
||||
* html .tabmenu li a { float: left; height: 20px; line-height: 20px; }
|
||||
*+html .tabmenu li a { height: 20px; line-height: 20px; }
|
||||
.tabmenu li a:hover{ text-decoration:none; }
|
||||
.tabmenu .tabcurrent a{ border:1px solid #B5CFD9; border-bottom:1px solid #F2F9FD; background:#F2F9FD; }
|
||||
.tabcontent, .tabcontentcur{ position:absolute; top:22px; *top:21px; z-index:70; padding:10px; width:580px; border:1px solid #CCC; }
|
||||
.tabcontentcur{ border:1px solid #B5CFD9; background:#F2F9FD; }
|
||||
.tabcontent .txt, .tabcontentcur .txt{ margin-right:10px; width:110px; }
|
||||
.tabcontent .btn, .tabcontentcur .btn{ margin-left:5px; }
|
||||
|
||||
/* table */
|
||||
.dbtb{ clear:both; width:100%; }
|
||||
.tbtitle{ padding:5px 0; width:70px; }
|
||||
.dbtb .btn{ margin-left:0; }
|
||||
|
||||
/* pages */
|
||||
.tdpage{ text-align:right; }
|
||||
.pages{ clear:both; margin:10px 0; }
|
||||
.pages em, .pages a, .pages strong{ text-decoration:none; margin-left:5px; padding:2px 5px; border:1px solid #E5E5E5; }
|
||||
.pages a:hover{ text-decoration:none; border:1px solid #09C; background:#09C; color:#FFF; }
|
||||
.pages strong{ border:none; font-weight:700; }
|
||||
.pages kbd { margin-left: 5px; }
|
||||
|
||||
/* title */
|
||||
h3{ font-size:14px; }
|
||||
h3 .btn{ margin-left:10px; vertical-align:middle; }
|
||||
|
||||
/* list */
|
||||
.dblist{ list-style:none; margin-top:5px; }
|
||||
.dblist li{ float:left; margin:0 0 0 -3px; *margin:0 0 5px -3px; width:25%; height:auto; *height:16px; }
|
||||
.memlist{ list-style:none; margin:7px 0 25px; padding-top:2px; border-top:2px solid #B5CFD9; }
|
||||
.memlist li{ clear:both; overflow:hidden; zoom:1; padding:5px 0; *padding:1px 0 5px; line-height:150%; background:url(bg_repx.gif) repeat-x 0 bottom; }
|
||||
.memlist em{ float:left; width:120px; }
|
||||
.memlist .memcont{ width:480px; }
|
||||
.tiplist{ float:right; list-style:none; width:320px; }
|
||||
.tiplist li{ line-height:160%; }
|
||||
.optlist{ clear:both; list-style:none; margin:5px 0; width:100%; }
|
||||
.optlist li{ line-height:180%; }
|
||||
|
||||
/* calendar */
|
||||
.table1 th{ padding:5px; }
|
||||
.table1 td{ padding:2px 5px; }
|
||||
.calendarmenu{ position:absolute; padding:9px 0 0 9px; *padding:9px; border:1px solid #B5CFD9; background:#FFF; opacity:0.8; filter:Alpha(opacity=80); }
|
||||
|
||||
/* widget */
|
||||
.statimg{ vertical-align:middle; margin:0 5px 2px 0 !important; *margin:0 5px 0 0 !important; *margin:0 5px 2px 0; }
|
||||
.avt {vertical-align: middle; width: 48px; height: 48px;}
|
||||
.line{ clear:both; position:relative; margin:10px 0; border-top:1px solid #CCC; }
|
||||
.line p{ position:absolute; top:14px; right:50px; font-weight:700; }
|
||||
.margintop{ margin-top:10px; }
|
||||
.marginbot{ margin-bottom:10px; }
|
||||
.nomargin{ margin:0; }
|
||||
.nobg{ background:none; }
|
||||
.nobg td{ background:none; }
|
||||
.center{ text-align:center; }
|
||||
.bold{ font-weight:700; }
|
||||
.red{ color:red; }
|
||||
.green{ color:green; }
|
||||
|
||||
|
||||
.tabhead {width: 100%; clear: both; background: url(images/bg_tab_line.gif) repeat-x bottom;}
|
||||
.tabhead li{line-height: 1.2em; display:block; padding:5px 7px 2px 7px; border:1px solid #CCC; border-bottom:0px solid #B5CFD9; color:#666; float:left; margin-right:5px;}
|
||||
.tabhead li.checked{background:#F2F9FD; font-weight: 800}
|
||||
.tabbody {padding: 1em; clear: both; border:1px solid #B5CFD9; border-top: 0px; background:#F2F9FD; }
|
BIN
uc_server/images/avatar/arrow_down_big.gif
Normal file
After Width: | Height: | Size: 288 B |
1308
uc_server/images/avatar/avatar.css
Normal file
BIN
uc_server/images/avatar/avatar_back.gif
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
uc_server/images/avatar/avatar_blank.gif
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
uc_server/images/avatar/avatar_finishback.png
Normal file
After Width: | Height: | Size: 172 KiB |
BIN
uc_server/images/avatar/avatar_finishbutton.gif
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
uc_server/images/avatar/avatar_lattice.png
Normal file
After Width: | Height: | Size: 767 KiB |
BIN
uc_server/images/avatar/avatar_save.gif
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
uc_server/images/avatar/avatar_upload.gif
Normal file
After Width: | Height: | Size: 15 KiB |
0
uc_server/images/avatar/index.htm
Normal file
BIN
uc_server/images/avatar/ui-bg_flat_0_aaaaaa_40x100.png
Normal file
After Width: | Height: | Size: 236 B |
BIN
uc_server/images/avatar/ui-bg_flat_75_ffffff_40x100.png
Normal file
After Width: | Height: | Size: 175 B |
BIN
uc_server/images/avatar/ui-bg_glass_55_fbf9ee_1x400.png
Normal file
After Width: | Height: | Size: 172 B |
BIN
uc_server/images/avatar/ui-bg_glass_65_ffffff_1x400.png
Normal file
After Width: | Height: | Size: 174 B |
BIN
uc_server/images/avatar/ui-bg_glass_75_dadada_1x400.png
Normal file
After Width: | Height: | Size: 193 B |
BIN
uc_server/images/avatar/ui-bg_glass_75_e6e6e6_1x400.png
Normal file
After Width: | Height: | Size: 185 B |
BIN
uc_server/images/avatar/ui-bg_glass_95_fef1ec_1x400.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
uc_server/images/avatar/ui-bg_highlight-soft_75_cccccc_1x100.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
uc_server/images/avatar/ui-icons_222222_256x240.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
uc_server/images/avatar/ui-icons_2e83ff_256x240.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
uc_server/images/avatar/ui-icons_454545_256x240.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
uc_server/images/avatar/ui-icons_888888_256x240.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
uc_server/images/avatar/ui-icons_cd0a0a_256x240.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
uc_server/images/bg_login.gif
Normal file
After Width: | Height: | Size: 475 B |
BIN
uc_server/images/bg_repno.gif
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
uc_server/images/bg_repx.gif
Normal file
After Width: | Height: | Size: 314 B |
BIN
uc_server/images/bg_repx_h.gif
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
uc_server/images/bg_repx_hb.gif
Normal file
After Width: | Height: | Size: 112 B |
BIN
uc_server/images/bg_repx_hc.gif
Normal file
After Width: | Height: | Size: 389 B |
BIN
uc_server/images/bg_repx_hd.gif
Normal file
After Width: | Height: | Size: 211 B |
BIN
uc_server/images/bg_repy.gif
Normal file
After Width: | Height: | Size: 167 B |
BIN
uc_server/images/bg_tab_line.gif
Normal file
After Width: | Height: | Size: 43 B |
BIN
uc_server/images/correct.gif
Normal file
After Width: | Height: | Size: 147 B |
BIN
uc_server/images/default/btnbg.gif
Normal file
After Width: | Height: | Size: 152 B |
BIN
uc_server/images/default/citeicon.gif
Normal file
After Width: | Height: | Size: 325 B |
BIN
uc_server/images/default/codeicon.gif
Normal file
After Width: | Height: | Size: 399 B |
BIN
uc_server/images/default/editor.gif
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
uc_server/images/default/headerbg.gif
Normal file
After Width: | Height: | Size: 155 B |
1
uc_server/images/default/index.htm
Normal file
@@ -0,0 +1 @@
|
||||
|
BIN
uc_server/images/default/moreuser.gif
Normal file
After Width: | Height: | Size: 1022 B |
BIN
uc_server/images/default/navbg.gif
Normal file
After Width: | Height: | Size: 46 B |
BIN
uc_server/images/default/navborder.gif
Normal file
After Width: | Height: | Size: 70 B |
BIN
uc_server/images/default/navonbg.gif
Normal file
After Width: | Height: | Size: 70 B |
BIN
uc_server/images/default/newpm.gif
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
uc_server/images/default/selectpm.gif
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
uc_server/images/default/sendpm.gif
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
uc_server/images/default/shrink.gif
Normal file
After Width: | Height: | Size: 313 B |
BIN
uc_server/images/default/spread.gif
Normal file
After Width: | Height: | Size: 309 B |
137
uc_server/images/default/style.css
Normal file
@@ -0,0 +1,137 @@
|
||||
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Common Style ~~~~ */
|
||||
|
||||
* { word-wrap: break-word; }
|
||||
body { background: #FFF; text-align: center; }
|
||||
* html body { width: expression(document.body.scrollHeight >= document.documentElement.clientHeight ? '780px' : ''); }
|
||||
body, td, input, textarea, select, button { color: #000; font: 12px/1.6em Helvetica, Arial, sans-serif; }
|
||||
body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0; }
|
||||
h1, h2, h3, h4, h5, h6 { font-size: 1em; }
|
||||
#menu li, .popupmenu_popup li, #announcement li, .portalbox li, .tabs li, .postmessage fieldset li, .side li, .formbox li, .notice li { list-style: none; }
|
||||
a { color: #000; text-decoration: none; }
|
||||
a:hover { text-decoration: underline; }
|
||||
a img { border: none; }
|
||||
em, cite, strong, th { font-style: normal; font-weight: normal; }
|
||||
table { empty-cells: show; border-collapse: collapse; }
|
||||
.bold { font-weight: bold; }
|
||||
|
||||
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ucbox~~~~ */
|
||||
.ucbody { text-align: left; }
|
||||
h1 { height: 32px; line-height: 32px; background: url(headerbg.gif) repeat-x 50%; border-bottom: 1px solid #CAD9EA; color: #005C89; font-size: 1.13em; padding-left: 1em; }
|
||||
.ucnav { height: 35px; line-height: 35px; margin: 10px 10px 0; color:#666; background: url(navbg.gif) repeat-x 50%; border: solid #DEDEDE; border-width: 1px 1px 0; }
|
||||
.ucnav a { float: left; height: 29px; line-height: 29px; margin: 4px 0 0 4px; padding: 0 10px; background: #EFEFEF; border: solid #D1D1D1; border-width: 1px 1px 0; color: #555; }
|
||||
.ucnav a:hover { border: solid #999; border-width: 1px 1px 0; }
|
||||
.ucnav a.ucontype { height: 30px; background: #FFF; border: solid #999; border-width: 1px 1px 0; font-weight: bold; color:#000; }
|
||||
.ucnav a.sendpmontype { padding-left: 32px; background: #FFF url(sendpm.gif) no-repeat 10px 50%; }
|
||||
.ucnav a.sendpm { padding-left: 32px; background: #EFEFEF url(sendpm.gif) no-repeat 10px 50%; }
|
||||
.navinfo { float: right; margin-right: 10px; }
|
||||
* html .navinfo { padding-top: 8px;}
|
||||
.navinfo img { vertical-align: middle; margin-right: 10px; }
|
||||
.navinfo a { float: none; background: none; padding: 0; border: none; }
|
||||
.navinfo a:hover { border: none; }
|
||||
.navinfo a.ontype { font-weight: bold; color:#000; }
|
||||
|
||||
.ucinfo { margin: 0 10px 10px; border: solid #A4B2BD; border-width: 0 1px 1px; padding: 6px; overflow: hidden; }
|
||||
* html .ucinfo { height: 1%; }
|
||||
.ucinfo a { color: #0871b3; }
|
||||
.ucinfo a.boldtext { font-weight: bold; }
|
||||
.ucinfo h1 { height: 62px; line-height: 32px; border-bottom: 2px solid #A3A3A3; margin: 10px auto; padding-left: 0px; }
|
||||
.ucinfo h1 img { vertical-align: middle; }
|
||||
.ucinfo h1 span { float: right; }
|
||||
.ucinfo table { table-layout: fixed; width: 100%; }
|
||||
.ucinfo form { overflow: hidden; }
|
||||
* html .ucinfo form { height: 1%; }
|
||||
.pmlist td, .pmlist th, .newpm td, .newpm th { text-align: left; border-top: none; border-bottom: 1px solid #CAD9EA; color: #666; padding: 5px 0; }
|
||||
.pmlist td, .pmlist th { height: 56px; }
|
||||
.pmlist tfoot td, .newpm tfoot td, .newpm tfoot th { border-bottom: none; }
|
||||
tr.onmsgtitle td, tr.onmsgtitle th { background: #E8F3FD; font-weight: 700; }
|
||||
.pmlist h2, .newpm h2 { font-weight: 100; font-size: 14px; }
|
||||
tr.onset td, tr.ontouser td { background: #F4F9FE; }
|
||||
.newpm em.new { display: block; float: right; background: url(selectpm.gif) no-repeat; padding-left: 20px; width: 46px; height: 16px; }
|
||||
.onset td h2 { font-weight: 700; }
|
||||
.sel { width: 40px; text-align: center; vertical-align: top; }
|
||||
.ava { width: 60px; }
|
||||
.newpm td.ava { vertical-align: top; }
|
||||
td.ava img { margin-left: 6px;width: 48px; height: 48px; }
|
||||
.pef { width: 160px; vertical-align: top; }
|
||||
.title { width: 490px;}
|
||||
.title ul { list-style-position : inside; }
|
||||
.title .pages { float: right; }
|
||||
.title p { font-weight: bold; }
|
||||
.newpm tbody th { width: 70px; text-align: right; padding-right: 10px; }
|
||||
.savetitle em { margin-left: 10px; font-size: 11px; color: #BBB; }
|
||||
.ctrlbar td { height: 10px; }
|
||||
.listtype td.selector, .ucinfo td.selector { width: 50px; text-align: center; vertical-align: middle; }
|
||||
.msgtitle { width: 420px; }
|
||||
.msgfrom { width: 150px; }
|
||||
.msgtime { width: 130px;}
|
||||
.ucinfo .quote, .ucinfo .blockcode { background: #FBFBFB url(citeicon.gif) no-repeat 5px 5px; padding: 30px 20px 10px; border: 1px solid #CCC; margin: 20px 0; }
|
||||
.ucinfo .blockcode { background: #FBFBFB url(codeicon.gif) no-repeat 8px 6px; }
|
||||
.ucinfo .blockcode h5 { border: 1px solid #CAD9EA; padding-left: 1em; margin: 4px 2em 2px 0px; background: #F5F5F5; }
|
||||
.ucinfo .quote h5 { border: 1px solid #CAD9EA; padding-left: 1em; margin: 4px 2em 0px 0px; border-width: 1px 1px 0px 1px; background: url(navonbg.gif) repeat-x 40%; height: 27px; line-height:27px; }
|
||||
.ucinfo .quote blockquote { margin: 0px 2em 2px 0px; padding: 6px; }
|
||||
.ucinfo .sl { padding-left: 1.2em; }
|
||||
.ucinfo .sl span { float: right; margin: -20px 10px 0 0; font-weight: 700; }
|
||||
.ucinput { border: 1px solid #A4B2BD; padding: 4px 6px;}
|
||||
.ucnote { border: solid #CAD9EA; border-width: 1px 0; padding: 10px; margin: 10px 3px; background: #F5F5F5; line-height: 1.8em; }
|
||||
.listarea { border: 1px solid #A4B2BD; width: 99%; }
|
||||
.linkbox { height: 28px; line-height: 28px; margin: 5px auto; background: #FEFEFE; border: 1px solid #CAD9EA; }
|
||||
.linkbtn { display: block; float: left; height: 18px; line-height: 18px; padding: 0 10px; margin: 4px 0 0 10px; background: #E8F3FD; border: 1px solid #CAD9EA; }
|
||||
.right { float: right; margin-right: 10px; color: #999; }
|
||||
.pmcontent { width: 80%; float: left; }
|
||||
.noside { width: 100%; }
|
||||
.pmside { width: 19%; float: right; color: #666666; }
|
||||
a.moreuser { background: #FFF url(moreuser.gif) no-repeat; width: 16px; height: 16px; margin-top: -24px; float: right; text-indent: 9999px; overflow: hidden; }
|
||||
.pmside h3 { height: 36px; *height: 37px; line-height: 36px; border-bottom: 1px solid #CAD9EA; }
|
||||
.pmside ul { list-style: none; height: 300px; display: block; overflow-y: auto; }
|
||||
.pmside ul li { list-style: none; padding: 3px 0; overflow: hidden; }
|
||||
|
||||
.msg { background: #E8F3FD; border: 1px solid #CAD9EA; width: 100%; }
|
||||
.msg thead th { color: #005C89; padding: 0.5em; color: #666; }
|
||||
.msg a { color: #666; }
|
||||
.msg tbody th { background: #FFFFFF; padding: 0.5em; }
|
||||
.msg tbody td { background: #FFFFFF; padding: 0.5em; }
|
||||
.msg tbody em { color: #005C89; font-weight: normal; }
|
||||
|
||||
.message strong { font-weight: bold; }
|
||||
|
||||
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pages_btns~~~~ */
|
||||
.pages_btns { padding: 0 0 10px; overflow: hidden; margin-top: 10px; }
|
||||
.postbtn { float: right; }
|
||||
button { border: 1px solid; border-color: #E6E6E6 #898989 #898989 #E6E6E6; padding: 0 8px; margin-right: 6px;height: 24px; line-height: 24px; background: #E8E8E8;}
|
||||
.postbtn { cursor: pointer; }
|
||||
.pmsubmit { background: #005C89; color: #FFF; }
|
||||
.pages_btns .pages em { line-height: 26px; border: 1px solid; border-color: #E6E6E6 #898989 #898989 #E6E6E6; }
|
||||
.pages, .threadflow { float: left; border: 1px solid #CAD9EA; background: #F7F7F7; height: 24px; line-height: 26px; color: #999; overflow: hidden; }
|
||||
.pages a, .pages strong, .pages em, .pages kbd, #multipage .pages em { float: left; padding: 0 8px; line-height:26px; }
|
||||
.pages a:hover { background-color: #FFF; }
|
||||
.pages strong { font-weight: bold; color: #090; background: #CAD9EA; }
|
||||
.pages a.prev, .pages a.next { line-height: 24px; font-family: Verdana, Arial, Helvetica, sans-serif; }
|
||||
.pages a.next { padding: 0 15px; }
|
||||
.pages kbd { border-left: 1px solid #CAD9EA; margin: 0; }
|
||||
* html .pages kbd { padding: 1px 8px; }
|
||||
.pages kbd input { border: 1px solid #CAD9EA; margin-top: 3px !important; * > margin-top: 1px !important; margin: 1px 4px 0 3px; padding: 0 2px; height: 17px; }
|
||||
.pages kbd>input { margin-bottom: 2px; }
|
||||
|
||||
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ editor~~~~ */
|
||||
.editor a { margin: 6px 2px 6px 0; float: left; text-decoration: none; display: block; height: 20px; width: 21px; background: #E8F3FD url(editor.gif) no-repeat 0 21px; border: 1px solid #D1D1D1; }
|
||||
.editor a:hover { border: 1px solid #999; }
|
||||
#editor_b { background-position: 0 0; }
|
||||
#editor_u { background-position: 0 -19px; }
|
||||
#editor_i { background-position: 0 -40px; }
|
||||
#editor_alignleft { background-position: 0 -60px; }
|
||||
#editor_aligncenter { background-position: 0 -80px; }
|
||||
#editor_alignright { background-position: 0 -100px; }
|
||||
#editor_url { background-position: 0 -120px; }
|
||||
#editor_email { background-position: 0 -140px; }
|
||||
#editor_floatleft { background-position: 0 -160px; }
|
||||
#editor_floatright { background-position: 0 -180px; }
|
||||
#editor_img { background-position: 0 -200px; }
|
||||
#editor_indent { background-position: 0 -220px; }
|
||||
#editor_lista { background-position: 0 -240px; }
|
||||
#editor_list1 { background-position: 0 -260px; }
|
||||
#editor_color { background-position: 0 -280px; }
|
||||
#editor_code { background-position: 0 -300px; }
|
||||
#editor_quote { background-position: 0 -320px; }
|
||||
#editor_color_menu { width: 113px; height: 71px; background-color: #fff; border: 1px solid #9DB3C5; }
|
||||
#editor_color_menu input { margin: 2px; padding: 0px; float:left; cursor: pointer; width: 10px; height: 10px; border: 0; }
|
||||
#editor_color_menu input:hover { border: 1px solid #999; }
|
BIN
uc_server/images/default/viewpm.gif
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
uc_server/images/error.gif
Normal file
After Width: | Height: | Size: 158 B |
1
uc_server/images/fonts/ch/index.htm
Normal file
@@ -0,0 +1 @@
|
||||
|
BIN
uc_server/images/fonts/en/FetteSteinschrift.ttf
Normal file
1
uc_server/images/fonts/en/index.htm
Normal file
@@ -0,0 +1 @@
|
||||
|
1
uc_server/images/fonts/index.htm
Normal file
@@ -0,0 +1 @@
|
||||
|
BIN
uc_server/images/gif/OCR_A_Extended/2.gif
Normal file
After Width: | Height: | Size: 86 B |
BIN
uc_server/images/gif/OCR_A_Extended/3.gif
Normal file
After Width: | Height: | Size: 86 B |
BIN
uc_server/images/gif/OCR_A_Extended/4.gif
Normal file
After Width: | Height: | Size: 90 B |
BIN
uc_server/images/gif/OCR_A_Extended/6.gif
Normal file
After Width: | Height: | Size: 89 B |
BIN
uc_server/images/gif/OCR_A_Extended/7.gif
Normal file
After Width: | Height: | Size: 84 B |
BIN
uc_server/images/gif/OCR_A_Extended/8.gif
Normal file
After Width: | Height: | Size: 95 B |
BIN
uc_server/images/gif/OCR_A_Extended/9.gif
Normal file
After Width: | Height: | Size: 87 B |
BIN
uc_server/images/gif/OCR_A_Extended/b.gif
Normal file
After Width: | Height: | Size: 94 B |
BIN
uc_server/images/gif/OCR_A_Extended/c.gif
Normal file
After Width: | Height: | Size: 84 B |
BIN
uc_server/images/gif/OCR_A_Extended/e.gif
Normal file
After Width: | Height: | Size: 86 B |
BIN
uc_server/images/gif/OCR_A_Extended/f.gif
Normal file
After Width: | Height: | Size: 84 B |
BIN
uc_server/images/gif/OCR_A_Extended/g.gif
Normal file
After Width: | Height: | Size: 91 B |
BIN
uc_server/images/gif/OCR_A_Extended/h.gif
Normal file
After Width: | Height: | Size: 100 B |
1
uc_server/images/gif/OCR_A_Extended/index.htm
Normal file
@@ -0,0 +1 @@
|
||||
|
BIN
uc_server/images/gif/OCR_A_Extended/j.gif
Normal file
After Width: | Height: | Size: 89 B |
BIN
uc_server/images/gif/OCR_A_Extended/k.gif
Normal file
After Width: | Height: | Size: 95 B |
BIN
uc_server/images/gif/OCR_A_Extended/m.gif
Normal file
After Width: | Height: | Size: 101 B |
BIN
uc_server/images/gif/OCR_A_Extended/p.gif
Normal file
After Width: | Height: | Size: 92 B |
BIN
uc_server/images/gif/OCR_A_Extended/q.gif
Normal file
After Width: | Height: | Size: 99 B |
BIN
uc_server/images/gif/OCR_A_Extended/r.gif
Normal file
After Width: | Height: | Size: 96 B |
BIN
uc_server/images/gif/OCR_A_Extended/t.gif
Normal file
After Width: | Height: | Size: 87 B |
BIN
uc_server/images/gif/OCR_A_Extended/v.gif
Normal file
After Width: | Height: | Size: 93 B |
BIN
uc_server/images/gif/OCR_A_Extended/w.gif
Normal file
After Width: | Height: | Size: 102 B |
BIN
uc_server/images/gif/OCR_A_Extended/x.gif
Normal file
After Width: | Height: | Size: 94 B |
BIN
uc_server/images/gif/OCR_A_Extended/y.gif
Normal file
After Width: | Height: | Size: 88 B |
BIN
uc_server/images/gif/Small_Fonts/2.gif
Normal file
After Width: | Height: | Size: 90 B |
BIN
uc_server/images/gif/Small_Fonts/3.gif
Normal file
After Width: | Height: | Size: 90 B |
BIN
uc_server/images/gif/Small_Fonts/4.gif
Normal file
After Width: | Height: | Size: 88 B |
BIN
uc_server/images/gif/Small_Fonts/6.gif
Normal file
After Width: | Height: | Size: 92 B |
BIN
uc_server/images/gif/Small_Fonts/7.gif
Normal file
After Width: | Height: | Size: 84 B |
BIN
uc_server/images/gif/Small_Fonts/8.gif
Normal file
After Width: | Height: | Size: 94 B |
BIN
uc_server/images/gif/Small_Fonts/9.gif
Normal file
After Width: | Height: | Size: 91 B |
BIN
uc_server/images/gif/Small_Fonts/b.gif
Normal file
After Width: | Height: | Size: 96 B |
BIN
uc_server/images/gif/Small_Fonts/c.gif
Normal file
After Width: | Height: | Size: 94 B |
BIN
uc_server/images/gif/Small_Fonts/e.gif
Normal file
After Width: | Height: | Size: 88 B |
BIN
uc_server/images/gif/Small_Fonts/f.gif
Normal file
After Width: | Height: | Size: 85 B |
BIN
uc_server/images/gif/Small_Fonts/g.gif
Normal file
After Width: | Height: | Size: 98 B |
BIN
uc_server/images/gif/Small_Fonts/h.gif
Normal file
After Width: | Height: | Size: 96 B |
1
uc_server/images/gif/Small_Fonts/index.htm
Normal file
@@ -0,0 +1 @@
|
||||
|
BIN
uc_server/images/gif/Small_Fonts/j.gif
Normal file
After Width: | Height: | Size: 84 B |
BIN
uc_server/images/gif/Small_Fonts/k.gif
Normal file
After Width: | Height: | Size: 95 B |
BIN
uc_server/images/gif/Small_Fonts/m.gif
Normal file
After Width: | Height: | Size: 103 B |
BIN
uc_server/images/gif/Small_Fonts/p.gif
Normal file
After Width: | Height: | Size: 91 B |
BIN
uc_server/images/gif/Small_Fonts/q.gif
Normal file
After Width: | Height: | Size: 101 B |