tiqa-fr/stylesheets/style.css

77 lines
1.2 KiB
CSS
Raw Normal View History

@import 'fonts/raleway/raleway.css';
2015-11-25 13:28:07 +00:00
html {
height: 100%;
background-color: #4b1762;
}
body {
padding-top: 20px;
padding-bottom: 120px;
2015-11-25 13:28:07 +00:00
background-color: #4b1762;
min-height: 100%;
color: white;
position: relative;
font-family: "ralewaymedium", serif;
2015-11-25 13:28:07 +00:00
font-size: 13px;
}
.Centered {
display: block;
margin: 0 auto 0 auto;
text-align: center;
}
.Bold {
font-family: "ralewayblack", serif;
}
h1 {
font-size: 2em;
display: block;
text-align: center;
margin-bottom: 20px;
}
h2 {
margin-top: 20px;
font-size: 1.4em;
}
li {
font-size: 1.2em;
list-style: none;
}
a {
color: white;
font-family: "ralewayblack", serif;
}
2015-11-26 06:49:29 +00:00
img#logo {
width: 400px;
margin-bottom: 20px;
}
2022-06-25 13:15:43 +00:00
#sous-titre {
font-family: "ralewaylight", serif;
font-size: 0.8em;
}
p#contact{
font-size: 1.3em;
margin-top: 40px;
2015-11-25 14:37:50 +00:00
margin-bottom: 20px;
2015-11-25 13:28:07 +00:00
}
p#domain {
margin-bottom: 40px;
2015-11-25 14:37:50 +00:00
font-size: 1.7em;
2015-11-25 13:28:07 +00:00
}
p#moreInfo {
font-size: 1.3em;
2015-11-25 14:37:50 +00:00
margin-bottom: 20px;
}
div#links img {
height: 64px;
2015-11-25 13:28:07 +00:00
}
2015-11-25 13:28:07 +00:00
footer {
bottom: 0;
position: absolute;
height: 100px;
width: 100%;
2015-11-26 07:26:18 +00:00
margin-top: 40px;
font-size: 1.1em;
}