kiftd/webContext/css/overrall.css

67 lines
885 B
CSS
Raw Normal View History

2018-01-25 07:26:03 +00:00
@charset "UTF-8";
2018-03-22 11:02:26 +00:00
.titlebox {
2018-01-25 07:26:03 +00:00
height: 30px;
2018-03-22 11:02:26 +00:00
line-height: 30px;
2018-01-25 07:26:03 +00:00
padding-top: 5px;
2018-03-22 11:02:26 +00:00
padding-bottom: 5px;
2018-01-25 07:26:03 +00:00
padding-left: 10px;
padding-right: 10px;
position: relative;
bottom: -7px;
}
2018-03-22 11:02:26 +00:00
.titletext {
color: #000000;
2018-01-25 07:26:03 +00:00
font-size: 22px;
}
2018-03-22 11:02:26 +00:00
.graytext {
color: #8b8b8b;
2018-01-25 07:26:03 +00:00
}
2018-03-22 11:02:26 +00:00
.subtitle {
color: #5cacee;
2018-01-25 07:26:03 +00:00
text-align: center;
}
2018-03-22 11:02:26 +00:00
.rightbtn {
border-right: 10px;
2018-01-25 07:26:03 +00:00
float: right;
margin-left: 10px;
}
2018-03-22 11:02:26 +00:00
.heading {
height: 8px;
2018-01-25 07:26:03 +00:00
}
2018-03-22 11:02:26 +00:00
.centerText {
2018-01-25 07:26:03 +00:00
text-align: center;
2018-03-22 11:02:26 +00:00
}
.uploadstatusbox {
color: #9C9C9C;
height: 48px;
overflow: auto;
}
html {
height: 100%;
}
body {
height: 100%;
2018-07-30 07:18:56 +00:00
}
.loading {
line-height: 56px;
color: #545454;
padding-left: 60px;
font-size: 15px;
background: #FFFFFF url(loading.gif) no-repeat 10px 50%;
opacity: 0.7;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
2018-01-25 07:26:03 +00:00
}