- Timestamp:
- 04/10/12 16:53:27 (13 years ago)
- Location:
- Dev/branches/rest-dojo-ui/client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/mockup.html
r316 r319 4 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 5 <title>Research Facilitator Tool</title> 6 <link rel="stylesheet" type="text/css" href="dojotoolkit/dijit/themes/ claro/claro.css" />6 <link rel="stylesheet" type="text/css" href="dojotoolkit/dijit/themes/gamelab/gamelab.css" /> 7 7 <link rel="stylesheet" type="text/css" href="dojotoolkit/dojox/grid/resources/Grid.css" /> 8 8 <link rel="stylesheet" type="text/css" href="dojotoolkit/dojox/grid/resources/claroGrid.css" /> … … 46 46 }); 47 47 </script> 48 <!-- 48 49 <style> 50 /* 51 CLARO EXTEND STYLE for researchtool 52 Note: Possibly overwrites important claro properties, so instead of altering standard elements, try to add a new class for them. 53 This also has the effect of ensuring that the new rules will overwrite the rules specified in claro.css! 54 */ 55 56 body, html { 57 font-family: 'Segoe UI', Verdana, sans-serif; 58 font-size: 13px; 59 background-color: #333333; 60 } 61 62 .claro .header { 63 background-color: #333; 64 height: 80px; 65 } 66 67 .claro .header .mainLogo { 68 float: left; 69 height: 54px; 70 font-size: 48px; 71 margin: 0 0 0 50px; 72 } 73 74 .claro .header .mainMenu { 75 margin: 10px 0 17px 500px; 76 font-size: 20px; 77 line-height: 30px; 78 width: 370px; 79 height: 30px; 80 float: left; 81 } 82 83 .claro .header .mainMenu.dijitMenuPassive .dijitMenuItem { 84 color: #999999; 85 font-size: 20px; 86 line-height: 30px; 87 margin: 0; 88 padding:0; 89 } 90 91 .claro .header .mainMenu.dijitMenuPassive .dijitMenuItemSelected { 92 background: none; 93 background-color: transparent; 94 border: none; 95 margin: 0; 96 color: #ffffff; 97 font-size: 30px; 98 } 99 100 .claro .header .mainMenu.dijitMenuPassive .dijitMenuItemHover { 101 background: none; 102 background-color: transparent; 103 border: none; 104 margin: 0; 105 color: #ffffff; 106 } 107 108 109 110 111 112 .claro .header .dijitMenuBar { 113 border: none; 114 background: transparent; 115 } 116 117 .claro .header .breadcrumbs { 118 height: 14px; 119 text-align: center; 120 clear: both; 121 margin: 0; 122 } 123 124 .claro .header .breadcrumbs .breadcrumb { 125 padding: 3px 0; 126 font-size: 14px; 127 line-height: 16px; 128 color: #999999; 129 } 130 131 .claro .header .breadcrumbs .breadcrumb:hover { 132 color: #ffffff; 133 } 134 135 .claro .header .breadcrumbs .breadcrumb.current { 136 font-size: 16px; 137 color: #ffffff; 138 } 139 49 140 .dijitTab { 50 width: 1 20px;141 width: 190px; 51 142 white-space: normal; 52 143 } 144 145 .claro .dijitContentPane.content { 146 background-color: #444444; 147 } 148 149 150 151 152 153 154 155 156 53 157 54 158 .rftLineWithButtons { 55 159 display: table; 56 160 width: 100%; 161 height: 24px; 162 background-color: #0072bc; 57 163 border: 1px gray solid; 58 164 margin: 2px; … … 75 181 text-align: right; 76 182 } 183 184 /* Softbutton is the type of button/element that is 50% 'transparent' in idle state (#Disabled), and opaque (#White) on active/hover/select. Icon is always opaque */ 185 .softButton { 186 color: #999999; 187 } 188 189 .softButton.softButtonOn { 190 color: #fff; 191 } 192 77 193 </style> 194 --> 78 195 </head> 79 <body class="dijitReset claro">196 <body class="dijitReset gamelab"> 80 197 <div class="header"> 81 <div data-dojo-type="dijit.MenuBar"> 82 <div data-dojo-type="dijit.MenuBarItem">Research tool</div> 83 <div data-dojo-type="dijit.MenuBarItem">Sessions</div> 84 <div data-dojo-type="dijit.MenuBarItem">Content</div> 85 <div data-dojo-type="dijit.MenuBarItem">Results</div> 86 <div data-dojo-type="dijit.MenuBarItem">Log out</div> 87 </div> 88 <div class="breadcrumbs">Home > Sessions > Session A > Survey 123 [Editing]</div> 198 <div class="mainLogo">Research Tool</div> 199 200 <div data-dojo-type="dijit.MenuBar" class="mainMenu"> 201 <div data-dojo-type="dijit.MenuBarItem" >Sessions</div> 202 <div data-dojo-type="dijit.MenuBarItem" >Content</div> 203 <div data-dojo-type="dijit.MenuBarItem" >Results</div> 204 <div data-dojo-type="dijit.MenuBarItem" >Log out</div> 205 </div> 206 <div class="breadcrumbs"> 207 <span class="breadcrumb">Home > </span> 208 <span class="breadcrumb">Sessions > </span> 209 <span class="breadcrumb">Session A > </span> 210 <span class="breadcrumb breadcrumbCurrent">Survey 123 [Editing]</span> 211 </div> 89 212 </div> 90 213 <div class="content" data-dojo-type="dijit.layout.ContentPane"> 91 214 <div class="title"> 92 <span class="titleIcon">< /span><span class="titleText">Survey 123 [Editing]</span>215 <span class="titleIcon"><img style="width: 32px; height: 32px; background-color: #ff00ff;" /></span><h2 class="titleText">Survey 123 [Editing]</h2> 93 216 </div> 94 217 <div data-dojo-type="dijit.layout.BorderContainer" style="width: 100%; height: 500px;"> -
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.