aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/web/static/style
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/web/static/style')
-rw-r--r--interfaces/web/static/style/aal.css99
-rw-r--r--interfaces/web/static/style/cfbe.css180
2 files changed, 279 insertions, 0 deletions
diff --git a/interfaces/web/static/style/aal.css b/interfaces/web/static/style/aal.css
new file mode 100644
index 0000000..9bad98f
--- /dev/null
+++ b/interfaces/web/static/style/aal.css
@@ -0,0 +1,99 @@
+/*
+ aardvark.legs by Anatoli Papirovski - http://fecklessmind.com/
+ Licensed under the MIT license. http://www.opensource.org/licenses/mit-license.php
+*/
+
+/*
+ Reset first. Modified version of Eric Meyer and Paul Chaplin reset
+ from http://meyerweb.com/eric/tools/css/reset/
+*/
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+header, nav, section, article, aside, footer
+{border: 0; margin: 0; outline: 0; padding: 0; background: transparent; vertical-align: baseline;}
+
+blockquote, q {quotes: none;}
+blockquote:before,blockquote:after,q:before,q:after {content: ''; content: none;}
+
+header, nav, section, article, aside, footer {display: block;}
+
+/* Basic styles */
+body {background: #fff; color: #000; font: 0.875em/1.5em "Helvetica Neue", Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif;}
+html>body {font-size: 14px;}
+
+img {display: inline-block; vertical-align: bottom;}
+
+h1,h2,h3,h4,h5,h6,strong,b,dt,th {font-weight: 700;}
+address,cite,em,i,caption,dfn,var {font-style: italic;}
+
+h1 {margin: 0 0 0.75em; font-size: 2em;}
+h2 {margin: 0 0 1em; font-size: 1.5em;}
+h3 {margin: 0 0 1.286em; font-size: 1.167em;}
+h4 {margin: 0 0 1.5em; font-size: 1em;}
+h5 {margin: 0 0 1.8em; font-size: .834em;}
+h6 {margin: 0 0 2em; font-size: .75em;}
+
+p,ul,ol,dl,blockquote,pre {margin: 0 0 1.5em;}
+
+li ul,li ol {margin: 0;}
+ul {list-style: outside disc;}
+ol {list-style: outside decimal;}
+li {margin: 0 0 0 2em;}
+dd {padding-left: 1.5em;}
+blockquote {padding: 0 1.5em;}
+
+a {text-decoration: underline;}
+a:hover {text-decoration: none;}
+abbr,acronym {border-bottom: 1px dotted; cursor: help;}
+del {text-decoration: line-through;}
+ins {text-decoration: overline;}
+sub {font-size: .834em; line-height: 1em; vertical-align: sub;}
+sup {font-size: .834em; line-height: 1em; vertical-align: super;}
+
+tt,code,kbd,samp,pre {font-size: 1em; font-family: "Courier New", Courier, monospace;}
+
+/* Table styles */
+table {border-collapse: collapse; border-spacing: 0; margin: 0 0 1.5em;}
+caption {text-align: left;}
+th, td {padding: .25em .5em;}
+tbody td, tbody th {border: 1px solid #000;}
+tfoot {font-style: italic;}
+
+/* Form styles */
+fieldset {clear: both;}
+legend {padding: 0 0 1.286em; font-size: 1.167em; font-weight: 700;}
+fieldset fieldset legend {padding: 0 0 1.5em; font-size: 1em;}
+* html legend {margin-left: -7px;}
+*+html legend {margin-left: -7px;}
+
+form .field, form .buttons {clear: both; margin: 0 0 1.5em;}
+form .field label {display: block;}
+form ul.fields li {list-style-type: none; margin: 0;}
+form ul.inline li, form ul.inline label {display: inline;}
+form ul.inline li {padding: 0 .75em 0 0;}
+
+input.radio, input.checkbox {vertical-align: top;}
+label, button, input.submit, input.image {cursor: pointer;}
+* html input.radio, * html input.checkbox {vertical-align: middle;}
+*+html input.radio, *+html input.checkbox {vertical-align: middle;}
+
+textarea {overflow: auto;}
+input.text, input.password, textarea, select {margin: 0; font: 1em/1.3 Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif; vertical-align: bottom;}
+input.text, input.password, textarea {border: 1px solid #444; border-bottom-color: #666; border-right-color: #666; padding: 2px;}
+
+* html button {margin: 0 .34em 0 0;}
+*+html button {margin: 0 .34em 0 0;}
+
+form.horizontal .field {padding-left: 150px;}
+form.horizontal .field label {display: inline; float: left; width: 140px; margin-left: -150px;}
+
+/* Useful classes */
+img.left {display: inline; float: left; margin: 0 1.5em .75em 0;}
+img.right {display: inline; float: right; margin: 0 0 .75em .75em;} \ No newline at end of file
diff --git a/interfaces/web/static/style/cfbe.css b/interfaces/web/static/style/cfbe.css
new file mode 100644
index 0000000..c5f726e
--- /dev/null
+++ b/interfaces/web/static/style/cfbe.css
@@ -0,0 +1,180 @@
+/* @override http://localhost:8080/static/style/cfbe.css */
+
+body {
+ background-color: #eee;
+}
+
+div#main-pane {
+ width: 960px;
+ margin: 3em auto;
+ border: 1px solid #888;
+ background-color: #fcfcfc;
+}
+.inside-main-pane {
+ padding: 0em 3em;
+}
+
+div#header {
+ background-color: #D8004A;
+ height: 6em;
+}
+div#header h1 {
+ font-size: 4em;
+ line-height: 1.5em;
+ margin-bottom: 0em;
+ color: #fff;
+ font-weight: normal;
+ font-family: "Helvetica Neue Ultra Light", "HelveticaNeue-UltraLight", "Helvetica", "Arial", sans-serif;
+ letter-spacing: 1px;
+}
+
+div#navigation {
+ height: 3em;
+ line-height: 3em;
+ border-bottom: 1px solid #888;
+}
+div#content-pane {
+ margin: 1.5em 0em 3em;
+}
+
+div#filter-pane {
+ display: none;
+ border-bottom: 1px solid #888;
+ line-height: 3em;
+ text-align: right;
+}
+ul.filter-items {
+ list-style-type: none;
+ margin: 0em;
+ padding: 0em;
+}
+ul.filter-items li {
+ display: inline;
+ margin-left: 1.5em;
+}
+
+div#footer {
+ text-align: center;
+ height: 3em;
+ border-top: 1px solid #888;
+}
+div#footer p {
+ font-size: 0.9em;
+ line-height: 3.333em;
+}
+
+span#filters {
+ float: right;
+}
+span#filters a {
+ margin-left: 1.5em;
+}
+
+a:link, a:visited, a:active {
+ color: #d03; text-decoration: none; font-weight: bold;
+}
+a:hover {
+ color: #60b305;
+}
+
+.header-with-link {
+ display: inline-block;
+}
+.header-link {
+ margin-left: 1em;
+}
+
+table#bug-list {
+ width: 100%; border-collapse: collapse; border: 0.084em solid #ccc;
+}
+table#bug-list td, table#bug-list th {
+ border: 0em; border-bottom: 0.084em solid #ccc; text-align: left;
+}
+table tr td, table tr th {
+ padding: 0px 5px;
+}
+table tr td {
+ line-height: 2.832em; padding-bottom: 0.084em;
+}
+table tr th {
+ line-height: 2.916em;
+}
+table {
+ margin-bottom: 1.417em;
+}
+tr.stripe {
+ background-color: #fcecf8;
+}
+
+div#assignees, div#targets {
+ display: none;
+}
+
+p.creation-info {
+ color: #888;
+}
+span.detail-field-header {
+ font-weight: 700;
+ width: 7.5em;
+ padding-right: 1em;
+ display: inline-block;
+ text-align: right;
+}
+
+div.bug-comment {
+ margin-left: 2em;
+}
+p.bug-comment-body {
+ white-space: pre;
+ margin: 0em 0em 0em 0em;
+}
+p.bug-comment-footer {
+ margin: 0em 0em; color: #888;
+}
+h4.bug-comment-header {
+ margin: 1.5em 0em 0em;
+}
+
+#create-form {
+ display: none;
+}
+#create-form fieldset {
+ clear: none;
+}
+#create-form input#create-summary {
+ width: 20em;
+ border: 1px solid #888;
+ margin-right: 1.5em;
+}
+#create-button {
+ margin: 0em;
+}
+
+form#add-comment-form {
+ display: none;
+ margin-top: 1.5em;
+}
+p#add-comment-link {
+ margin-top: 1.5em;
+}
+
+form#bug-details-edit-form {
+ display: none;
+}
+form#bug-details-edit-form label {
+ font-weight: 700;
+ width: 7.5em;
+ margin-left: 0em;
+ margin-right: 1em;
+ text-align: right;
+}
+form#bug-details-edit-form .field {
+ padding-left: 0em;
+}
+
+form#bug-summary-edit-form {
+ display: none;
+}
+input#bug-summary-edit-body {
+ width: 95%;
+}