summaryrefslogtreecommitdiff
path: root/pages/assets/style.css
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-01-08 03:13:44 -0800
committerelijah <elijah@riseup.net>2014-01-08 03:13:44 -0800
commit8b41350baf3aaa4988843a9bc2e8884abec07c4c (patch)
tree61dce1acbb916d37c8abf65f257b6d397b7dba1f /pages/assets/style.css
parent020b3a8d972005207129a6af7a2c519fb0981820 (diff)
switched to using amber, added all the main pages.
Diffstat (limited to 'pages/assets/style.css')
-rw-r--r--pages/assets/style.css127
1 files changed, 127 insertions, 0 deletions
diff --git a/pages/assets/style.css b/pages/assets/style.css
new file mode 100644
index 0000000..35fba46
--- /dev/null
+++ b/pages/assets/style.css
@@ -0,0 +1,127 @@
+.bm-masthead {
+ height: 64px;
+ width: 100%;
+ background: url(/assets/rainbow-masthead-centered.png) 50% 50% no-repeat;
+ display: block;
+}
+
+.bm-bar {
+ background-color: #333;
+ border-top: 1px solid black;
+ border-bottom: 1px solid black;
+ color: white;
+ font-size: 120%;
+ padding: 6px;
+ text-align: center;
+}
+
+.bm-main {
+ /* margin-top: 20px;
+ margin-bottom: 20px; */
+}
+
+.bm-front-buttons .btn {
+ width: 150px;
+ margin-top: 20px;
+}
+
+.bm-front-buttons .col-sm-3 {
+ text-align: center;
+}
+
+footer {
+ margin-top: 20px;
+ text-align:center;
+ line-height: 1.5em;
+ color: #666;
+ font-style: italic;
+}
+
+/**
+ ** typography
+ **/
+
+
+pre {
+ display:block;
+ padding:10.5px;
+ margin:0 0 11px;
+ background-color:#f5f5f5;
+ border:1px solid #ccc;
+ border:1px solid rgba(0,0,0,0.15);
+ border-radius:4px;
+ white-space:pre;
+ white-space:pre-wrap;
+ word-break:break-all;
+ word-wrap:break-word
+}
+
+.b {
+ font-weight: bold;
+}
+
+#TOC {
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+#TOC ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+#TOC li ul {
+ margin-left: 20px;
+ padding: 0;
+}
+
+/**
+ ** FILE LISTING TABLE
+ **/
+
+table {
+ width:100%;
+ border-collapse:collapse;
+}
+tr {
+ outline:0;
+ border:0;
+}
+tr:hover td {
+ background:#eee;
+}
+th {
+ text-align:left;
+ padding-right:20px;
+}
+/* 2nd Column: Filename */
+th + th {
+ width:65%;
+}
+/* 3rd Column: Last Modified */
+th + th + th {
+}
+/* 4th Column: Size */
+th + th + th + th {
+ width:5%;
+}
+tr td:first-of-type {
+ padding-left:10px;
+ padding-right:10px;
+}
+td {
+ padding:5px 0;
+ outline:0;
+ border:0;
+ border-bottom:1px solid #edf1f5;
+ vertical-align:middle;
+ text-align:left;
+}
+td a{
+ display: block;
+}
+tr.parent a {
+ color:#9099A3;
+}
+.parent a:hover {
+ color:#2281d0;
+} \ No newline at end of file