You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
148 lines
2.0 KiB
148 lines
2.0 KiB
.above-the-fold {
|
|
min-height: 95vh;
|
|
background-image: url("img/devOsan_noLogo.png");
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
padding-top: 3em;
|
|
}
|
|
|
|
#announcement-card-link {
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
|
|
#club-info {
|
|
background-color: #202222;
|
|
color: white;
|
|
text-align: center;
|
|
padding-top: 3em;
|
|
padding-bottom: 3em;
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
#contact {
|
|
text-align: center;
|
|
color: white;
|
|
background-color: #202222;
|
|
}
|
|
|
|
.events-projects {
|
|
color: white;
|
|
background-color: #696035;
|
|
padding-top: 3em;
|
|
padding-bottom: 3em;
|
|
}
|
|
|
|
#events,
|
|
#projects {
|
|
margin-top: 1em;
|
|
text-align: center;
|
|
}
|
|
|
|
i {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.learn-faq {
|
|
color: #202222;
|
|
padding-top: 3em;
|
|
padding-bottom: 3em;
|
|
}
|
|
|
|
.name-slogan {
|
|
text-align: center;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 5em;
|
|
}
|
|
|
|
h1.devOsan{
|
|
text-shadow: 2px 2px 6px #AAFFAA;
|
|
}
|
|
|
|
a.devOsan{
|
|
text-shadow: 0px 0px 2px #AAFFAA;
|
|
color:black;
|
|
}
|
|
|
|
h4.devOsan{
|
|
text-shadow: 1px 1px 3px white;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 1.8em;
|
|
}
|
|
|
|
a {
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.vision-statement {
|
|
/* font-size: 1.5em; */
|
|
margin-bottom: 3em;
|
|
}
|
|
|
|
/* */
|
|
|
|
|
|
.rightalign {
|
|
text-align: right;
|
|
}
|
|
|
|
.wingdings-image {
|
|
font-family: "Wingdings";
|
|
font-size: 96px;
|
|
color: #040;
|
|
width: 120px;
|
|
}
|
|
|
|
.webdings-image {
|
|
font-family: "Webdings";
|
|
font-size: 96px;
|
|
color: #040;
|
|
width: 120px;
|
|
}
|
|
|
|
.info-display {
|
|
padding-top: 16px;
|
|
}
|
|
|
|
.info-header {
|
|
font-size: 48px;
|
|
}
|
|
|
|
.info-header-sm {
|
|
padding-left: 12px;
|
|
}
|
|
|
|
div[class="question1"]{
|
|
margin-left: 10px;
|
|
padding-bottom: 12px;
|
|
background-color: rgb(250,240,240);
|
|
}
|
|
|
|
div[class="question1"]>div[class="answer"]{
|
|
margin-left: 10px;
|
|
padding-bottom: 12px;
|
|
background-color: rgb(240,240,220);
|
|
}
|
|
|
|
div[class="question2"]{
|
|
margin-left: 10px;
|
|
padding-bottom: 12px;
|
|
background-color: rgb(240,240,240);
|
|
}
|
|
|
|
div[class="question2"]>div[class="answer"]{
|
|
margin-left: 10px;
|
|
padding-bottom: 12px;
|
|
background-color: rgb(230,240,220);
|
|
}
|
|
|
|
div[class="answer"]>b{
|
|
font-weight: normal;
|
|
text-decoration:underline;
|
|
}
|
|
|