|
|
@@ -14,28 +14,29 @@
|
|
|
<link href="css/admin.css" rel="stylesheet"/>
|
|
|
<style>
|
|
|
/** skins **/
|
|
|
- #zheng-upms #header {background: #29A176;}
|
|
|
- #zheng-upms .content_tab{background:#29A176;}
|
|
|
- #zheng-upms .s-profile>a{background:url(images/zheng-upms.png) left top no-repeat;}
|
|
|
+ #zheng-upms-server #header {background: #29A176;}
|
|
|
+ #zheng-upms-server .content_tab{background: #29A176;}
|
|
|
+ #zheng-upms-server .s-profile>a{background: url(images/zheng-upms.png) left top no-repeat;}
|
|
|
|
|
|
- #zheng-cms #header {background: #455EC5;}
|
|
|
- #zheng-cms .content_tab{background:#455EC5;}
|
|
|
- #zheng-cms .s-profile>a{background:url(images/zheng-cms.png) left top no-repeat;}
|
|
|
-
|
|
|
+ #zheng-cms-admin #header {background: #455EC5;}
|
|
|
+ #zheng-cms-admin .content_tab{background: #455EC5;}
|
|
|
+ #zheng-cms-admin .s-profile>a{background: url(images/zheng-cms.png) left top no-repeat;}
|
|
|
|
|
|
- #zheng-pay #header {background: #F06292;}
|
|
|
- #zheng-pay .content_tab{background:#F06292;}
|
|
|
- #zheng-pay .s-profile>a{background:url(images/zheng-pay.png) left top no-repeat;}
|
|
|
-
|
|
|
+ #zheng-pay-admin #header {background: #F06292;}
|
|
|
+ #zheng-pay-admin .content_tab{background: #F06292;}
|
|
|
+ #zheng-pay-admin .s-profile>a{background: url(images/zheng-pay.png) left top no-repeat;}
|
|
|
|
|
|
- #zheng-ucenter #header {background: #6539B4;}
|
|
|
- #zheng-ucenter .content_tab{background:#6539B4;}
|
|
|
- #zheng-ucenter .s-profile>a{background:url(images/zheng-ucenter.png) left top no-repeat;}
|
|
|
-
|
|
|
+ #zheng-ucenter-home #header {background: #6539B4;}
|
|
|
+ #zheng-ucenter-home .content_tab{background: #6539B4;}
|
|
|
+ #zheng-ucenter-home .s-profile>a{background: url(images/zheng-ucenter.png) left top no-repeat;}
|
|
|
+
|
|
|
+ #zheng-oss-web #header {background: #0B8DE5;}
|
|
|
+ #zheng-oss-web .content_tab{background: #0B8DE5;}
|
|
|
+ #zheng-oss-web .s-profile>a{background: url(images/zheng-oss.png) left top no-repeat;}
|
|
|
|
|
|
- #zheng-oss #header {background: #0B8DE5;}
|
|
|
- #zheng-oss .content_tab{background:#0B8DE5;}
|
|
|
- #zheng-oss .s-profile>a{background:url(images/zheng-oss.png) left top no-repeat;}
|
|
|
+ #test #header {background: test;}
|
|
|
+ #test .content_tab{background: test;}
|
|
|
+ #test .s-profile>a{background: url(test) left top no-repeat;}
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|