Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 0 additions & 66 deletions APSIM.POStats.Portal/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,70 +137,4 @@ body {
border: 1px solid black;
display: inline-block;
overflow: hidden;
}

/* Styles for the tab container on the main page
-------------------------------------------------- */

/* Tab Container */
.tab-container {
max-width: 600px;
margin: 0 auto;
background: #ffffff;
border-radius: 8px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
overflow: hidden;
}

/* Tab Headers */
.tab-menu {
display: flex;
background-color: #f8fafc;
border-bottom: 2px solid #e2e8f0;
margin: 0;
padding: 0;
list-style: none;
}

.tab-button {
flex: 1;
padding: 1rem;
border: none;
background: none;
font-size: 1rem;
font-weight: 600;
color: #64748b;
cursor: pointer;
transition: all 0.2s ease;
text-align: center;
}

.tab-button:hover {
background-color: #f1f5f9;
color: #0f172a;
}

/* Active Tab Style */
.tab-button.active {
color: #3b82f6;
border-bottom: 2px solid #3b82f6;
background-color: #ffffff;
margin-bottom: -2px; /* Overlaps container border */
}

/* Tab Content Panels */
.tab-panel {
display: none;
padding: 1.5rem;
animation: fadeIn 0.3s ease;
}

.tab-panel.active {
display: block;
}

/* Simple Entry Animation */
@keyframes fadeIn {
from { opacity: 0; transform: translateY(2px); }
to { opacity: 1; transform: translateY(0); }
}
2 changes: 1 addition & 1 deletion APSIM.POStats.Portal/wwwroot/css/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
background: #ffffff;
border-radius: 8px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
overflow: hidden;
overflow: visible;
}

/* Tab Headers */
Expand Down