瀏覽代碼

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

master
carmie 15 年之前
父節點
當前提交
61b8f817ea
共有 1 個文件被更改,包括 53 次插入51 次删除
  1. +53
    -51
      trac/htdocs/libcaca.css

+ 53
- 51
trac/htdocs/libcaca.css 查看文件

@@ -34,6 +34,59 @@ h1, h2, h3 {
color: #2C1F1C;
}

/* FORMS */

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
background: #984601;
}
input[type="button"], input[type="submit"], input[type="reset"] {
background: #C46300;
border: 1px outset #984601;
-moz-border-radius: 4px;
}
input[type="text"], input.textwidget, textarea {
border: 1px solid #C46300;
}
legend {
color: #984601;
}

fieldset {
border-color: #984601;
}

#content.ticket {
margin: 0 auto;
}
.buttons {
text-align: center;
}
.buttons input {
margin: 0.5em;
}
#content.ticket fieldset {
background: #E5DCDC;
}
#field-description {
background: #fff url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom;
}
#attachments {
background: #fff;
border: none;
}
#attachfile {
text-align: center;
}
#changelog {
background: #cccc88;
border: 1px solid #C46300;
}
a.ext-link .icon {
background-position: right center;
padding-right: 16px;
}


/* HEADER */

.nav {
@@ -128,57 +181,6 @@ border-right: none !important;
border-bottom: 1px dotted #C46300;
}

/* FORMS */

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
background: #984601;
}
input[type="button"], input[type="submit"], input[type="reset"] {
background: #C46300;
border: 1px outset #984601;
-moz-border-radius: 4px;
}
input[type="text"], input.textwidget, textarea {
border: 1px solid #C46300;
}
legend {
color: #984601;
}

fieldset {
border-color: #984601;
}

#content.ticket {
margin: 0 auto;
}
.buttons {
text-align: center;
}
.buttons input {
margin: 0.5em;
}
#content.ticket fieldset {
background: #E5DCDC;
}
#field-description {
background: #fff url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom;
}
#attachments {
background: #fff;
border: none;
}
#attachfile {
text-align: center;
}
#changelog {
background: #cccc88;
border: 1px solid #C46300;
}
a.ext-link .icon {
background-position: right center;
padding-right: 16px;
}

/* FORM TICKETS */
#preview h3, #changelog h3 {


Loading…
取消
儲存