<style>
.container {width:300px; height:400px; margin:30px 0; -webkit-tap-highlight-color: rgba(0,0,0,0); position:relative; z-index:100;}
.metroMenu {width:300px; height:400px; position:relative;}
.metroMenu ul.options {padding:0; margin:0; list-style:none; width:300px; height:400px; overflow:hidden;}
.metroMenu ul.options li {float:left; margin:0 10px 10px 0}
.metroMenu input.metro {display:none; position:absolute;}
.metroMenu label.metro,
.metroMenu label.metro + label {display:block; position:relative; width:100%; height:100%; cursor:pointer;}
.metroMenu .s11 {width:90px; height:90px;}
.metroMenu .s21 {width:190px; height:90px;}
.metroMenu .s22 {width:190px; height:190px;}
.metroMenu label.metro span {display:block; width:100%; position:absolute; left:0; bottom:0;
font:400 11px/25px 'PT Sans', arial, sans-serif; color:#fff; text-indent:10px;}
.metroMenu ul.options li label.close {display:none; background:rgba(255,255,255,0.2) url(selected.png) no-repeat right top; margin-top:-90px;}
.metroMenu ul.options li.s22 label.close {margin-top:-190px;}
.metroMenu ul.options li:nth-of-type(1) {background:#38e url(m7.png) no-repeat center 20px;}
.metroMenu ul.options li:nth-of-type(2) {background:#a05 url(m2.png) no-repeat center -10px;}
.metroMenu ul.options li:nth-of-type(3) {background:#837 url(m3.png) no-repeat center -10px;}
.metroMenu ul.options li:nth-of-type(4) {background:#f80 url(m4.png) no-repeat center -10px;}
.metroMenu ul.options li:nth-of-type(5) {background:#e10 url(m5.png) no-repeat center -10px;}
.metroMenu ul.options li:nth-of-type(6) {background:#164 url(m6.png) no-repeat center -10px;}
.metroMenu ul.options li:nth-of-type(7) {background:#222 url(m1.png) no-repeat center -10px;}
.metroMenu ul.options li:nth-of-type(8) {background:#990 url(m9.png) no-repeat center -10px;}
.metroMenu #mm1:not(:checked) ~ ul.options li:nth-of-type(1):hover label:first-child:before,
.metroMenu #mm2:not(:checked) ~ ul.options li:nth-of-type(2):hover label:first-child:before,
.metroMenu #mm3:not(:checked) ~ ul.options li:nth-of-type(3):hover label:first-child:before,
.metroMenu #mm4:not(:checked) ~ ul.options li:nth-of-type(4):hover label:first-child:before,
.metroMenu #mm5:not(:checked) ~ ul.options li:nth-of-type(5):hover label:first-child:before,
.metroMenu #mm6:not(:checked) ~ ul.options li:nth-of-type(6):hover label:first-child:before,
.metroMenu #mm7:not(:checked) ~ ul.options li:nth-of-type(7):hover label:first-child:before,
.metroMenu #mm8:not(:checked) ~ ul.options li:nth-of-type(8):hover label:first-child:before {content:"";
display:block; width:100%; height:100%; background:rgba(255,255,255,0.2); position:absolute; left:0; top:0;}
.metroMenu #mm1:checked ~ ul.options li:nth-of-type(1) label.close,
.metroMenu #mm2:checked ~ ul.options li:nth-of-type(2) label.close,
.metroMenu #mm3:checked ~ ul.options li:nth-of-type(3) label.close,
.metroMenu #mm4:checked ~ ul.options li:nth-of-type(4) label.close,
.metroMenu #mm5:checked ~ ul.options li:nth-of-type(5) label.close,
.metroMenu #mm6:checked ~ ul.options li:nth-of-type(6) label.close,
.metroMenu #mm7:checked ~ ul.options li:nth-of-type(7) label.close,
.metroMenu #mm8:checked ~ ul.options li:nth-of-type(8) label.close {display:block;}
.metroMenu div.panels {width:600px; height:390px; background:#fff; position:absolute; left:300px;
top:0px; background:#eee; overflow:hidden; display:none;}
.metroMenu div.panels div.contentPane {width:560px; height:350px; padding:20px; margin-top:0; overflow-x:auto;
-webkit-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}
/* Chrome/Safari scroll bar styling */
.metroMenu div.panels div::-webkit-scrollbar {
width: 25px;
background: #f80;
}
.metroMenu div.panels div::-webkit-scrollbar-thumb {
background: #056;
}
/* IE8+ scroll bar styles */
.metroMenu div.panels div.contentPane {
-ms-scrollbar-base-color:#f80;
-ms-scrollbar-3dlight-color:#056;
-ms-scrollbar-arrow-color:#056;
-ms-scrollbar-darkshadow-color:#056;
-ms-scrollbar-face-color:#056;
-ms-scrollbar-highlight-color:#056;
-ms-scrollbar-shadow-color:#056;
-ms-scrollbar-track-color:#f80;
/* IE10 Touch screen scrolling */
-ms-scroll-snap-points-y:snapInterval(0px, 10px);
-ms-scroll-snap-type:mandatory;
-ms-scroll-chaining:none;
}
.metroMenu .panels div:first-child {margin-top:390px;}
.metroMenu input:checked ~ div.panels {display:block;}
.metroMenu #mmClose:checked ~ div.panels {display:none;}
#mm1:checked ~ .panels div.contentPane:first-child {margin-top:0;}
#mm2:checked ~ .panels div.contentPane:first-child {margin-top:-390px;}
#mm3:checked ~ .panels div.contentPane:first-child {margin-top:-780px;}
#mm4:checked ~ .panels div.contentPane:first-child {margin-top:-1170px;}
#mm5:checked ~ .panels div.contentPane:first-child {margin-top:-1560px;}
#mm6:checked ~ .panels div.contentPane:first-child {margin-top:-1950px;}
#mm7:checked ~ .panels div.contentPane:first-child {margin-top:-2340px;}
#mm8:checked ~ .panels div.contentPane:first-child {margin-top:-2730px;}
.metroMenu .panels div.contentPane:nth-of-type(1) {background:#5ca0f1;}
.metroMenu .panels div.contentPane:nth-of-type(2) {background:#b37;}
.metroMenu .panels div.contentPane:nth-of-type(3) {background:#a05c92;}
.metroMenu .panels div.contentPane:nth-of-type(4) {background:#ffa033;}
.metroMenu .panels div.contentPane:nth-of-type(5) {background:#f14133;}
.metroMenu .panels div.contentPane:nth-of-type(6) {background:#418569;}
.metroMenu .panels div.contentPane:nth-of-type(7) {background:#4e4e4e;}
.metroMenu .panels div.contentPane:nth-of-type(8) {background:#adad33;}
#info .metroMenu div.panels div.contentPane h1 {padding:8px 0; margin:0; font:400 40px/45px 'PT Sans', arial, sans-serif; color:#fff;}
#info .metroMenu div.panels div.contentPane h2 {padding:8px 0; margin:0; font:400 25px/30px 'PT Sans', arial, sans-serif; color:#fff;}
#info .metroMenu div.panels div.contentPane p {padding:8px 0; margin:0; font:400 16px/20px 'PT Sans', arial, sans-serif; color:#fff;}
.metroMenu .imgCenter {display:block; margin:50px auto;}
.metroMenu #mmClose:checked ~ ul.options li label.close {display:none;}
.metroMenu #mmClose:checked ~ div.panels {display:none;}
/* form */
.metroMenu .panels div.contentPane form {padding:50px 0 0 150px; margin:0; width:300px;}
.metroMenu .panels div.contentPane form label {display:block; width:80px; float:left; clear:left;
font:400 16px/40px 'PT Sans', arial, sans-serif; color:#fff;}
.metroMenu .panels div.contentPane form input.ipt {display:block; width:150px; float:left; border:0; padding:10px;}
.metroMenu .panels div.contentPane form input.submit {display:block; clear:left; margin-left:80px; border:0;
background:#990; padding:10px 20px; font:400 16px/20px 'PT Sans', arial, sans-serif; color:#fff;}
/* gallery */
.metroMenu .radiogallery {position:relative; padding:0; margin:10px auto; width:224px; height:30px;
padding:160px 10px 10px 10px; background:#f80;}
.metroMenu .radiogallery input {position:absolute; left:-9999px;}
.metroMenu .radiogallery label {display:block; width:28px; height:28px; margin:2px; float:left; background:#38e;
text-align:center; cursor:pointer; font:400 11px/26px 'PT Sans', arial, sans-serif; position:relative; color:#fff;}
.metroMenu .radiogallery div {position:absolute; left:10px; top:5px; width:224px; height:150px; text-align:center; opacity:0; filter: alpha(opacity=0);
-webkit-transition:1s;
-moz-transition:1s;
-ms-transition:1s;
-o-transition:1s;
transition:1s;
}
.metroMenu .radiogallery input:checked + label {background-color:#164;}
.metroMenu .radiogallery label:hover {background:#164;}
.metroMenu .radiogallery input#pic1:checked ~ div.pic1,
.metroMenu .radiogallery input#pic2:checked ~ div.pic2,
.metroMenu .radiogallery input#pic3:checked ~ div.pic3,
.metroMenu .radiogallery input#pic4:checked ~ div.pic4,
.metroMenu .radiogallery input#pic5:checked ~ div.pic5,
.metroMenu .radiogallery input#pic6:checked ~ div.pic6,
.metroMenu .radiogallery input#pic7:checked ~ div.pic7 {opacity:1; filter: alpha(opacity=100);}
/* calendar */
.metroMenu .calendar {margin:10px auto 0 auto;}
.metroMenu .calendar caption,
.metroMenu .calendar tfoot tr td {font:400 16px/26px 'PT Sans', arial, sans-serif; color:#fff; text-align:center;}
.metroMenu .calendar thead tr th {font:400 14px/24px 'PT Sans', arial, sans-serif; color:#fff; background:#38e;
text-align:center; width:30px; margin:2px; text-align:center;}
.metroMenu .calendar tbody tr td {font:400 14px/24px 'PT Sans', arial, sans-serif; color:#fff; background:#164;
text-align:center; width:30px; margin:2px; text-align:center;}
</style>
<link rel="stylesheet" media="all" type="text/css" href="metromenu.css">
<div class ="container" onclick="">
<div class ="metroMenu">
<input class ="metro" id="mm1" name="metro" type="radio">
<input checked="checked" class ="metro" id="mm2" name="metro" type="radio">
<input class ="metro" id="mm3" name="metro" type="radio">
<input class ="metro" id="mm4" name="metro" type="radio">
<input class ="metro" id="mm5" name="metro" type="radio">
<input class ="metro" id="mm6" name="metro" type="radio">
<input class ="metro" id="mm7" name="metro" type="radio">
<input class ="metro" id="mm8" name="metro" type="radio">
<input class ="metro" id="mmClose" name="metro" type="radio">
<ul class ="options">
<li class ="s22"><label for="mm1" class ="metro"><span>File system</span></label><label for="mmClose" class ="close"></label></li>
<li class ="s11"><label for="mm2" class ="metro"><span>Cloud control</span></label><label for="mmClose" class ="close"></label></li>
<li class ="s11"><label for="mm3" class ="metro"><span>Games center</span></label><label for="mmClose" class ="close"></label></li>
<li class ="s11"><label for="mm4" class ="metro"><span>Messaging</span></label><label for="mmClose" class ="close"></label></li>
<li class ="s21"><label for="mm5" class ="metro"><span>Online shopping</span></label><label for="mmClose" class ="close"></label></li>
<li class ="s11"><label for="mm6" class ="metro"><span>Calendar</span></label><label for="mmClose" class ="close"></label></li>
<li class ="s11"><label for="mm7" class ="metro"><span>Mail contacts</span></label><label for="mmClose" class ="close"></label></li>
<li class ="s11"><label for="mm8" class ="metro"><span>Settings</span></label><label for="mmClose" class ="close"></label></li>
</ul>
<div class ="panels">
<div class ="contentPane">
<h1>The MetroMenu from Midori</h1>
<h2>Take control of your filing system</h2>
<h2>These panels can hold any information you want, from plain text, to photo galleries and forms.</h2>
<p>A filing cabinet (or sometimes file cabinet in American English)
is a piece of office furniture usually used to store paper documents in
file folders. In the most simple context, it is an enclosure for drawers
in which items are stored. The two most common forms of filing cabinets
are vertical files and lateral files. A vertical file cabinet has
drawers that extend from the short side (typically 15 inches) of the
cabinet. A lateral file cabinet has drawers that extend from the long
side (various lengths) of the cabinet.</p>
</div>
<div class ="contentPane">
<h1>The MetroMenu from Midori</h1>
<h2>Don't forget to backup your files</h2>
<h2>You are not restricted to the height of these panels, if the content is too long then scroll bars will be shown.</h2>
<p>The scroll bars can be styled in Chrome, Safari and IE. IE10 on
touch screen devices will also allow for scrolling of this panel.</p>
<p>Cloud storage is a model of networked enterprise storage where
data is stored not only in the user's computer, but in virtualized pools
of storage which are generally hosted by third parties, too. Hosting
companies operate large data centers, and people who require their data
to be hosted buy or lease storage capacity from them. The data center
operators, in the background, virtualize the resources according to the
requirements of the customer and expose them as storage pools, which the
customers can themselves use to store files or data objects.
Physically, the resource may span across multiple servers. The safety of
the files depends upon the hosting websites.</p>
</div>
<div class ="contentPane">
<h1>The MetroMenu from Midori</h1>
<h2>Online games</h2>
<img class ="imgCenter" src="play.png" alt="">
</div>
<div class ="contentPane">
<h1>The MetroMenu from Midori</h1>
<h2>Messaging - login</h2>
<form name="login1" id="login1" action="" method="get">
<label for="username1">Username</label><input name="username1" class ="ipt" id="username1" type="text">
<label for="password1">Password</label><input name="password1" class ="ipt" id="password1" type="text">
<input class ="submit" value="Submit" alt="Submit" id="submit1" type="button">
</form>
</div>
<div class ="contentPane">
<h1>The MetroMenu from Midori</h1>
<h2>Shop till you drop</h2>
<div class ="radiogallery">
<input name="pic" id="pic1" class ="pics" checked="checked" type="radio"><label for="pic1">01</label>
<input name="pic" id="pic2" class ="pics" type="radio"><label for="pic2">02</label>
<input name="pic" id="pic3" class ="pics" type="radio"><label for="pic3">03</label>
<input name="pic" id="pic4" class ="pics" type="radio"><label for="pic4">04</label>
<input name="pic" id="pic5" class ="pics" type="radio"><label for="pic5">05</label>
<input name="pic" id="pic6" class ="pics" type="radio"><label for="pic6">06</label>
<input name="pic" id="pic7" class ="pics" type="radio"><label for="pic7">07</label>
<div class ="pic1"><img src="bag1.png" alt=""></div>
<div class ="pic2"><img src="bag2.png" alt=""></div>
<div class ="pic3"><img src="bag3.png" alt=""></div>
<div class ="pic4"><img src="bag4.png" alt=""></div>
<div class ="pic5"><img src="bag5.png" alt=""></div>
<div class ="pic6"><img src="bag6.png" alt=""></div>
<div class ="pic7"><img src="bag7.png" alt=""></div>
</div>
</div>
<div class ="contentPane">
<h1>The MetroMenu from Midori</h1>
<h2>Important dates in your calendar</h2>
<table class ="calendar">
<caption>July 2013</caption>
<thead><tr><th scope="col">Mon</th><th scope="col">Tue</th><th scope="col">Wed</th><th scope="col">Thur</th>
<th scope="col" class ="nd">Fri</th><th scope="col" class ="nd">Sat</th><th scope="col" class ="nd">Sun</th></tr></thead>
<tfoot><tr><td colspan="7">Midori MetroMenu</td></tr></tfoot>
<tbody>
<tr><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td></tr>
<tr><td>8</td><td>9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td></tr>
<tr><td>15</td><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td></tr>
<tr><td>22</td><td>23</td><td>24</td><td>25</td><td>26</td><td>27</td><td>28</td></tr>
<tr><td>29</td><td>30</td><td>31</td><td></td><td></td><td></td><td></td></tr>
</tbody>
</table>
</div>
<div class ="contentPane">
<h1>The MetroMenu from Midori</h1>
<h2>Keep your contacts up to date</h2>
<form name="login2" id="login2" action="" method="get">
<label for="username2">Username</label><input name="username2" class ="ipt" id="username2" type="text"><br><br>
<label for="password2">Password</label><input name="password2" class ="ipt" id="password2" type="text"><br><br>
<input class ="submit" value="Login" alt="Submit" id="submit2" type="button">
</form>
</div>
<div class ="contentPane">
<h1>The MetroMenu from Midori</h1>
<h2>Change your online settings</h2>
<form name="login3" id="login3" action="" method="get">
<label for="username3">Username</label><input name="username3" class ="ipt" id="username3" type="text"><br><br>
<label for="password3">Password</label><input name="password3" class ="ipt" id="password3" type="text"><br><br>
<input class ="submit" value="Login" alt="Submit" id="submit3" type="button">
</form>
</div>
</div>
</div>
</div>
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259
|