| @@ -57,6 +57,13 @@ p { | |||||
| color: #2C1F1C; | color: #2C1F1C; | ||||
| } | } | ||||
| dt em { | |||||
| border-bottom:none; | |||||
| color: #984601; | |||||
| font-style:normal; | |||||
| text-decoration:none; | |||||
| } | |||||
| /* = HEADER = */ | /* = HEADER = */ | ||||
| .nav { | .nav { | ||||
| @@ -242,25 +249,35 @@ a.ext-link .icon { | |||||
| font-size:100%; | font-size:100%; | ||||
| font-weight:bold; | font-weight:bold; | ||||
| } | } | ||||
| #ticket { | #ticket { | ||||
| background: #E0E095; | background: #E0E095; | ||||
| border: 1px solid #C46300; | border: 1px solid #C46300; | ||||
| } | } | ||||
| #ticket .date p { | #ticket .date p { | ||||
| margin: 6px; | margin: 6px; | ||||
| color: #984601; | color: #984601; | ||||
| } | } | ||||
| form #comment { | form #comment { | ||||
| width:700px; | width:700px; | ||||
| } | } | ||||
| #ticket table.properties tr { | #ticket table.properties tr { | ||||
| border-bottom: 1px dotted #C46300; | border-bottom: 1px dotted #C46300; | ||||
| } | } | ||||
| #content.ticket fieldset { | #content.ticket fieldset { | ||||
| border: 1px solid #C46300; | border: 1px solid #C46300; | ||||
| } | } | ||||
| .wikitoolbar :link, .wikitoolbar :visited { | .wikitoolbar :link, .wikitoolbar :visited { | ||||
| border: 1px solid #C46300; | border: 1px solid #C46300; | ||||
| } | } | ||||
| .wikitoolbar, #iefix label { | |||||
| padding-left: 2px | |||||
| } | |||||