用户:Chronostasismywife/common.css:修订间差异
来自Limbo Wiki Mirror
小无编辑摘要 |
小无编辑摘要 |
||
| 第43行: | 第43行: | ||
/* 背景 */ | /* 背景 */ | ||
.ul { | |||
{ | list-style-type: none; | ||
margin: 0; | |||
padding: 0; | |||
width: 200px; | |||
background-color: #f1f1f1; | |||
} | |||
.li a { | |||
display: block; | |||
color: #000; | |||
padding: 8px 16px; | |||
text-decoration: none; | |||
} | |||
/* 鼠标移动到选项上修改背景颜色 */ | |||
.li a:hover { | |||
background-color: #555; | |||
color: white; | |||
} | } | ||
2025年1月31日 (五) 22:56的版本
/* 这不对吧师傅我为什么在学这个? */
.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;
}
/* 背景 */
.ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 200px;
background-color: #f1f1f1;
}
.li a {
display: block;
color: #000;
padding: 8px 16px;
text-decoration: none;
}
/* 鼠标移动到选项上修改背景颜色 */
.li a:hover {
background-color: #555;
color: white;
}
