kde.css

来自「phpSysInfo v2.3 显示CPU、内存、硬盘、系统温度、风扇速度等系统」· CSS 代码 · 共 65 行

CSS
65
字号
A {
  text-decoration: none;
}
A:link {
  color: blue;
}
A:visited {
  color: blue;
}
A:active {
  color: blue;
}
.itemtitle {
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: none;
}
.itemtext {
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.tabletitles {
  text-decoration: underline;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
}
body {
  color: #000000;
  background-color: #B0BAE4;
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
}
font {
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
}
H1 {
  color: #000000;
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 20px;
}
select {
    color: black;
    text-decoration: none;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
}
input {
    color: black;
    text-decoration: none;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
}

⌨️ 快捷键说明

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