Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Portal-SMPPIR-React
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SMPPIR
Portal-SMPPIR-React
Commits
cecac4b6
Commit
cecac4b6
authored
Sep 03, 2019
by
Edu Trevisan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change Ciganos color and banner
parent
973ead73
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
19 additions
and
69 deletions
+19
-69
src/Ciganos.js
src/Ciganos.js
+2
-8
src/Images/ciganos.png
src/Images/ciganos.png
+0
-0
src/MainPage.js
src/MainPage.js
+1
-1
src/Styles/Ciganos.css
src/Styles/Ciganos.css
+10
-10
src/Styles/MainCard.css
src/Styles/MainCard.css
+4
-0
src/Styles/NavigationBar.css
src/Styles/NavigationBar.css
+1
-1
src/SubPages/Styles/Ciganos.css
src/SubPages/Styles/Ciganos.css
+0
-48
src/SubPages/Styles/CiganosIndicator.css
src/SubPages/Styles/CiganosIndicator.css
+1
-1
No files found.
src/Ciganos.js
View file @
cecac4b6
...
...
@@ -23,14 +23,11 @@ along with Portal-SMPPIR-React. If not, see <https://www.gnu.org/licenses/>.
import
React
from
'
react
'
;
import
NavigationBar
from
'
./Components/NavigationBar
'
;
import
CiganosIndicator
from
'
./SubPages/CiganosIndicator
'
;
// import CiganosSustainability from './SubPages/CiganosSustainability';
// import CiganosRights from './SubPages/CiganosRights';
// import CiganosCulture from './SubPages/CiganosCulture';
import
{
Tab
,
Tabs
}
from
'
react-materialize
'
;
import
{
Store
}
from
'
./Store
'
;
import
'
./Styles/
AfricanOrigin
.css
'
import
'
./Styles/
Ciganos
.css
'
/**
* Main page overlay for managing access to the afican matrix subpages. <br />
...
...
@@ -68,11 +65,8 @@ function Ciganos() {
<
NavigationBar
/>
<
div
id
=
'
contentTabsDiv
'
>
<
div
id
=
"
conteudo
"
/>
<
Tabs
className
=
{
`
tab-demo z-depth-1
${
contrastString
}
mainPage
Orange
Tab
`
}
onChange
=
{
whereIAm
}
>
<
Tabs
className
=
{
`
tab-demo z-depth-1
${
contrastString
}
mainPage
Yellow
Tab
`
}
onChange
=
{
whereIAm
}
>
<
Tab
title
=
"
Povos Ciganos
"
active
=
{
states
[
"
POVOS CIGANOS
"
]}
>
{
states
[
"
POVOS CIGANOS
"
]
?
<
CiganosIndicator
/>
:
<
div
/>
}
<
/Tab
>
{
/* <Tab title="Direitos" active={states["DIREITOS"]}> {states["DIREITOS"] ? <CiganosRights /> : <div />} </Tab>
<Tab title="Cultura" active={states["CULTURA"]}> {states["CULTURA"] ? <CiganosCulture /> : <div />} </Tab>
<Tab title="Sustentabilidade" active={states["SUSTENTABILIDADE"]}> {states["SUSTENTABILIDADE"] ? <CiganosSustainability /> : <div />} </Tab> */
}
<
/Tabs
>
<
/div
>
<
/div
>
...
...
src/Images/ciganos.png
0 → 100644
View file @
cecac4b6
63.1 KB
src/MainPage.js
View file @
cecac4b6
...
...
@@ -53,7 +53,7 @@ function MainPage() {
<
/Row
>
<
Row
className
=
{
'
mainPageRow
'
}
>
<
Col
m
=
{
12
}
l
=
{
5
}
offset
=
{
'
l1
'
}
>
<
MainCard
color
=
'
mainPage
Orange
'
title
=
'
Povos Ciganos
'
subpages
=
{
subpages3
}
text
=
{
text3
}
image
=
{
'
mapa
s.png
'
}
/
>
<
MainCard
color
=
'
mainPage
Yellow
'
title
=
'
Povos Ciganos
'
subpages
=
{
subpages3
}
text
=
{
text3
}
image
=
{
'
cigano
s.png
'
}
/
>
<
/Col
>
<
Col
m
=
{
12
}
l
=
{
5
}
className
=
{
'
mainPageMargin
'
}
>
<
MainCard
color
=
'
mainPageDarkBlue
'
title
=
'
Comunidades de Matriz Africana e Povos de Terreiro
'
subpages
=
{
subpages4
}
text
=
{
text4
}
image
=
{
'
matriz_africana4.png
'
}
/
>
...
...
src/Styles/Ciganos.css
View file @
cecac4b6
...
...
@@ -20,19 +20,19 @@ along with Portal-SMPPIR-React. If not, see <https://www.gnu.org/licenses/>.
.mainPage
Orange
Tab
{
background-color
:
#
ea7c27
;
.mainPage
Yellow
Tab
{
background-color
:
#
bf9e0f
;
}
.mainPage
Orange
Tab
>
li
.tab
>
a
{
.mainPage
Yellow
Tab
>
li
.tab
>
a
{
color
:
white
;
}
.mainPage
Orange
Tab
>
li
.tab
>
a
.active
{
.mainPage
Yellow
Tab
>
li
.tab
>
a
.active
{
color
:
white
;
}
.mainPage
Orange
Tab
>
li
.tab
>
a
:hover
{
.mainPage
Yellow
Tab
>
li
.tab
>
a
:hover
{
color
:
white
;
}
...
...
@@ -46,19 +46,19 @@ along with Portal-SMPPIR-React. If not, see <https://www.gnu.org/licenses/>.
/* Contrast Colors */
.ContrastmainPage
Orange
Tab
{
.ContrastmainPage
Yellow
Tab
{
background-color
:
black
;
border
:
1px
solid
white
;
}
.ContrastmainPage
Orange
Tab
>
li
.tab
>
a
{
.ContrastmainPage
Yellow
Tab
>
li
.tab
>
a
{
color
:
yellow
;
}
.ContrastmainPage
Orange
Tab
>
li
.tab
>
a
.active
{
.ContrastmainPage
Yellow
Tab
>
li
.tab
>
a
.active
{
color
:
white
;
}
.ContrastmainPage
Orange
Tab
>
li
.tab
>
a
:hover
{
.ContrastmainPage
Yellow
Tab
>
li
.tab
>
a
:hover
{
color
:
yellow
;
}
}
\ No newline at end of file
src/Styles/MainCard.css
View file @
cecac4b6
...
...
@@ -29,6 +29,9 @@ along with Portal-SMPPIR-React. If not, see <https://www.gnu.org/licenses/>.
.mainPageOrange
{
color
:
#ea7c27
;
}
.mainPageYellow
{
color
:
#bf9e0f
;
}
.mainPageContrast
{
color
:
yellow
;
...
...
@@ -78,6 +81,7 @@ along with Portal-SMPPIR-React. If not, see <https://www.gnu.org/licenses/>.
.card-MainPage
{
display
:
flex
;
flex-direction
:
column
;
width
:
100%
;
}
.card-MainPage
>
.card-content
{
flex-direction
:
column
;
...
...
src/Styles/NavigationBar.css
View file @
cecac4b6
...
...
@@ -96,7 +96,7 @@ nav a{
font-weight
:
bold
;
}
#navBarCiganos
.ciganos
>
a
{
color
:
#
ea7c27
;
color
:
#
bf9e0f
;
font-weight
:
bold
;
}
#navBarSinapir
.participantesSinapir
>
a
{
...
...
src/SubPages/Styles/Ciganos.css
deleted
100644 → 0
View file @
973ead73
/*
Copyright (C) 2019 Centro de Computacao Cientifica e Software Livre
Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
This file is part of Portal-SMPPIR-React.
Portal-SMPPIR-React is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Portal-SMPPIR-React is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Portal-SMPPIR-React. If not, see <https://www.gnu.org/licenses/>.
*/
.quota-title-ciganos
{
color
:
#ea7c27
;
}
#orangeCollapsible
>
.collapsible-header
{
background-color
:
#ea7c27
;
}
#collection-info
{
border
:
1px
solid
#e0e0e0
;
border-color
:
#9e9e9e
}
#cad_unico_culture_msg
{
text-align
:
center
;
border
:
1px
solid
#a3a3a3
;
}
/* Contrast Colors */
.Contrastquota-title-ciganos
{
color
:
white
;
}
#ContrastorangeCollapsible
>
.collapsible-header
{
color
:
yellow
;
background-color
:
black
;
}
\ No newline at end of file
src/SubPages/Styles/CiganosIndicator.css
View file @
cecac4b6
...
...
@@ -23,7 +23,7 @@ along with Portal-SMPPIR-React. If not, see <https://www.gnu.org/licenses/>.
/*###################*/
/*ELEMENTOS DA PAGINA*/
.eixoHeaderC
{
color
:
#
ea7c27
;
color
:
#
bf9e0f
;
}
.eixoSubHeader
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment