Path: blob/master/samples/winrt/JavaScript/sample-utils/sample-utils.css
16338 views
/* Copyright (c) Microsoft Corporation. All rights reserved. */1html2{3cursor: default;4}56#featureLabel7{8font: 20pt/24pt "Segoe UI Semilight";9margin:0;10padding:5px 0 10px 0;11font-weight: normal;12}1314#inputLabel, #outputLabel15{16font: 11pt/15pt "Segoe UI";17margin:0;18padding:0;19font-weight: normal;20}2122#listLabel, #descLabel23{24font: 11pt/15pt "Segoe UI Semilight";25font-weight:normal;26}2728#rootGrid29{30width: 100%;31height: 100%;32display: -ms-grid;33-ms-grid-columns: 100px 1fr 100px;34-ms-grid-rows: 20px auto 1fr auto 20px;35}3637#header38{39-ms-grid-column: 2;40-ms-grid-row: 2;41}4243#content44{45padding-right:20px;46padding-bottom:20px;47overflow:auto;48display:-ms-grid;49-ms-grid-columns:1fr;50-ms-grid-rows: auto 1fr;51-ms-grid-column: 2;52-ms-grid-row: 3;53}5455#footer56{57-ms-grid-column: 2;58-ms-grid-row: 4;59padding-bottom:10px;60}6162#featureLabel63{64-ms-grid-row: 1;65}6667#contentHost68{69display:-ms-grid;70-ms-grid-columns:1fr;71-ms-grid-rows: auto auto auto 1fr;72-ms-grid-row: 2;73}7475#inputLabel76{77-ms-grid-row: 1;78}798081#input82{83-ms-grid-row: 2;84display: -ms-grid;85-ms-grid-columns: auto auto;86-ms-grid-rows: auto;87margin-top:10px;88}8990#outputLabel91{92-ms-grid-row: 3;93padding-top:10px;94padding-bottom:10px;95}9697#output98{99height:100%;100-ms-grid-row: 4;101-ms-grid-row-align:stretch;102}103104.clear105{106clear:both;107}108109110#footer span111{112font-size:12px;113}114115#footer .company116{117float:left;118}119120#footer .links121{122float:right;123}124125#footer .links a126{127font-size:12px;128margin-left:8px;129text-decoration:none;130}131132#footer .links .pipe133{134font-size:9px;135margin-left:8px;136}137138#statusMessage139{140margin-bottom:5px;141}142143#input .options144{145-ms-grid-row: 1;146-ms-grid-column: 1;147}148149#input .details150{151-ms-grid-row: 1;152-ms-grid-column: 2;153cursor:text;154}155156.imageHolder157{158max-width:382px;159}160161.imageHolder.withText162{163float:left;164margin-right:10px;165}166167#scenarios168{169margin-right:20px;170}171172173174@media screen and (min-width: 800px) and (max-width: 1024px)175{176#rootGrid177{178-ms-grid-columns: 40px 1fr 40px;179}180}181182@media screen and (max-width: 799px)183{184#rootGrid185{186-ms-grid-columns: 20px 1fr 20px;187}188189#output190{191padding-bottom:20px;192}193194#input195{196-ms-grid-columns: auto;197-ms-grid-rows: auto auto;198}199200#input .options201{202-ms-grid-row: 1;203-ms-grid-column: 1;204margin-bottom:10px;205}206207#input .details208{209-ms-grid-row: 2;210-ms-grid-column: 1;211}212}213214