Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Rilis tema cosmos edisi menyambut HUT RI ke 74
Browse files Browse the repository at this point in the history
  • Loading branch information
dikisiswanto committed Aug 9, 2019
1 parent 9122717 commit 49bdbbd
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 0 deletions.
90 changes: 90 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
a {
color: #6c0014;
}
.top-header {
background-color: #c21807;
}
.teks-berjalan .teks-wrapper {
background-color: #bb141b;
}
.identitas-desa {
background: url('../image/flag.png');
background-color: #ececec;
background-position-y: -180px;
background-position-x: 62vw;
background-size: 400px auto;
background-repeat: no-repeat;
}
.identitas-desa .brand .detail .h1 {
color: #bb141b;
}
.identitas-desa .brand .detail .ket {
color: #6c0014;
}
.h3 {
color: #bb141b !important;
}
nav.nav {
background: #6c0014 !important;
}
nav #navMenu {
background: #6c0014 !important;
}
nav .menu-toggle {
background: #6c0014 !important;
}
nav #navMenu li a {
background: #6c0014 !important;
}
nav #navMenu li.menu-active > a, nav #navMenu li.active a {
background: #7d191b !important;
}
nav #navMenu li ul.sub-menu {
background: #7d191b !important;
}
#article-content-wrapper .card .card-body .judul-berita {
color: #6c0014;
}
#article-content-wrapper .card .card-body .kategori-berita {
background: #bb141b;
}
.mandiri-headline .h3 {
color: #fff !important;
}
aside .widget .box h3.box-title {
background: #bb141b;
}
aside .widget .box h3.box-title:before {
border-right: 6px solid #6c0014;
border-top: 6px solid #6c0014;
}
h2.judul-artikel {
color: #6c0014;
}
.btn-lihat-semua {
border-color: #6c0014;
color: #6c0014;
}
.btn-lihat-semua:hover {
background: #6c0014;
border-color: #6c0014;
}
#akses-data-wrapper .item {
border-color: #6c0014;
}
#akses-data-wrapper .item .jenis-akses-data {
color: #6c0014;
}
#layanan-mandiri {
background: url('../image/hut_ri.png') no-repeat center center fixed;
background-size: cover;
}
@media screen and (max-width: 767px) {
.identitas-desa {
background-color: #ececec;
background-position-y: -67px;
background-position-x: 67vw;
background-size: 150px auto;
background-repeat: space;
}
}
1 change: 1 addition & 0 deletions assets/css/custom.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added assets/image/flag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/image/hut_ri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions commons/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
<?php ?>
</div>
</div>
<div class="pl-lg-5 d-none d-lg-block">
<img src="https://thumbs.gfycat.com/UnselfishScornfulBufflehead-max-1mb.gif" alt="" height="80px" width="auto">
</div>
</a>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions commons/source_css.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="stylesheet" href="<?= base_url("$this->theme_folder/$this->theme/vendor/font-awesome/css/all.min.css") ?>">
<link rel="stylesheet" href="<?= base_url("$this->theme_folder/$this->theme/vendor/font-awesome/css/fontawesome.min.css")?>">
<link rel="stylesheet" href="<?= base_url("$this->theme_folder/$this->theme/assets/css/style.min.css") ?>">
<link rel="stylesheet" href="<?= base_url("$this->theme_folder/$this->theme/assets/css/custom.min.css") ?>">
<?php if (is_file("desa/css/$this->theme/desa-web.css")): ?>
<!-- Extra CSS untuk tema cosmos. Timpa aturan css di berkas ini. -->
<link rel="stylesheet" href="<?php echo base_url("desa/css/$this->theme/desa-web.css"); ?>">
Expand Down

0 comments on commit 49bdbbd

Please sign in to comment.