From 3eb26db289ce4df99288cc92e328e9932b6de4d4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 27 Aug 2019 14:46:29 +0200 Subject: BS compilation --- scss/bootstrap-callout.scss | 77 ++++++++++++++++++++++++++++++++++++++++++ scss/ishtar_public.scss | 81 --------------------------------------------- scss/pergamon.scss | 81 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 158 insertions(+), 81 deletions(-) create mode 100644 scss/bootstrap-callout.scss delete mode 100644 scss/ishtar_public.scss create mode 100644 scss/pergamon.scss (limited to 'scss') diff --git a/scss/bootstrap-callout.scss b/scss/bootstrap-callout.scss new file mode 100644 index 0000000..1364867 --- /dev/null +++ b/scss/bootstrap-callout.scss @@ -0,0 +1,77 @@ +.bs-callout { + padding: 20px; + margin: 20px 0; + border: 1px solid #eee; + border-left-width: 5px; + border-radius: 4px; + margin-left: 50px; +} +.bs-callout-xl { + margin-left: 0px; +} +.bs-callout-lg { + margin-left: 50px; +} +.bs-callout-md { + margin-left: 100px; +} +.bs-callout-sm { + margin-left: 150px; +} +.bs-callout-xs { + margin-left: 200px; +} +.bs-callout h4 { + margin-top: 0; + margin-bottom: 5px; +} +.bs-callout p:last-child { + margin-bottom: 0; +} +.bs-callout code { + border-radius: 4px; +} +.bs-callout+.bs-callout { + margin-top: -5px; +} +.bs-callout-default { + border-left-color: #777; + background-color: #f7f7f9; +} +.bs-callout-default h4 { + color: #777; +} +.bs-callout-primary { + border-left-color: #428bca; +} +.bs-callout-primary h4 { + color: #428bca; +} +.bs-callout-success { + border-left-color: #5cb85c; + background-color: #efffe8; +} +.bs-callout-success h4 { + color: #5cb85c; +} +.bs-callout-danger { + border-left-color: #d9534f; + background-color: #fcf2f2; +} +.bs-callout-danger h4 { + color: #d9534f; +} +.bs-callout-warning { + border-left-color: #f0ad4e; + background-color: #fefbed; +} +.bs-callout-warning h4 { + color: #f0ad4e; +} +.bs-callout-info { + border-left-color: #5bc0de; + background-color: #f0f7fd; +} +.bs-callout-info h4 { + color: #5bc0de; +} diff --git a/scss/ishtar_public.scss b/scss/ishtar_public.scss deleted file mode 100644 index 452e1d5..0000000 --- a/scss/ishtar_public.scss +++ /dev/null @@ -1,81 +0,0 @@ -@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 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 -- cgit v1.2.3