body
{
font-family: 微软雅黑;
font-size: 10.5pt;
line-height: 1.5;
}
html, body
{
color: ;
background-color: ;
}
h1 {
font-size:1.5em;
font-weight:bold;
}
h2 {
font-size:1.4em;
font-weight:bold;
}
h3 {
font-size:1.3em;
font-weight:bold;
}
h4 {
font-size:1.2em;
font-weight:bold;
}
h5 {
font-size:1.1em;
font-weight:bold;
}
h6 {
font-size:1.0em;
font-weight:bold;
}
img {
border:0;
max-width: 100%;
height: auto !important;
}
blockquote {
margin-top:0px;
margin-bottom:0px;
}
table {
border-collapse:collapse;
border:1px solid #bbbbbb;
}
td {
border-collapse:collapse;
border:1px solid #bbbbbb;
}
CentOS5.5安装GNOME桌面
最近程序改版,导致原本最小化安装的centos系统无法支持新版程序——原因是公司web程序需要openoffice3支持,而安装启动openoffice3要求操作系统必须有图形界面。所以迫不得已在服务器上将系统升级成桌面版。
三条命令安装GNOME桌面
yum groupinstall "X Window System"
yum groupinstall "GNOME Desktop Environment"
startx
当然,如果机器没有联网,可以从光盘中安装,具体参见CentOS6使用本地源。安装后,直接在添加程序里面找到openoffice3,安装即可。