-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactividades.css
More file actions
90 lines (74 loc) · 3.73 KB
/
actividades.css
File metadata and controls
90 lines (74 loc) · 3.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
body {background-color:lightyellow;}
a {color:green; text-decoration:none;}
header {
background: url('imagenes/gimnasio.jpeg') no-repeat;
background-size: 100% 100%;
color: black;
border-style:solid;
margin-bottom:2%;
display: flex;
justify-content: space-between;
}
#enlace {margin-left:3%; margin-top:2%;}
header img {width:150px; height:150px;}
header h1 { text-align:center; background-color:white; border-style:solid;
width:30%; height:5%; margin-top:8%; margin-left:8%;}
header form {background-color:white; width:20%; height:20%; padding:2%; margin-top:4%; }
header section {background-color:white; width:20%; height:20%; padding:2%; margin-top:9%; }
.button {margin-top:2%;}
@media only screen and (min-width:769px)
{
#tit_acti,#title,#desc {display:none;}
nav img {display: none;}
nav {clear:left; margin:3% auto; width:250px;}
nav ul {margin: 0%;}
nav, nav ul {border-style: solid;}
nav,nav ul,nav li a {list-style:none; background-color:darkorange; color:black;
padding:10px 12px; text-decoration:none; display:block; text-align:center;}
nav p {margin-bottom:0%; margin-top:0%; }
nav:hover > ul {display:block;}
nav ul {display:none; position:absolute; width:140px;}
#act {float:left; overflow:scroll; width:40%; height:800px; border-style:solid;
margin:0 2%; background-color:lightblue; margin-left:5%; }
figure {width:90%; height:20%; margin:6%; background-color:lightgreen; }
figure, figure img {border-style: solid; }
figure img {float:left; margin:4%; width:50%; height:70%; }
figcaption {margin-left:60%; margin-top:10%; }
#der ul {float: left; width:40%; height:750px; text-align:left;
border-style:solid; background-color:lightblue; margin-right:4%;
margin-left:5%; margin-bottom:5%; margin-top:1%; }
#der li {list-style:none; border-style:solid; padding:1%; margin:5% 6%; margin-left:0%; font-size:150%;
background-color:lightgreen;}
#ult {margin-left:15%; font-size:200%; }
footer {clear:left; text-align:center; background-color:darkorange; }
}
@media only screen and (max-width:768px)
{
header {display: none;}
#cabecera_movil {display:flex; flex-wrap:wrap; justify-content:space-between;}
nav p {display:none;}
nav {width:12%; height:12%;}
nav img {margin:0; width:100%; height:100%; }
nav ul {margin: 0%; border-style:solid; padding-left:0; }
nav li a, nav ul {list-style:none; background-color:#0fda98; color:black;
text-decoration:none; display:block; text-align:left;}
nav li a {background-color:#0fda98; font-family:helvetica; padding:3% 2%;}
nav:hover > ul {display:block; }
nav ul {display:none; position:absolute; width:140px;}
#title {margin-top:2.5%; color:black; font-size:150%; }
#desc {margin-top:3.5%; margin-right:1%; margin-bottom:3%;}
#tit_acti {display:block; text-align:center; font-size:200%; color:red;}
#act {overflow:scroll; width:90%; height:400px; border-style:solid; margin-right:5%;
background-color:lightblue; margin-left:5%; margin-bottom:5%; margin-top:0; }
figure {width:90%; height:40%; margin:6%; margin-left:4%; background-color:lightgreen; }
figure, figure img {border-style: solid; }
figure img {float:left; margin:4%; width:50%; height:70%; }
figcaption {margin-left:60%; margin-top:10%; }
#ult {display:block; text-align:center; font-size:200%; color:red; }
#der ul {width:80%; height:300px; text-align:left;
border-style:solid; background-color:lightblue; margin-right:4%;
margin-left:5%; margin-top:1%;}
#der li {list-style:none; border-style:solid; padding:1%; margin:5% 6%; margin-left:-4%;
font-size:80%; background-color:lightgreen;}
footer {text-align: center; background-color:darkorange; }
}