fix embed style inclusion and embed overflow handling
[phorkie.git] / www / css / embed.css
1 .phork-file {
2     border: 1px solid #DDD;
3     border-bottom: 1px solid #CCC;
4     border-radius: 3px;
5     padding: 0px;
6     background-color: white;
7     margin-bottom: 2ex;
8     margin-top: 2ex;
9 }
10 .phork-content {
11     padding: 0.6ex;
12 }
13 .phork-content > .code {
14     overflow-x: auto;
15 }
16 .phork-file .code pre {
17     border: none;
18     background-color: inherit;
19     word-break: normal;
20     word-wrap: normal;
21     white-space: pre;
22     color: black;
23     font: normal normal 1em/1.2em monospace;
24     padding: 0px;
25     margin: 0px;
26 }
27 .phork-file .code .ln pre {
28     margin-right: 1ex;
29     color: #DDD;
30 }
31 .phork-meta {
32     background-color: #EEE;
33     font-size: 75%;
34     padding: 0.5ex 1ex;
35     margin: none;
36 }
37 .phork-meta a {
38     font-family: sans-serif;
39     text-decoration: none;
40     color: #888;
41     font-weight: bold;
42 }