summaryrefslogtreecommitdiff
path: root/scss/pergamon.scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne@peacefrogs.net>2019-08-27 14:46:29 +0200
committerÉtienne Loks <etienne@peacefrogs.net>2019-08-27 14:46:29 +0200
commit3eb26db289ce4df99288cc92e328e9932b6de4d4 (patch)
treef7008f297d17781cab8edd78b2bf54867318d461 /scss/pergamon.scss
parentc384df96808d7783e1d1312a68f6c265bf1a4c75 (diff)
downloadishtar-pergamon-3eb26db289ce4df99288cc92e328e9932b6de4d4.tar.bz2
ishtar-pergamon-3eb26db289ce4df99288cc92e328e9932b6de4d4.zip
BS compilation
Diffstat (limited to 'scss/pergamon.scss')
-rw-r--r--scss/pergamon.scss81
1 files changed, 81 insertions, 0 deletions
diff --git a/scss/pergamon.scss b/scss/pergamon.scss
new file mode 100644
index 0000000..452e1d5
--- /dev/null
+++ b/scss/pergamon.scss
@@ -0,0 +1,81 @@
+@import "custom";
+@import "bootstrap-src/scss/bootstrap";
+
+body{
+ background-color: #eee;
+}
+
+.navbar.navlogo{
+ padding: 0;
+}
+
+.navbar.navlogo .navbar-brand{
+ padding: 0;
+}
+
+.navbar-toggler{
+ margin-right: 1rem;
+}
+
+@media screen and (max-width: 992px){
+ .navbar-nav .nav-link{
+ margin-left: 1rem;
+ }
+}
+
+.footer {
+ padding: 1rem 0;
+ margin-top: 2rem;
+ font-size: 85%;
+ text-align: left;
+}
+
+.footer.text-light a{
+ color: $light !important;
+ text-decoration: underline;
+}
+
+.jumbotron {
+ position: relative;
+ overflow: hidden;
+ min-height: 250px;
+ margin-bottom: 0;
+}
+
+.jumbotron h2{
+ font-size: 3rem;
+}
+
+.jumbotron .container {
+ position: relative;
+ z-index: 2;
+ background:rgba(0,0,0,0.2);
+ padding: 2rem;
+ border: 1px solid rgba(0,0,0,0.1);
+ border-radius: 3px;
+}
+
+.jumbotron-background img {
+ object-fit: cover;
+ font-family: 'object-fit: cover;';
+ position: absolute;
+ top: 0;
+ z-index: 1;
+ width: 100%;
+ height: 100%;
+ opacity: 0.9;
+}
+
+main.container{
+ margin-top: 2rem;
+}
+
+.show-case-detail .description p{
+ margin-bottom: 0.5rem;
+}
+
+.show-case-detail p{
+ margin-bottom: 0;
+}
+
+@import "custom_post"; \ No newline at end of file