-
Notifications
You must be signed in to change notification settings - Fork 0
/
imp.css
120 lines (96 loc) · 1.67 KB
/
imp.css
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
@charset "utf-8"
a, a:link, a:visited {
background: transparent;
color: #0040FF;
font-weight: bold;
text-decoration: underline;
}
a:after {
content: none;
}
a[href=http]:after {
content: none;
}
body {
background-color: #FFFFFF !important;
background-image: none;
color: #000000 !important;
font-family: serif;
font-size: 12pt;
float: none;
margin: 10 0 10 0pt;
margin-left: 0.5cm;
}
/*
body>header>a {
content: none !important;
}
*/
body>section>div>article>a>div>img {
float: none;
margin-top: 1.75cm;
padding: 1cm;
height: 5cm;
width: 7.5cm;
}
body>section>div>article>footer>div>a, a:link, a:visited {
background: transparent;
color: #0040FF;
font-weight: bold;
text-decoration: underline;
}
body>section>div>article>h2 {
text-align: center;
}
body>section>div + div {
display: flex;
flex-direction: row;
flex-wrap: wrap;
page-break-before: avoid;
}
/*Para retocar la foto del html ultimafoto*/
body>section>div>article>div>img {
height: 6cm;
width: 8cm;
}
body>section>div>article>div>footer {
text-align: center;
}
/*Para quitar el borde de los elemnentos de los formularios*/
body>form>input {
border: 1 !important;
}
body>form>textarea {
border: 1;
}
/*
body>section>div>article {
page-break-inside: always;
}
*/
.tituloSec{
text-align: center;
margin-top: 0cm;
}
/*
header, footer, nav, aside {
display: none;
}
*/
ul, img, table {
page-break-inside: avoid;
}
#descFotos {
text-align: center;
}
#formPedirAlbum, #buscador, #formRegistro {
font-weight: bold;
}
#menuPrincipal, #loginPrincipal, #menuPerfil, #menuIconos/*, #formPedirAlbum, #formRegistro, #buscador*/{
display: none;
}
#logo {
position: static;
left: 4;
width: 7.5cm;
}