Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Clasificación de Imágenes Médicas de Rayos-X mediante Redes Neuronales Convolucionales
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
migtoqu
Clasificación de Imágenes Médicas de Rayos-X mediante Redes Neuronales Convolucionales
Commits
60211a17
Commit
60211a17
authored
3 years ago
by
migtoqu
Browse files
Options
Downloads
Patches
Plain Diff
Subir nuevo archivo
parent
c8146701
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Aplicacion/Static/HojaEstilo/estilo.css
+170
-0
170 additions, 0 deletions
Aplicacion/Static/HojaEstilo/estilo.css
with
170 additions
and
0 deletions
Aplicacion/Static/HojaEstilo/estilo.css
0 → 100644
+
170
−
0
View file @
60211a17
/** Drag and Drop file **/
#drop_zone
{
border
:
#0190af
2px
dashed
;
border-radius
:
10px
;
/*Permite redondear los bordes.*/
min-width
:
500px
;
height
:
100px
;
padding
:
8px
;
font-size
:
16px
;
}
#drop_zone
p
{
text-align
:
center
;
}
#drop_zone
i
{
display
:
block
;
margin-bottom
:
5px
;
}
.boxUpload
{
background-color
:
#f4f6f6
;
padding
:
5px
;
border-radius
:
10px
;
border
:
solid
1px
white
;
display
:
inline-block
;
margin-top
:
30px
;
}
/** **/
.cabecera
{
padding-top
:
30px
;
/*Permite separar el texto del borde del div que lo contiene*/
min-width
:
1250px
;
text-align
:
center
;
/*Permite decidir como se define el texto, justificado, centrado...*/
background-color
:
#deb3fa
;
/*#C0C0C0;*/
}
.cabeceraTexto
{
width
:
1000px
;
display
:
inline-block
;
position
:
relative
;
bottom
:
50px
;
}
.cabeceraImagen
{
display
:
inline-block
;
}
body
{
margin
:
0px
;
/*Para que el body no deje margenes de modo que la cabecera llegue hasta el borde de la pantalla*/
font-family
:
'Times New Roman'
,
sans-serif
;
/*'Roboto', sans-serif;*/
/* Evita que se permita seleccionar el texto */
-webkit-user-select
:
none
;
/* Chrome/Safari */
-moz-user-select
:
none
;
/* Firefox */
-ms-user-select
:
none
;
/* IE10+ */
-o-user-select
:
none
;
user-select
:
none
;
}
.contenedorFichero
{
min-width
:
800px
;
text-align
:
center
;
margin-top
:
60px
;
}
/** Proporcionar estilo a todos los botones**/
.btnEstilo
{
margin-top
:
30px
;
border
:
2px
solid
#555555
;
border-radius
:
12px
;
background-color
:
white
;
color
:
black
;
text-align
:
center
;
padding
:
8px
32px
;
font-size
:
16px
;
cursor
:
pointer
;
}
.btnEstilo
:hover
{
background-color
:
#555555
;
color
:
white
;
border
:
2px
solid
white
;
}
.inputFile
{
display
:
none
;
}
.inputNameFile
{
width
:
350px
;
padding
:
5px
10px
;
/*border: 1px solid #555555;*/
box-sizing
:
border-box
;
margin-bottom
:
5px
;
display
:
inline-block
;
margin-left
:
15px
;
color
:
black
;
text-align
:
left
;
word-break
:
break-all
;
/*Permite dividir una palabra en caso de que no quepa en eñ espacio destinado a ella.*/
}
.contenedorFicheroPrincipal
{
display
:
block
;
}
.btnRight
{
width
:
150px
;
margin
:
auto
;
margin-top
:
30px
;
position
:
relative
;
left
:
150px
;
}
.panelCentral
{
min-width
:
1250px
;
margin
:
auto
;
text-align
:
center
;
margin-top
:
80px
;
}
.ContenedorImagen
{
display
:
inline-block
;
width
:
500px
;
}
.resultado
{
text-align
:
left
;
display
:
inline-block
;
width
:
250px
;
margin-left
:
100px
;
vertical-align
:
top
;
position
:
relative
;
top
:
50px
;
}
#imagen
{
border
:
double
gray
8px
;
}
.nombre
{
font-size
:
18px
;
font-weight
:
bold
;
}
.titulo
{
font-weight
:
bold
;
font-size
:
50px
;
color
:
#0815e5
;
}
.subtitulo
{
font-size
:
30px
;
color
:
#0815e5
;
}
.prediccion
{
margin-left
:
100px
;
margin-bottom
:
60px
;
font-size
:
30px
;
}
.btnVolver
{
width
:
198px
;
}
.Volver
{
width
:
200px
;
margin
:
auto
;
margin-top
:
80px
;
}
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
register
or
sign in
to comment