259 lines
3.9 KiB
CSS
259 lines
3.9 KiB
CSS
#nav_bar {
|
|
z-index: 999;
|
|
}
|
|
hr
|
|
{
|
|
color: #999;
|
|
margin-top: -10px;
|
|
padding: 0px 30px;
|
|
}
|
|
.nav_space {
|
|
padding: 0px 10px;
|
|
}
|
|
.title {
|
|
font-size: 17px;
|
|
}
|
|
.more {
|
|
font-size: 12px;
|
|
}
|
|
.color_block {
|
|
background-color: #eee;
|
|
border-radius: 4px;
|
|
}
|
|
.text_block {
|
|
margin: 0px 10px;
|
|
}
|
|
.account_block {
|
|
float: left;
|
|
width:240px;
|
|
margin: 0 30px 30px 0;
|
|
}
|
|
.account_block a{
|
|
text-decoration: none;
|
|
color :#000;
|
|
}
|
|
.grad {
|
|
background: #eee; /* For browsers that do not support gradients */
|
|
background: -webkit-linear-gradient(#fff, #ddd); /* For Safari 5.1 to 6.0 */
|
|
background: -o-linear-gradient(#fff, #ddd); /* For Opera 11.1 to 12.0 */
|
|
background: -moz-linear-gradient(#fff, #ddd); /* For Firefox 3.6 to 15 */
|
|
background: linear-gradient(#fff, #ddd); /* Standard syntax */
|
|
}
|
|
.logout a{
|
|
text-decoration: none;
|
|
color : #fff;
|
|
}
|
|
/*for mobile view*/
|
|
@media (max-device-width: 799px) {
|
|
.desktop {
|
|
display: none !important;
|
|
visibility: hidden !important;
|
|
}
|
|
.content_block_m {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
overflow: auto;
|
|
}
|
|
.left_block_m {
|
|
width: 100%;
|
|
padding-right: 20px;
|
|
text-align: center;
|
|
}
|
|
.left_block_m th{
|
|
text-align: right;
|
|
padding-left: 10px;
|
|
}
|
|
.left_block_m td{
|
|
padding-left: 10px;
|
|
text-align: left;
|
|
}
|
|
|
|
.left_block_m td hr{
|
|
color: #999;
|
|
margin-top: 5px;
|
|
padding: 0px 15px 0 0;
|
|
}
|
|
.right_block_m {
|
|
display: inline-block;
|
|
width: 100%;
|
|
padding-top: 30px;
|
|
border-top: 1px dotted #ccc;
|
|
}
|
|
.avalible_money_m {
|
|
width: 100%;
|
|
}
|
|
.right_block_m hr{
|
|
color: #999;
|
|
margin-top: 10px;
|
|
padding: 0px 30px;
|
|
|
|
}
|
|
}
|
|
/*end for mobile view*/
|
|
|
|
/*for desktop view*/
|
|
@media (min-device-width: 800px) {
|
|
.mobile{
|
|
display: none !important;
|
|
visibility: hidden !important;
|
|
}
|
|
.content_block {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
overflow: auto;
|
|
}
|
|
.left_block {
|
|
float: left;
|
|
padding-right: 20px;
|
|
border-right: 0.1em solid #eee;
|
|
text-align: center;
|
|
width: 35%;
|
|
}
|
|
.left_block th{
|
|
text-align: right;
|
|
padding-left: 10px;
|
|
width: 50%;
|
|
}
|
|
.left_block td{
|
|
padding-left: 10px;
|
|
text-align: left;
|
|
width: 50%;
|
|
}
|
|
|
|
.left_block td hr{
|
|
color: #999;
|
|
margin-top: 5px;
|
|
padding: 0px 15px 0 0;
|
|
}
|
|
.right_block {
|
|
margin-left: 20px;
|
|
display: inline-block;
|
|
width: 60%;
|
|
}
|
|
.avalible_money {
|
|
float: right;
|
|
width: 60%;
|
|
}
|
|
.right_block hr{
|
|
color: #999;
|
|
margin-top: 10px;
|
|
padding: 0px 30px;
|
|
|
|
}
|
|
}
|
|
/*end of desktop view*/
|
|
.notice {
|
|
padding-top: 7px;
|
|
font-size: 10px;
|
|
font-style: italic;
|
|
}
|
|
.gallery {
|
|
text-align: center;
|
|
margin: 0px;
|
|
overflow: auto;
|
|
}
|
|
.gallery ul {
|
|
list-style-type: none;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.gallery ul li {
|
|
float: left;
|
|
width: 100px;
|
|
height: 90px;
|
|
}
|
|
.img_container {
|
|
padding :5px;
|
|
}
|
|
.gallery ul li .img_text{
|
|
max-width: 80px !important;
|
|
height: 20px !important;
|
|
margin: 0 auto;
|
|
text-align:center;
|
|
line-height:8px;
|
|
font-weight: 200;
|
|
font-size: 10px;
|
|
}
|
|
.list_group {
|
|
display: inline-block;
|
|
margin-left: -20px;
|
|
overflow: auto;
|
|
}
|
|
.list_group ul li {
|
|
padding: 10px 5px;
|
|
float: left;
|
|
list-style: none;
|
|
font-size: 12px;
|
|
}
|
|
.circle{
|
|
-webkit-border-radius:5px;
|
|
-moz-border-radius:5px;
|
|
margin-top: 7px;
|
|
border-radius:5px;
|
|
border:1px solid #ccc;
|
|
width:5px;
|
|
height:5px;
|
|
}
|
|
|
|
.dl_horizontal {
|
|
display: block;
|
|
}
|
|
.dl_horizontal dl dt{
|
|
text-align: right;
|
|
}
|
|
.dl_horizontal dl dd{
|
|
text-align: left;
|
|
}
|
|
|
|
.txt_uppercase {
|
|
text-transform: uppercase; }
|
|
.top-content{
|
|
margin-top: 40px;
|
|
}
|
|
.content{
|
|
margin-top: 45px;
|
|
}
|
|
.btn-reset-filter{
|
|
margin-top: 35px;
|
|
}
|
|
.btn-list{
|
|
margin-top: 31px;
|
|
}
|
|
.content .show >.row{
|
|
margin-bottom: 8px;
|
|
}
|
|
.btn-show-action,.btn-action{
|
|
margin-top: 20px;
|
|
}
|
|
.btn-show-action{
|
|
padding-left: 5px;
|
|
}
|
|
.form-group{
|
|
margin-bottom: 23px;
|
|
}
|
|
.center{
|
|
text-align: center;
|
|
}
|
|
.right{
|
|
float:right;
|
|
}
|
|
.hide{
|
|
display: none;
|
|
}
|
|
.show{
|
|
display: block;
|
|
}
|
|
.spacer-30{
|
|
margin-top: 30px;
|
|
}
|
|
.container ul.nav>.nav-item{
|
|
padding-left: 30px;
|
|
}
|
|
.container ul.nav>.nav-item:first-child{
|
|
padding-left: 80px;
|
|
} |