feeds/app/assets/stylesheets/new_channel.css

107 lines
1.9 KiB
CSS

.import-wrapper{
padding: 10px;
}
.import-wrapper .import-url{
width: 565px;
}
.import-wrapper .btn{
margin-bottom: 10px;
}
#import-container{
width: auto;
margin: 0 auto;
}
#loading{
margin: 20px 0;
text-align: center;
}
#loading img{
width: 50px;
}
#import-head{
font-size: 18px;
text-align: center;
text-shadow: 1px 1px 1px #FFF;
padding-bottom: 10px;
margin-top: 100px;
}
#import-head i{
font-size: 64px;
}
#site-url-wrapper{
height: 100px;
width: 600px;
margin: 0 auto;
}
#import-modules{
margin-top: 30px;
text-align: center;
}
.module{
text-align: center;
width: 120px;
display: inline-block;
margin: 8px 5px;
padding: 15px 0px;
}
.module.cursor-pointer {
cursor: pointer;
}
.module .cursor-default {
cursor: default;
}
.module i{
font-size: 48px;
border-radius: 10px;
border: 1px solid #FFF;
background: #888;
padding: 15px 18px;
box-shadow: 0 0 10px #555 inset;
color: #FFF;
}
.module.active i{
background: #438CDB;
box-shadow: none;
}
.module i:hover{
background: #438CDB;
box-shadow: none;
}
#import-modules .lead{
margin-bottom: 0px;
font-size: 12px;
}
.alert{
width: 500px;
margin: 20px auto 0;
}
.module-icon{
font-size: 64px;
border-radius: 10px;
padding: 15px 18px;
color: #888;
}
#import-progress{
border: 0px solid #CCC;
text-align: center;
width: 400px;
margin: 100px auto 0 auto;
}
#import-progress .progress{
margin-bottom: 0px;
}
#import-progress-text{
font-size: 16px;
line-height: 25px;
color: #666;
height: 50px;
margin-bottom: 5px;
}
.import-modal-label {
display: inline-block;
margin-top: 5px;
margin-right: 10px;
vertical-align: top;
}