D layoutstyles.css
詳細は、「CSSを使用したレイアウト・ペインのスタイル設定」を参照してください。
法律および版権上の注意点
/* * Copyright (c) 2012, 2014, Oracle and/or its affiliates. * All rights reserved. Use is subject to license terms. * * This file is available and licensed under the following license: * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * - Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the distribution. * - Neither the name of Oracle nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
コード
/*
* Style sheet for LayoutSampleCSS
*/
.pane {
-fx-background-color: #8fbc8f;
}
.grid {
-fx-background-color: white;
-fx-background-radius: 5.0;
-fx-background-insets: 0.0 5.0 0.0 5.0;
-fx-padding: 10;
-fx-hgap: 10;
-fx-vgap: 10;
}
.vbox {
/* -fx-background-image: url("graphics/arrow_t_up_right.png");
-fx-background-size: 96, 205;
-fx-background-repeat: no-repeat;*/
-fx-border-color: #2e8b57;
-fx-border-width: 2px;
-fx-padding: 10;
-fx-spacing: 8;
}
.hbox {
-fx-background-color: #2f4f4f;
-fx-padding: 15;
-fx-spacing: 25;
}
#hbox-custom {
/* -fx-background-image: url("graphics/cloud.png");
-fx-background-size: 64,64;
-fx-padding: 18 4 18 6;
-fx-spacing: 25;*/
-fx-padding: 8;
-fx-background-radius: 5.0;
}
.flow-tile {
-fx-padding: 10.0 3.0 5.0 0.0;
-fx-hgap: 4;
-fx-vgap: 4;
}
#button-custom {
/* -fx-rotate: 45;*/
-fx-text-alignment: center;
}

