2020-11-23 04:29:57 -05:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
2020-11-23 04:19:34 -05:00
|
|
|
@import "{{ site.theme }}";
|
|
|
|
|
2020-11-23 04:26:04 -05:00
|
|
|
div.shell {
|
2020-11-23 04:19:34 -05:00
|
|
|
width: 80%;
|
2020-11-23 04:37:51 -05:00
|
|
|
max-width: 1300px;
|
2020-11-23 16:52:15 -05:00
|
|
|
min-width: 300px;
|
2020-11-23 04:37:51 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
span.banner-fix {
|
|
|
|
width: 80%;
|
|
|
|
max-width: 1300px;
|
2020-11-23 16:52:15 -05:00
|
|
|
min-width: 300px;
|
2020-11-23 04:37:51 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
header h1 {
|
|
|
|
background-color: #aa1f55;
|
2020-11-23 04:45:06 -05:00
|
|
|
padding-bottom: 15px;
|
|
|
|
font-weight: 200px;
|
2020-11-23 04:37:51 -05:00
|
|
|
}
|
|
|
|
header h2 {
|
|
|
|
background-color: #aa1f55;
|
2020-11-23 04:41:39 -05:00
|
|
|
font-family: 'Open Sans';
|
2020-11-23 04:37:51 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#main_content div[align=center] h1 {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-11-23 04:48:00 -05:00
|
|
|
#main_content img {
|
|
|
|
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
|
|
|
|
border-radius: 8px;
|
2020-11-23 04:48:31 -05:00
|
|
|
border: 0px;
|
2020-11-23 04:51:26 -05:00
|
|
|
vertical-align: top;
|
2020-11-23 04:48:00 -05:00
|
|
|
}
|
|
|
|
#main_content em img {
|
2020-11-23 04:41:39 -05:00
|
|
|
display: block;
|
|
|
|
margin-top: -83px;
|
|
|
|
padding: 0px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2020-11-23 04:37:51 -05:00
|
|
|
|
2020-11-23 04:52:54 -05:00
|
|
|
#main_content img[alt=comparison] {
|
|
|
|
margin: 25px;
|
|
|
|
}
|
|
|
|
|
2020-11-23 04:37:51 -05:00
|
|
|
#forkme_banner {
|
|
|
|
opacity: 0.1;
|
2020-11-23 04:19:34 -05:00
|
|
|
}
|