add icons for Character groups
This commit is contained in:
commit
2d9a41a5fe
3461 changed files with 594457 additions and 0 deletions
250
www/analytics/plugins/Installation/stylesheets/installation.css
Normal file
250
www/analytics/plugins/Installation/stylesheets/installation.css
Normal file
|
|
@ -0,0 +1,250 @@
|
|||
div.both {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #FFFBF9;
|
||||
text-align: center;
|
||||
font-family: Arial, Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#title {
|
||||
font-size: 50px;
|
||||
color: #284F92;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
#subtitle {
|
||||
color: #666;
|
||||
font-size: 27px;
|
||||
padding-left: 20px;
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
#logo {
|
||||
padding: 20px 30px;
|
||||
padding-bottom: 35px;
|
||||
}
|
||||
#logo img {
|
||||
height:40px;
|
||||
}
|
||||
|
||||
#installationPage #logo {
|
||||
height: auto;
|
||||
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 20px;
|
||||
color: #666666;
|
||||
border-bottom: 1px solid #DADADA;
|
||||
padding: 0 0 7px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 10px;
|
||||
font-size: 17px;
|
||||
color: #3F5163;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.topBarElem {
|
||||
font-family: arial, sans-serif !important;
|
||||
font-size: 13px;
|
||||
line-height: 1.33;
|
||||
}
|
||||
|
||||
#topRightBar {
|
||||
float: right;
|
||||
margin-top: -60px;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
border: 2px solid red;
|
||||
width: 550px;
|
||||
padding: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.error img {
|
||||
border: 0;
|
||||
float: right;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.success {
|
||||
color: #26981C;
|
||||
font-size: 130%;
|
||||
font-weight: bold;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.warn {
|
||||
color: #D7A006;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.warning {
|
||||
margin: 10px;
|
||||
color: #ff5502;
|
||||
font-size: 130%;
|
||||
font-weight: bold;
|
||||
padding: 10px 20px 10px 30px;
|
||||
border: 1px solid #ff5502;
|
||||
}
|
||||
|
||||
.warning ul {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
.success img, .warning img {
|
||||
border: 0;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
/* Cadre general */
|
||||
#installationPage {
|
||||
margin: 30px 5px 5px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#content {
|
||||
font-size: 90%;
|
||||
line-height: 1.4em;
|
||||
width: 860px;
|
||||
border: 1px solid #7A5A3F;
|
||||
margin: auto;
|
||||
background: #FFFFFF;
|
||||
padding: 0.2em 2em 2em 2em;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
/* form errors */
|
||||
#adminErrors {
|
||||
color: #FF6E46;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
/* listing all the steps */
|
||||
#generalInstall {
|
||||
float: left;
|
||||
margin-left: 20px;
|
||||
width: 19%;
|
||||
}
|
||||
|
||||
#detailInstall {
|
||||
width: 75%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#generalInstall ul {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
li.futureStep {
|
||||
color: #d3d3d3;
|
||||
}
|
||||
|
||||
li.actualStep {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
li.pastStep {
|
||||
color: #008000;
|
||||
}
|
||||
|
||||
p.nextStep a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
td {
|
||||
border: 1px solid rgb(198, 205, 216);
|
||||
border-top-color: #FFF;
|
||||
color: #444;
|
||||
padding: 0.5em 0.5em 0.5em 0.8em;
|
||||
}
|
||||
|
||||
.submit {
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.submit input {
|
||||
margin-top: 15px;
|
||||
background: transparent url(../../../plugins/Zeitgeist/images/background-submit.png) repeat scroll 0;
|
||||
font-size: 1.4em;
|
||||
border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
|
||||
border-style: double;
|
||||
border-width: 3px;
|
||||
color: #333333;
|
||||
padding: 0.15em;
|
||||
}
|
||||
|
||||
input {
|
||||
font-size: 18px;
|
||||
border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
|
||||
border-width: 1px;
|
||||
color: #3A2B16;
|
||||
padding: 0.15em;
|
||||
}
|
||||
|
||||
#systemCheckLegend {
|
||||
border: 1px solid #A5A5A5;
|
||||
padding: 20px;
|
||||
color: #727272;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#systemCheckLegend img {
|
||||
padding-right: 10px;
|
||||
vertical-align: middle;
|
||||
|
||||
}
|
||||
|
||||
.reuseTables .error {
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
.reuseTables .warning {
|
||||
color: #ff5502;
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
padding: 20px;
|
||||
border: 2px solid #ff5502;
|
||||
width: 550px;
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
.reuseTables .warning img {
|
||||
border: 0;
|
||||
float: right;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.reuseTables ul {
|
||||
padding-left: 16px;
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
.infos img, .infosServer img {
|
||||
padding-right: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.err {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
45
www/analytics/plugins/Installation/stylesheets/systemCheckPage.less
Executable file
45
www/analytics/plugins/Installation/stylesheets/systemCheckPage.less
Executable file
|
|
@ -0,0 +1,45 @@
|
|||
#systemCheckOptional,
|
||||
#systemCheckRequired {
|
||||
border: 1px solid #dadada;
|
||||
width: 100%;
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
#systemCheckOptional {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
#systemCheckOptional td,
|
||||
#systemCheckRequired td {
|
||||
padding: 1em .5em 1em 2em;
|
||||
vertical-align: middle;
|
||||
font-size: 1.2em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#systemCheckOptional tr:nth-child(even),
|
||||
#systemCheckRequired tr:nth-child(even) {
|
||||
background-color: #EFEEEC;
|
||||
}
|
||||
|
||||
#systemCheckOptional tr:nth-child(odd),
|
||||
#systemCheckRequired tr:nth-child(odd) {
|
||||
background-color: #F6F5F3;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
border: 2px solid red;
|
||||
width: 550px;
|
||||
padding: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.error img {
|
||||
border: 0;
|
||||
float: right;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue