pages/styles.css

281 lines
6.0 KiB
CSS
Raw Normal View History

2022-09-29 17:32:40 +02:00
body {
2023-02-13 21:48:05 +01:00
background-color: #D6D6D6;
color: #111;
font-family: sans-serif;
font-size: 99%;
padding: 0;
margin: 0;
}
2022-09-29 17:32:40 +02:00
a {
2023-02-13 21:48:05 +01:00
color: #058;
text-decoration: none;
}
2022-09-29 17:32:40 +02:00
a:hover {
2023-02-13 21:48:05 +01:00
background-color: #eee;
}
2022-09-29 17:32:40 +02:00
header {
2023-02-13 21:48:05 +01:00
color: #666;
text-shadow: 1px 1px #fff;
font-size: 1.7em;
padding: 0.7ex 0.7ex 0.7ex 0.7em;
}
2022-09-29 17:32:40 +02:00
header a {
2023-02-13 21:48:05 +01:00
color: #666;
}
2022-09-29 17:32:40 +02:00
nav {
2023-02-13 21:48:05 +01:00
overflow: hidden;
color: #069;
background-color: #17a;
padding: 0.7ex;
font-size: 94%;
border-top: 1px solid #ccc;
border-bottom: 1px solid #069;
}
2022-09-29 17:32:40 +02:00
nav a {
2023-02-13 21:48:05 +01:00
padding: 0.5ex 1ex 0.5ex 1ex;
color: #fff;
}
2022-09-29 17:32:40 +02:00
nav a:hover {
2023-02-13 21:48:05 +01:00
background-color: #069;
}
2022-09-29 17:32:40 +02:00
nav a.active {
2023-02-13 21:48:05 +01:00
font-weight: bold;
font-style: italic;
}
2022-09-29 17:32:40 +02:00
article {
2023-02-14 11:39:04 +01:00
/* padding-top:40px;
padding-right:1px;*/
2023-02-13 21:48:05 +01:00
padding: 1.5em;
max-width: 65em;
}
2022-09-29 17:32:40 +02:00
h1, h2, h3, h4 {
2023-02-13 21:48:05 +01:00
margin: 1em 1ex 0.5ex 0;
}
2022-09-29 17:32:40 +02:00
h1 { font-size: 1.4em;
font-family: Courier New;
2023-02-13 21:48:05 +01:00
text-align:center; }
2022-09-29 17:32:40 +02:00
h2 { font-size: 1.3em;
font-family: Courier New;
2023-02-13 21:48:05 +01:00
text-align:center; }
2022-09-29 17:32:40 +02:00
h3 { font-size: 1.2em;
2023-02-13 21:48:05 +01:00
font-family: Courier New;
text-align:center; }
2022-09-29 17:32:40 +02:00
h4 { font-size: 1.1em;
2023-02-13 21:48:05 +01:00
font-family: Courier New;
text-align: center; }
2022-09-29 17:32:40 +02:00
code, pre { font-size: 1.1em }
2023-02-13 21:48:05 +01:00
2022-09-29 17:32:40 +02:00
pre { margin-left: 2em; }
/* Tano */
2022-10-02 01:36:29 +02:00
2023-02-13 21:48:05 +01:00
#blatder{
position:fixed;
/* display:block; */
2023-02-14 11:39:04 +01:00
right:4px;
2023-02-13 21:48:05 +01:00
top:188px;
width:260px;
height:100%;
color:#069;
background-color:#D6D6D6;
}
2022-10-02 01:36:29 +02:00
#menu p {
2023-02-13 21:48:05 +01:00
margin:0px;
padding:0px;
}
2022-10-02 01:36:29 +02:00
#menu {
2023-02-13 21:48:05 +01:00
position: absolute;
right:3px;
font-family: sans-serif;
font-size: 94%;
}
2022-10-02 01:36:29 +02:00
#menu a {
2023-02-14 11:39:04 +01:00
display: inline-block;
2023-02-13 21:48:05 +01:00
padding: 3px;
width: 260px;
color: #17a;
background-color: #D6D6D6;
2023-02-14 11:39:04 +01:00
border-bottom: 1px solid #17a;
2023-02-13 21:48:05 +01:00
border-width: 1px;
border-style: solid;
border-color: #17a;
padding-bottom: 1px;
margin-bottom: 1px;
text-align:center;
}
2022-10-02 01:36:29 +02:00
#menu a:hover {
2023-02-13 21:48:05 +01:00
background-color: #336699;
color: #ffffff;
}
2022-10-02 01:36:29 +02:00
#menu a:active {
2023-02-13 21:48:05 +01:00
font-weight: bold;
font-style: italic;
}
2023-02-15 15:25:56 +01:00
#menu ul.a, li.a {
2023-02-14 11:39:04 +01:00
list-style: none;
margin: 0;
padding: 0;
}
#menu ul {
position: relative;
z-index: 597;
float: left;
}
#menu ul li {
float: left;
min-height: 1px;
line-height: 1em;
vertical-align: middle;
}
#menu ul li.hover,
#menu ul li:hover {
position: relative;
z-index: 599;
cursor: default;
}
#menu ul ul {
visibility: hidden;
position: absolute;
top: 100%;
left: 100;
z-index: 598;
width: 100%;
}
#menu ul ul li {
float: none;
}
#menu ul li:hover > ul {
visibility: visible;
}
#menu ul ul {
top: 0;
right: 100%;
}
#menu ul li {
float: none;
}
/* #menu {
width: 255px;
} */
/* #menu span, #menu a {
display: inline-block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
} */
#menu:after, #menu ul:after {
content: '';
display: block;
clear: both;
}
#menu ul, #menu li {
width: 100%;
}
#menu li {
background: #dddddd;
}
#menu li:hover {
background: #f6f6f6;
}
/* #menu a {
color: #666666;
line-height: 100%;
padding: 1px 1px 1px 1px;
width: 253px;
} */
#menu ul ul li {
background: #f6f6f6;
}
#menu ul ul li:hover {
background: #dddddd;
}
#menu ul ul li:hover a {
2023-02-17 00:03:47 +01:00
color: #dddddd;
2023-02-14 11:39:04 +01:00
}
#menu ul ul li ul li {
background: #dddddd;
}
#menu ul ul li ul li:hover {
background: #dddddd;
}
2023-02-17 00:03:47 +01:00
2023-02-14 11:39:04 +01:00
#menu .has-sub {
position: relative;
}
#menu .has-sub:after, #menu .has-sub > ul > .has-sub:hover:after {
content: '';
display: block;
width: 10px;
height: 9px;
position: absolute;
left: 5px;
top: 50%;
margin-top: -5px;
}
#menu .fa-angle-right {
float: left;
}
2023-02-13 21:48:05 +01:00
.textocent{
text-align:center;
}
.textoder{
text-align:right;
}
2022-10-02 01:36:29 +02:00
2022-10-17 10:59:16 +02:00
#tabla-centrada {
2023-02-13 21:48:05 +01:00
margin: 0 auto;
}
2022-10-17 10:59:16 +02:00
#th-color {
2023-02-13 21:48:05 +01:00
background-color: #C5C5C5;
}
2022-10-17 10:59:16 +02:00