用户:Chronostasismywife/common.css:修订间差异

来自Limbo Wiki Mirror
无编辑摘要
无编辑摘要
第40行: 第40行:
position:relative;
position:relative;
left:20px;
left:20px;
}
/* 背景 */
body
{
background-color:#b0c4de;
}
}

2025年1月31日 (五) 22:42的版本

/* 这不对吧师傅我为什么在学这个? */
.ta {
	font-family:"Times New Roman",Times,serif;
}
.linxian {
	font-family:Arial,Helvetica,sans-serif;
}

/*做图*/
.tu {
    background-color: lightgrey;
    width: 300px;
    /* 内容宽度 */
    border: 25px solid green;
    /* 边框宽度 */
    padding: 25px;
    /* 内容到边框的距离 */
    margin: 25px;
    /* 边框到外部的距离,透明*/
}
/* 梦中情边框 */
.solid {
	border-style:solid;
	/* 可内嵌br */
}

/* 下划线 */
.under {
    text-decoration: underline;
}
/* 可能有用的位置代码 */
.pos_left
{
	position:relative;
	left:-20px;
}

.pos_right
{
	position:relative;
	left:20px;
}

/* 背景 */
body
{
	background-color:#b0c4de;
}