Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atualização do "Hero" #58

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/design/Baner.psd
Binary file not shown.
Binary file added docs/design/FexApp.xd
Binary file not shown.
Binary file added docs/design/LayOut.xd
Binary file not shown.
Binary file added docs/design/Logo.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 docs/design/Logo.psd
Binary file not shown.
Binary file added docs/design/Logo.xd
Binary file not shown.
Binary file added docs/design/assets/font/Pesaro-Bold.ttf
Binary file not shown.
Binary file added docs/design/assets/imgs/Baner.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 docs/design/assets/imgs/Extension-1.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 docs/design/assets/imgs/Extension-2.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 docs/design/assets/imgs/Extension.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 docs/design/assets/imgs/FlaskBlack-1.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 docs/design/assets/imgs/FlaskBlack.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 docs/design/assets/imgs/FlaskTrans.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 docs/design/assets/imgs/FlaskWhite.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 docs/design/assets/imgs/Logo-MB.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 docs/design/assets/imgs/Logo.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 not shown.
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 docs/design/gifs/flaskextensions_FexApp_prop.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 docs/design/gifs/flaskextensions_Props.gif
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 docs/design/gifs/flaskextensions_pagError.gif
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 docs/design/imgs/Baner-SM.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 docs/design/imgs/Baner.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 docs/design/imgs/FlaskBlack.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 docs/design/imgs/FlaskTrans.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 docs/design/imgs/FlaskWhite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
103 changes: 93 additions & 10 deletions fexui/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
@font-face {
font-family: PesaroBold;
src: url(../font/PesaroBold.ttf);
}

.site {
display: flex;
min-height: 100vh;
flex-direction: column;
display: flex;
min-height: 100vh;
flex-direction: column;
}

.site-container {
flex: 1;
flex: 1;
}

#search-form {
Expand All @@ -21,20 +27,97 @@
}

.card-content {
height: 130px;
height: 210px;
}

.level-item span.meta {
margin-left: 5px !important;
.description {
height: 125px;
}

input[type=search] {
margin-bottom: 40px;
.level-item span.meta {
margin-left: 5px !important;
}

.filters form .field {
margin-top: 30px;
margin-top: 30px;
}

section.top-status {
padding: 1rem 1.5rem;
}

.baner {
background-image: url(../img/Baner.png);
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
}

.bk-null {
background-color: transparent;
}

.img-hero {
margin-top: 35px;
}

.info-hero {
font-family: PesaroBold;
font-size: 2.5rem;
}

.pagination > a:hover {
color: white;
background-color: #1d9cc9;
border-color: #ddd;
}

.card-footer > .left:hover {
color: white;
background-color: #1d9cc9;
border-end-start-radius: 5px;
}

.card-footer > .right:hover {
color: white;
background-color: #1d9cc9;
border-end-end-radius: 5px;
}

.card-content > .columns > .column {
padding-top: 0px !important;
}

.log-flask-extension {
display: none;
background-image: url(../img/Logo-MB.png);
background-position: top;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100px;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

@media only screen and (max-width: 600px) {
.baner {
background-image: url(../img/Baner-SM.png);
}
.info-hero {
color: #1d9cc9 !important;
}
.subtitle-hero {
color: #494949 !important;
}
.log-flask-extension {
display: block;
}
.hero-body {
padding-top: 0px !important;
}
.hero-head {
display: none;
}
}
Binary file added fexui/font/PesaroBold.ttf
Binary file not shown.
Binary file added fexui/img/Baner-SM.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 fexui/img/Baner.png
Binary file added fexui/img/Extension.png
Binary file added fexui/img/FlaskBlack.png
Binary file added fexui/img/FlaskTrans.png
Binary file added fexui/img/FlaskWhite.png
Binary file added fexui/img/Logo-MB.png
Binary file added fexui/img/hero.png
Binary file modified fexui/img/logo.png
Loading