| Current Path : /var/www/html/manish/ |
| Current File : /var/www/html/manish/styles.css |
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap'); /* Import a cursive font */
@media (min-width: 1824px) {
body {
font-family: Arial, sans-serif;
font-size: 16px;
margin: 0 auto;
padding: 0;
max-width: 1910px;
background-color: #fffdfd;
overflow-x: hidden;
}
}
header {
color: #021375d0;
padding: 5px;
text-align: left;
width:100%;
}
.container {
padding-left: 50px;
display: flex;
padding-left: 200px;
width: 1000px;
}
.header{
background-color: white;
}
.container img {
width: 150px;
height: 120px;
margin-right: 20px;
}
.info {
position: relative;
width: 1900px;
}
.show {
display: block;
}
.profile-links {
display: flex;
font-size: 18px;
margin: 0px;
}
.profile-links a {
text-decoration: none;
padding: 10px 20px;
border: 2px solid;
border-radius: 5px;
transition: background-color 0.3s, color 0.3s;
display: flex;
align-items: center;
font-weight: bold;
}
.profile-links .google-scholar {
border-color: rgb(88, 88, 88);
color: rgb(88, 88, 88);
margin-left: 30px;
}
.profile-links .research-gate {
border-color: rgb(0, 141, 122);
color: rgb(3, 136, 107);
margin-left: 100px;
}
.profile-links .linkedin {
border-color: #0077B5;
color: #0077B5;
margin-left: 100px;
}
.profile-links .google-scholar:hover {
background-color: rgb(88, 88, 88);
color: #fff;
}
.profile-links .research-gate:hover {
background-color: rgb(3, 136, 107);
color: #fff;
}
.profile-links .linkedin:hover {
background-color: #0077B5;
color: #fff;
}
.linkedin img {
position: relative;
top: -3px; /* Move the image 5px above */
}
.google-logo {
display: inline-block;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 18px;
width: 66px;
}
.google-logo span {
display: inline-block;
}
.google-logo .blue { color: #4285F4; }
.google-logo .red { color: #EA4335; }
.google-logo .yellow { color: #FBBC05; }
.google-logo .green { color: #34A853; }
.content {
display: none;
width:1400px;
position: absolute;
left:200px;
padding: 20px;
background-color: #ffffff;
margin-top: 20px;
border-radius: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding-left: 2%;
}
.show {
display: block;
}
h2 {
color: rgb(5, 55, 119);
}
h7 {
color: rgb(119, 5, 5);
}
#rcon-home {
float: right;
width:40%;
}
#lcon-home {
float: left;
width:55%;
border-radius: 20px;
background-color: #f2f2f2;
margin-left: 0%;
overflow: hidden; /* Ensure child elements are contained */
}
#pic {
float: left;
width:40%;
margin-top: 6%;
margin-left: 2%;
}
#pic img {
width: 100%;
border-radius: 20px;
object-fit: cover; /* Ensure the image covers the entire container */
}
#imgr {
float: right;
width:55%;
border-radius: 20px;
}
#myTable {
border-collapse: collapse;
width: 100%;
margin-left: 5%;
}
#myTable td {
width: 50%;
border: none;
}
a {
text-decoration: none;
color: #021375d0;
}
/* Hover styles */
a:hover {
text-decoration: underline; /* Add underline on hover */
color: rgb(255, 0, 0); /* New color on hover */
}
th, td {
border: 1px solid black;
padding: 8px;
}
.containers {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 80%;
margin: 20px auto;
}
.student-container {
display: flex;
align-items: center;
margin-bottom: 20px;
padding: 10px;
border: 1px solid #ccc; /* Partition for each student */
border-radius: 10px;
width: 100%;
max-width: 8000px;
background-color: rgb(245, 245, 245);
}
.student-image {
width: 130px;
height: 150px;
border-radius: 10%;
margin-right: 20px;
}
.student-details {
flex: 2;
color: rgb(1, 34, 100);
}
.student-details b {
color: black;
}
.linkedin-button {
flex: 1;
text-align: center;
}
.linkedin-button button {
background-color: #0077b5;
color: white;
border: none;
padding: 10px 20px;
cursor: pointer;
border-radius: 5px;
}
.linkedin-button button:hover {
background-color: #005582;
}
#menu-container {
width: 1910px;
display: flex;
justify-content: space-between;
background-color: #410000;
padding: 10px;
z-index: 1000;
}
#left-menu {
list-style-type: none;
margin: 0;
padding: 0;
}
#left-menu a#home-left{
font-size: 23px; /* Increase font size */
font-family: 'Dancing Script', cursive; /* Apply cursive font */
color: #ffffff; /* Ensure the text color is visible */
text-decoration: none;
}
#right-menu {
list-style-type: none;
margin: 0;
padding: 0px;
display: flex;
padding-left: 30px;
}
#right-menu li {
display: inline;
margin-left: 10px;
}
#menu-container a {
display: block;
color: #fff;
text-align: center;
font-weight: bold;
font-size: 14px;
padding: 14px 16px;
text-decoration: none;
}
#right-menu a:hover, #menu-container a.active {
background-color: #ffffff;
border-radius: 5px;
color: #006400;
}
.floating-div {
width: 200px;
height: 4%;
position: absolute;
top: 13.5%; /* Adjust position as needed */
left: 1%; /* Adjust position as needed */
padding: 10px;
z-index: 10; /* Ensure it's above the background div */
}
#profile{
font-size: 23px; /* Increase font size */
font-family: 'Dancing Script', cursive; /* Apply cursive font */
color: #ffffff; /* Ensure the text color is visible */
text-decoration: none;
padding-top: 5px;
padding-right: 50px;
}