fichiers.breizh.pm/assets/default.css
2024-08-13 16:02:22 +02:00

68 lines
869 B
CSS

/* base16-eighties */
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;
}
/* base16-atelier-dune-light */
@media (prefers-color-scheme: light) {
body {
color: #6E6B5E;
background-color: #FEFBEC;
}
a {
color: #B65611;
}
a:visited {
color: #D73737;
}
table,th,td {
border: 1px solid #E8E4CF;
}
}