ソースを参照

correction couleurs forum bordures et titres

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@4419 92316355-f0b4-4df1-b90c-862c8a59935f
master
carmie 14年前
コミット
a01888c4bf
1個のファイルの変更12行の追加3行の削除
  1. +12
    -3
      trac/htdocs/libcaca.css

+ 12
- 3
trac/htdocs/libcaca.css ファイルの表示

@@ -377,10 +377,13 @@ margin: 0 auto;
}

/* browser */
table.listing {
border-color: #674E4E;
}
table.listing thead th,
table.listing tbody td,
table.listing tbody th {
border: 1px solid #a3c37a;
border: 1px solid #674E4E;
}
#dirlist td.age {
border-top: 1px solid #552701;
@@ -455,6 +458,7 @@ h1 :link, h1 :visited {
}
/* forum */


table.listing thead th.moderators,
table.listing tbody td.moderators,
table.listing tbody th.moderators,
@@ -469,7 +473,12 @@ table.listing tbody th.id {
}

.forum-list th.group {
background-color: #674e4e;
background-color: #4E6A91;
border: 1px solid #a3c37a;
padding: 10px 0.2em;
padding: 5px;
color: #fff;
}
.forum-list th.group .description {
float: left;
}

読み込み中…
キャンセル
保存