⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lib.homepage[1].css

📁 一套完整的OA办公系统(JSP)的
💻 CSS
字号:
@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 Some Rights Reserved * and may not be reproduced. * * $Id: lib.homepage.css,v 1.7 2005/09/02 07:05:46 xdanger Exp $ *//** * homepage layout * in the future */div#mainCenter {    float: left;    width: 468px;}div#mainRight {    float: left;    position: relative;    top: 0px;    left: 4px;    width: 120px;}/** * homepage style */div#position {    border-bottom: 1px dashed #ccc;    float: left;    margin-bottom: 4px;    padding: 3px 3px 3px 13px;    width: 300px;}div#archive {    background: #f4f4f4;    border: 1px solid #999;    display: block;    float: right;    margin-bottom: 4px;    position: relative;    text-align: center;    top: 0px;    width: 260px;}div#archive a {    display: block;    border: 0px;    margin: 2px;    height: 16px;}div#archive a:hover {    text-decoration: none;}dl#mainList {    border: 1px solid #999;    border-top: 0px;    clear: both;    margin: 4px 0px 4px 0px;    width: 100%;}dl#mainList dt {    background: #f4f4f4;    border-top: 2px solid #666;    font-weight: bold;    letter-spacing: 1px;    margin: 0px 0px 4px 0px;    padding: 3px 3px 3px 8px;    text-align: left;    width: auto;}dl#mainList dd {    clear: both;    color: #555;    margin: 0px 0px 4px 0px;    line-height: 150%;    padding: 4px;}dl#mainList dd.row1 {    background-color: #f4f4f4;    border-width: 1px 0px 1px 0px;    border-style: dashed;    border-color: #666;}dl#mainList dd.row2 {    background-color: #fff;}dl#mainList dd#centerBannerW468No1 {    background-color: #fff;    text-align: center;}dl#mainList dd img {    float: left;    margin: 0px 10px 10px 0px;    vertical-align: top;    width: 180px;}dl#mainList dd img.seperator {    clear: both;    float: none;    margin: 0px;    padding: 0px;    width: 566px;}dl#mainList dd h3 {    font-weight: bold;    font-size: 14px;    margin: 0px;    padding: 0px;}div#listFooter {    background: #f4f4f4;    border: 1px solid #999;    margin-top: 4px;    padding: 4px;    text-align: center;}/* hack config */dl#mainList dd:after {   content: " ";   display: block;   visibility: hidden;   clear: both;   height: 0.1px;   font-size: 0.1em;   line-height: 0;}/** * ads config */#GoogleAdsense {    padding: 0px;    margin: 0px;}/** * Local Variables: * mode: css * tab-width: 4 * c-basic-offset: 4 * End: */

⌨️ 快捷键说明

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