Select Git revision
views.cpython-35.pyc
-
Pendyala Phani Chaitanya authoredPendyala Phani Chaitanya authored
pages.css 3.77 KiB
.cb{
background-color: black;
color: white;
}
.Login{
max-width: fill;
}
#cred{
width: 400px;
position: absolute;
top: 30%;
left: 40%;
background-color: white;
-webkit-appearance: none;
width: auto;
min-width: 100px;
border-radius: 24px;
text-align: center;
padding: 15px 40px;
margin-top: 5px;
background-color: saturate(30%);
color: black;
font-size: 14px;
margin-left: auto;
font-weight: 500;
box-shadow: 0px 2px 6px -1px rgba(0,0,0,.13);
border: none;
transition: all .3s ease;
outline: 0;
}
.topnav {
background-color: #333;
overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
cursor: pointer;
}
/* Add an active class to highlight the current page */
.topnav a.active {
background-color: #4CAF50;
color: white;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
display: none;
}
.button {
border: none;
color: white;