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

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Markup/styles.css:修订间差异

来自RIA | Wiki
Aunst留言 | 贡献
建立内容为“.template-markup { width: 100%; max-width: 100%; margin-top: 0; margin-left: 0; padding: 0; border-width: medium; border-collapse: collapse; } .t…”的新页面
 
Aunst留言 | 贡献
加粗标题
 
(未显示同一用户的1个中间版本)
第4行: 第4行:
   margin-top: 0;
   margin-top: 0;
   margin-left: 0;  
   margin-left: 0;  
  margin-bottom: 1em;
   padding: 0;
   padding: 0;
   border-width: medium;  
   border-width: medium;  
   border-collapse: collapse;
   border-collapse: collapse;
}
}
.template-markup-title {
  font-weight: bold;
}
.template-markup .template-markup-colheader {
.template-markup .template-markup-colheader {
   width: 50%;
   width: 50%;
}
}
.template-markup .template-markup-cell {
.template-markup .template-markup-cell {
   width: 50%;
   width: 50%;
第21行: 第28行:
   vertical-align: top;
   vertical-align: top;
}
}
.template-markup tr .template-markup-cell:first-of-type > pre {
.template-markup tr .template-markup-cell:first-of-type > pre {
   margin: 0;
   margin: 0;

2024年7月31日 (三) 14:18的最新版本

.template-markup {
  width: 100%; 
  max-width: 100%;
  margin-top: 0;
  margin-left: 0; 
  margin-bottom: 1em;
  padding: 0;
  border-width: medium; 
  border-collapse: collapse;
}

.template-markup-title {
  font-weight: bold;
}

.template-markup .template-markup-colheader {
  width: 50%;
}

.template-markup .template-markup-cell {
  width: 50%;
  max-width: 50%; 
  padding: 6px;
  background-color: rgb(249, 249, 249);
  border-width: 1px; 
  border-style: solid; 
  border-color: rgb(200, 204, 209); 
  vertical-align: top;
}

.template-markup tr .template-markup-cell:first-of-type > pre {
  margin: 0;
  border: none;
  padding: 0; 
  word-wrap: break-word; 

  white-space: pre-wrap; 
}