summaryrefslogtreecommitdiff
path: root/chimere/static/jme/css/styles.css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-03-07 22:15:24 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-03-07 22:15:24 +0100
commit72d8868224f99011a5e57109309d238f42fcbc8f (patch)
tree9db36ba788b05f0e6fecf74dfc8747ada0caadce /chimere/static/jme/css/styles.css
parent5174ba21c29556cd7b08e55e5aed73d8cb31259e (diff)
downloadChimère-72d8868224f99011a5e57109309d238f42fcbc8f.tar.bz2
Chimère-72d8868224f99011a5e57109309d238f42fcbc8f.zip
Add jme to the project
Diffstat (limited to 'chimere/static/jme/css/styles.css')
-rw-r--r--chimere/static/jme/css/styles.css62
1 files changed, 62 insertions, 0 deletions
diff --git a/chimere/static/jme/css/styles.css b/chimere/static/jme/css/styles.css
new file mode 100644
index 0000000..f1ec522
--- /dev/null
+++ b/chimere/static/jme/css/styles.css
@@ -0,0 +1,62 @@
+* {
+ margin: 0;
+ padding: 0;
+}
+hr {
+ clear: both;
+}
+audio[controls],
+video {
+ display: block;
+}
+
+/* always define a default */
+audio {
+ width: 328px;
+ height: 45px;
+}
+video {
+ width: 510px;
+ height: 280px;
+}
+body {
+ position: relative;
+ font: 100.1% arial, helvetica, sans-serif;
+ max-width: 1200px;
+ width: 800px;
+ min-width: 60em;
+ margin: auto;
+ color: #000;
+ background: #fff;
+}
+
+code {
+ display: block;
+ margin: 0 0 10px;
+ white-space: pre;
+}
+.demo-themeswitcher {
+ float: right;
+}
+h1 {
+ margin: 20px 0;
+ font-size: 180%;
+}
+h2 {
+ margin: 20px 0 10px;
+ font-size: 140%;
+}
+h3 {
+ margin: 15px 0 5px;
+ font-size: 120%;
+}
+h4 {
+ margin: 15px 0 5px;
+ font-size: 100%;
+}
+ul {
+ margin: 10px 0 10px 20px;
+}
+p {
+ margin: 10px 0;
+}