Changeset 319 for Dev/branches/rest-dojo-ui/client/mockup.html
- Timestamp:
- 04/10/12 16:53:27 (13 years ago)
- File:
-
- 1 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;">
Note: See TracChangeset
for help on using the changeset viewer.