aboutsummaryrefslogtreecommitdiff
path: root/www/css/embed.css
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2015-01-26 18:24:37 +0100
committerChristian Weiske <cweiske@cweiske.de>2015-01-26 18:24:37 +0100
commitc9e9855eb649e5b9237a81a6076ddd7fb30fe9e3 (patch)
tree2c9eba86ce182d5c150af8382c4dec2a91ef7fd6 /www/css/embed.css
parent66170c339bbcd8b87e23c47daa11359a99e0d02d (diff)
downloadphorkie-c9e9855eb649e5b9237a81a6076ddd7fb30fe9e3.tar.gz
phorkie-c9e9855eb649e5b9237a81a6076ddd7fb30fe9e3.zip
javascript embedding support
Diffstat (limited to 'www/css/embed.css')
-rw-r--r--www/css/embed.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/www/css/embed.css b/www/css/embed.css
new file mode 100644
index 0000000..4d5c050
--- /dev/null
+++ b/www/css/embed.css
@@ -0,0 +1,42 @@
+.phork-file {
+ border: 1px solid #DDD;
+ border-bottom: 1px solid #CCC;
+ border-radius: 3px;
+ padding: 0px;
+ background-color: white;
+ margin-bottom: 2ex;
+ margin-top: 2ex;
+}
+.phork-content {
+ padding: 0.6ex;
+}
+.phork-file > .code {
+ overflow-x: auto;
+}
+.phork-file .code pre {
+ border: none;
+ background-color: inherit;
+ word-break: normal;
+ word-wrap: normal;
+ white-space: pre;
+ color: black;
+ font: normal normal 1em/1.2em monospace;
+ padding: 0px;
+ margin: 0px;
+}
+.phork-file .code .ln pre {
+ margin-right: 1ex;
+ color: #DDD;
+}
+.phork-meta {
+ background-color: #EEE;
+ font-size: 75%;
+ padding: 0.5ex 1ex;
+ margin: none;
+}
+.phork-meta a {
+ font-family: sans-serif;
+ text-decoration: none;
+ color: #888;
+ font-weight: bold;
+} \ No newline at end of file