13
0
livetrax/share/web_surfaces/index/main.css

100 lines
1.2 KiB
CSS
Raw Normal View History

2020-04-09 10:34:16 -04:00
@font-face {
font-family: 'junge-regular';
src: url('junge-regular-webfont.woff') format('woff'),
url('junge-regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
html {
height: 100%;
}
body {
font-family: 'junge-regular';
font-size: 16px;
height: 100%;
margin: 0;
}
div {
box-sizing: border-box;
}
a {
color: #337ab7;
text-decoration: none;
}
a:visited {
text-decoration: underline;
}
a:focus, a:hover {
color: #23527c;
text-decoration: underline;
}
h1, h2 {
font-weight: normal;
}
h1 {
font-size: 1.8em;
margin: 0 0 2ex 0;
padding-bottom: .8ex;
}
h2 {
font-size: 1.3em;
margin: 2ex 0 1ex 0;
}
2020-04-09 10:34:16 -04:00
#top-bar {
background: #212a30;
padding: 4px;
}
#logo {
height: 36px;
margin: 8px 8px 0 8px;
}
#content {
padding: 24px;
}
#index h2 {
2020-04-09 10:34:16 -04:00
border-bottom: 2px solid #ddd;
}
.surface-list {
margin-bottom: 6ex;
}
.surface-list > ul {
list-style-type: none;
}
@media screen and (max-width: 320px) {
.surface-list > ul {
padding: 0;
}
}
2020-04-09 10:34:16 -04:00
.surface-list > ul > li {
margin: 4ex 0;
}
.surface-version {
color: #337ab7;
font-size: 0.75em;
}
.filesystem-path {
font-family: Monaco, monospace;
2020-04-12 04:29:20 -04:00
font-size: 0.9em;
color: #444;
word-wrap: break-word;
}