eshackmeeting/static/style.css

129 lines
2.1 KiB
CSS
Raw Normal View History

2018-09-17 18:21:01 +02:00
@font-face {
font-family: coolvetica;
src: url('../fonts/coolvetica.eot');
src: local('☺'), url('../fonts/coolvetica.woff') format('woff'), url('../fonts/coolvetica.ttf') format('truetype'), url('../fonts/coolvetica.svg') format('svg');
font-weight: normal;
font-style: normal;
}
body {
background-color: #2d2d2d;
color: white;
margin: 0 auto;
font-family: coolvetica;
font-size: 1em;
}
.enlace {
color: yellow;
text-decoration:none;
}
2018-10-18 21:32:21 +02:00
.enlace:hover{
color: yellow;
text-decoration: underline;
background: black;
}
2018-09-17 18:21:01 +02:00
.enlaceTitulo {
color: white;
text-decoration:none;
}
.textoLateral {
2018-10-18 21:32:21 +02:00
display: block;
2018-09-17 18:21:01 +02:00
font-family: coolvetica;
font-size: 1.3em;
}
.textoResaltado {
color: yellow;
}
2018-10-18 21:32:21 +02:00
.spot{
font-family: "Courier New";
font-size: 18px;
font-color: #FF4520;
background: black;
}
2018-09-17 18:21:01 +02:00
.cabeceraTitulo {
margin: 0 auto;
text-align: center;
font-family: coolvetica;
font-size: 2.2em;
margin: 15px;
}
.lineaHorizontal {
border: 0;
border-bottom: 1px dashed #ccc;
background: #999;
color: yellow;
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0px;
margin-right: 0px;
border-color: yellow;
}
.contenidoContenedor {
margin: 0 auto;
text-align: center;
2018-09-17 18:51:26 +02:00
color: #1be21e;
2018-10-18 21:32:21 +02:00
font-size: 50px;
width: 90%;
background-color: #434343;
display: grid;
background: black;
2018-09-17 18:21:01 +02:00
}
.cabeceraMonigote {
display: inline-block;
2018-10-18 21:32:21 +02:00
background-image: url("img/hm-favicon.png");
background-position: right top;
2018-09-17 18:21:01 +02:00
height: 46px;
width: 68px;
}
.cabeceraDescripcion {
text-align: center;
2018-09-17 18:51:26 +02:00
font-size: 14px;
2018-09-17 18:21:01 +02:00
font-family: coolvetica;
vertical-align: super;
}
.bloqueIzquierda {
2018-10-18 21:32:21 +02:00
background-color: black;
2018-09-17 18:21:01 +02:00
padding-left: 10px;
padding-right: 10px;
margin-top: 20px;
}
2018-10-18 21:32:21 +02:00
.img{
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;
height: auto;
border: green dotted;
}
2018-09-17 18:21:01 +02:00
.bloqueDerecha {
display: inline-block;
2018-10-18 21:32:21 +02:00
background: black;
2018-09-17 18:21:01 +02:00
margin-top: 20px;
font-size: small;
padding: 10px 10px 10px 10px;
2018-10-18 21:32:21 +02:00
text-align: right;
2018-09-17 18:21:01 +02:00
}
.fotoAdorno {
max-width:2000%;
height:auto;
display:block;
padding:1px;
border:1px solid yellow;
}