coop.css
来自「Visual C++ has been one of most effectiv」· CSS 代码 · 共 88 行
CSS
88 行
body {
background-image: url(images/grid.gif);
margin-left : 0pt;
margin-top : 0pt;
font-family : "Verdana" "Arial", "Helvetica";
font-size: 10pt;
color: black;
}
p {
font-family : "Verdana" "Arial", "Helvetica";
font-size: 10pt;
}
li {
font-family : "Verdana" "Arial", "Helvetica";
font-size: 10pt;
}
.heading {
font-family: "haettenschweiler", "impact" ;
font-size : 18pt;
color : #993333;
text-align: center;
}
.helpheading {
font-family: "haettenschweiler" ,"impact" ;
font-size : 21;
color : Black;
}
.red {
color: red;
}
.ccheading
{
font-weight: bold;
font-size: 10pt;
color : black;
position: absolute;
}
.subtitle
{
font-size: 10pt;
font-weight : bold;
font-style: italic;
}
.quote
{
font-family: "Comic Sans MS", "Verdana", "Arial";
font-style : italic;
text-align : left;
font-size: 10pt;
font-weight : bold;
}
.bold
{
font-weight: bold;
}
.italic {
font-style: italic;
}
.margin {
font-style : italic;
text-align : right;
font-size: 10pt;
}
small {
font-size: 7pt;
font-style: italic;
text-align: center;
}
em {
font-style: normal;
font-size: 13pt;
font-weight : bold;
}
hr {
color : #006699;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?