You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
1.4 KiB
88 lines
1.4 KiB
.page.wizard .uniForm {
|
|
width: 80%;
|
|
margin: 0 auto 30px;
|
|
}
|
|
|
|
.page.wizard h1 {
|
|
padding: 10px 30px;
|
|
margin: 0;
|
|
display: block;
|
|
font-size: 30px;
|
|
margin-top: 80px;
|
|
}
|
|
|
|
.page.wizard .description {
|
|
padding: 10px 30px;
|
|
font-size: 18px;
|
|
display: block;
|
|
}
|
|
|
|
.page.wizard .tab_wrapper {
|
|
background: #5c697b;
|
|
padding: 10px 0;
|
|
font-size: 18px;
|
|
position: fixed;
|
|
top: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
min-width: 960px;
|
|
left: 0;
|
|
z-index: 2;
|
|
box-shadow: 0 0 50px rgba(0,0,0,0.55);
|
|
}
|
|
|
|
.page.wizard .tab_wrapper .tabs {
|
|
text-align: center;
|
|
padding: 0;
|
|
margin: 0;
|
|
display: block;
|
|
}
|
|
|
|
.page.wizard .tabs li {
|
|
display: inline-block;
|
|
}
|
|
.page.wizard .tabs li a {
|
|
padding: 20px 10px;
|
|
}
|
|
|
|
.page.wizard .tab_wrapper .pointer {
|
|
border-right: 10px solid transparent;
|
|
border-left: 10px solid transparent;
|
|
border-top: 10px solid #5c697b;
|
|
display: block;
|
|
position: absolute;
|
|
top: 44px;
|
|
}
|
|
|
|
.page.wizard .tab_content {
|
|
margin: 20px 0 160px;
|
|
}
|
|
|
|
.page.wizard form > div {
|
|
min-height: 300px;
|
|
}
|
|
.page.wizard .wgroup_finish {
|
|
height: 300px;
|
|
}
|
|
.page.wizard .wgroup_finish h1 {
|
|
text-align: center;
|
|
}
|
|
.page.wizard .wgroup_finish .wizard_support,
|
|
.page.wizard .wgroup_finish .description {
|
|
font-size: 25px;
|
|
line-height: 120%;
|
|
margin: 20px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.page.wizard .button.green {
|
|
padding: 20px;
|
|
font-size: 25px;
|
|
margin: 10px 30px 80px;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.page.wizard .tab_nzb_providers {
|
|
margin: 20px 0 0 0;
|
|
}
|
|
|