Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bolsa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DESI_22-23
Bolsa
Commits
9ce6df10
Commit
9ce6df10
authored
Dec 14, 2022
by
pabpart
Browse files
Options
Downloads
Patches
Plain Diff
Archivo CSS
parent
7bd44c07
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
estilos_visualizacion.css
+126
-0
126 additions, 0 deletions
estilos_visualizacion.css
with
126 additions
and
0 deletions
estilos_visualizacion.css
0 → 100644
+
126
−
0
View file @
9ce6df10
html
{
height
:
100vh
;
}
body
{
height
:
100%
;
}
h1
{
text-align
:
center
;
font-family
:
"Segoe UI"
;
}
label
{
display
:
block
;
}
.mainLabel
{
font-family
:
"Segoe UI"
;
}
input
[
type
=
date
]
{
margin-top
:
4%
;
}
input
[
type
=
button
]
{
border-radius
:
0.3em
;
padding
:
0.5em
;
background-color
:
dodgerblue
;
color
:
white
;
font-family
:
"Segoe UI"
;
}
/* Cambia el color del botón al pasar el ratón sobre él */
input
[
type
=
button
]
:hover
{
background-color
:
royalblue
;
}
/* Esta clase corresponde a los cuatro div que se sitúan debajo del encabezado */
.inputElement
{
float
:
left
;
height
:
15%
;
margin-left
:
1%
;
margin-right
:
4%
;
}
/* Esta clase identifica al div que contiene las opciones de materias primas */
.options
{
border
:
1px
solid
grey
;
height
:
70%
;
margin-top
:
4%
;
overflow-y
:
scroll
;
}
.axis
text
{
fill
:
black
;
}
.axis
line
{
stroke
:
black
;
}
.axis
path
{
stroke
:
black
;
}
.dataPath
{
fill
:
none
;
stroke-width
:
2
;
}
#NATURAL
\
.GAS
{
stroke
:
#73b647
;
}
#GOLD
{
stroke
:
#c79a4d
;
}
#BRENT
\
.CRUDE
{
stroke
:
#5e8dbb
;
}
#COPPER
{
stroke
:
#d35133
;
}
#SILVER
{
stroke
:
#a541c7
;
}
#LOW
\
.SULPHUR
\
.GAS
\
.OIL
{
stroke
:
#d0457b
;
}
#LIVE
\
.CATTLE
{
stroke
:
#605bc1
;
}
#ALUMINIUM
{
stroke
:
#60b093
;
}
#ZINC
{
stroke
:
#506630
;
}
#NICKEL
{
stroke
:
#c989bb
;
}
#WHEAT
{
stroke
:
#8f4c3d
;
}
#GASOLINE
{
stroke
:
#653466
;
}
/* Recuadro que aparece al pasar el ratón sobre una línea del gráfico */
#tooltip
{
position
:
absolute
;
background-color
:
white
;
border
:
solid
;
padding
:
0.1em
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment