85 lines
1.1 KiB
Plaintext
85 lines
1.1 KiB
Plaintext
i {
|
|
margin-right: 10px;
|
|
color: royalblue;
|
|
}
|
|
|
|
.title {
|
|
color: #909090
|
|
}
|
|
|
|
.site-middle {
|
|
width: 60%;
|
|
margin: 30px auto;
|
|
}
|
|
|
|
.partner-sites {
|
|
list-style: none;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 20px 10px;
|
|
|
|
li {
|
|
width: 25%;
|
|
margin: 10px 0;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center
|
|
}
|
|
}
|
|
|
|
.placard {
|
|
width: 60%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.placard-content {
|
|
margin-top: 30px;
|
|
margin-left: 30px;
|
|
border-left: 5px solid #aaa4a4;
|
|
list-style: none;
|
|
|
|
li {
|
|
padding-left: 15px;
|
|
font-size: 1.2em;
|
|
margin: 5px 0;
|
|
}
|
|
}
|
|
|
|
.applylink {
|
|
float: right;
|
|
border: none;
|
|
background: white;
|
|
border-radius: 5px;
|
|
width: 150px;
|
|
}
|
|
|
|
.applylink:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.title {
|
|
font-weight: bold;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.contentinput {
|
|
margin-left: 8px;
|
|
width: 60%;
|
|
height: 32px;
|
|
background: #fafafa;
|
|
border: 1px solid #ddd;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
@media only screen and ( max-width: 768px ) {
|
|
.site-middle, .placard {
|
|
margin-left: 2px;
|
|
width: 96%;
|
|
}
|
|
|
|
.partner-sites li {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
}
|