Browse Source

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

remotes/test
carmie 17 years ago
parent
commit
f8809ddb23
1 changed files with 28 additions and 25 deletions
  1. +28
    -25
      trac/htdocs/main.css

+ 28
- 25
trac/htdocs/main.css View File

@@ -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…
Cancel
Save