소스 검색

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

remotes/test
carmie 17 년 전
부모
커밋
6f51fdfcb5
1개의 변경된 파일18개의 추가작업 그리고 5개의 파일을 삭제
  1. +18
    -5
      trac/htdocs/main.css

+ 18
- 5
trac/htdocs/main.css 파일 보기

@@ -48,22 +48,29 @@ dt em {
color: #88AA77;
}
.buttons {
margin:0.5em 0;
text-align:center;
margin: 0.5em 0;
text-align: center;
}
#jumprev, #jumploc {
margin:0.2em 0 0.6em;
margin: 0.2em 0 0.6em;
}
#prefs {
background: #88AA77;
border: 2px solid;
border-color: #945973 #290C00 #290C00 #945973;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
table {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

fieldset {
background: #88AA77;
border-color: #290c00;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
legend {
color: #290c00;
@@ -83,16 +90,22 @@ input[type="checkbox"], input[type="button"], input[type="submit"], input[type="
border: 1px solid #88AA77;
color: #290c00;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
background: #88AA77;
border: 1px solid #290c00;
color: #290c00;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
select, input[type="text"], input.textwidget, textarea {
background: white;
border: 1px solid #88AA77;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#loginguest {
float: right;


불러오는 중...
취소
저장