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

📄 god.css

📁 非常简单的一个文本Blog
💻 CSS
字号:
<style type="text/css">
<!--

a:link
{
	color:#000000;
	text-decoration:none;
}

a:visited
{
	color:#000000;
	text-decoration:none;
}

a:hover
{
    color: #66ff33;
	text-decoration: underline;
}

.godimage
{
    border:3px solid #CCFF66;
	display:block;
}

#header
{
    width: 96%;
    align: center;
    margin: 5 20 0 20;
    border: 1px solid #66FF33;
}

.welcome
{
    top: 40;
    left: 230;
    color: green;
	text-align:center;
    font-family: '黑体';
	font-size:36px;
	line-height:160%;
}

#content-two-column
{
    width: 100%;
    height: 100%;
    margin: 20 20 0 20;
    position:relative;
}

#content-main
{
    float:right;
    margin: 0 0 0 10;
}

#leftside
{
    float: left;
    width: 150px;
    height: 100%;
    font-size: 9pt;
    font-family: '宋体';
    border-spacing: 3;
    border-collapse: 0;
    border: 1px solid #66ff33;
    valign: top;
    text-align: center;
}

.leftside_p_img
{
    height: 175px;
    border-bottom: 1px dashed #66FF33;
    margin: 25 10 20 10;
}

.leftside_p
{
    height: 30px;
    border-bottom: 1px dashed #66ff33;
    margin: 0 10 20 10;
}

.leftside_p_log
{
    border-bottom: 1px dashed #66ff33;
    margin: 0 10 20 10;
    padding: 0 0 30 0;
}

.site_counter
{
    height: 40;
    margin: 20 10 20 10;
    border-bottom: 1px dashed #66ff33;
}

#footer
{
    font-size: 9pt;
    font-family: '宋体';
    background: #CCCCCC;
    margin: 20 20 5 20;
    text-align: center;
    padding: 2 0 2 0;
}

-->
</style>

⌨️ 快捷键说明

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