global.1024[1].css

来自「一套完整的OA办公系统(JSP)的」· CSS 代码 · 共 87 行

CSS
87
字号
@charset "utf-8";/** * Style Sheet v2.0 for VeryCD.com * * You may adapt elements of this CSS in your own projects, * but the unique combination of images, colors, sizes, typography, and positioning ("the design") is * Copyright 2005 VeryCD Team and xdanger<@http://www.xdanger.com/> Some Rights Reserved * and may not be reproduced. * * $Id: global.1024.css,v 1.10 2005/09/28 02:39:40 xdanger Exp $ */@media screen {    /**     * global config     */    html { min-width: 1003px; } /* fix a bug in Mozilla */        /**     * global layout     */    div#globalWrapper {        width: 1003px;    }    div#globalContainer {        width: 990px;    }    div#pageHeader {        background: url(http://doc.verycd.com/images/header_seperator.1024.gif) no-repeat bottom left;    }    div#globalSearchArea {        left: 10px;    }    div#pageBody {        background: url(http://doc.verycd.com/images/body_background.1024.gif) repeat-y;    }    div#globalSiteLogo {        width: 288px;    }    div#globalSearchArea {        width: 691px;    }    div#bodyLeftWrapper, div#bodyLeftWraper {        left: -786px;        width: 204px;    }    div#bodyLeftContainer {        width: 198px;    }    div#bodyMainWrapper, div#bodyMainWraper {        left: 208px;        width: 780px;    }        /* global style */    input#globalSearchQuery {        width: 426px;    }    div#globalSearchArea {        background: url(http://doc.verycd.com/images/search.1024.png) no-repeat left;    }    dl#libCatalog dd a {        text-indent: 28px;    }    dl#libCatalog dd.rootCurrent a {        text-indent: 28px;    }        dl#libCatalog dd.sub a {        text-indent: 19px;    }    dl#libCatalog dd.subCurrent a {        text-indent: 19px;    }    dl#recommendResouces dd img {        margin-bottom: 4px;    }    div#resourcePostData img {    	max-width: 820px;    }}/** * Local Variables: * mode: css * tab-width: 4 * c-basic-offset: 4 * End: */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?