jilo-web/public_html/static/all.css

122 lines
1.9 KiB
CSS
Raw Normal View History

.menu-container {
display: flex;
justify-content: space-between;
align-items: center;
list-style: none;
padding: 0;
margin: 0;
margin-bottom: 10px;
background-color: #777;
}
.menu-left, .menu-right {
display: flex;
list-style: none;
padding: 0;
margin: 0;
}
.menu-left li, .menu-right li {
margin: 0 10px;
}
.menu-left a, .menu-right a {
text-decoration: none;
color: white;
}
.menu-left li a, .menu-right li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.menu-left li a:hover, .menu-right li a:hover {
background-color: #111;
}
2024-06-30 07:49:51 +00:00
.error {
color: red;
margin: 15px 0px 15px 0px;
padding: 5px;
background-color: #eee;
border: 1px solid #333;
font-weight: bold;
2024-07-01 09:45:07 +00:00
font-size: 0.85em;
2024-06-30 07:49:51 +00:00
}
.notice {
color: green;
margin: 15px 0px 15px 0px;
padding: 5px;
background-color: #eee;
border: 1px solid #333;
font-weight: bold;
2024-07-01 09:45:07 +00:00
font-size: 0.85em;
}
#main {
width: 100%;
}
#footer {
2024-07-04 10:57:18 +00:00
position: fixed;
2024-07-01 09:45:07 +00:00
left: 0px;
bottom: 0px;
height: 30px;
width: 100%;
background-color: #777;
color: white;
text-align: center;
font-size: 0.85em;
line-height: 30px;
}
#footer a {
color: white;
2024-06-30 07:49:51 +00:00
}
2024-07-04 10:57:18 +00:00
2024-07-25 09:15:53 +00:00
//.results {
// margin-bottom: 50px;
//}
//.results table {
// width: 100%;
// border-collapse: collapse;
// margin: 20px 0;
//}
//.results table, th, td {
// border: 1px solid #ddd;
//}
//.results th, td {
// padding: 8px;
// text-align: left;
//}
//.results th {
// background-color: #f2f2f2;
//}
//.results p {
// text-align: center;
//}
2024-07-05 16:57:42 +00:00
.results-header {
display: flex;
justify-content: space-between;
2024-07-05 16:57:42 +00:00
}
.results-message {
width: 25%;
2024-07-05 16:57:42 +00:00
}
.results-message, .results-filter {
padding: 10px 10px 10px 10px;
2024-07-05 16:57:42 +00:00
}
2024-07-06 14:21:21 +00:00
2024-07-06 14:21:21 +00:00
.widget {
border: 1px solid gray;
}