打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

RIA Wiki 已更新到 1.41!部分 CSS 在新版本下可能有不同的表现,请编辑者注意检查和修改。 目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:成员档案/styles.css:修订间差异

来自RIA | Wiki
SewAWish留言 | 贡献
无编辑摘要
SewAWish留言 | 贡献
无编辑摘要
 
(未显示同一用户的4个中间版本)
第1行: 第1行:
.template-archive-tab {
.archive-head {
     color: rgb(255, 255, 255);
    text-align: right;
     background-color: rgb(180, 66, 40);
    background-color: #343233;
    color: #959595;
    width: 340px;
    height: 60px;
}
 
.archive-tab {
     text-align: left;  
     background-color: #5a5a5a;
    color: white;
    width: 300px;
}
 
.archive-text {
    padding-left: 1em;
    width: 284px;
    word-wrap: break-word;
word-break: break-all;
overflow: hidden;
}
}

2021年5月10日 (一) 19:32的最新版本

.archive-head {
    text-align: right; 
    background-color: #343233; 
    color: #959595; 
    width: 340px; 
    height: 60px;
}

.archive-tab {
    text-align: left; 
    background-color: #5a5a5a; 
    color: white; 
    width: 300px;
}

.archive-text {
    padding-left: 1em;
    width: 284px;
    word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}