2012-04-03 07:31:27 +02:00
. header {
padding-bottom : 10px ;
2009-06-18 01:14:40 +02:00
}
2012-04-03 07:31:27 +02:00
. header p {
color : # fff ;
2010-10-12 23:56:46 +02:00
}
2012-04-05 02:01:27 +02:00
. install-header
{
padding-bottom : 10px ;
background : # 161616 ;
}
. install-header . inner {
padding-top : 55px ;
position : relative ;
}
2012-04-03 07:31:27 +02:00
. brand {
float : none ;
2009-06-18 01:14:40 +02:00
}
2010-10-12 23:56:46 +02:00
2012-04-05 01:17:43 +02:00
. brand h1 {
float : left ;
}
. brand . logo {
float : left ;
margin-right : 15px ;
height : 55px ;
width : 55px ;
background : url ( . . / install / images / ss-logo . png ) center center no-repeat ;
}
2012-04-03 07:31:27 +02:00
# Navigation {
display : none ;
2010-10-12 23:56:46 +02:00
}
2012-04-05 02:01:27 +02:00
. main . inner ul {
padding-left : 20px ;
}
2009-06-18 01:14:40 +02:00
ul # Themes {
list-style : none ;
2010-10-13 02:59:55 +02:00
margin : 0 5px 20px 5px ;
float : left ;
width : 320px ;
2012-04-03 07:31:27 +02:00
padding : 0 ;
2009-06-18 01:14:40 +02:00
}
ul # Themes li {
clear : both ;
padding : 3px 0 ;
2010-10-12 23:56:46 +02:00
margin-left : 0 ;
padding-left : 0 ;
2009-06-18 01:14:40 +02:00
}
ul # Themes input {
float : left ;
2010-04-14 04:22:21 +02:00
margin-right : 5px ;
2009-06-18 01:14:40 +02:00
}
ul # Themes label {
margin : -2px 5px 0 15px ;
}
2012-04-03 07:31:27 +02:00
h1 . sectionHeading {
2010-04-14 04:21:11 +02:00
margin-top : 20px ;
}
2010-05-25 06:24:14 +02:00
. error {
2009-06-18 01:14:40 +02:00
padding : 0 . 5em ;
2010-10-13 02:45:50 +02:00
background-color : # fdf5f5 ;
2009-06-18 01:14:40 +02:00
border : 1px # ff8e8e solid ;
2012-04-05 02:01:27 +02:00
border-radius : 4px ;
2009-06-18 01:14:40 +02:00
color : # f03838 ;
}
2012-04-03 07:31:27 +02:00
. main p . error { color : #f03838 ; }
2010-05-25 06:24:14 +02:00
. warning {
2009-06-18 01:14:40 +02:00
padding : 0 . 5em ;
2010-10-13 02:45:50 +02:00
background-color : # fcf8f2 ;
2012-04-03 07:31:27 +02:00
border-radius : 4px ;
2009-06-18 01:14:40 +02:00
border : 1px # ffc28b solid ;
color : # cb6a1c ;
}
2010-05-25 06:24:14 +02:00
. warning label {
2009-06-18 01:14:40 +02:00
display : inline ;
margin-left : 5px ;
color : # cb6a1c
}
2010-10-15 03:22:44 +02:00
. warning p {
font-size : 12px ;
margin-bottom : 0 ;
}
. warning . warning_actions {
margin : 5px 0 5px 0 ;
}
2010-05-25 06:24:14 +02:00
. good {
2009-06-18 01:14:40 +02:00
padding : 0 . 5em ;
background-color : # e2fee1 ;
border : 1px # 43cb3e solid ;
color : # 359318 ;
}
2010-05-25 06:24:14 +02:00
. error a ,
. warning a ,
. good a {
2009-06-18 01:14:40 +02:00
color : inherit ;
text-decoration : underline ;
}
p . error a : hover {
text-decoration : none ;
}
span . middleColumn {
2010-10-12 23:56:46 +02:00
width : 297px ;
2012-04-03 07:31:27 +02:00
margin : 0 ;
2009-06-18 01:14:40 +02:00
padding : 4px ;
2012-04-03 07:31:27 +02:00
float : right ;
2009-06-18 01:14:40 +02:00
}
input . text , textarea , select {
padding : 2px ;
border : 1px solid # A7A7A7 ;
color : # 000 ;
font-size : 1 . 2em ;
font-weight : bold ;
2010-10-12 23:56:46 +02:00
width : 290px ;
}
# stats-container label {
display : inline ;
2008-12-04 23:38:32 +01:00
}
# stats {
2010-10-12 23:56:46 +02:00
margin-right : 5px ;
2009-06-18 01:14:40 +02:00
}
2012-04-03 07:31:27 +02:00
. main h2 {
2010-10-13 02:57:05 +02:00
margin : 36px 0 18px 0 ;
font-weight : bold ;
2009-06-18 01:14:40 +02:00
clear : left ;
2010-10-13 02:57:05 +02:00
text-indent : 5px ;
width : 100 % ;
overflow : hidden ;
2012-04-03 07:31:27 +02:00
border-top : 1px solid # E5E5E5 ;
2009-06-18 01:14:40 +02:00
}
2012-04-03 07:31:27 +02:00
. main h2 span {
2010-10-13 02:57:05 +02:00
float : right ;
2012-04-03 07:31:27 +02:00
font-size : 0 . 8em ;
2010-10-13 02:57:05 +02:00
padding : 10px 10px 0 0 ;
font-weight : normal ;
color : # 888 ;
}
2010-10-13 02:45:50 +02:00
2012-04-04 03:25:44 +02:00
. main h2 . no-line {
border-top : none ;
}
2010-10-13 02:45:50 +02:00
/ * *
* Requirements and test results
* ------------------------------------------------ * /
table . testResults {
2012-04-03 07:31:27 +02:00
border-collapse : collapse ;
width : 100 % ;
margin : -1px 0px 10px 0 ;
2009-06-18 01:14:40 +02:00
}
2010-10-13 02:45:50 +02:00
table . testResults td {
border : 1px # CCC solid ;
width : 400px ;
2010-10-13 02:57:05 +02:00
line-height : 15px ;
2010-10-13 02:45:50 +02:00
padding : 6px ;
}
table . testResults tr . good {
display : none ;
border : none ;
}
table . testResults tr . good td {
color : green ;
}
table . testResults tr . warning {
border : none ;
}
table . testResults tr . warning td {
color : # ef7f24 ;
}
table . testResults tr . error {
border : none ;
}
table . testResult tr . error {
color : red ;
}
h5 . requirement {
padding : 10px ;
background : # f1f1f1 ;
border : 1px solid # ccc ;
2012-04-03 07:31:27 +02:00
border-radius : 4px 4px 0 0 ;
border-width : 1px ;
2010-10-13 02:45:50 +02:00
margin : 0 ;
2010-10-13 02:57:05 +02:00
overflow : hidden ;
2010-10-13 02:45:50 +02:00
}
h5 . requirement span {
float : right ;
}
h5 . requirement . good {
color : # 359318 ;
}
h5 . requirement . warning {
color : # cb6a1c ;
}
h5 . requirement . error {
color : # F03838 ;
}
h5 . requirement a {
2010-10-13 02:57:05 +02:00
font-size : 10px ;
2010-10-13 02:45:50 +02:00
float : right ;
2012-04-03 07:31:27 +02:00
line-height : 13px ;
2010-10-13 02:45:50 +02:00
margin : 0 0 0 30px ;
color : # 666 ;
text-decoration : none ;
font-weight : normal ;
}
2009-06-18 01:14:40 +02:00
. clear {
clear : both ;
}
2010-04-14 04:21:11 +02:00
# adminAcc ,
2010-10-04 06:24:33 +02:00
# devHelp ,
# localeHelp {
2009-06-18 01:14:40 +02:00
padding-top : 20px ;
2008-12-04 23:38:32 +01:00
}
2010-04-14 04:21:11 +02:00
2010-10-12 23:56:46 +02:00
. typography label {
margin-bottom : 0 ;
}
2012-04-03 07:31:27 +02:00
. main . helpText {
2010-04-14 04:21:52 +02:00
float : right ;
2012-04-03 07:31:27 +02:00
width : 350px ;
2010-10-15 03:04:53 +02:00
padding-right : 10px ;
2010-04-14 04:21:52 +02:00
}
2010-10-04 06:24:33 +02:00
. section {
2010-04-14 04:21:11 +02:00
overflow : hidden ;
2009-06-18 01:14:40 +02:00
}
2010-04-14 04:21:11 +02:00
2010-10-04 06:24:33 +02:00
. fields {
float : left ;
2012-04-03 07:31:27 +02:00
width : 450px ;
2010-10-04 06:24:33 +02:00
}
# devHelp ,
# devSection {
height : 18em ;
}
2012-04-03 07:31:27 +02:00
. main . action input {
cursor : pointer ;
text-align : center ;
color : # fff ;
background-color : # EF7F24 ;
border : none ;
border-radius : 4px ;
2010-04-14 04:21:11 +02:00
font-size : 13px ;
width : 220px ;
font-weight : bold ;
margin : 5px 0 ;
2012-04-03 07:31:27 +02:00
padding : 5px ;
font-family : "HelveticaNeueLTPro-Bd" , "Helvetica Neue LT Pro Bold" , "HelveticaNeueBold" , "HelveticaNeue-Bold" , "Helvetica Neue Bold" , "Helvetica Neue LT Pro" , "HelveticaNeue" , "Helvetica Neue" , Helvetica , Arial , sans-serif ;
2010-04-14 04:21:11 +02:00
}
2010-04-14 05:31:42 +02:00
# use_environment_field {
2012-04-03 07:31:27 +02:00
margin : 20px 0 10px ;
2010-04-14 05:31:42 +02:00
}
2010-04-14 04:22:54 +02:00
# use_environment_field input {
float : left ;
margin-right : 5px ;
}
2010-10-04 06:43:12 +02:00
. dbfields {
2012-04-03 07:31:27 +02:00
margin : 10px 10px 10px 0 ;
2010-10-04 06:43:12 +02:00
}
2010-04-14 04:21:11 +02:00
# database_credentials {
margin : 0 ;
line-height : 1 ;
}
# database_selection {
overflow : hidden ;
margin : 0 ;
2012-04-03 07:31:27 +02:00
padding-left : 5px ;
2010-04-14 04:21:11 +02:00
}
# database_selection li {
2010-10-12 23:56:46 +02:00
margin-left : 0 ;
padding-left : 0 ;
2012-04-03 07:31:27 +02:00
list-style-type : none ;
2010-04-14 04:21:11 +02:00
}
# database_selection li input {
2010-10-13 02:57:05 +02:00
margin-right : 5px ;
2012-04-03 07:31:27 +02:00
border-radius : 4px ;
background : # ededed ;
}
2012-04-04 03:25:44 +02:00
# database_selection li . databaseClass {
background : none ;
}
2012-04-03 07:31:27 +02:00
# database_selection li input : focus {
outline : none ; background-color : # fff ;
2010-04-14 04:21:11 +02:00
}
2012-04-03 07:31:27 +02:00
# database_selection li . field label {
float : left ;
margin-top : 15px ;
2010-04-14 04:21:11 +02:00
}
2012-04-03 07:31:27 +02:00
# AdminAccount input {
border-radius : 4px ;
background : # ededed ;
}
# AdminAccount select {
border-radius : 4px ;
background : none ;
margin-top : 5px ;
}
# AdminAccount select : focus {
outline : none ;
}
# AdminAccount input : focus {
outline : none ; background-color : # fff ;
}
# AdminAccount . field label {
float : left ;
margin-top : 15px ;
}
2010-05-25 06:24:14 +02:00
. databaseError {
clear : both ;
overflow : hidden ;
2010-10-13 02:45:50 +02:00
width : 290px ;
line-height : 1 . 2 ;
2012-04-03 07:31:27 +02:00
margin : 10px 0 20px ;
2010-05-25 06:24:14 +02:00
display : none ;
2012-04-03 07:31:27 +02:00
border-radius : 4px ;
2010-10-12 23:56:46 +02:00
}
. databaseError ul {
margin-bottom : 0 ;
}
. databaseError ul , . databaseError li {
margin-left : 0 ;
padding-left : 0 ;
2010-10-13 02:45:50 +02:00
}
2010-10-13 02:57:05 +02:00
2012-04-03 07:31:27 +02:00
input # install_button {
cursor : pointer ;
text-align : center ;
color : # fff ;
background-color : # 359318 ;
border : none ;
border-radius : 4px ;
font-size : 13px ;
width : 220px ;
font-weight : bold ;
margin : 5px 0 ;
padding : 5px ;
font-family : "HelveticaNeueLTPro-Bd" , "Helvetica Neue LT Pro Bold" , "HelveticaNeueBold" , "HelveticaNeue-Bold" , "Helvetica Neue Bold" , "Helvetica Neue LT Pro" , "HelveticaNeue" , "Helvetica Neue" , Helvetica , Arial , sans-serif ;
}
2010-10-13 02:57:05 +02:00
. goodInstall {
padding : 0 . 5em ;
background-color : # e2fee1 ;
border : 1px # 43cb3e solid ;
color : # 359318 ;
overflow : hidden ;
line-height : 18px ;
padding : 10px ;
}
2012-04-03 07:31:27 +02:00
. main p . goodInstall {
2010-10-13 02:57:05 +02:00
color : # 359318 ;
}
. goodInstall a {
float : right ;
font-size : 18px ;
padding : 0 2px 2px 0 ;
font-weight : bold ;
}
em . inlineBarText {
float : left ;
font-style : normal ;
}