diff --git a/css/icon-tjdft.css b/css/icon-tjdft.css new file mode 100755 index 0000000..eb43c2a --- /dev/null +++ b/css/icon-tjdft.css @@ -0,0 +1,35 @@ +@font-face { + font-family: 'icomoon'; + src: url('../fonts/ico-tjdft.eot?yn53ga'); + src: url('../fonts/ico-tjdft.eot?yn53ga#iefix') format('embedded-opentype'), + url('../fonts/ico-tjdft.ttf?yn53ga') format('truetype'), + url('../fonts/ico-tjdft.woff?yn53ga') format('woff'), + url('../fonts/ico-tjdft.svg?yn53ga#icomoon') format('svg'); + font-weight: normal; + font-style: normal; +} + +[class^="icon-"], [class*=" icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-pje:before { + content: "\e900"; +} +.icon-tjdft:before { + content: "\e901"; +} +.icon-tjdft-box:before { + content: "\e902"; +} \ No newline at end of file diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..b19d163 --- /dev/null +++ b/css/main.css @@ -0,0 +1,149 @@ +/*--------------------------------------------------- + General Styles +-------------------------------------------------- */ +.badge-notify{ + position:relative; + top: -48px; + left: -32px; +} + +footer{ + width: 100%; + background-color: #fafafa; + border: 0; + border-top: 1px solid #eee; + margin-top: 20px; + padding-top: 20px; + padding-bottom: 20px; +} + +.item-box { + min-height: 185px; + margin-top: 20px; + margin-bottom: 20px; +} + +.item-box > a { + text-decoration: none; +} + +.item-box > a:hover > h3, .item-box > a:hover > p { + text-decoration: underline; +} + +.text-default { + color: #333; +} + +.text-dark-blue { + color: #004869; +} + +.text-white { + color: #ffffff; +} + +/*--------------------------------------------------- + Bootstrap Badges Customization +-------------------------------------------------- */ +.badge-primary { + background-color: #337ab7 !important; +} +.badge-success { + background-color: #5cb85c !important; +} +.badge-info { + background-color: #5bc0de !important; +} +.badge-warning { + background-color: #f0ad4e !important; +} +.badge-danger { + background-color: #d9534f !important; +} +.badge-default { + background-color: #333 !important; +} +/*--------------------------------------------------- + Loading Styles +-------------------------------------------------- */ +.loading { + position: fixed; + top: 0px; + left: 0px; + right: 0px; + bottom: 0px; + padding: 0px; + background-color: rgba(0, 0, 0, 0.6); + overflow: auto; + z-index: 9998; + width: 100%; + height: 100%; +} +.loading p { + width: 127px; + height: 127px; + position:absolute; + left:50%; + top:50%; + margin:-64px 0 0 -64px; + padding: 0; + z-index: 9999; + color: #ffffff; + font-size: 24px; + text-align: center; +} + +/*--------------------------------------------------- + Bootstrap navbar override +-------------------------------------------------- */ +.navbar { + border-radius: 0; +} + +.navbar-inverse{ + background-color: #004869; +} + +.navbar-inverse .navbar-nav>li>a { + color: #F9FFFF; +} + +.navbar-nav > li{ + border-right: thin dotted #4A708B; + padding-right: 15px; + +} + +.navbar-nav > li:last-child{ + border-right: none; + padding-right: 0; +} + +/*--------------------------------------------------- + page-header bootstrap override +-------------------------------------------------- */ +.page-header { + margin-top: 0; +} + +/*--------------------------------------------------- + UI-Bootstrap Fix +-------------------------------------------------- */ +.nav, .pagination, .carousel, .panel-title a { + cursor: pointer; +} + +/*--------------------------------------------------- + Media Queries +-------------------------------------------------- */ +@media (min-width: 768px) { + footer{ + min-height: 350px; + } +} + +/* +@media (min-width: 992px) { +} +*/ \ No newline at end of file diff --git a/fonts/ico-tjdft.eot b/fonts/ico-tjdft.eot new file mode 100755 index 0000000..224ab7a Binary files /dev/null and b/fonts/ico-tjdft.eot differ diff --git a/fonts/ico-tjdft.svg b/fonts/ico-tjdft.svg new file mode 100755 index 0000000..97f4909 --- /dev/null +++ b/fonts/ico-tjdft.svg @@ -0,0 +1,13 @@ + + + +Generated by IcoMoon + + + + + + + + + \ No newline at end of file diff --git a/fonts/ico-tjdft.ttf b/fonts/ico-tjdft.ttf new file mode 100755 index 0000000..1b10a1d Binary files /dev/null and b/fonts/ico-tjdft.ttf differ diff --git a/fonts/ico-tjdft.woff b/fonts/ico-tjdft.woff new file mode 100755 index 0000000..ca67c5e Binary files /dev/null and b/fonts/ico-tjdft.woff differ diff --git a/img/favicon-tjdft.ico b/img/favicon-tjdft.ico new file mode 100755 index 0000000..02f1215 Binary files /dev/null and b/img/favicon-tjdft.ico differ diff --git a/img/favicon.ico b/img/favicon.ico new file mode 100755 index 0000000..e793975 Binary files /dev/null and b/img/favicon.ico differ diff --git a/img/logo-pje.png b/img/logo-pje.png new file mode 100755 index 0000000..a9673f7 Binary files /dev/null and b/img/logo-pje.png differ diff --git a/img/logo_tjdft.jpg b/img/logo_tjdft.jpg new file mode 100755 index 0000000..5a0e1b2 Binary files /dev/null and b/img/logo_tjdft.jpg differ