fel_website/themes/felicie/static/css/main.css

32 lines
481 B
CSS
Raw Normal View History

2020-04-03 13:05:13 +00:00
*{
font-family: 'Courier New', Courier, monospace;
background-color:#527a7a;
}
.sidebar{
height: 100%;
width: 160px;
z-index: 1; /* Stay on top */
top: 0; /* Stay at the top */
left: 0;
padding-top: 20px;
position: fixed;
border-style: double;
border-right-color: black;
}
.content{
margin-left: 200px;
max-width: 60%;
}
/* CSS MAIN */
h2{
font-style: italic;
}
a:before{
color: #85adad;
content: '> ';
}