- Timestamp:
- Oct 19, 2008, 11:27:18 PM (14 years ago)
- Location:
- web/branches/test/trac/htdocs/common/css
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
web/branches/test/trac/htdocs/common/css/code.css
r2682 r3048 1 1 div.code { 2 background: #f7f7f7;3 border: 1px solid #d7d7d7;4 margin: 1em 1.75em;5 padding: .25em;6 overflow: auto2 background: #f7f7f7; 3 border: 1px solid #d7d7d7; 4 margin: 1em 1.75em; 5 padding: .25em; 6 overflow: auto 7 7 } 8 8 … … 10 10 11 11 table.code { 12 border: 1px solid #ddd;13 border-spacing: 0;14 border-top: 0;15 border-collapse: collapse;16 empty-cells: show;17 font-size: 12px;18 line-height: 130%;19 padding: 0;20 margin: 0 auto;21 table-layout: fixed;22 width: 100%;12 border: 1px solid #ddd; 13 border-spacing: 0; 14 border-top: 0; 15 border-collapse: collapse; 16 empty-cells: show; 17 font-size: 12px; 18 line-height: 130%; 19 padding: 0; 20 margin: 0 auto; 21 table-layout: fixed; 22 width: 100%; 23 23 } 24 24 table.code th { 25 border-right: 1px solid #d7d7d7;26 border-bottom: 1px solid #998;27 font-size: 11px;25 border-right: 1px solid #d7d7d7; 26 border-bottom: 1px solid #998; 27 font-size: 11px; 28 28 } 29 29 table.code th.lineno { width: 4em } 30 30 table.code thead th { 31 background: #eee;32 border-top: 1px solid #d7d7d7;33 color: #999;34 padding: 0 .25em;35 text-align: center;36 white-space: nowrap;31 background: #eee; 32 border-top: 1px solid #d7d7d7; 33 color: #999; 34 padding: 0 .25em; 35 text-align: center; 36 white-space: nowrap; 37 37 } 38 38 table.code tbody th { 39 background: #eed;40 color: #886;41 font-weight: normal;42 padding: 0 .5em;43 text-align: right;44 vertical-align: top;39 background: #eed; 40 color: #886; 41 font-weight: normal; 42 padding: 0 .5em; 43 text-align: right; 44 vertical-align: top; 45 45 } 46 46 table.code tbody th :link, table.code tbody th :visited { 47 border: none;48 color: #886;49 text-decoration: none;47 border: none; 48 color: #886; 49 text-decoration: none; 50 50 } 51 51 table.code tbody th :link:hover, table.code tbody th :visited:hover { 52 color: #000;52 color: #000; 53 53 } 54 54 table.code td { 55 font: normal 11px monospace;56 overflow: hidden;57 padding: 1px 2px;58 vertical-align: top;55 font: normal 11px monospace; 56 overflow: hidden; 57 padding: 1px 2px; 58 vertical-align: top; 59 59 } 60 60 table.code tr.hilite th { 61 background: #ccf;61 background: #ccf; 62 62 } 63 63 table.code tr.hilite td { 64 background: #ddf;64 background: #ddf; 65 65 } 66 66 .image-file { background: #eee; padding: .3em } … … 75 75 .p_commentline, .hphp_comment, .hphp_commentblock, .hphp_commentline, 76 76 .yaml_comment { 77 color: #998;78 font-style: italic;77 color: #998; 78 font-style: italic; 79 79 } 80 80 … … 84 84 /* Type */ 85 85 .code-type, .c_word, .c_word2, .p_classname, .hphp_classname{ 86 color: #468;87 font-weight: bold;86 color: #468; 87 font-weight: bold; 88 88 } 89 89 90 90 /* Function */ 91 91 .code-func, .p_defname { 92 color: #900;93 font-weight: bold;94 border-bottom: none;92 color: #900; 93 font-weight: bold; 94 border-bottom: none; 95 95 } 96 96 97 97 /* Pre-processor */ 98 98 .code-prep, .c_preprocessor, .pl_preprocessor, .yaml_identifier { 99 color: #999;100 font-weight: bold;99 color: #999; 100 font-weight: bold; 101 101 } 102 102 … … 110 110 .p_string, .p_stringeol, .hphp_string, .hphp_stringeol, .hphp_triple, 111 111 .hphp_tripledouble, .p_character, .p_triple, .p_tripledouble { 112 color: #b84;113 font-weight: normal;112 color: #b84; 113 font-weight: normal; 114 114 } 115 115 -
web/branches/test/trac/htdocs/common/css/report.css
r2682 r3048 2 2 3 3 h1 .numrows, h2 .numrows { 4 margin-left: 1em;5 color: #999;6 font-size: 65%;7 font-weight: normal;4 margin-left: 1em; 5 color: #999; 6 font-size: 65%; 7 font-weight: normal; 8 8 } 9 9 h2 { 10 background: #f7f7f7;11 border-bottom: 1px solid #d7d7d7;12 margin: 2em 0 0;13 padding: 0 .33em;10 background: #f7f7f7; 11 border-bottom: 1px solid #d7d7d7; 12 margin: 2em 0 0; 13 padding: 0 .33em; 14 14 } 15 15 #report-descr { margin: 0 2em; font-size: 90% } … … 22 22 #query fieldset { margin-top: 1em } 23 23 #query fieldset.collapsed { 24 border-width: 0;25 margin-bottom: 0pt;26 padding: 0pt .5em;24 border-width: 0; 25 margin-bottom: 0pt; 26 padding: 0pt .5em; 27 27 } 28 28 #query .option, #query .option input, #query .option select { font-size: 11px } … … 43 43 44 44 #columns div label { 45 display: block;46 float: left;47 padding: 0pt 1em .5em 0pt;45 display: block; 46 float: left; 47 padding: 0pt 1em .5em 0pt; 48 48 } 49 49 50 50 /* Styles for the report list and the report results table 51 (extends the styles for "table.listing") */51 (extends the styles for "table.listing") */ 52 52 .reports td.title { width: 100% } 53 53 .reports tbody td :link, .reports tbody td :visited, … … 58 58 .tickets tbody td a, .reports tbody td a { border-bottom: none } 59 59 .tickets tbody td.id :link, .tickets tbody td.id :visited { 60 font-weight: bold;60 font-weight: bold; 61 61 } 62 62 .tickets tbody td.time a, .tickets tbody td.changetime a { white-space: nowrap } … … 76 76 .tickets tr.color6-odd a, .color6-even a { color: #b66 } 77 77 .tickets tbody tr.fullrow td, .tickets tbody td.fullrow { 78 border: none;79 color: #333;80 background: transparent;81 padding: 0 1em !important; /* Opera 9 is *very* sensitive with this */82 font-size: 85%;78 border: none; 79 color: #333; 80 background: transparent; 81 padding: 0 1em !important; /* Opera 9 is *very* sensitive with this */ 82 font-size: 85%; 83 83 } 84 84 .tickets tbody tr.fullrow:hover { background: transparent !important } … … 88 88 89 89 fieldset legend :link, fieldset legend :visited { 90 background: url(../expanded.png) 0 50% no-repeat;91 border: none;92 color: #666;93 font-size: 110%;94 padding-left: 16px;90 background: url(../expanded.png) 0 50% no-repeat; 91 border: none; 92 color: #666; 93 font-size: 110%; 94 padding-left: 16px; 95 95 } 96 96 fieldset legend :link:hover, fieldset legend :visited:hover { 97 background-color: transparent;97 background-color: transparent; 98 98 } 99 99 100 100 fieldset.collapsed legend :link, fieldset.collapsed legend :visited { 101 background-image: url(../collapsed.png);101 background-image: url(../collapsed.png); 102 102 } 103 103 fieldset.collapsed table, fieldset.collapsed div { display: none } … … 121 121 table.tickets tbody tr.even.prio6 { background: #f7f7f7 } 122 122 table.tickets tbody tr.fullrow th { 123 border: none;124 vertical-align: middle;125 text-align: center;126 font-size: 85%;123 border: none; 124 vertical-align: middle; 125 text-align: center; 126 font-size: 85%; 127 127 } -
web/branches/test/trac/htdocs/common/css/roadmap.css
r2682 r3048 1 1 /* General styles for the progress bars */ 2 2 table.progress { 3 border: 1px solid #d7d7d7;4 border-collapse: collapse;5 border-spacing: 0;6 float: left;7 margin: 0;8 padding: 0;9 empty-cells: show;3 border: 1px solid #d7d7d7; 4 border-collapse: collapse; 5 border-spacing: 0; 6 float: left; 7 margin: 0; 8 padding: 0; 9 empty-cells: show; 10 10 } 11 11 table.progress a, table.progress :link, table.progress :visited, 12 12 table.progress :link:hover, table.progress :visited:hover { 13 border: none;14 display: block;15 width: 100%;16 height: 1.2em;17 padding: 0;18 margin: 0;19 text-decoration: none13 border: none; 14 display: block; 15 width: 100%; 16 height: 1.2em; 17 padding: 0; 18 margin: 0; 19 text-decoration: none 20 20 } 21 21 table.progress td { background: #fff; padding: 0 } … … 30 30 .milestone .info { white-space: nowrap } 31 31 .milestone .info h2 { 32 background: #f7f7f7;33 border-bottom: 1px solid #d7d7d7;34 margin: 0;32 background: #f7f7f7; 33 border-bottom: 1px solid #d7d7d7; 34 margin: 0; 35 35 } 36 36 .milestone .info h2 :link, .milestone .info h2 :visited { 37 color: #000;38 display: block;39 border-bottom: none;37 color: #000; 38 display: block; 39 border-bottom: none; 40 40 } 41 41 .milestone .info h2 :link:hover, .milestone .info h2 :visited:hover { 42 color: #000;42 color: #000; 43 43 } 44 44 .milestone .info h2 em { color: #b00; font-style: normal } 45 45 .milestone .info .date { 46 color: #888;47 font-size: 11px;48 font-style: italic;49 margin: 0;46 color: #888; 47 font-size: 11px; 48 font-style: italic; 49 margin: 0; 50 50 } 51 51 .milestone .info .progress { margin: 1em 1em 0; width: 40em; max-width: 70% } 52 52 .milestone .info dl { 53 font-size: 10px;54 font-style: italic;55 margin: 0 1em 2em;56 white-space: nowrap;53 font-size: 10px; 54 font-style: italic; 55 margin: 0 1em 2em; 56 white-space: nowrap; 57 57 } 58 58 .milestone .info dt { display: inline; margin-left: .5em } -
web/branches/test/trac/htdocs/common/css/ticket.css
r3047 r3048 2 2 3 3 #content.ticket { 4 width:700px;5 max-width:100%;6 margin:auto;4 width:700px; 5 max-width:100%; 6 margin:auto; 7 7 } 8 8 9 9 #newticket #field-description { 10 width:100%;10 width:100%; 11 11 } 12 12 13 13 #newticket #properties { 14 width:100%;14 width:100%; 15 15 } 16 16 17 17 #ticket { 18 background:#ffd;19 border:1px outset #996;20 margin-top:1em;21 padding:.5em 1em;22 position:relative;18 background:#ffd; 19 border:1px outset #996; 20 margin-top:1em; 21 padding:.5em 1em; 22 position:relative; 23 23 } 24 24 25 25 div#ticket.ticketdraft { 26 background:#f4f4f4 url(../draft.png);26 background:#f4f4f4 url(../draft.png); 27 27 } 28 28 29 29 div#ticketchange.ticketdraft { 30 padding:0 1em;31 margin:1em 0;30 padding:0 1em; 31 margin:1em 0; 32 32 } 33 33 34 34 div#ticketchange.ticketdraft h3 { 35 margin-top:.5em;35 margin-top:.5em; 36 36 } 37 37 38 38 .preview-notice { 39 font-weight:bold;39 font-weight:bold; 40 40 } 41 41 42 42 .ticketdraft { 43 background:#f4f4f4 url(../draft.png);44 border:1px outset #996;45 padding:0 .2em;43 background:#f4f4f4 url(../draft.png); 44 border:1px outset #996; 45 padding:0 .2em; 46 46 } 47 47 48 48 h1 .status { 49 color:#444;49 color:#444; 50 50 } 51 51 52 52 #ticket h2.summary { 53 margin:0 0 .8em;53 margin:0 0 .8em; 54 54 } 55 55 56 56 #ticket .date { 57 color:#996;58 float:right;59 font-size:85%;60 position:relative;57 color:#996; 58 float:right; 59 font-size:85%; 60 position:relative; 61 61 } 62 62 63 63 #ticket .date p { 64 margin:.3em;64 margin:.3em; 65 65 } 66 66 67 67 #ticket table.properties { 68 clear:both;69 border-top:1px solid #dd9;70 border-collapse:collapse;71 table-layout:fixed;72 width:100%;68 clear:both; 69 border-top:1px solid #dd9; 70 border-collapse:collapse; 71 table-layout:fixed; 72 width:100%; 73 73 } 74 74 75 75 #ticket table.properties tr { 76 border-bottom:1px dotted #eed;76 border-bottom:1px dotted #eed; 77 77 } 78 78 79 79 #ticket table.properties td,#ticket table.properties th { 80 font-size:80%;81 padding:.5em 1em;82 vertical-align:top;80 font-size:80%; 81 padding:.5em 1em; 82 vertical-align:top; 83 83 } 84 84 85 85 #ticket table.properties th { 86 color:#663;87 font-weight:normal;88 text-align:left;89 width:20%;86 color:#663; 87 font-weight:normal; 88 text-align:left; 89 width:20%; 90 90 } 91 91 92 92 #ticket table.properties td { 93 width:30%;93 width:30%; 94 94 } 95 95 96 96 #ticket table.properties .description { 97 border-top:1px solid #dd9;97 border-top:1px solid #dd9; 98 98 } 99 99 100 100 #ticket .description h3 { 101 border-bottom:1px solid #dd9;102 color:#663;103 font-size:100%;104 font-weight:normal;101 border-bottom:1px solid #dd9; 102 color:#663; 103 font-size:100%; 104 font-weight:normal; 105 105 } 106 106 107 107 #ticket .description h3 .lastmod { 108 font-size:90%;108 font-size:90%; 109 109 } 110 110 111 111 #ticket .inlinebuttons { 112 float:right;113 position:relative;114 bottom:.3em;112 float:right; 113 position:relative; 114 bottom:.3em; 115 115 } 116 116 117 117 #changelog { 118 border:1px outset #996;119 padding:1em;118 border:1px outset #996; 119 padding:1em; 120 120 } 121 121 122 122 #preview { 123 border:1px solid #d7d7d7;124 padding:1em;123 border:1px solid #d7d7d7; 124 padding:1em; 125 125 } 126 126 127 127 #preview h3,#changelog h3 { 128 border-bottom:1px solid #d7d7d7;129 color:#999;130 font-size:100%;131 font-weight:normal;128 border-bottom:1px solid #d7d7d7; 129 color:#999; 130 font-size:100%; 131 font-weight:normal; 132 132 } 133 133 134 134 .threading,#changelog .inlinebuttons { 135 float:right;135 float:right; 136 136 } 137 137 138 138 .threading { 139 font-size:90%;139 font-size:90%; 140 140 } 141 141 142 142 #preview .changes,#changelog .changes { 143 list-style:square;144 margin-left:2em;145 padding:0;143 list-style:square; 144 margin-left:2em; 145 padding:0; 146 146 } 147 147 148 148 #preview .comment,#changelog .comment { 149 margin-left:2em;149 margin-left:2em; 150 150 } 151 151 152 152 form .field { 153 margin-top:.75em;154 width:100%;153 margin-top:.75em; 154 width:100%; 155 155 } 156 156 157 157 form #comment { 158 width:100%;158 width:100%; 159 159 } 160 160 161 161 #properties { 162 white-space:nowrap;163 line-height:160%;164 padding:.5em;162 white-space:nowrap; 163 line-height:160%; 164 padding:.5em; 165 165 } 166 166 167 167 #properties table { 168 border-spacing:0;169 width:100%;168 border-spacing:0; 169 width:100%; 170 170 } 171 171 172 172 #properties table th { 173 padding:.4em;174 text-align:right;175 width:20%;176 vertical-align:top;173 padding:.4em; 174 text-align:right; 175 width:20%; 176 vertical-align:top; 177 177 } 178 178 179 179 #properties table th.col2 { 180 border-left:1px dotted #d7d7d7;180 border-left:1px dotted #d7d7d7; 181 181 } 182 182 183 183 #properties table td { 184 vertical-align:middle;185 width:30%;184 vertical-align:middle; 185 width:30%; 186 186 } 187 187 188 188 #properties table td.fullrow { 189 vertical-align:middle;190 width:80%;189 vertical-align:middle; 190 width:80%; 191 191 } 192 192 193 193 #action { 194 line-height:2em;194 line-height:2em; 195 195 } 196 196 197 197 fieldset.radio { 198 border:none;199 margin:0;200 padding:0;198 border:none; 199 margin:0; 200 padding:0; 201 201 } 202 202 203 203 fieldset.radio legend { 204 color:#000;205 float:left;206 font-size:100%;207 font-weight:normal;208 padding:0 1em 0 0;204 color:#000; 205 float:left; 206 font-size:100%; 207 font-weight:normal; 208 padding:0 1em 0 0; 209 209 } 210 210 211 211 fieldset.radio label { 212 padding-right:1em;213 } 212 padding-right:1em; 213 } -
web/branches/test/trac/htdocs/common/css/timeline.css
r3047 r3048 1 1 /* Timeline */ 2 2 * html #prefs { 3 width:34em;3 width:34em; 4 4 } 5 5 6 6 /* Set width only for IE */ 7 7 #prefs fieldset label { 8 display:block;8 display:block; 9 9 } 10 10 11 11 #prefs .buttons { 12 margin-top:-1.6em;12 margin-top:-1.6em; 13 13 } 14 14 15 15 h2 { 16 background:#f7f7f7;17 border-bottom:1px solid #d7d7d7;18 margin:2em 0 .5em;16 background: #f7f7f7; 17 border-bottom:1px solid #d7d7d7; 18 margin:2em 0 .5em; 19 19 } 20 20 21 21 dl { 22 line-height:1.3em;23 margin-left:1em;22 line-height:1.3em; 23 margin-left:1em; 24 24 } 25 25 26 26 dt { 27 background:3px 4px no-repeat;28 padding:0;27 background:3px 4px no-repeat; 28 padding:0; 29 29 } 30 30 31 31 dt :link,dt :visited { 32 background:3px 3px no-repeat;33 border:none;34 color:#000;35 padding:0 4px 2px 22px;32 background:3px 3px no-repeat; 33 border:none; 34 color: #000; 35 padding:0 4px 2px 22px; 36 36 } 37 37 38 38 dt>:link,dt>:visited { 39 39 /* Hide from IE/Win */ 40 background-position:3px 4px;40 background-position:3px 4px; 41 41 } 42 42 43 43 dt :link:hover,dt :visited:hover { 44 background-color:#eed;45 color:#000;44 background-color: #eed; 45 color: #000; 46 46 } 47 47 48 48 dt em { 49 border-bottom:1px dotted #bbb;50 color:#b00;51 font-style:normal;52 text-decoration:none;49 border-bottom:1px dotted #bbb; 50 color: #b00; 51 font-style:normal; 52 text-decoration:none; 53 53 } 54 54 55 55 dt .time { 56 color:#999;56 color: #999; 57 57 } 58 58 59 59 dt .author { 60 color:#666;60 color: #666; 61 61 } 62 62 63 63 dt.highlight { 64 background-color:#ffa;64 background-color: #ffa; 65 65 } 66 66 67 67 dd { 68 margin:0 0 .75em 5.5em;69 padding:0;70 color:#776;68 margin:0 0 .75em 5.5em; 69 padding:0; 70 color: #776; 71 71 } 72 72 73 73 /* Apply icon background-image twice to avoid hover-flicker in IE/Win */ 74 74 dt.changeset,dt.changeset a { 75 background-image:url(../changeset.png)!important;75 background-image:url(../changeset.png)!important; 76 76 } 77 77 78 78 dt.newticket,dt.newticket a { 79 background-image:url(../newticket.png)!important;79 background-image:url(../newticket.png)!important; 80 80 } 81 81 82 82 dt.reopenedticket,dt.reopenedticket a { 83 background-image:url(../newticket.png)!important;83 background-image:url(../newticket.png)!important; 84 84 } 85 85 86 86 dt.editedticket,dt.editedticket a { 87 background-image:url(../editedticket.png)!important;87 background-image:url(../editedticket.png)!important; 88 88 } 89 89 90 90 dt.closedticket,dt.closedticket a { 91 background-image:url(../closedticket.png)!important;91 background-image:url(../closedticket.png)!important; 92 92 } 93 93 94 94 dt.wiki,dt.wiki a { 95 background-image:url(../wiki.png)!important;95 background-image:url(../wiki.png)!important; 96 96 } 97 97 98 98 dt.milestone,dt.milestone a { 99 background-image:url(../milestone.png)!important;99 background-image:url(../milestone.png)!important; 100 100 } 101 101 102 102 dt.attachment,dt.attachment a { 103 background-image:url(../attachment.png)!important;103 background-image:url(../attachment.png)!important; 104 104 } 105 105 106 106 /* styles for the 'changeset_long_messages' option */ 107 107 dd.changeset p { 108 margin:0;109 padding:0;108 margin:0; 109 padding:0; 110 110 } 111 111 112 112 dd.changeset ul { 113 padding-left:15px;113 padding-left:15px; 114 114 } 115 115 116 116 /* Styles for the 'changeset_show_files' option */ 117 117 dd.changeset .changes { 118 color:#aaa;118 color: #aaa; 119 119 } 120 120 121 121 dd.changeset ul.changes { 122 padding-left:0;123 list-style-type:none;122 padding-left:0; 123 list-style-type:none; 124 124 } 125 125 126 126 dd.changeset .changes li div { 127 border:1px solid #999;128 float:left;129 margin:.5em .5em 0 0;130 overflow:hidden;131 width:.8em;132 height:.8em;127 border:1px solid #999; 128 float:left; 129 margin:.5em .5em 0 0; 130 overflow:hidden; 131 width:.8em; 132 height:.8em; 133 133 } 134 134 135 135 dd.changeset .changes li span { 136 float:left;137 margin-right:.8em;136 float:left; 137 margin-right:.8em; 138 138 } 139 139 140 140 dd.changeset .changes .add { 141 background:#bfb;141 background: #bfb; 142 142 } 143 143 144 144 dd.changeset .changes .delete { 145 background:#f88;145 background: #f88; 146 146 } 147 147 148 148 dd.changeset .changes .edit { 149 background:#fd8;149 background: #fd8; 150 150 } 151 151 152 152 dd.changeset .changes .copy { 153 background:#88f;153 background: #88f; 154 154 } 155 155 156 156 dd.changeset .changes .move { 157 background:#ccc;157 background: #ccc; 158 158 } -
web/branches/test/trac/htdocs/common/css/trac.css
r3047 r3048 1 1 body { 2 background:#fff;3 color:#000;4 margin:10px;5 padding:0;2 background:#fff; 3 color:#000; 4 margin:10px; 5 padding:0; 6 6 } 7 7 8 8 body,th,td { 9 font:normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;9 font:normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif; 10 10 } 11 11 12 12 h1,h2,h3,h4 { 13 font-family:Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;14 font-weight:bold;15 letter-spacing:-.018em;16 page-break-after:avoid;13 font-family:Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif; 14 font-weight:bold; 15 letter-spacing:-.018em; 16 page-break-after:avoid; 17 17 } 18 18 19 19 h1 { 20 font-size:19px;21 margin:.15em 1em .5em 0;20 font-size:19px; 21 margin:.15em 1em .5em 0; 22 22 } 23 23 24 24 h2 { 25 font-size:16px;25 font-size:16px; 26 26 } 27 27 28 28 h3 { 29 font-size:14px;29 font-size:14px; 30 30 } 31 31 32 32 hr { 33 border:none;34 border-top:1px solid #ccb;35 margin:2em 0;33 border:none; 34 border-top:1px solid #ccb; 35 margin:2em 0; 36 36 } 37 37 38 38 address { 39 font-style:normal;39 font-style:normal; 40 40 } 41 41 42 42 img { 43 border:none;43 border:none; 44 44 } 45 45 46 46 .underline { 47 text-decoration:underline;47 text-decoration:underline; 48 48 } 49 49 50 50 ol.loweralpha { 51 list-style-type:lower-alpha;51 list-style-type:lower-alpha; 52 52 } 53 53 54 54 ol.upperalpha { 55 list-style-type:upper-alpha;55 list-style-type:upper-alpha; 56 56 } 57 57 58 58 ol.lowerroman { 59 list-style-type:lower-roman;59 list-style-type:lower-roman; 60 60 } 61 61 62 62 ol.upperroman { 63 list-style-type:upper-roman;63 list-style-type:upper-roman; 64 64 } 65 65 66 66 ol.arabic { 67 list-style-type:decimal;67 list-style-type:decimal; 68 68 } 69 69 70 70 /* Link styles */ 71 71 :link,:visited { 72 text-decoration:none;73 color:#b00;74 border-bottom:1px dotted #bbb;72 text-decoration:none; 73 color:#b00; 74 border-bottom:1px dotted #bbb; 75 75 } 76 76 77 77 :link:hover,:visited:hover { 78 background-color:#eee;79 color:#555;78 background-color:#eee; 79 color:#555; 80 80 } 81 81 82 82 h1 :link,h1 :visited,h2 :link,h2 :visited,h3 :link,h3 :visited,h4 :link,h4 :visited,h5 :link,h5 :visited,h6 :link,h6 :visited { 83 color:inherit;83 color:inherit; 84 84 } 85 85 86 86 /* Heading anchors */ 87 87 .anchor:link,.anchor:visited { 88 border:none;89 color:#d7d7d7;90 font-size:.8em;91 vertical-align:text-top;88 border:none; 89 color:#d7d7d7; 90 font-size:.8em; 91 vertical-align:text-top; 92 92 } 93 93 94 94 * > .anchor:link,* > .anchor:visited { 95 visibility:hidden;95 visibility:hidden; 96 96 } 97 97 98 98 h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor { 99 visibility:visible;99 visibility:visible; 100 100 } 101 101 102 102 @media screen { 103 a.ext-link .icon {104 background:url(../extlink.gif) left center no-repeat;105 padding-left:16px;106 }107 108 a.mail-link .icon {109 background:url(../envelope.png) left center no-repeat;110 padding-left:16px;111 }103 a.ext-link .icon { 104 background:url(../extlink.gif) left center no-repeat; 105 padding-left:16px; 106 } 107 108 a.mail-link .icon { 109 background:url(../envelope.png) left center no-repeat; 110 padding-left:16px; 111 } 112 112 } 113 113 114 114 /* Forms */ 115 115 input,textarea,select { 116 margin:2px;116 margin:2px; 117 117 } 118 118 119 119 input,select { 120 vertical-align:middle;120 vertical-align:middle; 121 121 } 122 122 123 123 input[type=button],input[type=submit],input[type=reset] { 124 background:#eee;125 color:#222;126 border:1px outset #ccc;127 padding:.1em .5em;124 background:#eee; 125 color:#222; 126 border:1px outset #ccc; 127 padding:.1em .5em; 128 128 } 129 129 130 130 input[type=button]:hover,input[type=submit]:hover,input[type=reset]:hover { 131 background:#ccb;131 background:#ccb; 132 132 } 133 133 134 134 input[type=button][disabled],input[type=submit][disabled],input[type=reset][disabled] { 135 background:#f6f6f6;136 border-style:solid;137 color:#999;135 background:#f6f6f6; 136 border-style:solid; 137 color:#999; 138 138 } 139 139 140 140 input[type=text],input.textwidget,textarea { 141 border:1px solid #d7d7d7;141 border:1px solid #d7d7d7; 142 142 } 143 143 144 144 input[type=text],input.textwidget { 145 padding:.25em .5em;145 padding:.25em .5em; 146 146 } 147 147 148 148 input[type=text]:focus,input.textwidget:focus,textarea:focus { 149 border:1px solid #886;149 border:1px solid #886; 150 150 } 151 151 152 152 option { 153 border-bottom:1px dotted #d7d7d7;153 border-bottom:1px dotted #d7d7d7; 154 154 } 155 155 156 156 fieldset { 157 border:1px solid #d7d7d7;158 padding:.5em;159 margin:1em 0;157 border:1px solid #d7d7d7; 158 padding:.5em; 159 margin:1em 0; 160 160 } 161 161 162 162 form p.hint,form span.hint { 163 color:#666;164 font-style:italic;165 margin:.5em 0;166 padding-left:1em;163 color:#666; 164 font-style:italic; 165 margin:.5em 0; 166 padding-left:1em; 167 167 } 168 168 169 169 fieldset.iefix { 170 background:transparent;171 border:none;172 padding:0;173 margin:0;170 background:transparent; 171 border:none; 172 padding:0; 173 margin:0; 174 174 } 175 175 176 176 * html fieldset.iefix { 177 width:98%;177 width:98%; 178 178 } 179 179 180 180 fieldset.iefix p { 181 margin:0;181 margin:0; 182 182 } 183 183 184 184 legend { 185 color:#999;186 padding:0 .25em;187 font-weight:bold;185 color:#999; 186 padding:0 .25em; 187 font-weight:bold; 188 188 } 189 189 190 190 label.disabled { 191 color:#d7d7d7;191 color:#d7d7d7; 192 192 } 193 193 194 194 .buttons { 195 margin:.5em .5em .5em 0;195 margin:.5em .5em .5em 0; 196 196 } 197 197 198 198 .buttons form,.buttons form div { 199 display:inline;199 display:inline; 200 200 } 201 201 202 202 .buttons input { 203 margin:1em .5em .1em 0;203 margin:1em .5em .1em 0; 204 204 } 205 205 206 206 .inlinebuttons input { 207 border-width:1px;208 border-style:dotted;209 margin:0 .1em;210 padding:.1em;211 background:none;207 border-width:1px; 208 border-style:dotted; 209 margin:0 .1em; 210 padding:.1em; 211 background:none; 212 212 } 213 213 214 214 /* Header */ 215 215 #header hr { 216 display:none;216 display:none; 217 217 } 218 218 219 219 #header h1 { 220 margin:1.5em 0 -1.5em;220 margin:1.5em 0 -1.5em; 221 221 } 222 222 223 223 #header img { 224 border:none;225 margin:0 0 -3em;224 border:none; 225 margin:0 0 -3em; 226 226 } 227 227 228 228 #header :link,#header :visited,#header :link:hover,#header :visited:hover { 229 background:transparent;230 color:#555;231 margin-bottom:2px;232 border:none;229 background:transparent; 230 color:#555; 231 margin-bottom:2px; 232 border:none; 233 233 } 234 234 235 235 #header h1 :link:hover,#header h1 :visited:hover { 236 color:#000;236 color:#000; 237 237 } 238 238 239 239 /* Quick search */ 240 240 #search { 241 clear:both;242 font-size:10px;243 height:2.2em;244 margin:0 0 1em;245 text-align:right;241 clear:both; 242 font-size:10px; 243 height:2.2em; 244 margin:0 0 1em; 245 text-align:right; 246 246 } 247 247 248 248 #search input { 249 font-size:10px;249 font-size:10px; 250 250 } 251 251 252 252 #search label { 253 display:none;253 display:none; 254 254 } 255 255 256 256 /* Navigation */ 257 257 .nav h2,.nav hr { 258 display:none;258 display:none; 259 259 } 260 260 261 261 .nav ul { 262 list-style:none;263 margin:0;262 list-style:none; 263 margin:0; 264 264 } 265 265 266 266 .nav li { 267 border-right:1px solid #d7d7d7;268 display:inline;269 padding:0 .75em;270 white-space:nowrap;267 border-right:1px solid #d7d7d7; 268 display:inline; 269 padding:0 .75em; 270 white-space:nowrap; 271 271 } 272 272 273 273 .nav li.last { 274 border-right:none;274 border-right:none; 275 275 } 276 276 277 277 /* Main navigation bar */ 278 278 #mainnav { 279 background:#f7f7f7 url(../topbar_gradient.png) 0 0;280 border:1px solid #000;281 font:normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;282 margin:.66em 0 .33em;283 padding:.2em 0;279 background:#f7f7f7 url(../topbar_gradient.png) 0 0; 280 border:1px solid #000; 281 font:normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; 282 margin:.66em 0 .33em; 283 padding:.2em 0; 284 284 } 285 285 286 286 #mainnav li { 287 border-right:none;288 padding:.25em 0;287 border-right:none; 288 padding:.25em 0; 289 289 } 290 290 291 291 #mainnav :link,#mainnav :visited { 292 background:url(../dots.gif) 0 0 no-repeat;293 border-right:1px solid #fff;294 border-bottom:none;295 border-left:1px solid #555;296 color:#000;297 padding:.2em 20px;292 background:url(../dots.gif) 0 0 no-repeat; 293 border-right:1px solid #fff; 294 border-bottom:none; 295 border-left:1px solid #555; 296 color:#000; 297 padding:.2em 20px; 298 298 } 299 299 300 300 * html #mainnav :link,* html #mainnav :visited { 301 background-position:1px 0;301 background-position:1px 0; 302 302 } 303 303 304 304 #mainnav :link:hover,#mainnav :visited:hover { 305 background-color:#ccc;306 border-right:1px solid #ddd;305 background-color:#ccc; 306 border-right:1px solid #ddd; 307 307 } 308 308 309 309 #mainnav .active :link,#mainnav .active :visited { 310 background:#333 url(../topbar_gradient2.png) 0 0 repeat-x;311 border-top:none;312 border-right:1px solid #000;313 color:#eee;314 font-weight:bold;310 background:#333 url(../topbar_gradient2.png) 0 0 repeat-x; 311 border-top:none; 312 border-right:1px solid #000; 313 color:#eee; 314 font-weight:bold; 315 315 } 316 316 317 317 #mainnav .active :link:hover,#mainnav .active :visited:hover { 318 border-right:1px solid #000;318 border-right:1px solid #000; 319 319 } 320 320 321 321 /* Context-dependent navigation links */ 322 322 #ctxtnav { 323 height:1em;323 height:1em; 324 324 } 325 325 326 326 #ctxtnav li ul { 327 background:#f7f7f7;328 color:#ccc;329 border:1px solid;330 padding:0;331 display:inline;332 margin:0;327 background:#f7f7f7; 328 color:#ccc; 329 border:1px solid; 330 padding:0; 331 display:inline; 332 margin:0; 333 333 } 334 334 335 335 #ctxtnav li li { 336 padding:0;336 padding:0; 337 337 } 338 338 339 339 #ctxtnav li li :link,#ctxtnav li li :visited { 340 padding:0 1em;340 padding:0 1em; 341 341 } 342 342 343 343 #ctxtnav li li :link:hover,#ctxtnav li li :visited:hover { 344 background:#bba;345 color:#fff;344 background:#bba; 345 color:#fff; 346 346 } 347 347 348 348 /* Alternate links */ 349 349 #altlinks { 350 clear:both;351 text-align:center;350 clear:both; 351 text-align:center; 352 352 } 353 353 354 354 #altlinks h3 { 355 font-size:12px;356 letter-spacing:normal;357 margin:0;355 font-size:12px; 356 letter-spacing:normal; 357 margin:0; 358 358 } 359 359 360 360 #altlinks ul { 361 list-style:none;362 margin:0;363 padding:0 0 1em;361 list-style:none; 362 margin:0; 363 padding:0 0 1em; 364 364 } 365 365 366 366 #altlinks li { 367 border-right:1px solid #d7d7d7;368 display:inline;369 font-size:11px;370 line-height:1.5;371 padding:0 1em;372 white-space:nowrap;367 border-right:1px solid #d7d7d7; 368 display:inline; 369 font-size:11px; 370 line-height:1.5; 371 padding:0 1em; 372 white-space:nowrap; 373 373 } 374 374 375 375 #altlinks li.last { 376 border-right:none;376 border-right:none; 377 377 } 378 378 379 379 #altlinks li :link,#altlinks li :visited { 380 background-repeat:no-repeat;381 color:#666;382 border:none;383 padding:0 0 2px;380 background-repeat:no-repeat; 381 color:#666; 382 border:none; 383 padding:0 0 2px; 384 384 } 385 385 386 386 #altlinks li a.ics { 387 background-image:url(../ics.png);388 padding-left:22px;387 background-image:url(../ics.png); 388 padding-left:22px; 389 389 } 390 390 391 391 #altlinks li a.rss { 392 background-image:url(../feed.png);393 padding-left:20px;392 background-image:url(../feed.png); 393 padding-left:20px; 394 394 } 395 395 396 396 /* Footer */ 397 397 #footer { 398 clear:both;399 color:#bbb;400 font-size:10px;401 border-top:1px solid;402 height:31px;403 padding:.25em 0;398 clear:both; 399 color:#bbb; 400 font-size:10px; 401 border-top:1px solid; 402 height:31px; 403 padding:.25em 0; 404 404 } 405 405 406 406 #footer :link,#footer :visited { 407 color:#bbb;407 color:#bbb; 408 408 } 409 409 410 410 #footer hr { 411 display:none;411 display:none; 412 412 } 413 413 414 414 #footer #tracpowered { 415 border:0;416 float:left;415 border:0; 416 float:left; 417 417 } 418 418 419 419 #footer #tracpowered:hover { 420 background:transparent;420 background:transparent; 421 421 } 422 422 423 423 #footer p { 424 margin:0;424 margin:0; 425 425 } 426 426 427 427 #footer p.left { 428 float:left;429 margin-left:1em;430 padding:0 1em;431 border-left:1px solid #d7d7d7;432 border-right:1px solid #d7d7d7;428 float:left; 429 margin-left:1em; 430 padding:0 1em; 431 border-left:1px solid #d7d7d7; 432 border-right:1px solid #d7d7d7; 433 433 } 434 434 435 435 #footer p.right { 436 float:right;437 text-align:right;436 float:right; 437 text-align:right; 438 438 } 439 439 440 440 #content { 441 padding-bottom:2em;442 position:relative;441 padding-bottom:2em; 442 position:relative; 443 443 } 444 444 445 445 #help { 446 clear:both;447 color:#999;448 margin:1em;449 text-align:right;446 clear:both; 447 color:#999; 448 margin:1em; 449 text-align:right; 450 450 } 451 451 452 452 #help :link,#help :visited { 453 cursor:help;453 cursor:help; 454 454 } 455 455 456 456 #help hr { 457 display:none;457 display:none; 458 458 } 459 459 460 460 /* Page preferences form */ 461 461 #prefs { 462 background:#f7f7f0;463 border:1px outset #998;464 float:right;465 font-size:9px;466 padding:.8em;467 position:relative;468 margin:0 1em 1em;462 background:#f7f7f0; 463 border:1px outset #998; 464 float:right; 465 font-size:9px; 466 padding:.8em; 467 position:relative; 468 margin:0 1em 1em; 469 469 } 470 470 471 471 * html #prefs { 472 width:26em;472 width:26em; 473 473 } 474 474 475 475 /* Set width only for IE */ 476 476 #prefs input,#prefs select { 477 font-size:9px;478 vertical-align:middle;477 font-size:9px; 478 vertical-align:middle; 479 479 } 480 480 481 481 #prefs fieldset { 482 background:transparent;483 border:none;484 margin:.5em;485 padding:0;482 background:transparent; 483 border:none; 484 margin:.5em; 485 padding:0; 486 486 } 487 487 488 488 #prefs fieldset legend { 489 background:transparent;490 color:#000;491 font-size:9px;492 font-weight:normal;493 margin:0 0 0 -1.5em;494 padding:0;489 background:transparent; 490 color:#000; 491 font-size:9px; 492 font-weight:normal; 493 margin:0 0 0 -1.5em; 494 padding:0; 495 495 } 496 496 497 497 #prefs .buttons { 498 text-align:right;498 text-align:right; 499 499 } 500 500 501 501 /* Version information (browser, wiki, attachments) */ 502 502 #info { 503 margin:1em 0 0;504 background:#f7f7f0;505 border:1px solid #d7d7d7;506 border-collapse:collapse;507 border-spacing:0;508 clear:both;509 width:100%;503 margin:1em 0 0; 504 background:#f7f7f0; 505 border:1px solid #d7d7d7; 506 border-collapse:collapse; 507 border-spacing:0; 508 clear:both; 509 width:100%; 510 510 } 511 511 512 512 #info th,#info td { 513 padding:2px .5em;514 vertical-align:top;513 padding:2px .5em; 514 vertical-align:top; 515 515 } 516 516 517 517 #info th { 518 font-weight:bold;519 text-align:left;520 white-space:nowrap;518 font-weight:bold; 519 text-align:left; 520 white-space:nowrap; 521 521 } 522 522 523 523 #info td.message { 524 width:100%;524 width:100%; 525 525 } 526 526 527 527 #info .message ul { 528 padding:0;529 margin:0 2em;528 padding:0; 529 margin:0 2em; 530 530 } 531 531 532 532 #info .message p { 533 margin:0;534 padding:0;533 margin:0; 534 padding:0; 535 535 } 536 536 537 537 /* Wiki */ 538 538 .wikipage { 539 padding-left:18px;539 padding-left:18px; 540 540 } 541 541 542 542 .wikipage h1,.wikipage h2,.wikipage h3 { 543 margin-left:-18px;543 margin-left:-18px; 544 544 } 545 545 546 546 a.missing:link,a.missing:visited,span.missing { 547 color:#998;547 color:#998; 548 548 } 549 549 550 550 a.missing:link,a.missing:visited { 551 background:#fafaf0;551 background:#fafaf0; 552 552 } 553 553 554 554 a.missing:hover { 555 color:#000;555 color:#000; 556 556 } 557 557 558 558 a.closed:link,a.closed:visited { 559 text-decoration:line-through;559 text-decoration:line-through; 560 560 } 561 561 562 562 span.closed { 563 text-decoration:line-through;563 text-decoration:line-through; 564 564 } 565 565 566 566 span.forbidden,a.forbidden { 567 background:#fafaf0;568 color:#998;567 background:#fafaf0; 568 color:#998; 569 569 } 570 570 571 571 /* User-selectable styles for blocks */ 572 572 .important { 573 background:#fcb;574 border:1px dotted #d00;575 color:#500;576 padding:0 .5em;577 margin:.5em;573 background:#fcb; 574 border:1px dotted #d00; 575 color:#500; 576 padding:0 .5em; 577 margin:.5em; 578 578 } 579 579 580 580 dl.wiki dt { 581 font-weight:bold;581 font-weight:bold; 582 582 } 583 583 584 584 dl.compact dt { 585 float:left;586 padding-right:.5em;585 float:left; 586 padding-right:.5em; 587 587 } 588 588 589 589 dl.compact dd { 590 margin:0;591 padding:0;590 margin:0; 591 padding:0; 592 592 } 593 593 594 594 pre.wiki,pre.literal-block { 595 background:#f7f7f7;596 border:1px solid #d7d7d7;597 margin:1em 1.75em;598 padding:.25em;599 overflow:auto;595 background:#f7f7f7; 596 border:1px solid #d7d7d7; 597 margin:1em 1.75em; 598 padding:.25em; 599 overflow:auto; 600 600 } 601 601 602 602 blockquote.citation { 603 margin:-.6em 0;604 border-style:solid;605 border-width:0 0 0 2px;606 padding-left:.5em;607 border-color:#b44;603 margin:-.6em 0; 604 border-style:solid; 605 border-width:0 0 0 2px; 606 padding-left:.5em; 607 border-color:#b44; 608 608 } 609 609 610 610 .citation blockquote.citation { 611 border-color:#4b4;611 border-color:#4b4; 612 612 } 613 613 614 614 .citation .citation blockquote.citation { 615 border-color:#44b;615 border-color:#44b; 616 616 } 617 617 618 618 .citation .citation .citation blockquote.citation { 619 border-color:#c55;619 border-color:#c55; 620 620 } 621 621 622 622 table.wiki { 623 border:2px solid #ccc;624 border-collapse:collapse;625 border-spacing:0;623 border:2px solid #ccc; 624 border-collapse:collapse; 625 border-spacing:0; 626 626 } 627 627 628 628 table.wiki td { 629 border:1px solid #ccc;630 padding:.1em .25em;629 border:1px solid #ccc; 630 padding:.1em .25em; 631 631 } 632 632 633 633 .wikitoolbar { 634 border:solid #d7d7d7;635 border-width:1px 1px 1px 0;636 height:18px;637 width:234px;634 border:solid #d7d7d7; 635 border-width:1px 1px 1px 0; 636 height:18px; 637 width:234px; 638 638 } 639 639 640 640 .wikitoolbar :link,.wikitoolbar :visited { 641 background:transparent url(../edit_toolbar.png) no-repeat;642 border:1px solid #fff;643 border-left-color:#d7d7d7;644 cursor:default;645 display:block;646 float:left;647 width:24px;648 height:16px;641 background:transparent url(../edit_toolbar.png) no-repeat; 642 border:1px solid #fff; 643 border-left-color:#d7d7d7; 644 cursor:default; 645 display:block; 646 float:left; 647 width:24px; 648 height:16px; 649 649 } 650 650 651 651 .wikitoolbar :link:hover,.wikitoolbar :visited:hover { 652 background-color:transparent;653 border:1px solid #fb2;652 background-color:transparent; 653 border:1px solid #fb2; 654 654 } 655 655 656 656 .wikitoolbar a#em { 657 background-position:0 0;657 background-position:0 0; 658 658 } 659 659 660 660 .wikitoolbar a#strong { 661 background-position:0 -16px;661 background-position:0 -16px; 662 662 } 663 663 664 664 .wikitoolbar a#heading { 665 background-position:0 -32px;665 background-position:0 -32px; 666 666 } 667 667 668 668 .wikitoolbar a#link { 669 background-position:0 -48px;669 background-position:0 -48px; 670 670 } 671 671 672 672 .wikitoolbar a#code { 673 background-position:0 -64px;673 background-position:0 -64px; 674 674 } 675 675 676 676 .wikitoolbar a#hr { 677 background-position:0 -80px;677 background-position:0 -80px; 678 678 } 679 679 680 680 .wikitoolbar a#np { 681 background-position:0 -96px;681 background-position:0 -96px; 682 682 } 683 683 684 684 .wikitoolbar a#br { 685 background-position:0 -112px;685 background-position:0 -112px; 686 686 } 687 687 688 688 .wikitoolbar a#img { 689 background-position:0 -128px;689 background-position:0 -128px; 690 690 } 691 691 692 692 /* Styles for the form for adding attachments. */ 693 693 #attachment .field { 694 margin-top:1.3em;694 margin-top:1.3em; 695 695 } 696 696 697 697 #attachment label { 698 padding-left:.2em;698 padding-left:.2em; 699 699 } 700 700 701 701 #attachment fieldset { 702 margin-top:2em;702 margin-top:2em; 703 703 } 704 704 705 705 #attachment fieldset .field { 706 float:left;707 margin:0 1em .5em 0;706 float:left; 707 margin:0 1em .5em 0; 708 708 } 709 709 710 710 #attachment .options { 711 float:left;712 padding:0 0 1em 1em;711 float:left; 712 padding:0 0 1em 1em; 713 713 } 714 714 715 715 #attachment br { 716 clear:left;716 clear:left; 717 717 } 718 718 719 719 .attachment #preview { 720 margin-top:1em;720 margin-top:1em; 721 721 } 722 722 723 723 /* Styles for the list of attachments. */ 724 724 #attachments { 725 border:1px outset #996;726 padding:1em;725 border:1px outset #996; 726 padding:1em; 727 727 } 728 728 729 729 #attachments .attachments { 730 margin-left:2em;731 padding:0;730 margin-left:2em; 731 padding:0; 732 732 } 733 733 734 734 #attachments dt { 735 display:list-item;736 list-style:square;735 display:list-item; 736 list-style:square; 737 737 } 738 738 739 739 #attachments dd { 740 font-style:italic;741 margin-left:0;742 padding-left:0;740 font-style:italic; 741 margin-left:0; 742 padding-left:0; 743 743 } 744 744 … … 746 746 contents and report results. */ 747 747 table.listing { 748 clear:both;749 border-bottom:1px solid #d7d7d7;750 border-collapse:collapse;751 border-spacing:0;752 margin-top:1em;753 width:100%;748 clear:both; 749 border-bottom:1px solid #d7d7d7; 750 border-collapse:collapse; 751 border-spacing:0; 752 margin-top:1em; 753 width:100%; 754 754 } 755 755 756 756 table.listing th { 757 text-align:left;758 padding:0 1em .1em 0;759 font-size:12px;757 text-align:left; 758 padding:0 1em .1em 0; 759 font-size:12px; 760 760 } 761 761 762 762 table.listing thead { 763 background:#f7f7f0;763 background:#f7f7f0; 764 764 } 765 765 766 766 table.listing thead th { 767 border:1px solid #d7d7d7;768 border-bottom-color:#999;769 font-size:11px;770 font-weight:bold;771 padding:2px .5em;772 vertical-align:bottom;767 border:1px solid #d7d7d7; 768 border-bottom-color:#999; 769 font-size:11px; 770 font-weight:bold; 771 padding:2px .5em; 772 vertical-align:bottom; 773 773 } 774 774 775 775 table.listing thead th :link:hover,table.listing thead th :visited:hover { 776 background-color:transparent;776 background-color:transparent; 777 777 } 778 778 779 779 table.listing thead th a { 780 border:none;781 padding-right:12px;780 border:none; 781 padding-right:12px; 782 782 } 783 783 784 784 table.listing th.asc a,table.listing th.desc a { 785 font-weight:bold;785 font-weight:bold; 786 786 } 787 787 788 788 table.listing th.asc a,table.listing th.desc a { 789 background-position:100% 50%;790 background-repeat:no-repeat;789 background-position:100% 50%; 790 background-repeat:no-repeat; 791 791 } 792 792 793 793 table.listing th.asc a { 794 background-image:url(../asc.png);794 background-image:url(../asc.png); 795 795 } 796 796 797 797 table.listing th.desc a { 798 background-image:url(../desc.png);798 background-image:url(../desc.png); 799 799 } 800 800 801 801 table.listing tbody td,table.listing tbody th { 802 border:1px dotted #ddd;803 padding:.3em .5em;804 vertical-align:top;802 border:1px dotted #ddd; 803 padding:.3em .5em; 804 vertical-align:top; 805 805 } 806 806 807 807 table.listing tbody td a:hover,table.listing tbody th a:hover { 808 background-color:transparent;808 background-color:transparent; 809 809 } 810 810 811 811 table.listing tbody tr { 812 border-top:1px solid #ddd;812 border-top:1px solid #ddd; 813 813 } 814 814 815 815 table.listing tbody tr.even { 816 background-color:#fcfcfc;816 background-color:#fcfcfc; 817 817 } 818 818 819 819 table.listing tbody tr.odd { 820 background-color:#f7f7f7;820 background-color:#f7f7f7; 821 821 } 822 822 823 823 table.listing tbody tr:hover { 824 background:#eed!important;824 background:#eed!important; 825 825 } 826 826 827 827 table.listing tbody tr.focus { 828 background:#ddf!important;828 background:#ddf!important; 829 829 } 830 830 … … 832 832 (extends the styles for "table.listing") */ 833 833 #fieldhist td { 834 padding:0 .5em;834 padding:0 .5em; 835 835 } 836 836 837 837 #fieldhist td.date,#fieldhist td.diff,#fieldhist td.version,#fieldhist td.author { 838 white-space:nowrap;838 white-space:nowrap; 839 839 } 840 840 841 841 #fieldhist td.version { 842 text-align:center;842 text-align:center; 843 843 } 844 844 845 845 #fieldhist td.comment { 846 width:100%;846 width:100%; 847 847 } 848 848 849 849 /* Auto-completion interface */ 850 850 .suggestions { 851 background:#fff;852 border:1px solid #886;853 color:#222;851 background:#fff; 852 border:1px solid #886; 853 color:#222; 854 854 } 855 855 856 856 .suggestions ul { 857 font-family:sans-serif;858 max-height:20em;859 min-height:3em;860 list-style:none;861 margin:0;862 overflow:auto;863 padding:0;864 width:440px;857 font-family:sans-serif; 858 max-height:20em; 859 min-height:3em; 860 list-style:none; 861 margin:0; 862 overflow:auto; 863 padding:0; 864 width:440px; 865 865 } 866 866 867 867 * html .suggestions ul { 868 height:10em;868 height:10em; 869 869 } 870 870 871 871 .suggestions li { 872 background:#fff;873 cursor:pointer;874 padding:2px 5px;872 background:#fff; 873 cursor:pointer; 874 padding:2px 5px; 875 875 } 876 876 877 877 .suggestions li.selected { 878 background:#b9b9b9;878 background:#b9b9b9; 879 879 } 880 880 881 881 /* Styles for the error page (and rst errors) */ 882 882 #content.error .message,div.system-message { 883 background:#fdc;884 border:2px solid #d00;885 color:#500;886 padding:.5em;887 margin:1em 0;883 background:#fdc; 884 border:2px solid #d00; 885 color:#500; 886 padding:.5em; 887 margin:1em 0; 888 888 } 889 889 890 890 #content.error div.message pre,div.system-message pre { 891 margin-left:1em;892 overflow:hidden;893 white-space:normal;891 margin-left:1em; 892 overflow:hidden; 893 white-space:normal; 894 894 } 895 895 896 896 div.system-message p { 897 margin:0;897 margin:0; 898 898 } 899 899 900 900 div.system-message p.system-message-title { 901 font-weight:bold;901 font-weight:bold; 902 902 } 903 903 904 904 #warning.system-message { 905 background:#ffa;906 border:2px solid #886;905 background:#ffa; 906 border:2px solid #886; 907 907 } 908 908 909 909 #warning.system-message li { 910 list-style-type:square;910 list-style-type:square; 911 911 } 912 912 913 913 #notice.system-message { 914 background:#bfb;915 border:2px solid #484;914 background:#bfb; 915 border:2px solid #484; 916 916 } 917 917 918 918 #notice.system-message li { 919 list-style-type:square;919 list-style-type:square; 920 920 } 921 921 922 922 #content.error form.newticket { 923 display:inline;923 display:inline; 924 924 } 925 925 926 926 #content.error form.newticket textarea { 927 display:none;927 display:none; 928 928 } 929 929 930 930 #content.error #systeminfo { 931 margin:1em;932 width:auto;931 margin:1em; 932 width:auto; 933 933 } 934 934 935 935 #content.error #systeminfo th { 936 font-weight:bold;937 text-align:right;936 font-weight:bold; 937 text-align:right; 938 938 } 939 939 940 940 #content.error #traceback { 941 margin-left:1em;942 } 943 944 #content.error #traceback :link,#content.error #traceback :visited {945 border:none;941 margin-left:1em; 942 } 943 944 #content.error #traceback :link,#content.error #traceback :visited { 945 border:none; 946 946 } 947 947 948 948 #content.error #traceback div { 949 margin-left:1em;949 margin-left:1em; 950 950 } 951 951 952 952 #content.error #traceback h3 { 953 margin:.5em 0 0;953 margin:.5em 0 0; 954 954 } 955 955 956 956 #content.error #traceback :link var,#content.error #traceback :visited var { 957 font-family:monospace;958 font-style:normal;959 font-weight:bold;957 font-family:monospace; 958 font-style:normal; 959 font-weight:bold; 960 960 } 961 961 962 962 #content.error #traceback span.file { 963 color:#666;963 color:#666; 964 964 } 965 965 966 966 #content.error #traceback ul { 967 list-style:none;968 margin:.5em 0;969 padding:0;967 list-style:none; 968 margin:.5em 0; 969 padding:0; 970 970 } 971 971 972 972 #content.error #traceback ol { 973 border:1px dotted #d7d7d7;974 color:#999;975 line-height:1;976 margin:.5em 0;973 border:1px dotted #d7d7d7; 974 color:#999; 975 line-height:1; 976 margin:.5em 0; 977 977 } 978 978 979 979 #content.error #traceback ol li { 980 white-space:pre;980 white-space:pre; 981 981 } 982 982 983 983 #content.error #traceback ol li.current { 984 background:#e6e6e6;985 color:#333;984 background:#e6e6e6; 985 color:#333; 986 986 } 987 987 988 988 #content.error #traceback ol li code { 989 color:#666;989 color:#666; 990 990 } 991 991 992 992 #content.error #traceback ol li.current code { 993 color:#000;993 color:#000; 994 994 } 995 995 996 996 #content.error #traceback table { 997 margin:.5em 0 1em;997 margin:.5em 0 1em; 998 998 } 999 999 1000 1000 #content.error #traceback th,#content.error #traceback td { 1001 padding:1px;1001 padding:1px; 1002 1002 } 1003 1003 1004 1004 #content.error #traceback th var { 1005 font-family:monospace;1006 font-style:normal;1005 font-family:monospace; 1006 font-style:normal; 1007 1007 } 1008 1008 1009 1009 #content.error #traceback td code { 1010 white-space:pre;1010 white-space:pre; 1011 1011 } 1012 1012 1013 1013 #content .paging { 1014 margin:0 0 2em;1015 padding:.5em 0 0;1016 line-height:2em;1017 text-align:center;1014 margin:0 0 2em; 1015 padding:.5em 0 0; 1016 line-height:2em; 1017 text-align:center; 1018 1018 } 1019 1019 1020 1020 #content .paging .current { 1021 padding:.1em .3em;1022 border:1px solid #333;1023 background:#999;1024 color:#fff;1021 padding:.1em .3em; 1022 border:1px solid #333; 1023 background:#999; 1024 color:#fff; 1025 1025 } 1026 1026 1027 1027 #content .paging :link,#content .paging :visited { 1028 padding:.1em .3em;1029 border:1px solid #666;1030 background:transparent;1031 color:#666;1028 padding:.1em .3em; 1029 border:1px solid #666; 1030 background:transparent; 1031 color:#666; 1032 1032 } 1033 1033 1034 1034 #content .paging :link:hover,#content .paging :visited:hover { 1035 background:#999;1036 color:#fff;1037 border-color:#333;1035 background:#999; 1036 color:#fff; 1037 border-color:#333; 1038 1038 } 1039 1039 1040 1040 #content .paging .previous a,#content .paging .next a { 1041 font-weight:bold;1042 border:none;1041 font-weight:bold; 1042 border:none; 1043 1043 } 1044 1044 1045 1045 #content .paging .previous a:hover,#content .paging .next a:hover { 1046 background:transparent;1047 color:#666;1046 background:transparent; 1047 color:#666; 1048 1048 } 1049 1049 1050 1050 #content h2 .numresults { 1051 color:#666;1051 color:#666; 1052 1052 } 1053 1053 1054 1054 /* Styles for search word highlighting */ 1055 1055 @media screen { 1056 .searchword0 {1057 background:#ff9;1058 }1059 1060 .searchword1 {1061 background:#cfc;1062 }1063 1064 .searchword2 {1065 background:#cff;1066 }1067 1068 .searchword3 {1069 background:#ccf;1070 }1071 1072 .searchword4 {1073 background:#fcf;1074 }1056 .searchword0 { 1057 background:#ff9; 1058 } 1059 1060 .searchword1 { 1061 background:#cfc; 1062 } 1063 1064 .searchword2 { 1065 background:#cff; 1066 } 1067 1068 .searchword3 { 1069 background:#ccf; 1070 } 1071 1072 .searchword4 { 1073 background:#fcf; 1074 } 1075 1075 } 1076 1076 1077 1077 @media print { 1078 #header,#altlinks,#footer,#help {1079 display:none;1080 }1081 1082 .nav,form,.buttons form,form .buttons,form .inlinebuttons {1083 display:none;1084 }1085 1086 form.printableform {1087 display:block;1088 }1078 #header,#altlinks,#footer,#help { 1079 display:none; 1080 } 1081 1082 .nav,form,.buttons form,form .buttons,form .inlinebuttons { 1083 display:none; 1084 } 1085 1086 form.printableform { 1087 display:block; 1088 } -
web/branches/test/trac/htdocs/common/css/wiki.css
r3047 r3048 3 3 /* Styles for the page editing form */ 4 4 #edit #rows { 5 float:right;5 float:right; 6 6 } 7 7 … … 10 10 11 11 #edit #text { 12 clear:both;13 width:100%;12 clear:both; 13 width:100%; 14 14 } 15 15 16 16 #edit .wikitoolbar { 17 float:left;17 float:left; 18 18 } 19 19 20 20 #changeinfo { 21 padding:.5em;21 padding:.5em; 22 22 } 23 23 24 24 #changeinfo .field { 25 float:left;26 margin:0 1em .5em 0;25 float:left; 26 margin:0 1em .5em 0; 27 27 } 28 28 29 29 #changeinfo br { 30 clear:left;30 clear:left; 31 31 } 32 32 33 33 #changeinfo .options { 34 padding:0 0 1em 1em;34 padding:0 0 1em 1em; 35 35 } 36 36 37 37 #changeinfo .options,#changeinfo .buttons { 38 clear:left;38 clear:left; 39 39 } 40 40 41 41 #delete,#save { 42 margin-left:6em;42 margin-left:6em; 43 43 } 44 44 45 45 #preview { 46 background:#f4f4f4 url(../draft.png);47 margin:1em 0 2em;48 overflow:auto;46 background:#f4f4f4 url(../draft.png); 47 margin:1em 0 2em; 48 overflow:auto; 49 49 } 50 50 51 51 #template { 52 vertical-align:middle;53 padding-top:1em;52 vertical-align:middle; 53 padding-top:1em; 54 54 } 55 55 56 56 /* Diff view */ 57 57 #overview .multi { 58 color:#999;58 color:#999; 59 59 } 60 60 61 61 #overview .ipnr { 62 color:#999;63 font-size:80%;62 color:#999; 63 font-size:80%; 64 64 } 65 65 66 66 #overview .comment { 67 padding:1em 0 0;67 padding:1em 0 0; 68 68 } 69 69 70 70 @media print { 71 th.diff,td.diff { 72 display:none; 71 th.diff,td.diff { 72 display:none; 73 } 73 74 } 74 }75 76 75 /* Styles for the TracGuideToc wikimacro */ 77 76 .wiki-toc { 78 padding:.5em 1em;79 margin:0 0 2em 1em;80 float:right;81 border:1px outset #ddc;82 background:#ffd;83 font-size:85%;84 position:relative;77 padding:.5em 1em; 78 margin:0 0 2em 1em; 79 float:right; 80 border:1px outset #ddc; 81 background:#ffd; 82 font-size:85%; 83 position:relative; 85 84 } 86 85 87 86 .wiki-toc h4 { 88 font-size:12px;89 margin:0;87 font-size:12px; 88 margin:0; 90 89 } 91 90 92 91 .wiki-toc ul,.wiki-toc ol { 93 list-style:none;94 padding:0;95 margin:0;92 list-style:none; 93 padding:0; 94 margin:0; 96 95 } 97 96 98 97 .wiki-toc ul ul,.wiki-toc ol ol { 99 padding-left:1.2em;98 padding-left:1.2em; 100 99 } 101 100 102 101 .wiki-toc li { 103 margin:0;104 padding:0;102 margin:0; 103 padding:0; 105 104 } 106 105 107 106 .wiki-toc .active { 108 background:#ff9;109 position:relative;107 background:#ff9; 108 position:relative; 110 109 }
Note: See TracChangeset
for help on using the changeset viewer.