fichiers.breizh.pm/assets/default.css

50 lines
600 B
CSS

body {
margin:40px auto;
background-color:#2d2d2d;
color: #D3D0C8;
padding:0 10px;
font-family: sans-serif;
}
h1,h2,h3 {
font-family: serif;
}
pre,code {
font-family: monospace;
}
a {
color: #F99157;
}
a:visited {
color: #F2777A;
}
a:hover, a:focus {
outline: 1px solid;
outline-offset:.3em;
text-decoration: none;
}
td,th {
height: 65px;
padding-right: 10px;
padding-left: 10px;
}
table,th,td {
border: 1px solid #393939;
border-collapse: collapse;
}
.right-align {
text-align: right;
}
#ap-menu {
margin: 10px;
white-space: nowrap
}
#ap-menu input {
margin-right: 2em;
}