mon-entreprise/source/containers/Layout.css

55 lines
654 B
CSS
Raw Normal View History

body {
font-family: 'Open Sans';
}
2017-01-26 16:16:15 +00:00
#content {
margin-top: 1.5em;
}
2016-12-16 16:28:42 +00:00
#site-logo {
width: 60px;
2016-12-16 16:28:42 +00:00
position: fixed;
left: 1%;
top: 4.5%;
2017-01-26 16:16:15 +00:00
}
h1 {
margin: 6% 3% 0;
2017-01-26 16:16:15 +00:00
font-size: 250%;
font-weight: 400;
2016-12-16 16:28:42 +00:00
}
#warning {
padding: .2em 0;
background: #8a1c1c;
color: white;
font-style: italic;
position: fixed;
2017-01-26 16:16:15 +00:00
top: 0;
left: 0;
width: 100%;
text-align: center;
2017-01-26 16:16:15 +00:00
z-index: 1000000;
}
#page-type {
display: inline-block;
position: fixed;
right: 3%;
top: 9%;
opacity: .4;
color: #333350;
opacity: 0.8;
}
#page-type span {
text-transform: uppercase;
font-size: 100%;
font-weight: bold;
}
#page-type i {
display: block;
font-size: 700%;
}