Changeset 2150 for lang/ruby/ssb/public_html/stylesheets
- Timestamp:
- 11/30/07 01:10:47 (5 years ago)
- Files:
-
- 1 modified
-
lang/ruby/ssb/public_html/stylesheets/ssb.css (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/ssb/public_html/stylesheets/ssb.css
r2148 r2150 76 76 } 77 77 78 #client #sidebar #time_status { 79 font-size: x-small; 80 } 81 82 #client #sidebar #time_status .time, 83 #client #sidebar #time_status .time_safe, 84 #client #sidebar #time_status .time_notice, 85 #client #sidebar #time_status .time_warning { 78 #client #sidebar #status_bar { 79 width: 240px; 80 height: 100px; 81 float: left; 82 font-size: x-small; 83 } 84 85 #client #sidebar #status_bar #qrcode { 86 float: left; 87 width: 100px; 88 height: 120px; 89 } 90 91 #client #sidebar #status_bar #time_status { 92 font-size: x-small; 93 } 94 95 #client #sidebar #status_bar #time_status .time, 96 #client #sidebar #status_bar #time_status .time_safe, 97 #client #sidebar #status_bar #time_status .time_notice, 98 #client #sidebar #status_bar #time_status .time_warning { 86 99 text-align: right; 87 100 width: 3em; 88 padding-left: 0.5em; 89 padding-right: 0.5em; 90 } 91 92 #client #sidebar #time_status .time { 101 } 102 103 #client #sidebar #status_bar #time_status .time { 93 104 color: gray; 94 105 background-color: white; … … 96 107 } 97 108 98 #client #sidebar # time_status .time_safe {109 #client #sidebar #status_bar #time_status .time_safe { 99 110 color: green; 100 111 background-color: #f0f0ff; … … 102 113 } 103 114 104 #client #sidebar # time_status .time_notice {115 #client #sidebar #status_bar #time_status .time_notice { 105 116 color: orange; 106 117 background-color: #fffff0; … … 108 119 } 109 120 110 #client #sidebar # time_status .time_warning {121 #client #sidebar #status_bar #time_status .time_warning { 111 122 color: red; 112 123 background-color: #fff0f0; … … 114 125 } 115 126 116 #client #sidebar #qrcode {117 float: left;118 width: 100px;119 height: 120px;120 }121 122 #client #sidebar #status_bar {123 width: 140px;124 height: 100px;125 float: left;126 font-size: x-small;127 }128 129 127 #client #sidebar #terminal { 130 128 font-family: monospace; … … 133 131 height: 80px; 134 132 background-color: #f0f0f0; 135 border: 2px solid gr ey;133 border: 2px solid gray; 136 134 float: left; 137 135 } … … 139 137 #client #sidebar #terminal h2 { 140 138 font-size: small; 141 background-color: gr ey;139 background-color: gray; 142 140 color: white; 143 141 text-align: center; … … 145 143 } 146 144 147 #client #sidebar #pane_status #http_header,148 #client #sidebar #pane_source #source {149 font-family: monospace;150 height: 100%;151 overflow: auto;152 width: 100%;153 }154 155 #client #sidebar #pane_setting #term_form {156 font-size: x-small;157 }158 159 #client #sidebar #pane_setting #termform fieldset.input_fields {160 text-align: left;161 }162 163 #client #sidebar #pane_setting #term_form span.warning {164 color: red;165 font-size: x-small;166 }167 168 145 #client #sidebar #pane_tab_group { 169 float: left; 170 clear: both; 146 clear: left; 147 } 148 149 #client #sidebar #pane_tab_group li { 150 float: left; 171 151 } 172 152 … … 185 165 #client #sidebar #pane_tab_group .tab_open { 186 166 color: white; 187 background-color: grey; 167 background-color: gray; 168 } 169 170 #client #sidebar #pane_status #http_header, 171 #client #sidebar #pane_source #source { 172 font-family: monospace; 173 height: 100%; 174 overflow: auto; 175 width: 100%; 176 } 177 178 #client #sidebar #pane_setting #term_form { 179 font-size: x-small; 180 } 181 182 #client #sidebar #pane_setting #termform fieldset.input_fields { 183 text-align: left; 184 } 185 186 #client #sidebar #pane_setting #term_form span.warning { 187 color: red; 188 font-size: x-small; 188 189 } 189 190 … … 197 198 198 199 #client #sidebar div.pane_open { 199 border: 2px solid gr ey;200 border: 2px solid gray; 200 201 } 201 202
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)