Miroca_Server_file_static
This commit is contained in:
100
www/static/file/upanel/css/user.css
Normal file
100
www/static/file/upanel/css/user.css
Normal file
@@ -0,0 +1,100 @@
|
||||
/* Dropdown button on hover & focus */
|
||||
|
||||
.dropbtn-profile:hover,
|
||||
.dropbtn-profile:focus {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
|
||||
/*Image*/
|
||||
|
||||
.image-vignesh {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50px;
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* Dropdown Content (Hidden by Default) */
|
||||
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
|
||||
margin-top: 10px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
|
||||
/* Links inside the dropdown */
|
||||
|
||||
.dropdown-content a {
|
||||
color: #333333;
|
||||
padding: 12px 16px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.dropdown-item:hover {
|
||||
transform: translateY(-3px);
|
||||
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
/* Change color of dropdown links on hover */
|
||||
|
||||
.dropdown-content a:hover {
|
||||
background-color: #ffffff;
|
||||
color: #0686c5;
|
||||
transform: translateY(-3px);
|
||||
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.align-middle {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
|
||||
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
|
||||
|
||||
.show {
|
||||
display: block;
|
||||
}
|
||||
|
||||
a[type=button], a[type=submit], a[type=reset] {
|
||||
background-color: #56baed;
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 15px 40px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
-webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
|
||||
box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
margin: 15px 20px 20px 20px;
|
||||
-webkit-transition: all 0.3s ease-in-out;
|
||||
-moz-transition: all 0.3s ease-in-out;
|
||||
-ms-transition: all 0.3s ease-in-out;
|
||||
-o-transition: all 0.3s ease-in-out;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
a[type=submit]:hover {
|
||||
transform: translateY(-3px);
|
||||
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.line {
|
||||
border-bottom: 1px solid #edeff1; /* Параметры линии */
|
||||
}
|
||||
Reference in New Issue
Block a user