diff --git a/vagus/media/uploads/user/id-1/79/G701C2-BIEN-CHOISIR-SON-INTEGRAL.jpg b/vagus/media/uploads/user/id-1/79/G701C2-BIEN-CHOISIR-SON-INTEGRAL.jpg new file mode 100644 index 0000000..026f14a Binary files /dev/null and b/vagus/media/uploads/user/id-1/79/G701C2-BIEN-CHOISIR-SON-INTEGRAL.jpg differ diff --git a/vagus/media/uploads/user/id-1/79/podroz_kamperem_wroclawskie_kampery_zbierajse-15.jpg b/vagus/media/uploads/user/id-1/79/podroz_kamperem_wroclawskie_kampery_zbierajse-15.jpg new file mode 100644 index 0000000..6d87d31 Binary files /dev/null and b/vagus/media/uploads/user/id-1/79/podroz_kamperem_wroclawskie_kampery_zbierajse-15.jpg differ diff --git a/vagus/media/uploads/user/id-1/80/podroz_kamperem_wroclawskie_kampery_zbierajse-15.jpg b/vagus/media/uploads/user/id-1/80/podroz_kamperem_wroclawskie_kampery_zbierajse-15.jpg new file mode 100644 index 0000000..6d87d31 Binary files /dev/null and b/vagus/media/uploads/user/id-1/80/podroz_kamperem_wroclawskie_kampery_zbierajse-15.jpg differ diff --git a/vagus/static/css/style.css b/vagus/static/css/style.css index a0cddcf..186ea05 100644 --- a/vagus/static/css/style.css +++ b/vagus/static/css/style.css @@ -1,14 +1,145 @@ -h1 { - color:yellow; - font-size: 50px; -} -a { - color: rgb(88, 8, 8); +body { + margin: 0 auto; + color: black; + font-family: 'Poppins'; } -a:hover { - color:yellow +.container { + width: 1380px; + max-width: 100%; + margin: 0 auto; } -a:active { - color:yellow + +/* HEADER SMART BANER */ + +.header-smart-baner { + width: 100%; + height: 40px; + background-color: rgb(248,244,244); +} +.header-smart-baner-text { + padding-top: 10px; + padding-bottom: 10px; + text-decoration: underline; + text-align: center; + color: black; + font-weight: 400; + font-size: 13px; +} + +/* END SMART BANER */ +/* --------------- */ +.header { + overflow: hidden; + color: black; + +} +.header-inner { + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + height: 80px; + max-height: 100%; +} + +/* HEADER LOGO */ +.header-logo{ + padding-bottom: 12px; + padding-left: 15px; + max-width: 85px; +} +.header-logo a { + color: black; + font-family: 'Dosis'; + font-size: 32px; + font-weight: 600; + text-decoration: none; +} + +/* HEADER NAV */ + +.header-nav { + display: inline-block; + padding-right: 15px; + max-width: 90%; +} +.header-nav a { + color: black; + font-family: 'Poppins'; + font-size: 14px; + text-decoration: none; + font-weight: 500; + padding-left: 15px; + padding-right: 15px; +} + +.header-nav a:active { + opacity: 85%; +} +.header-nav a:hover { + opacity: 85%; +} + +.header-nav-bar { + display: inline-block; + max-height: 85px; + max-width: 300px; + min-width: 50px; +} + + +.header-nav-bar-container { + display: flex; + margin: 0; +} +/* ------------------------ */ + +/* ------------------------ */ + +.header-nav-bar-text { + margin: auto; + text-align: center; + font-weight: 600; +} +.header-nav-bar-avatar { + min-width: 36px; + max-height: 36px; + padding-left: 10px; +} + +.header-nav-bar img { + width: 36px; + border-radius: 50%; +} + + +@media(min-width:840px){ + +.header-nav-bar { + padding-left: 20px; + padding-right: 15px; + font-size: 16px; +} +} + +@media(max-width: 840px) { +.header-smart-baner{ + display: none; +} + +.header-nav a { + display: none; +} +.header-logo a { + float: none; + display: block; + text-align: left; +} +} + + +.main-content { + padding-left: 20px; + padding-right: 20px; } \ No newline at end of file diff --git a/vagus/template/.DS_Store b/vagus/template/.DS_Store new file mode 100644 index 0000000..9c3cdcc Binary files /dev/null and b/vagus/template/.DS_Store differ diff --git a/vagus/template/