瀏覽代碼

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3354 92316355-f0b4-4df1-b90c-862c8a59935f

remotes/test
carmie 17 年之前
父節點
當前提交
f8809ddb23
共有 1 個檔案被更改,包括 28 行新增25 行删除
  1. +28
    -25
      trac/htdocs/main.css

+ 28
- 25
trac/htdocs/main.css 查看文件

@@ -1,28 +1,5 @@
input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
background: #EEEEEE;
border: 1px solid #88AA77;
color: #224422;
font-weight: bold;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
background: #88AA77;
border: 1px solid #224422;
color: #224422;
font-weight: bold;
}
#loginguest {
float: right;
font-size: 0.9em;
color: #945973;
}
#loginguest a {
color: #945973;
border-bottom: 1px dotted #88AA77;
font-size: 0.9em;
}
select, input[type="text"], input.textwidget, textarea {
background: white;
border: 1px solid #88AA77;
body {
background: black;
}
dt em {
color: #88AA77;
@@ -55,3 +32,29 @@ th {
th a {
color: #224422;
}
input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
background: #EEEEEE;
border: 1px solid #88AA77;
color: #224422;
font-weight: bold;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
background: #88AA77;
border: 1px solid #224422;
color: #224422;
font-weight: bold;
}
select, input[type="text"], input.textwidget, textarea {
background: white;
border: 1px solid #88AA77;
}
#loginguest {
float: right;
font-size: 0.9em;
color: #945973;
}
#loginguest a {
color: #945973;
border-bottom: 1px dotted #88AA77;
font-size: 0.9em;
}

Loading…
取消
儲存