Browse Source

后台界面样式调整

tags/6.0.0
llgoer 3 years ago
parent
commit
e903cbf997
12 changed files with 787 additions and 14 deletions
  1. +567
    -2
      src/dede/css/frame.css
  2. +206
    -1
      src/dede/css/indexbody.css
  3. BIN
      src/dede/images/allbtbg2.gif
  4. BIN
      src/dede/images/newlinebg3.gif
  5. +2
    -2
      src/dede/images/style2/style.css
  6. +2
    -2
      src/dede/images/style3/style.css
  7. +5
    -2
      src/dede/images/style4/style.css
  8. BIN
      src/dede/images/tbg.gif
  9. +1
    -1
      src/dede/js/context_menu.js
  10. +2
    -2
      src/dede/js/contextmenu.css
  11. +1
    -1
      src/dede/templets/content_list.htm
  12. +1
    -1
      src/dede/templets/index2.htm

+ 567
- 2
src/dede/css/frame.css
File diff suppressed because it is too large
View File


+ 206
- 1
src/dede/css/indexbody.css View File

@@ -1 +1,206 @@
td{padding:3px 0px 0 3px;}.title{color:#666600;font-weight:bold;}.title span{padding-left:3px;}#addTab{position:absolute;left:455px;top:150px;width:360px;height:180px;z-index:2;background-color:#FFFFFF;border:1px solid #889D8F;padding:0px;display:none;overflow:hidden;}#editTab{position:absolute;left:455px;top:120px;width:360px;height:350px;z-index:1;background-color:#FFFFFF;border:1px solid #889D8F;padding:0px;display:none;}.txt{float:left;}.updatedvt{line-height:23px;padding-left:3px;width:98%;border-bottom:1px dashed #dcdcdc;}.upinfotitle{border-bottom:1px solid #cccccc;color:red;font-weight:bold;line-height:26px;}.verline{border-bottom:1px dashed #cccccc;line-height:26px;}.itemTable{margin-top:8px;background:#CBD8AC;}#loaddiv{top:0;left:0;background:#cccccc;filter:Alpha(opacity=70);-moz-opacity:0.7;position:absolute;z-index:10000;width:100%;height:100%;}#mainmsg{padding-right:8px;}.rightside{width:49%;float:left;margin-right:1%;height:670px;scrollbar-face-color:#ffffff;scrollbar-highlight-color:#919192;scrollbar-shadow-color:#919192;scrollbar-3dlight-color:#ffffff;scrollbar-arrow-color:#919192;scrollbar-track-color:#ffffff;scrollbar-darkshadow-color:#ffffff;}.column{width:49%;float:left;margin-right:0.5%;}.placeholder{width:98%;margin-left:1%;background:#f0f0f0;border:1px dashed #ddd;}.dbox{border:1px solid #DEEAB6;width:98%;margin-left:1%;margin-top:8px;}.dbox dt{height:28px;line-height:28px;font-weight:bold;color:#4D6C2F;cursor:move;}.dbox dt .l{float:left;padding-left:8px;}.dbox dt .r{float:right;padding-right:8px;}.dbox dt.lside{border-bottom:1px solid #CFD7C4;background:url(../images/dlgtitle.gif) repeat-x;}.dbox dt.rside{border-bottom:1px solid #DEEAB6;background:url(../images/wbg.gif) repeat-x;}.dbox dd{padding:0px;}.dbox dd.intable{padding-top:3px;}#updatetest{padding:6px;padding-left:110px;background:url("../images/ico_spider.gif") no-repeat scroll 10px 15px transparent;}#quickmenu{width:100%;height:46px;overflow:hidden;}#quickmenu .icoitem{float:left;height:24px;line-height:24px;margin-top:12px;padding-left:30px;overflow:hidden;}.dboxtable td.nline{border-bottom:1px dashed #CFD7C4;height:26px;}.dboxtable1 ul li{float:left;border-bottom:1px dashed #CFD7C4;height:26px;line-height:26px;display:inline;width:48%;text-align:center;}.biz p{padding:0 15px;line-height:23px;}.biz img{float:right;margin:40px 15px 0 15px;}.footer{border-top:1px solid #CFD7C4;line-height:36px;margin-top:8px;font-family:Verdana,Geneva,sans-serif;}
td {
padding: 3px 0px 0 3px;
}

.title {
color: #666600;
font-weight: bold;
}

.title span {
padding-left: 3px;
}

#addTab {
position: absolute;
left: 455px;
top: 150px;
width: 360px;
height: 180px;
z-index: 2;
background-color: #FFFFFF;
border: 1px solid #889D8F;
padding: 0px;
display: none;
overflow: hidden;
}

