first commit
8
CONTENT/THEME/ASSETS/CSS/material.grey-pink.min.css
vendored
Normal file
172
CONTENT/THEME/ASSETS/CSS/styles.css
Normal file
@@ -0,0 +1,172 @@
|
||||
.portfolio-header {
|
||||
position: relative;
|
||||
/*background-size:100% auto;
|
||||
background-repeat: no-repeat;*/
|
||||
background-image: url(/Diz/THEME/IMJ/images/header-bg.jpg);
|
||||
}
|
||||
|
||||
.portfolio-header .mdl-layout__header-row {
|
||||
padding: 0;
|
||||
-webkit-justify-content: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.mdl-layout__title {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.is-compact .mdl-layout__title span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.portfolio-logo-row {
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.is-compact .portfolio-logo-row {
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.portfolio-logo {
|
||||
background: url(/Diz/THEME/IMJ/images/logo.png) 50% no-repeat;
|
||||
background-size: cover;
|
||||
height: 150px;
|
||||
width: 150px;
|
||||
margin: auto auto 10px;
|
||||
}
|
||||
|
||||
.is-compact .portfolio-logo {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.portfolio-navigation-row {
|
||||
background-color: rgba(0, 0, 0, 0.08);
|
||||
text-transform: uppercase;
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
.portfolio-navigation-row .mdl-navigation {
|
||||
text-align: center;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.portfolio-navigation-row .mdl-navigation__link {
|
||||
-webkit-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
line-height: 42px;
|
||||
}
|
||||
|
||||
.portfolio-header .mdl-layout__drawer-button {
|
||||
background-color: rgba(197, 197, 197, 0.44);
|
||||
}
|
||||
|
||||
.portfolio-navigation-row .is-active {
|
||||
position: relative;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.portfolio-navigation-row .is-active:after {
|
||||
content: "";
|
||||
width: 70%;
|
||||
height: 2px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: rgb(255,64,129);
|
||||
left: 15%;
|
||||
}
|
||||
|
||||
.portfolio-card .mdl-card__title {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-full-bg {
|
||||
background: url(images/example-blog03.jpg) center / cover;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-event-bg {
|
||||
background: url(images/example-blog05.jpg) center / cover;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-strip-bg {
|
||||
background: url(images/example-blog06.jpg) center / cover;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-compact .mdl-card__title {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-bg > .mdl-card__actions {
|
||||
height: 52px;
|
||||
padding: 16px;
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
img.article-image {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.portfolio-max-width {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.portfolio-copy {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.no-padding {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.no-left-padding{
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.no-bottom-padding {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.padding-top {
|
||||
padding: 10px 0 0;
|
||||
}
|
||||
|
||||
.portfolio-share-btn {
|
||||
position: relative;
|
||||
float: right;
|
||||
top: -4px;
|
||||
}
|
||||
|
||||
.demo-card-event > .mdl-card__actions {
|
||||
-webkit-align-items: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.portfolio-contact .mdl-textfield {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.portfolio-contact form {
|
||||
max-width: 550px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-image: url(images/footer-background.png);
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
172
CONTENT/THEME/ASSETS/CSS/styles.css~
Normal file
@@ -0,0 +1,172 @@
|
||||
.portfolio-header {
|
||||
position: relative;
|
||||
/*background-size:100% auto;
|
||||
background-repeat: no-repeat;*/
|
||||
background-image: url(/Diz/THEME/IMJ/images/header-bg.jpg);
|
||||
}
|
||||
|
||||
.portfolio-header .mdl-layout__header-row {
|
||||
padding: 0;
|
||||
-webkit-justify-content: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.mdl-layout__title {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.is-compact .mdl-layout__title span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.portfolio-logo-row {
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.is-compact .portfolio-logo-row {
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.portfolio-logo {
|
||||
background: url(images/logo.png) 50% no-repeat;
|
||||
background-size: cover;
|
||||
height: 150px;
|
||||
width: 150px;
|
||||
margin: auto auto 10px;
|
||||
}
|
||||
|
||||
.is-compact .portfolio-logo {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.portfolio-navigation-row {
|
||||
background-color: rgba(0, 0, 0, 0.08);
|
||||
text-transform: uppercase;
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
.portfolio-navigation-row .mdl-navigation {
|
||||
text-align: center;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.portfolio-navigation-row .mdl-navigation__link {
|
||||
-webkit-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
line-height: 42px;
|
||||
}
|
||||
|
||||
.portfolio-header .mdl-layout__drawer-button {
|
||||
background-color: rgba(197, 197, 197, 0.44);
|
||||
}
|
||||
|
||||
.portfolio-navigation-row .is-active {
|
||||
position: relative;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.portfolio-navigation-row .is-active:after {
|
||||
content: "";
|
||||
width: 70%;
|
||||
height: 2px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: rgb(255,64,129);
|
||||
left: 15%;
|
||||
}
|
||||
|
||||
.portfolio-card .mdl-card__title {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-full-bg {
|
||||
background: url(images/example-blog03.jpg) center / cover;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-event-bg {
|
||||
background: url(images/example-blog05.jpg) center / cover;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-strip-bg {
|
||||
background: url(images/example-blog06.jpg) center / cover;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-compact .mdl-card__title {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-bg > .mdl-card__actions {
|
||||
height: 52px;
|
||||
padding: 16px;
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
img.article-image {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.portfolio-max-width {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.portfolio-copy {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.no-padding {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.no-left-padding{
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.no-bottom-padding {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.padding-top {
|
||||
padding: 10px 0 0;
|
||||
}
|
||||
|
||||
.portfolio-share-btn {
|
||||
position: relative;
|
||||
float: right;
|
||||
top: -4px;
|
||||
}
|
||||
|
||||
.demo-card-event > .mdl-card__actions {
|
||||
-webkit-align-items: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.portfolio-contact .mdl-textfield {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.portfolio-contact form {
|
||||
max-width: 550px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-image: url(images/footer-background.png);
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
171
CONTENT/THEME/ASSETS/CSS/styles2.css
Normal file
@@ -0,0 +1,171 @@
|
||||
.portfolio-header {
|
||||
position: relative;
|
||||
/*background-size:100% auto;
|
||||
background-repeat: no-repeat;*/
|
||||
background-image: url(/CONTENT/THEME/ASSETS/images/header-bg.jpg);
|
||||
}
|
||||
|
||||
.portfolio-header .mdl-layout__header-row {
|
||||
padding: 0;
|
||||
-webkit-justify-content: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.mdl-layout__title {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.is-compact .mdl-layout__title span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.portfolio-logo-row {
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.is-compact .portfolio-logo-row {
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.portfolio-logo {
|
||||
background: url(/CONTENT/THEME/ASSETS/images/logo-en.png) 50% no-repeat;
|
||||
background-size: cover;
|
||||
height: 150px;
|
||||
width: 150px;
|
||||
margin: auto auto 10px;
|
||||
}
|
||||
|
||||
.is-compact .portfolio-logo {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.portfolio-navigation-row {
|
||||
background-color: rgba(0, 0, 0, 0.08);
|
||||
text-transform: uppercase;
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
.portfolio-navigation-row .mdl-navigation {
|
||||
text-align: center;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.portfolio-navigation-row .mdl-navigation__link {
|
||||
-webkit-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
line-height: 42px;
|
||||
}
|
||||
|
||||
.portfolio-header .mdl-layout__drawer-button {
|
||||
background-color: rgba(197, 197, 197, 0.44);
|
||||
}
|
||||
|
||||
.portfolio-navigation-row .is-active {
|
||||
position: relative;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.portfolio-navigation-row .is-active:after {
|
||||
content: "";
|
||||
width: 70%;
|
||||
height: 2px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: rgb(255,64,129);
|
||||
left: 15%;
|
||||
}
|
||||
|
||||
.portfolio-card .mdl-card__title {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-full-bg {
|
||||
background: url(images/example-blog03.jpg) center / cover;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-event-bg {
|
||||
background: url(images/example-blog05.jpg) center / cover;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-strip-bg {
|
||||
background: url(images/example-blog06.jpg) center / cover;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-compact .mdl-card__title {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.portfolio-blog-card-bg > .mdl-card__actions {
|
||||
height: 52px;
|
||||
padding: 16px;
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
img.article-image {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.portfolio-max-width {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.portfolio-copy {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.no-padding {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.no-left-padding{
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.no-bottom-padding {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.padding-top {
|
||||
padding: 10px 0 0;
|
||||
}
|
||||
|
||||
.portfolio-share-btn {
|
||||
position: relative;
|
||||
float: right;
|
||||
top: -4px;
|
||||
}
|
||||
|
||||
.demo-card-event > .mdl-card__actions {
|
||||
-webkit-align-items: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.portfolio-contact .mdl-textfield {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.portfolio-contact form {
|
||||
max-width: 550px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-image: url(images/footer-background.png);
|
||||
background-size: cover;
|
||||
}
|
||||
2
CONTENT/THEME/ASSETS/JS/d.js.map
Normal file
0
CONTENT/THEME/ASSETS/JS/d.js~
Normal file
11
CONTENT/THEME/ASSETS/JS/material-1.3.0.min (copy).js
Normal file
11
CONTENT/THEME/ASSETS/JS/material-1.3.0.min.js
vendored
Normal file
11
CONTENT/THEME/ASSETS/JS/material-1.3.0.min.js~
Normal file
BIN
CONTENT/THEME/ASSETS/images/about-header.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
CONTENT/THEME/ASSETS/images/contact-image.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-blog01.jpg
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-blog02.jpg
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-blog03.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-blog04.jpg
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-blog05.jpg
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-blog06.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-blog07.jpg
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-work01.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-work02.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-work03.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-work04.jpg
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-work05.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-work06.jpg
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-work07.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-work08.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
CONTENT/THEME/ASSETS/images/example-work09.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
CONTENT/THEME/ASSETS/images/footer-background.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
CONTENT/THEME/ASSETS/images/header-bg (copy 1).jpg
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
CONTENT/THEME/ASSETS/images/header-bg.jpg
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
CONTENT/THEME/ASSETS/images/logo-en.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
CONTENT/THEME/ASSETS/images/logo.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
CONTENT/THEME/ASSETS/images/photo-wide.jpg
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
CONTENT/THEME/ASSETS/images/photo.jpg
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
CONTENT/THEME/ASSETS/images/portfolio-example-01.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
CONTENT/THEME/ASSETS/images/portfolio-example-02.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
CONTENT/THEME/ASSETS/images/portfolio-example-03.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
CONTENT/THEME/ASSETS/images/portfolio-example-04.jpg
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
CONTENT/THEME/ASSETS/images/portfolio-example-05.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
CONTENT/THEME/ASSETS/images/portfolio-example-06.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |