94 lines
1.3 KiB
CSS
94 lines
1.3 KiB
CSS
#home {
|
|
height: 400px;
|
|
/*display:flex;
|
|
justify-content: center;
|
|
align-items: center;*/
|
|
}
|
|
|
|
#brand {
|
|
position: relative;
|
|
color: #333350;
|
|
width: 120px;
|
|
margin: 4em auto;
|
|
}
|
|
|
|
#brand img {
|
|
display: block;
|
|
width: 120px;
|
|
margin-bottom: .6em;
|
|
}
|
|
|
|
#brand #name {
|
|
font-size: 180%;
|
|
line-height: .9em;
|
|
}
|
|
#brand #version {
|
|
font-style: italic;
|
|
font-size: 90%;
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
|
|
#description p {
|
|
font-size: 140%;
|
|
width: 50%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#description #about {
|
|
font-size: 100%;
|
|
text-align: right;
|
|
font-size:
|
|
}
|
|
|
|
|
|
#search {
|
|
width: 400px;
|
|
margin: 4em auto;
|
|
}
|
|
|
|
#search input {
|
|
font-weight: 300;
|
|
text-align: center;
|
|
font-size: 120%;
|
|
width: 100%;
|
|
border: none;
|
|
border-bottom: 1px solid #333350
|
|
}
|
|
|
|
#search-results ul {
|
|
width: 30%;
|
|
margin: 0 auto;
|
|
margin-bottom: 5em;
|
|
list-style: none;
|
|
}
|
|
|
|
#search-results li {
|
|
margin: .5em 0;
|
|
}
|
|
|
|
#search-results .rule-type {
|
|
padding: 0 .5em;
|
|
font-size: 75%;
|
|
margin-right: 1em;
|
|
display: inline-block;
|
|
width: 7em;
|
|
text-align: center;
|
|
color: #4B4B66;
|
|
border: 2px solid #4B4B66;
|
|
border-radius: 3px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
|
|
#search-results a {
|
|
font-size: 120%;
|
|
color: #333350;
|
|
font-weight: 500;
|
|
text-decoration: none;
|
|
border-bottom: 1px solid #333350;
|
|
padding: 0 1em 0 .2em;
|
|
}
|