#editTab {
position: absolute;
left: 455px;
top: 120px;
width: 360px;
height: 350px;
z-index: 1;
background-color: #FFFFFF;
border: 1px solid #889D8F;
padding: 0px;
display: none;
}

.txt {
float: left;
}

.updatedvt {
line-height: 23px;
padding-left: 3px;
width: 98%;
border-bottom: 1px dashed #dcdcdc;
}

.upinfotitle {
border-bottom: 1px solid #cccccc;
color: red;
font-weight: bold;
line-height: 26px;
}

.verline {
border-bottom: 1px dashed #cccccc;
line-height: 26px;
}

.itemTable {
margin-top: 8px;
background: #CBD8AC;
}

#loaddiv {
top: 0;
left: 0;
background: #cccccc;
filter: Alpha(opacity=70);
-moz-opacity: 0.7;
position: absolute;
z-index: 10000;
width: 100%;
height: 100%;
}

#mainmsg {
padding-right: 8px;
}

.rightside {
width: 49%;
float: left;
margin-right: 1%;
height: 670px;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #919192;
scrollbar-shadow-color: #919192;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #919192;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
}

.column {
width: 49%;
float: left;
margin-right: 0.5%;
}

.placeholder {
width: 98%;
margin-left: 1%;
background: #f0f0f0;
border: 1px dashed #ddd;
}

.dbox {
border: 1px solid #DEEAB6;
width: 98%;
margin-left: 1%;
margin-top: 8px;
}

.dbox dt {
height: 28px;
line-height: 28px;
font-weight: bold;
color: #4D6C2F;
cursor: move;
}

.dbox dt .l {
float: left;
padding-left: 8px;
}

.dbox dt .r {
float: right;
padding-right: 8px;
}

.dbox dt.lside {
border-bottom: 1px solid #CFD7C4;
background-color: rgb(239, 248, 229);
}

.dbox dt.rside {
border-bottom: 1px solid #DEEAB6;
background: url(../images/wbg.gif) repeat-x;
}

.dbox dd {
padding: 0px;
}

.dbox dd.intable {
padding-top: 3px;
}

#updatetest {
padding: 6px;
padding-left: 110px;
background: url("../images/ico_spider.gif") no-repeat scroll 10px 15px transparent;
}

#quickmenu {
width: 100%;
height: 46px;
overflow: hidden;
}

#quickmenu .icoitem {
float: left;
height: 24px;
line-height: 24px;
margin-top: 12px;
padding-left: 30px;
overflow: hidden;
}

.dboxtable td.nline {
border-bottom: 1px dashed #CFD7C4;
height: 26px;
}

.dboxtable1 ul li {
float: left;
border-bottom: 1px dashed #CFD7C4;
height: 26px;
line-height: 26px;
display: inline;
width: 48%;
text-align: center;
}

.biz p {
padding: 0 15px;
line-height: 23px;
}

.biz img {
float: right;
margin: 40px 15px 0 15px;
}

.footer {
border-top: 1px solid #CFD7C4;
line-height: 36px;
margin-top: 8px;
font-family: Verdana, Geneva, sans-serif;
}

BIN
src/dede/images/allbtbg2.gif View File

Before After
Width: 7  |  Height: 24  |  Size: 210B Width: 7  |  Height: 24  |  Size: 146B

BIN
src/dede/images/newlinebg3.gif View File

Before After
Width: 15  |  Height: 36  |  Size: 259B Width: 15  |  Height: 36  |  Size: 158B

+ 2
- 2
src/dede/images/style2/style.css View File

