From b89a7ee8b956c96a1dcee995ea840feddc5d4b27 Mon Sep 17 00:00:00 2001 From: Pierre Frisch Date: Thu, 22 Dec 2011 07:25:50 -0800 Subject: First commit of Ninja to ninja-internal Signed-off-by: Valerio Virgillito --- .../materials-popup.reel/materials-popup.css | 162 +++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 js/panels/Materials/materials-popup.reel/materials-popup.css (limited to 'js/panels/Materials/materials-popup.reel/materials-popup.css') diff --git a/js/panels/Materials/materials-popup.reel/materials-popup.css b/js/panels/Materials/materials-popup.reel/materials-popup.css new file mode 100644 index 00000000..299dc5f9 --- /dev/null +++ b/js/panels/Materials/materials-popup.reel/materials-popup.css @@ -0,0 +1,162 @@ +@charset "UTF-8"; +/* + This file contains proprietary software owned by Motorola Mobility, Inc.
+ No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
+ (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. +
*/ + +.materials_popup { + font-size: 12px; + text-shadow: 1px 1px 1px #000; + overflow: hidden; +} + +.materials_popup a:hover { + color: #CCC; +} + +.materials_popup hr { + float: left; + clear: both; + width: 100%; + display: block; + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #1d1d1d), color-stop(0.75, #424242)); + border: none; + height: 2px; + margin: 4px 0px 4px 0px; +} + +#mp_title { + margin: 4px 0px 0px 0px; + text-align: center; +} + +#mp_preview { + height: 100px; + text-align: center; +} + +#mp_maps div div, +#mp_maps div div:focus, +#mp_maps div input, +#mp_maps div input:focus { + margin: 0px 0px 2px 0px; +} + +#mp_properties_labels, +#mp_maps_labels { + display:block; + float: left; + width:86px; + margin: 0px 8px 2px 5px; + font-family: 'Droid Sans', sans-serif; + font-size: 12px; +} + +#mp_properties_labels div, +#mp_maps_labels div { + float: right; + clear: left; + width: auto; + margin: 0px 0px 3px 0px; +} + +#mp_maps_labels div { + margin: 2px 0px 3px 0px !important; +} + +#mp_properties_labels div { + margin: 6px 0px 6px 0px !important; +} + +#mp_properties_colors +{ + float:left; + width: 24px; + margin: 0px -8px 0px 10px; +} + +#mp_properties_colors button { + width: 22px; + height: 22px; + margin: 2px 0; +} + +#mp_properties_colors input.hottext { + background: none; + float: right; + margin: 4px 0px; + padding: 0px; + width: 23px; + color: #FFF; + text-shadow: 1px 1px 1px #000; + font-family: 'Droid Sans', sans-serif; + font-size: 11px; + text-align: center; +} + +#mp_properties_colors input.hottextInput { + background: #FFF; + color: #000; + text-shadow: none; + border: 1px solid #333; + margin: 3px -2px 5px 1px; + padding: 1px; + text-decoration: none; + outline: none; +} + +#mp_maps_inputs +{ + float: left; + width: auto; +} + +#mp_maps_inputs input { + float:left; + clear:both; + width: 100px; + background: #555; + border: 1px solid #333; + color: #FFF; + padding: 1px 0px 1px 0px; + margin: 0px 0px 0px 10px; + text-decoration: none !important; + text-shadow: 1px 1px 1px #000; + font-family: 'Droid Sans', sans-serif; + font-size: 11px; + letter-spacing: 1px; +} + +#mp_maps_inputs input:focus { + outline: none; + margin: -1px 0px -1px 10px; + background: #FFF; + color: #000; + text-shadow: none; +} + + +#mp_buttons { + clear:both; + float: left; + margin: 0px -4px 0px 4px; + width: 97%; +} + +#mp_buttons button { + height: 22px; + overflow: hidden; + display: block; + cursor: pointer; +} + +#mp_cancel_btn { + float: left; + width: 60px; +} + +#mp_ok_btn { + float: right; + width: 30px; +} \ No newline at end of file -- cgit v1.2.3