1
0
Fork 0
mirror of synced 2024-06-03 02:54:32 +12:00
ArchiveBox/assets/css/style.scss

41 lines
607 B
SCSS
Raw Normal View History

2020-11-23 22:29:57 +13:00
---
---
2020-11-23 22:19:34 +13:00
@import "{{ site.theme }}";
2020-11-23 22:26:04 +13:00
div.shell {
2020-11-23 22:19:34 +13:00
width: 80%;
2020-11-23 22:37:51 +13:00
max-width: 1300px;
}
span.banner-fix {
width: 80%;
max-width: 1300px;
}
header h1 {
background-color: #aa1f55;
2020-11-23 22:41:39 +13:00
padding-bottom: 12px;
2020-11-23 22:37:51 +13:00
}
header h2 {
background-color: #aa1f55;
2020-11-23 22:41:39 +13:00
font-family: 'Open Sans';
2020-11-23 22:37:51 +13:00
}
#main_content div[align=center] h1 {
display: none;
}
2020-11-23 22:41:39 +13:00
#main_content div[align=center] img {
display: block;
margin-top: -83px;
border: 0px;
padding: 0px;
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
border-radius: 8px;
margin-bottom: 20px;
}
2020-11-23 22:37:51 +13:00
#forkme_banner {
opacity: 0.1;
2020-11-23 22:19:34 +13:00
}