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

📄 default_polish.css

📁 teamol是一个很好的进行项目管理
💻 CSS
字号:
BODY {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  margin : 0;
  padding : 0;
  background : #CCCCCC;
  color : #000000;
}

LI {
  list-style-type: disc;
}

LI LI {
  font-family: "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  list-style-type: circle;
}

/* CSS hack for XHTML strict */
IMG {
  border-width : 0;
}

/* CSS hack to hide hidden input fields */
FIELDSET {
   border: none;
   margin: 0;
   padding: 0;
}

TABLE {
  border-width : 0;
  padding : 0;
}

/* Global container box */
TABLE.main {
  margin-left : auto;
  margin-right : auto;
  border-width : 0;
  border-collapse : collapse;
  padding : 0;
  width : 100%;
}  

/* Box outline for login screen
  - reduced width
  - aligned centre
*/
TABLE.singlebox {
  margin-left : auto;
  margin-right : auto;
  width : 400px;
  text-align : center;
  border: 1px solid #000000;
  padding : 0;
}

/* Standard table box */
TABLE.tablebox {
  margin-left : auto;
  margin-right : auto;
  width : 97%;
  border: 1px solid #000000;
  padding : 0;
}

/* Table for use in data cells */
TABLE.celldata {
  margin-left : 0;
  margin-top : 5px;
  margin-bottom : 20px;
  border-width: 0;
  padding : 0;
}

/* Table with grey highlight background */
TABLE.decoration {
  background: #dddddd;
  border: solid black 1px;
  color : #000000;
}

/* Class for project row on summary page */
TR.projectrow {
  font-weight : bold;
}

/* Masthead band to top of page */
TD.masthead {
  font-size : 12px;
  padding-top : 5px;
  padding-left : 3px;
  height : 20px;
  border-left : 0;
  border-right : 0; 
  border-top : 0;
  border-bottom: 2px;
  border-style: solid;
  background-color: #ffffff;
  color : #000000;
}

/* Box head styling */
TD.boxhead {
  font-weight : bold;
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding : 3px;
  background : #666666;
  color : #ffffff;
}

/* Box content styling for menu list*/
TD.boxmenu {
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding : 3px;
  background : #ffffff;
  color : #000000;
}

/* Box content styling for info boxes */
TD.boxdata {
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding-top : 10px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 20px;
  background : #ffffff;
  color : #000000;
}

/* Variation on 'boxdata'
  - bottom padding reduced
*/
TD.boxdata2 {
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding-top : 20px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  background : #ffffff;
  color : #000000;
}

/* Box content styling for project listing */
TD.projectlist {
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding-top : 10px;
  padding-left : 30px;
  padding-right : 5px;
  padding-bottom : 20px;
  background : #ffffff;
  color : #000000;
}

/* Box content styling for user & group lists */
TD.grouplist {
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  background : #ffffff;
  color : #000000;
}

/* Cell with grey background */
TD.textbackground {
  background : #eeeeee;
  color : #000000;
}

/* Green progress bar */
TD.greenbar {
  border-width : 0;
  border-collapse : collapse;
  white-space : nowrap;
  height : 4px;
  background : #008B45;
  color : #000000;
}

/* Red/orange progress bar */
TD.redbar {
  border-width : 0;
  border-collapse : collapse;
  white-space : nowrap;
  height : 4px;
  background : #FFA500;
  color : #000000;
}

/* Class for underlined text */
.underline {
  text-decoration: underline;
}

/* Class for text at page bottom */ 
.bottomtext {
  font-size : 12px;
  padding-top : 10px;
  padding-left : 5px;
  padding-bottom : 10px;
  color : #1e4b79;
}

/* Font for text based hyperlinks in [brackets] */
.textlink {
  font-size : 12px;
  font-weight : bold;
}

/* Class for late graphic */
.late {
  font-size : 9px;
  font-weight : bold;
  background : #FF0000;
  color : #FFFFFF;
}

/* Class for new graphic */
.new {
  font-size : 9px;
  font-weight : bold;
  font-style : italic;
  background : #00FF7F;
  color : #000000;
}

/* Class for updated graphic */
.updated {
  font-size : 9px;
  font-weight : bold;
  background : #00FF7F;
  color : #000000;
}

/* Class for green text */
.green {
  color : #006400;
  background : transparent;
}

/* Class for orange text */
.orange {
  color : #FFA500;
  background : transparent;
}

/* Class for grey text */
.grey {
  color : #BEBEBE;
  background : transparent;
}

/* Class for blue text */
.blue {
  color : #0000FF;
  background : transparent;
}

/* Class for red text */
.red {
  color : #FF0000;
  background : transparent;
}

a:link {
  color : #003399;
  background : transparent;
  text-decoration : none;
}

a:visited {
  color : #003399;
  background : transparent;
  text-decoration : none;
}

a:hover {
  color : #cc0000;
  background : transparent;
  text-decoration : none;
}

⌨️ 快捷键说明

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