Changeset 319 for Dev/branches/rest-dojo-ui/client/rft/css
- Timestamp:
- 04/10/12 16:53:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/main.css
r288 r319 1 *:focus { 2 outline: none; 3 } 4 1 5 html,body { 2 6 width: 100%; 3 7 height: 100%; 8 font-size: .813em; 9 background-color: #333333; 4 10 } 5 11 6 .mainHeader { 7 display: inline-block; 8 width: 100%; 9 border-bottom: 1px solid; 12 .gamelab { 13 font-family: 'Segoe UI', Verdana, Arial, Helvetica, sans-serif; 14 color: #ffffff; 10 15 } 11 16 12 .mainMenu { 17 /* Headings */ 18 .gamelab h1 { 19 font-size: 3em; 20 margin-bottom: 0.727em; 21 font-weight: normal !important; 22 } 23 .gamelab h2 { 24 font-size: 1.375em; 25 line-height: 1.5em; 26 margin-top: 1em; 27 margin-bottom: 0.60em; 28 font-weight: normal; 29 } 30 .gamelab h3, 31 .gamelab h4, 32 .gamelab h5, 33 .gamelab h6 { 34 font-size: 1.125em; 35 font-weight: normal; 36 } 37 38 .mainLogo { 39 float: left; 40 height: 50px; 41 font-size: 50px; 42 width: auto; 43 -webkit-margin: 5px 20px 5px 20px !important; 44 padding: 0 !important; 45 line-height: 50px; 46 color: #999999; 47 } 48 49 .gamelab .dijitMenuBar.mainMenu { 50 width: auto; 51 float: right; 52 margin: 10px 50px 10px 20px; 53 } 54 55 .breadcrumbs { 56 float: left; 57 clear: left; 13 58 width: 100%; 59 text-align: center; 60 } 61 62 .breadcrumb { 63 color: #999999; 64 font-size: 13px; 65 } 66 67 .breadcrumbCurrent { 68 color: #ffffff; 69 font-size: 14px; 14 70 } 15 71 … … 18 74 } 19 75 20 #content { 76 .content { 77 width: 100%; 21 78 display: block; 22 79 clear: both; 80 background-color: #555555; 23 81 } 24 82 … … 56 114 width: 30px; 57 115 } 116 117 /* Basic layout */ 118 .gamelab .header { 119 background-color: #333333; 120 height: 80px; 121 font-size: 16px; 122 } 123 124 .title { 125 height: 24px; 126 padding: 4px 0; 127 margin: 4px; 128 } 129 130 .title .titleIcon { 131 float: left; 132 width: 32px; 133 height: 32px; 134 clear: none; 135 margin-right: 8px; 136 margin-top: -4px; 137 margin-bottom: -4px; 138 } 139 140 .title .titleText { 141 float: left; 142 line-height: 24px; 143 font-size: 24px; 144 margin: 0; 145 } 146 147 .verticalTabList { 148 width: 190px; 149 }
Note: See TracChangeset
for help on using the changeset viewer.