@@ -1,7 +1,7 @@
.top {
height:37px;
width:100%;
background:#3C86C5 url(admin_top_bg.gif) no-repeat right top;
background-color:#3C86C5 ;
overflow:hidden;
clear:both;
}
@@ -17,7 +17,7 @@
text-decoration: none;
}
.dbox dt.lside {
background: url(dlgtitle.gif) repeat-x scroll 0 0 transparent;
background-color:rgb(198, 222, 242);
border-bottom: 1px solid #8EBCDE;
}
.dbox {


+ 2
- 2
src/dede/images/style3/style.css View File

@@ -1,7 +1,7 @@
.top {
height:37px;
width:100%;
background:#9E8560 url(admin_top_bg.gif) no-repeat right top;
background-color:#9E8560;
overflow:hidden;
clear:both;
}
@@ -17,7 +17,7 @@
text-decoration: none;
}
.dbox dt.lside {
background: url(dlgtitle.gif) repeat-x scroll 0 0 transparent;
background: rgb(207, 194, 176);
border-bottom: 1px solid #B1A27B;
}
.dbox {


+ 5
- 2
src/dede/images/style4/style.css View File

@@ -1,7 +1,7 @@
.top {
height:37px;
width:100%;
background:#d4dcdf url(admin_top_bg.gif) no-repeat right top;
background:rgb(231, 236, 239);
overflow:hidden;
clear:both;
}
@@ -16,8 +16,11 @@
padding-right: 11px;
text-decoration: none;
}
.top_version{
color: #333 !important;
}
.dbox dt.lside {
background: url(dlgtitle.gif) repeat-x scroll 0 0 transparent;
background: rgb(231, 236, 239);
border-bottom: 1px solid #D3DBDE;
}
.dbox {


BIN
src/dede/images/tbg.gif View File

Before After
Width: 10  |  Height: 36  |  Size: 227B Width: 10  |  Height: 36  |  Size: 153B

+ 1
- 1
src/dede/js/context_menu.js View File

@@ -110,7 +110,7 @@ ContextMenu.fixPos=function(x,y){
}
ContextMenu.fixSize=function(){
WebFX_PopUpcss.style.height = ItemHeight * ItemNember + "px";
WebFX_PopUpcss.style.height = (ItemHeight * ItemNember + 20) + "px";
WebFX_PopUpcss.style.width = MenuWidth + "px";
ItemNember = 0;
}


+ 2
- 2
src/dede/js/contextmenu.css View File

@@ -25,8 +25,8 @@
.WebFX-ContextMenu-Item {
cursor: default;
font: menu;
color: MenuText;
font: menu;
color: black!important;
width: 100%;
padding: 2px 20px 2px 16px;


+ 1
- 1
src/dede/templets/content_list.htm View File

@@ -13,7 +13,7 @@
<body leftmargin="8" topmargin="8" background='images/allbg.gif' onLoad="ContextMenu.intializeContextMenu()">
<!-- 快速转换位置按钮 -->
<table width="98%" border="0" cellpadding="0" cellspacing="1" bgcolor="#ccd9b9" align="center">
<table width="98%" border="0" cellpadding="0" cellspacing="1" bgcolor="#CFCFCF" align="center">
<tr>
<td height="26" background="images/newlinebg3.gif">
<table width="98%" border="0" cellspacing="0" cellpadding="0">


+ 1
- 1
src/dede/templets/index2.htm View File

@@ -69,7 +69,7 @@
<div class="head">
<div class="top">
<div class="top_logo"> <img src="images/style<?php echo $cfg_admin_skin;?>/admin_top_logo.gif" width="200" height="37" alt="DedeCMS Logo" title="Welcome use DedeCMS" id="topdedelogo" /> </div>
<div style="padding-top: 18px;font-weight: bolder;color: white;float: left;margin-left: -10px;font-style:italic;">v5.8</div>
<div class="top_version" style="padding-top: 18px;font-weight: bolder;color: white;float: left;margin-left: -10px;font-style:italic;">v5.8</div>
<div class="top_link">
<ul>
<li class="welcome">您好:<?php echo $cuserLogin->getUserName(); ?> ,欢迎使用DedeCMS!</li>


Loading…
Cancel
Save