stagit/style.css

68 lines
694 B
CSS
Raw Normal View History

2015-12-04 16:58:04 +01:00
body {
2015-12-07 23:54:31 +01:00
font-family: monospace, sans-serif;
2015-12-05 00:36:54 +01:00
color: #333;
background-color: #fff;
2015-12-04 16:58:04 +01:00
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
img, h1, h2 {
2015-12-04 16:58:04 +01:00
vertical-align: middle;
}
table thead td {
font-weight: bold;
}
table td {
padding: 0 3px;
}
2015-12-07 23:54:31 +01:00
#content table tr:hover td {
background-color: #eee;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
2015-12-04 16:58:04 +01:00
}
.desc {
font-size: 100%;
color: #777;
}
h1 img {
2015-12-07 21:20:59 +01:00
width: 32px;
height: 32px;
}
2015-12-04 16:58:04 +01:00
hr {
2015-12-05 00:36:54 +01:00
color: #777;
background-color: #777;
border: 0;
2015-12-05 00:36:54 +01:00
border-top: 1px solid #777;
2015-12-04 16:58:04 +01:00
}
pre {
font-family: monospace;
}
2015-12-07 19:46:07 +01:00
pre span.h {
color: blue;
}
pre span.i {
color: green;
}
pre span.d {
color: red;
}
pre span a {
text-decoration: none;
color: inherit;
}