|
@@ -9,7 +9,7 @@
|
|
|
/*background:url(bg.jpg);*/
|
|
|
}
|
|
|
.border{
|
|
|
- border-color: rgba(255,101,1,0.8) !important;
|
|
|
+ border-color: rgba(0,153,204,0.8) !important;
|
|
|
}
|
|
|
.bg{
|
|
|
position:absolute;
|
|
@@ -39,7 +39,7 @@
|
|
|
}
|
|
|
.header{
|
|
|
/*background-color:rgba(255,255,255,0.5);*/
|
|
|
- background-color:rgba(255,101,1,0.8);
|
|
|
+ background-color:rgba(0,153,204,1);
|
|
|
color:#fff;
|
|
|
}
|
|
|
.header i{
|
|
@@ -53,7 +53,7 @@
|
|
|
width:100%;
|
|
|
max-height:250px;
|
|
|
overflow-y:auto;
|
|
|
- background-color:rgba(251,231,216,0.5);
|
|
|
+ background-color:rgba(255,173,51,0.1);
|
|
|
}
|
|
|
.info-list{
|
|
|
width:100%;
|
|
@@ -70,7 +70,7 @@
|
|
|
padding:10px 15px;
|
|
|
}
|
|
|
.info-list ul li:hover{
|
|
|
- border-bottom: 1px solid #ff6501;
|
|
|
+ border-bottom: 1px solid #ff9900;
|
|
|
}
|
|
|
.software-wrapscroll{
|
|
|
width:100%;
|
|
@@ -80,15 +80,15 @@
|
|
|
.software-list{
|
|
|
float:left;
|
|
|
width:835px;
|
|
|
- background:#fefaf9;
|
|
|
+ background:rgba(255,173,51,0.1);
|
|
|
border:1px solid #ddd;
|
|
|
border-radius: 7px;
|
|
|
padding:15px;
|
|
|
margin: 5px 25px 15px 30px;
|
|
|
}
|
|
|
.software-list:hover{
|
|
|
- background:#fdf5f2;
|
|
|
- border:1px solid #ff6501;
|
|
|
+ background:rgba(255,153,0,0.1);
|
|
|
+ border:1px solid #ff9900;
|
|
|
}
|
|
|
.software-list a{
|
|
|
color:#333;
|
|
@@ -127,20 +127,20 @@
|
|
|
overflow-y:auto;
|
|
|
}
|
|
|
.software:hover{
|
|
|
- background:#fefaf9;
|
|
|
+ background:rgba(255,153,0,0.1);
|
|
|
}
|
|
|
.software a{
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
.software.active{
|
|
|
- background:#fdf5f2;
|
|
|
- border-left: 3px solid #ff6501;
|
|
|
+ background:rgba(255,173,51,0.1);
|
|
|
+ border-left: 3px solid #ff9900;
|
|
|
}
|
|
|
.software.active a{
|
|
|
color:#333;
|
|
|
}
|
|
|
.software-left-bottom{
|
|
|
- background-color: rgba(251,231,216,0.5);
|
|
|
+ background-color:rgba(255,173,51,0.1);
|
|
|
z-index: 999;
|
|
|
position:absolute;
|
|
|
width:100%;
|
|
@@ -165,7 +165,7 @@
|
|
|
border-bottom: 1px dotted #ccc;
|
|
|
}
|
|
|
.details:hover{
|
|
|
- border-bottom:1px solid #ff6501;
|
|
|
+ border-bottom:1px solid #ff9900;
|
|
|
}
|
|
|
.local-software-content{
|
|
|
height:364px;
|
|
@@ -249,4 +249,8 @@
|
|
|
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
|
|
|
.show > .btn-blue.dropdown-toggle:focus {
|
|
|
box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
|
|
|
+}
|
|
|
+
|
|
|
+.badge-orange{
|
|
|
+ background:#ff9900;
|
|
|
}
|