Changeset 339 for Dev/branches/rest-dojo-ui/client/rft/css/layout.css
- Timestamp:
- 06/04/12 18:09:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/layout.css
r337 r339 9 9 background-color: #333333; 10 10 } 11 . gamelab{11 .claro { 12 12 font-family: 'Segoe UI', Verdana, Arial, Helvetica, sans-serif; 13 13 color: #ffffff; … … 15 15 16 16 /* Headings */ 17 . gamelabh1 {17 .claro h1 { 18 18 /* Main logo */ 19 19 float: left; … … 28 28 -moz-user-select: none; 29 29 } 30 . gamelabh2 {30 .claro h2 { 31 31 /* Content pane title */ 32 32 font-size: 22px; … … 35 35 padding: 0; 36 36 } 37 . gamelabh2 .rftIcon {37 .claro h2 .rftIcon { 38 38 float: left; 39 39 width: 32px; … … 42 42 margin-right: 8px; 43 43 } 44 . gamelabh3 {44 .claro h3 { 45 45 /* Section headers */ 46 46 font-size: 18px; 47 47 } 48 . gamelabh4 {48 .claro h4 { 49 49 /* Small text headers/paragraph headers */ 50 50 font-size: 16px; … … 137 137 width: 190px; 138 138 } 139 140 141 /* Tabs */ 142 .claro .dijitTabContainerLeft-tabs { 143 border: none; 144 } 145 .claro .dijitTabContainerLeft-tabs .dijitTab { 146 margin: 4px 0; 147 width: 200px; 148 height: 30px; 149 } 150 .claro .dijitTab { 151 color: #999999; 152 border: 1px solid #999999; 153 transition: all 0.3s; 154 -moz-transition: all 0.3s; 155 -webkit-transition: all 0.3s; 156 -o-transition: all 0.3s; 157 } 158 .claro .dijitTab.dijitTabHover { 159 color: #ffffff; 160 transition: all 0.1s; 161 -moz-transition: all 0.1s; 162 -webkit-transition: all 0.1s; 163 -o-transition: all 0.1s; 164 } 165 .claro .dijitTab.dijitTabActive { 166 color: #0072bc; 167 transition: all 0.1s; 168 -moz-transition: all 0.1s; 169 -webkit-transition: all 0.1s; 170 -o-transition: all 0.1s; 171 /* The delay on clicking is wrong, needs to be quicker! */ 172 } 173 .claro .dijitTab.dijitTabChecked { 174 color: #ffffff; 175 border: 1px solid transparent; 176 transition: all 0.1s; 177 -moz-transition: all 0.1s; 178 -webkit-transition: all 0.1s; 179 -o-transition: all 0.1s; 180 } 181 182 .claro .dijitTabContainer.blue .dijitTab.dijitTabChecked { 183 background-color: #0072bc; 184 } 185 .claro .dijitTabContainer.orange .dijitTab.dijitTabChecked { 186 background-color: #ff5b12; 187 } 188 .claro .dijitTabContainer.red .dijitTab.dijitTabChecked { 189 background-color: #8c0310; 190 } 191 .claro .dijitTabContainer.purple .dijitTab.dijitTabChecked { 192 background-color: #6529b7; 193 } 194 .claro .dijitTabContainer.green .dijitTab.dijitTabChecked { 195 background-color: #3aa605; 196 } 197 198 .claro .dijitTabContainer.blue .dijitTab.dijitTabActive { 199 color: #0072bc; 200 } 201 .claro .dijitTabContainer.orange .dijitTab.dijitTabActive { 202 color: #ff5b12; 203 } 204 .claro .dijitTabContainer.red .dijitTab.dijitTabActive { 205 color: #8c0310; 206 } 207 .claro .dijitTabContainer.purple .dijitTab.dijitTabActive { 208 color: #6529b7; 209 } 210 .claro .dijitTabContainer.green .dijitTab.dijitTabActive { 211 color: #3aa605; 212 }
Note: See TracChangeset
for help on using the changeset viewer.