forked from science-ation/science-ation
bce4bdb2b2
Add schedule class details to "new" theme
234 lines
3.0 KiB
CSS
234 lines
3.0 KiB
CSS
/** SFIAB-Common.css
|
|
Common Visual Styles for SFIAB and SOIAB Applications
|
|
*/
|
|
|
|
|
|
body {
|
|
font-family: "helvetica", Arial, Verdana, sans-serif;
|
|
font-size: 80%;
|
|
color: #333;
|
|
}
|
|
|
|
|
|
div#page {
|
|
font-size: 1em;
|
|
line-height: 1.3em;
|
|
}
|
|
|
|
/* Upper section components */
|
|
div#header-login,
|
|
div#header-conferences {
|
|
padding: 10px;
|
|
}
|
|
|
|
form#conference-select select {
|
|
width: 200px;
|
|
margin: 10px;
|
|
}
|
|
|
|
|
|
|
|
/* default menu styles */
|
|
ul.sfiab-menu li {
|
|
list-style-image: none;
|
|
list-style-position: outside;
|
|
list-style-type: none;
|
|
}
|
|
|
|
ul.sfiab-menu li a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
ul.conferencenav {
|
|
|
|
}
|
|
|
|
ul.conferencenav li {
|
|
}
|
|
|
|
ul.primarynav {
|
|
|
|
}
|
|
|
|
ul.primarynav li a {
|
|
font-size: 130%;
|
|
}
|
|
|
|
ul.secondarynav li a {
|
|
font-size: 110%;
|
|
}
|
|
|
|
ul.primarynav li.selected a,
|
|
ul.secondarynav li.selected a
|
|
{
|
|
color: #000;
|
|
font-weight: bold;
|
|
}
|
|
|
|
span.menu-label {
|
|
font-size: 110%;
|
|
color: #999;
|
|
font-weight: bold;
|
|
margin: 10px;
|
|
padding: 0px 0px 0px 10px;
|
|
}
|
|
|
|
#topic-menu ul li {
|
|
line-height: 1.4em;
|
|
padding-bottom: 8px;
|
|
}
|
|
|
|
|
|
#topic-menu ul li.selected {
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
span.reg-option-table table {
|
|
width: 100%;
|
|
}
|
|
|
|
div#header-title {
|
|
padding: 10px;
|
|
}
|
|
|
|
div.link-icon {
|
|
padding: 4px;
|
|
}
|
|
|
|
div#topic-title {
|
|
padding: 10px;
|
|
}
|
|
|
|
/* work area forms */
|
|
|
|
form.registration-setup-form div.item {
|
|
padding: 10px 10px 15px 10px;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
div.button-bar {
|
|
display: block;
|
|
float: right;
|
|
padding: 4px;
|
|
}
|
|
|
|
table.work-area {
|
|
width: 100%;
|
|
}
|
|
|
|
table.work-area td {
|
|
padding: 2px;
|
|
}
|
|
|
|
table.work-area th {
|
|
text-align: left;
|
|
}
|
|
|
|
table.work-area td input {
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
table.item-table th,
|
|
table.item-table td {
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
table.item-table td a {
|
|
/* text-decoration: none; /* Keep this underlined for now */
|
|
}
|
|
|
|
span.popup-button {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
span.popup-button a {
|
|
display: block;
|
|
height: 30px;
|
|
border: 1px solid #888;
|
|
padding: 8px 16px 0px 16px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
div.assignment-selector-form {
|
|
display: block;
|
|
padding: 10px;
|
|
}
|
|
|
|
div.assignment-selector-form form select {
|
|
width: 200px;
|
|
}
|
|
|
|
div.assignment-selector-form form input {
|
|
width: 80px;
|
|
}
|
|
|
|
.schedule {
|
|
border: 2px solid black;
|
|
border-collapse: collapse;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.schedule th {
|
|
background-color: #1B86B7;
|
|
color: white;
|
|
font-weight: bold;
|
|
width: 150px;
|
|
text-align: center;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.schedule td {
|
|
border: 1px solid #CCCCCC;
|
|
height: 20px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.scheduletime {
|
|
font-size: 0.8em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.schedule td:hover {
|
|
background-color: #25BEFF;
|
|
}
|
|
|
|
.scheduleevent {
|
|
position: absolute;
|
|
border: 2px solid #777777;
|
|
background: #FFC143;
|
|
width: 150px;
|
|
margin:0;
|
|
width: 148px;
|
|
z-index: 1000;
|
|
display: none;
|
|
overflow: auto;
|
|
font-size: 0.8em;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.scheduleevent_title {
|
|
font-weight: bold;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.scheduleevent_general {
|
|
background: #FFC552;
|
|
}
|
|
.scheduleevent_scienceolympic {
|
|
background: #8FB4FF;
|
|
}
|
|
.scheduleevent_sciencefairjudging {
|
|
background: #FFCCF6;
|
|
}
|
|
.scheduleevent_tour {
|
|
background: #CCFFD5;
|
|
}
|
|
|
|
|
|
|