| @@ -233,6 +233,28 @@ dt :link:hover, dt :visited:hover { | |||
| /* = PAGES & MODULES = */ | |||
| #content .paging .current, #content .paging .current :hover { | |||
| border: 1px solid #a3c37a; | |||
| background: #674e4e; | |||
| } | |||
| #content .paging :link, #content .paging :visited { | |||
| border: 1px solid #a3c37a; | |||
| color: #674e4e; | |||
| } | |||
| #content .paging :link:hover, #content .paging :visited:hover { | |||
| background: #FFBB22; | |||
| color: #674e4e; | |||
| border: 1px solid #a3c37a; | |||
| } | |||
| #content .paging .previous a, | |||
| #content .paging .next a, | |||
| #content .paging .previous a:hover, #content .paging .next a:hover { | |||
| border: none; | |||
| } | |||
| #content .paging .previous a:hover, #content .paging .next a:hover { | |||
| color: #FFBB22; | |||
| } | |||
| /* == WIKI CONTENT : Styles for images in documentation and articles == */ | |||
| .centertxt { | |||
| text-align: center; | |||
| @@ -292,67 +314,6 @@ img.matrix { | |||
| } | |||
| /* == FORMS == */ | |||
| /* === BUTTONS === */ | |||
| input[type="button"], | |||
| input[type="submit"], | |||
| input[type="reset"], | |||
| .controls a { | |||
| background: #674e4e; | |||
| color: #fff; | |||
| border: 1px solid #2C1F1C; | |||
| -moz-border-radius: 4px; | |||
| white-space: normal; | |||
| cursor: pointer; | |||
| font-size: 11px; | |||
| } | |||
| input[type="button"]:hover, | |||
| input[type="submit"]:hover, | |||
| input[type="reset"]:hover, | |||
| .controls a:hover { | |||
| background: #2C1F1C; | |||
| border: 1px solid #674e4e; | |||
| color: #fff; | |||
| } | |||
| #attachments input[type="button"], | |||
| #attachments input[type="submit"], | |||
| #attachments input[type="reset"], | |||
| .buttons input[type="button"], | |||
| .buttons input[type="submit"], | |||
| .buttons input[type="reset"] { | |||
| -moz-border-radius: 10px; | |||
| -webkit-border-radius: 10px; | |||
| border-radius: 10px; | |||
| background: #674e4e url(bouton.png) no-repeat center top; | |||
| color: #fff; | |||
| border: 0; | |||
| border-bottom: 1px solid #2C1F1C; | |||
| padding-top: 90px; | |||
| width: 148px; | |||
| } | |||
| #attachments input[type="button"]:hover, | |||
| #attachments input[type="submit"]:hover, | |||
| #attachments input[type="reset"]:hover, | |||
| .buttons input[type="button"]:hover, | |||
| .buttons input[type="submit"]:hover, | |||
| .buttons input[type="reset"]:hover, | |||
| .buttons input[type="button"]:active, | |||
| .buttons input[type="submit"]:active, | |||
| .buttons input[type="reset"]:active { | |||
| background: #2C1F1C url(boutonhover.png) no-repeat center top; | |||
| border: 0; | |||
| border-bottom: 1px solid #674e4e; | |||
| color: #fff; | |||
| padding-top: 90px; | |||
| width: 148px; | |||
| -moz-border-radius: 10px; | |||
| -webkit-border-radius: 10px; | |||
| border-radius: 10px; | |||
| } | |||
| input[type="text"], input.textwidget, textarea { | |||
| border: 1px solid #674E4E; | |||
| } | |||
| legend { | |||
| color: #674e4e; | |||
| font-size: 20px; | |||
| @@ -371,12 +332,6 @@ fieldset { | |||
| #content.ticket, #content.milestone, { | |||
| margin: 0 auto; | |||
| } | |||
| .buttons { | |||
| text-align: center; | |||
| } | |||
| .buttons input { | |||
| margin: 0.5em; | |||
| } | |||
| #content.ticket fieldset, #edit fieldset { | |||
| background: #C1CFE5; | |||
| border: 1px solid #674e4e !important; | |||
| @@ -442,6 +397,9 @@ form #comment { | |||
| #content.ticket fieldset { | |||
| border: 1px solid #674e4e; | |||
| } | |||
| /* editor menu */ | |||
| .wikitoolbar { | |||
| width: 252px; | |||
| } | |||
| @@ -453,6 +411,75 @@ form #comment { | |||
| border: 1px solid #2C1F1C; | |||
| } | |||
| /* === BUTTONS === */ | |||
| .buttons { | |||
| text-align: center; | |||
| } | |||
| .buttons input { | |||
| margin: 0.5em; | |||
| } | |||
| input[type="button"], | |||
| input[type="submit"], | |||
| input[type="reset"], | |||
| .controls a { | |||
| background: #674e4e; | |||
| color: #fff; | |||
| border: 1px solid #2C1F1C; | |||
| -moz-border-radius: 4px; | |||
| white-space: normal; | |||
| cursor: pointer; | |||
| font-size: 11px; | |||
| padding: 0.2em; | |||
| } | |||
| input[type="button"]:hover, | |||
| input[type="submit"]:hover, | |||
| input[type="reset"]:hover, | |||
| .controls a:hover { | |||
| background: #2C1F1C; | |||
| border: 1px solid #674e4e; | |||
| color: #fff; | |||
| } | |||
| #attachments input[type="button"], | |||
| #attachments input[type="submit"], | |||
| #attachments input[type="reset"], | |||
| .buttons input[type="button"], | |||
| .buttons input[type="submit"], | |||
| .buttons input[type="reset"] { | |||
| -moz-border-radius: 10px; | |||
| -webkit-border-radius: 10px; | |||
| border-radius: 10px; | |||
| background: #674e4e url(bouton.png) no-repeat center top; | |||
| color: #fff; | |||
| border: 0; | |||
| border-bottom: 1px solid #2C1F1C; | |||
| padding-top: 90px; | |||
| width: 148px; | |||
| } | |||
| #attachments input[type="button"]:hover, | |||
| #attachments input[type="submit"]:hover, | |||
| #attachments input[type="reset"]:hover, | |||
| .buttons input[type="button"]:hover, | |||
| .buttons input[type="submit"]:hover, | |||
| .buttons input[type="reset"]:hover, | |||
| .buttons input[type="button"]:active, | |||
| .buttons input[type="submit"]:active, | |||
| .buttons input[type="reset"]:active { | |||
| background: #2C1F1C url(boutonhover.png) no-repeat center top; | |||
| border: 0; | |||
| border-bottom: 1px solid #674e4e; | |||
| color: #fff; | |||
| padding-top: 90px; | |||
| width: 148px; | |||
| -moz-border-radius: 10px; | |||
| -webkit-border-radius: 10px; | |||
| border-radius: 10px; | |||
| } | |||
| input[type="text"], input.textwidget, textarea { | |||
| border: 1px solid #674E4E; | |||
| } | |||
| /* == SEARCH == */ | |||
| #content.search #results dt a { | |||
| @@ -470,27 +497,7 @@ form #comment { | |||
| font-size: 1em; | |||
| } | |||
| #search { margin: 10px 0 0;} | |||
| #content .paging .current, #content .paging .current :hover { | |||
| border: 1px solid #a3c37a; | |||
| background: #674e4e; | |||
| } | |||
| #content .paging :link, #content .paging :visited { | |||
| border: 1px solid #a3c37a; | |||
| color: #674e4e; | |||
| } | |||
| #content .paging :link:hover, #content .paging :visited:hover { | |||
| background: #FFBB22; | |||
| color: #674e4e; | |||
| border: 1px solid #a3c37a; | |||
| } | |||
| #content .paging .previous a, | |||
| #content .paging .next a, | |||
| #content .paging .previous a:hover, #content .paging .next a:hover { | |||
| border: none; | |||
| } | |||
| #content .paging .previous a:hover, #content .paging .next a:hover { | |||
| color: #FFBB22; | |||
| } | |||
| /* == ROADMAP == */ | |||