78 lines
1.2 KiB
CSS
78 lines
1.2 KiB
CSS
/* menu part */
|
|
.menu {
|
|
border-top: double 5px silver;
|
|
border-bottom: double 5px silver;
|
|
text-align: right;
|
|
}
|
|
|
|
.menu-item {
|
|
display: inline-block;
|
|
width: 8%;
|
|
height: 3em;
|
|
line-height: 3em;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
margin: 0 1%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis ;
|
|
}
|
|
|
|
.menu .selected {
|
|
color: green;
|
|
font-weight: bold;
|
|
border-left: double 5px silver;
|
|
border-right: double 5px silver;
|
|
}
|
|
|
|
.menu .menu-header {
|
|
color: green;
|
|
font-weight: bold;
|
|
float: left;
|
|
}
|
|
|
|
.menu a {
|
|
color: black;
|
|
}
|
|
|
|
.images-container {
|
|
width: 90%;
|
|
margin: auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.half-size {
|
|
width: 43%;
|
|
height: 140pt;
|
|
float: left;
|
|
text-align: center;
|
|
line-height: 140pt;
|
|
margin: 1%;
|
|
}
|
|
|
|
.quarter-size {
|
|
width: 21%;
|
|
height: 140pt;
|
|
float: left;
|
|
text-align: center;
|
|
line-height: 140pt;
|
|
margin: 1%;
|
|
}
|
|
|
|
.image-column-container {
|
|
width: 24%;
|
|
height: 140pt;
|
|
float: left;
|
|
}
|
|
|
|
.image-column-container > div {
|
|
width: 100%;
|
|
height: 48%;
|
|
margin: 1%;
|
|
text-align: center;
|
|
line-height: 96px;
|
|
margin-bottom: 4%;
|
|
}
|
|
|
|
.images-container img{
|
|
width: 38vmax;
|
|
} |