231 lines
4.8 KiB
CSS
231 lines
4.8 KiB
CSS
/*
|
|
Copyright (c) 2012, 2019 Oracle and/or its affiliates. All rights reserved.
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; version 2 of the License.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
*/
|
|
|
|
/******************************************************************************
|
|
*** ***
|
|
*** Style sheet settings for MySQL CLuster configuration welcome page ***
|
|
*** ***
|
|
******************************************************************************/
|
|
|
|
body {
|
|
font-family: Helvetica, Verdana, sans-serif;
|
|
font-size: 70%;
|
|
line-height: 1.6em;
|
|
text-align: left;
|
|
margin: 0;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 0;
|
|
background: url(../img/welcome-bg.png);
|
|
background-repeat: repeat-x;
|
|
background-color: #011d33;
|
|
color: #000000;
|
|
}
|
|
|
|
/*************** Position of title and big background logo ********************/
|
|
|
|
#title {
|
|
position:absolute;
|
|
left: 19px;
|
|
top: 14px;
|
|
}
|
|
|
|
#mysql-logo {
|
|
position:absolute;
|
|
left: 110px;
|
|
top: 72px;
|
|
}
|
|
|
|
/************************* Links, images, headings ****************************/
|
|
|
|
a, a:link, a:visited {
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.5em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
label {
|
|
color: #B4886B;
|
|
font-weight: bold;
|
|
font-size: 1.15em;
|
|
display: block;
|
|
width: 150px;
|
|
float: left;
|
|
}
|
|
/************************ Configuration box styling ***************************/
|
|
|
|
#configure-box-wrapper {
|
|
position: absolute;
|
|
top: 112px;
|
|
width: 100%;
|
|
}
|
|
|
|
#configure-box {
|
|
width: 500px;
|
|
height: 220px;
|
|
margin-left: auto;
|
|
margin-right: 50px;
|
|
/*background: url(../img/box-bg.png);
|
|
background-color: #ffffff;*/
|
|
text-align: center;
|
|
padding-top: 20px;
|
|
/*box-shadow: 1px 1px 2px 2px rgba(100,50,0,80.4);*/
|
|
}
|
|
|
|
.configure-item {
|
|
text-align: left;
|
|
font-size: 100%;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.configure-item-sep {
|
|
height: 13px;
|
|
}
|
|
|
|
.configure-item-subtext {
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.configure-img {
|
|
width: 72px;
|
|
text-align: right;
|
|
vertical-align: top;
|
|
}
|
|
|
|
#configListContainer {
|
|
font-size: larger;/*1.25em;*/
|
|
}
|
|
/********************* Content links at bottom of page ************************/
|
|
|
|
#content-links {
|
|
position: absolute;
|
|
left: 19px;
|
|
top: 350px;
|
|
color: #ffffff;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.content-links-header td {
|
|
font-size: 120%;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
|
|
.content-links-sep img {
|
|
margin-right: 10px;
|
|
margin-left: 60px;
|
|
}
|
|
|
|
#content-links td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
#content-links p:before { content:url(../img/link-item.png)" "; }
|
|
|
|
#content-links p {
|
|
vertical-align: top;
|
|
margin: 0px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
#content-links-footer {
|
|
font-size: 70%;
|
|
color: #999;
|
|
}
|
|
|
|
/****************************** Limit size of SELECT list *********************************/
|
|
/*.dojoxCheckedMultiSelectWrapper {
|
|
padding-right: 0px;
|
|
}
|
|
.dj_webkit*/
|
|
.narrow .dojoxCheckedMultiSelectWrapper {
|
|
width: 100%;
|
|
height: 85%;
|
|
}
|
|
|
|
.scroll .dojoxCheckedMultiSelectWrapper {
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
|
|
.wrap .dojoxMultiSelectItemLabel {
|
|
white-space: normal;
|
|
height: 85%;
|
|
}
|
|
|
|
.wrap .dojoxMultiSelectItemBox {
|
|
vertical-align: top;
|
|
margin-top: 3px;
|
|
/*background-image: url('../dojo/dijit/themes/soria/images/spriteRadio.png');*/
|
|
}
|
|
|
|
|
|
.dijit.dijitReset.dijitInline.dojoxCheckedMultiSelectWrapper {
|
|
background-color: transparent;
|
|
color: wheat;
|
|
font-size: larger;
|
|
height: 95%;
|
|
overflow-y: auto;
|
|
padding-right: 0px;
|
|
border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
}
|
|
|
|
.dijit.dijitReset.dijitInline.dojoxMultiSelectItemBox.dijitRadio.dijitRadioChecked.dijitChecked {
|
|
background-color: darkcyan;
|
|
}
|
|
|
|
.dijit.dijitReset.dijitInline.dijitLeft.dojoxCheckedMultiSelect.narrow.wrap {
|
|
width: 99%;
|
|
}
|
|
|
|
.dijitCheckBoxInput {
|
|
opacity: 100;
|
|
}
|
|
/****************************** Additional *********************************/
|
|
|
|
/* Set a style for buttons*/
|
|
button {
|
|
background-color: #4CAF50;
|
|
color: white;
|
|
padding: 14px 20px;
|
|
margin: 20px 0;
|
|
border: 2px; /*none;*/
|
|
cursor: pointer;
|
|
width: 100%;
|
|
border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
}
|
|
|
|
button:hover {
|
|
opacity: 0.8;
|
|
}
|