📄 site-style.css
字号:
/* sets page defaults */
body
{
background-color: #FFFFFF;
background-image: url();
background-position: 0px 0px;
background-repeat: no-repeat;
color: #000000;
margin: 15px 15px 15px 15px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
/* Sets default font size and color, not realy used */
table
{
color: #000000;
font-size: 10px;
font-weight: normal;
}
/* Make sure that the table widths for the 'main' and 'plain' classes match */
/* Main table settings, provides border colour and a 1px border of colour around table rows/columns*/
table.main
{
border: 1px solid black;
background-color: #F4F4F4;
background-image: url();
background-position: ;
background-repeat: ;
padding: 1px;
margin-top: 5px;
margin-bottom: 5px;
width: 770px;
}
/* Defines font size/color for the bread crumb and the stats/login DO NOT ADD A BACKGROUND COLOR */
table.plain
{
width: 770px;
font-size: 11px;
font-weight: normal;
color: #000000;
}
/* Defines font size/color for the login window DO NOT ADD A BACKGROUND COLOR/IMAGE */
table.stats
{
font-size: 11px;
font-weight: normal;
color: #000000;
}
/* Sets the background colour for the stats/login bar same colour as tr.sub-title recommended */
/* If using images remember its a lot taller than the tr.sub-title class */
tr.stats
{
background-color: #D8DDE7;
background-image: url();
background-position: 0px 0px;
background-repeat: repeat-x;
height: ;
}
/* Sets the background colour and font size for the title rows */
tr.title
{
background-color: #A6B3D6;
background-image: url();
background-position: 0px 0px;
background-repeat: repeat-x;
height: ;
color: #000000;
font-size: 12px;
font-weight: normal;
}
/* Sets the background colour and font size for the sub-title rows */
tr.sub-title
{
background-color: #D8DDE7;
background-image: url();
background-position: 0px 0px;
background-repeat: repeat-x;
height: ;
color: #000000;
font-size: 11px;
font-weight: normal;
}
/* Sets the background colour and font size for the post body */
tr.body
{
background-color: #FFFFFF;
background-image: url();
background-position: 0px 0px;
background-repeat: no-repeat;
color: #000000;
font-size: 11px;
font-weight: normal;
}
/* Sets the background colour and font size for the Admin menu */
td.body
{
background-color: #FFFFFF;
background-image: url();
background-position: 0px 0px;
background-repeat: no-repeat;
border: 1px solid black;
height: 100%;
color: #000000;
font-size: 11px;
font-weight: normal;
}
/* Sets the style for the rule around quote tags */
hr
{
height: 1px;
color: #cccccc;
}
/* Sets the style for the rule for the signatures */
hr.post
{
color: #cccccc;
height: 1px;
width: 50%;
}
/* standard link styles */
.plain a:link
{
color: #006699;
text-decoration: none;
}
.plain a:visited
{
color: #006699;
text-decoration: none;
}
.plain a:hover
{
color: #FFA500;
text-decoration: underline;
}
.plain a:active
{
color: #FFA500;
text-decoration: underline;
}
/* Title link styles */
.title a:link
{
color: white;
text-decoration: none;
}
.title a:visited
{
color: white;
text-decoration: none;
}
.title a:hover
{
color: #FFA500;
text-decoration: underline;
}
.title a:active
{
color: #FFA500;
text-decoration: underline;
}
/* Sub-title link styles */
.sub-title a:link
{
color: white;
text-decoration: none;
}
.sub-title a:visited
{
color: white;
text-decoration: none;
}
.sub-title a:hover
{
color: #FFA500;
text-decoration: underline;
}
.sub-title a:active
{
color: #FFA500;
text-decoration: underline;
}
/* Post link styles */
.body a:link
{
color: #006699;
text-decoration: none;
}
.body a:visited
{
color: #006699;
text-decoration: none;
}
.body a:hover
{
color: #FFA500;
text-decoration: underline;
}
.body a:active
{
color: #FFA500;
text-decoration: underline;
}
/* Stats link styles */
.stats a:link
{
color: #006699;
text-decoration: none;
}
.stats a:visited
{
color: #006699;
text-decoration: none;
}
.stats a:hover
{
color: #FFA500;
text-decoration: underline;
}
.stats a:active
{
color: #FFA500;
text-decoration: underline;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -