add immoweb ui

This commit is contained in:
Viktor Barzin 2025-05-26 19:41:36 +00:00
parent 7e8c79d3d1
commit 151da16c27
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
266 changed files with 264879 additions and 0 deletions

6805
immoweb/node_modules/rivets/docs/css/bootstrap.css generated vendored Normal file

File diff suppressed because it is too large Load diff

21
immoweb/node_modules/rivets/docs/css/responsive.styl generated vendored Normal file
View file

@ -0,0 +1,21 @@
@media(min-width: 1200px)
.container
width 970px
// Portrait tablet to landscape and desktop
@media(max-width: 991px)
aside
display none
// Landscape phone to portrait tablet
@media(max-width: 767px)
header #menu
ul
li
margin 0 0 0.5em
display block
section.intro .blurb
font-size 28px

309
immoweb/node_modules/rivets/docs/css/screen.styl generated vendored Normal file
View file

@ -0,0 +1,309 @@
$color = #3f86e4
body
font-family "Proxima Nova", serif
font-size 16px
font-weight 400
line-height 1.5
text-rendering optimizeLegibility
color #747a7e
h1, h2, h3, h4, h5, h6
font-family "Proxima Nova", serif
font-weight 400
color #545a5e
margin 2em 0 1em
article
h2
font-size 38px
&:first-child
margin-top 0
h3
font-size 22px
p, pre
margin 16px 0
blockquote
border none
position relative
&:before
content "\201C"
font-size 84px
color #DADEDF
position absolute
top -20px
left 0
p
margin 0 0 0 1.5em
font-size inherit
p > code, em > code
background-color inherit
color #2B3E4E
pre
border none
border-radius 0
font-size 13px
padding 2em
code
font-size 12px
i
font-family "Entypo"
font-style normal
&.social
font-family "Entypo Social"
.btn
border-radius 0
i
font-size 38px
line-height 0
position relative
top 4px
right 10px
blockquote
background-color white
border-color #e0e4e5
img.graphic
opacity 0.1
.logotype
display inline-block
color inherit
letter-spacing 3px
font-weight 400
border 2px solid
padding 10px 9px 8px 11px
&.sg
font-size 11px
font-weight 500
padding 8px 6px 6px 8px
position relative
top -2px
margin-left 8px
color #89a
a, a:hover
color inherit
text-decoration none
// HEADER
header
background-color $color
color white
img
height 50px
margin 20px 0
float left
.logotype
font-size 16px
margin 30px 0
.center
text-align center
.right
text-align right
li
display inline-block
font-weight 400
margin 40px 0 0 20px
&:first-child
margin-left 0
a
color: inherit
i#hamburger
cursor pointer
font-size 68px
section.intro
text-align center
padding 60px 0 80px
background-color $color
color: white
img
height 70px
.blurb
margin 0 auto 20px
font-weight 200
font-size 32px
max-width 800px
.btn + .btn
margin-left 5px
section.highlights
padding: 40px 0 0
span
font-family monospace
font-size: 14px
.highlighted
background-color #F0F2F5
padding 2px 6px 3px
section.using
padding 40px 0
text-align center
a
opacity 0.75
-webkit-transition all 0.2s
transition all 0.2s
&:hover
opacity 1
img
max-height 60px
margin 50px 30px
section.author
text-align center
background-color #f0f2f5
h2
font-weight 300
font-size 36px
img
margin 40px 0 20px
width 200px
height 200px
border-radius 500px
a
font-size: 46px
padding 0 5px
position relative
bottom 155px
color white
transition all .2s
&:hover
text-decoration none
color $color
section.docs
margin 80px 0 40px
section
.separator
text-align center
border-top 2px solid #eee
margin 40px 0 -30px
letter-spacing 1px
h5
position relative
top -36px
display inline-block
padding 0 1em
background-color white
font-weight 500
nav
text-align right
&.affix
top 40px
ul
list-style none
margin 0
#nav
.nav
width 200px
a
padding inherit
display inline
color #919E9F
&:hover
text-decoration underline
background-color inherit
> .nav > li
> a
color #444e4e
ul
display none
li.active
ul
display block
> a
color $color
strong
font-weight 500
.btn
padding 1em 1.5em
font-weight 400
font-size 13px
.btn-clear
padding 1.5em 6em
border none
color white
background-color darken(desaturate($color, 15), 10)
transition all 0.2s
.btn-clear:hover
background-color darken(desaturate($color, 10), 15)
color white
.btn-primary
background-color #96c0c0
border-color #96c0c0
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active
background-color #86baba
border-color #86baba
a
color $color
a:hover
color $color
text-decoration underline
.check-list
list-style none
padding-left 1em
.check-list li:before
content "\2713\0020"
padding-right 0.5em

131
immoweb/node_modules/rivets/docs/css/syntax.css generated vendored Normal file
View file

@ -0,0 +1,131 @@
cco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
*/
pre code {
display: block; padding: 0.5em;
color: #000;
background: #f8f8ff
}
pre .comment,
pre .template_comment,
pre .diff .header,
pre .javadoc {
color: #b0bab6;
font-style: italic
}
pre .keyword,
pre .assignment,
pre .literal,
pre .css .rule .keyword,
pre .winutils,
pre .javascript .title,
pre .lisp .title,
pre .subst {
color: #954121;
}
pre .number,
pre .hexcolor {
color: #40a070
}
pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula {
color: #219161;
}
pre .title,
pre .id {
color: #19469D;
}
pre .params {
color: #00F;
}
pre .javascript .title,
pre .lisp .title,
pre .subst {
font-weight: normal
}
pre .class .title,
pre .haskell .label,
pre .tex .command {
color: #458;
font-weight: bold
}
pre .tag,
pre .tag .title,
pre .rules .property,
pre .django .tag .keyword {
color: #000080;
font-weight: normal
}
pre .attribute,
pre .variable,
pre .instancevar,
pre .lisp .body {
color: #008080
}
pre .regexp {
color: #B68
}
pre .class {
color: #458;
font-weight: bold
}
pre .symbol,
pre .ruby .symbol .string,
pre .ruby .symbol .keyword,
pre .ruby .symbol .keymethods,
pre .lisp .keyword,
pre .tex .special,
pre .input_number {
color: #990073
}
pre .builtin,
pre .constructor,
pre .built_in,
pre .lisp .title {
color: #0086b3
}
pre .preprocessor,
pre .pi,
pre .doctype,
pre .shebang,
pre .cdata {
color: #999;
font-weight: bold
}
pre .deletion {
background: #fdd
}
pre .addition {
background: #dfd
}
pre .diff .change {
background: #0086b3
}
pre .chunk {
color: #aaa
}
pre .tex .formula {
opacity: 0.5;
}

104
immoweb/node_modules/rivets/docs/css/type.css generated vendored Normal file
View file

@ -0,0 +1,104 @@
/* Proxima Nova */
@font-face {
font-family: 'Proxima Nova';
src: url('/fonts/proxima-nova/ProximaNova-Thin-webfont.eot');
src: url('/fonts/proxima-nova/ProximaNova-Thin-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/proxima-nova/ProximaNova-Thin-webfont.woff') format('woff'),
url('/fonts/proxima-nova/ProximaNova-Thin-webfont.ttf') format('truetype'),
url('/fonts/proxima-nova/ProximaNova-Thin-webfont.svg#ywftsvg') format('svg');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('/fonts/proxima-nova/ProximaNova-Light-webfont.eot');
src: url('/fonts/proxima-nova/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/proxima-nova/ProximaNova-Light-webfont.woff') format('woff'),
url('/fonts/proxima-nova/ProximaNova-Light-webfont.ttf') format('truetype'),
url('/fonts/proxima-nova/ProximaNova-Light-webfont.svg#ywftsvg') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('/fonts/proxima-nova/ProximaNova-Reg-webfont.eot');
src: url('/fonts/proxima-nova/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/proxima-nova/ProximaNova-Reg-webfont.woff') format('woff'),
url('/fonts/proxima-nova/ProximaNova-Reg-webfont.ttf') format('truetype'),
url('/fonts/proxima-nova/ProximaNova-Reg-webfont.svg#ywftsvg') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('/fonts/proxima-nova/ProximaNova-Sbold-webfont.eot');
src: url('/fonts/proxima-nova/ProximaNova-Sbold-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/proxima-nova/ProximaNova-Sbold-webfont.woff') format('woff'),
url('/fonts/proxima-nova/ProximaNova-Sbold-webfont.ttf') format('truetype'),
url('/fonts/proxima-nova/ProximaNova-Sbold-webfont.svg#ywftsvg') format('svg');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('/fonts/proxima-nova/ProximaNova-Bold-webfont.eot');
src: url('/fonts/proxima-nova/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/proxima-nova/ProximaNova-Bold-webfont.woff') format('woff'),
url('/fonts/proxima-nova/ProximaNova-Bold-webfont.ttf') format('truetype'),
url('/fonts/proxima-nova/ProximaNova-Bold-webfont.svg#ywftsvg') format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('/fonts/proxima-nova/ProximaNova-Xbold-webfont.eot');
src: url('/fonts/proxima-nova/ProximaNova-Xbold-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/proxima-nova/ProximaNova-Xbold-webfont.woff') format('woff'),
url('/fonts/proxima-nova/ProximaNova-Xbold-webfont.ttf') format('truetype'),
url('/fonts/proxima-nova/ProximaNova-Xbold-webfont.svg#ywftsvg') format('svg');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('/fonts/proxima-nova/ProximaNova-Black-webfont.eot');
src: url('/fonts/proxima-nova/ProximaNova-Black-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/proxima-nova/ProximaNova-Black-webfont.woff') format('woff'),
url('/fonts/proxima-nova/ProximaNova-Black-webfont.ttf') format('truetype'),
url('/fonts/proxima-nova/ProximaNova-Black-webfont.svg#ywftsvg') format('svg');
font-weight: 800;
font-style: normal;
}
/* Entypo */
@font-face {
font-family: 'Entypo';
src: url('/fonts/entypo/entypo.eot');
src: url('/fonts/entypo/entypo.eot?#iefix') format('embedded-opentype'),
url('/fonts/entypo/entypo.woff') format('woff'),
url('/fonts/entypo/entypo.ttf') format('truetype'),
url('/fonts/entypo/entypo.svg#ywftsvg') format('svg');
font-weight: normal;
font-style: normal;
}
/* Entypo Social */
@font-face {
font-family: 'Entypo Social';
src: url('/fonts/entypo-social/entypo-social.eot');
src: url('/fonts/entypo-social/entypo-social.eot?#iefix') format('embedded-opentype'),
url('/fonts/entypo-social/entypo-social.woff') format('woff'),
url('/fonts/entypo-social/entypo-social.ttf') format('truetype'),
url('/fonts/entypo-social/entypo-social.svg#ywftsvg') format('svg');
font-weight: normal;
font-style: normal;
}