summaryrefslogtreecommitdiffstats
path: root/app/static/style_v3.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/static/style_v3.css')
-rw-r--r--app/static/style_v3.css182
1 files changed, 182 insertions, 0 deletions
diff --git a/app/static/style_v3.css b/app/static/style_v3.css
new file mode 100644
index 0000000..3b9bee3
--- /dev/null
+++ b/app/static/style_v3.css
@@ -0,0 +1,182 @@
+html, body {
+ padding: 0;
+ margin: 0;
+ height: 100%;
+ font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
+}
+
+body {
+ background-color: #333;
+}
+
+#content {
+ background-color: #fff;
+ clear: both;
+ margin: 0px auto;
+ width: 1000px;
+ padding: 20px;
+}
+
+
+#header {
+ background-color: #fff;
+ margin: 0px auto 10px auto;
+ float: left;
+ width: 100%;
+}
+
+footer {
+ clear: both;
+ margin: 0px auto;
+ width: 920px;
+ padding: 20px;
+ text-align: center;
+ color: #fff;
+}
+
+footer a, footer a:visited {
+ color: #fff;
+}
+
+#sub-header {
+ clear: both;
+ width:100%;
+}
+
+#container {
+ float: left;
+}
+
+#header h1, #header p, #header form {
+ padding: 20px 0px 20px 20px;
+}
+
+#header h1 {
+ display: inline-block;
+ float: left;
+ width: 50%;
+ margin: 0px;
+}
+#header p {
+ display: inline-block;
+ font-family: monospace;
+ text-align: right;
+ line-height: 180%;
+ padding: 5px;
+ margin: 0;
+ float: right;
+ width: 30%;
+}
+
+#header h1 small {
+ color: #777;
+ font-size: 50%;
+}
+
+
+#filelist {
+ list-style: none;
+}
+
+#container p {
+ margin-bottom: 0px;
+}
+
+label {
+ float: left;
+ width: 200px;
+}
+
+ul.flashes {
+ margin: 0px auto;
+ width: 40%;
+}
+
+ul.flashes li {
+ list-style-type: none;
+ border: 2px solid green;
+ background-color: #0D5;
+ padding: 5px;
+ padding: 0px;
+ text-align: center;
+}
+
+a, a:visited {
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ color: #0069D6;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+#sub-header p {
+ float: right;
+ text-align: right;
+}
+
+span.error {
+ font-weight: bold;
+ color: #F00;
+ display: block;
+ margin-left: 200px;
+}
+
+select {
+ font-family: monospace;
+ width: 350px;
+ border: 1px solid #ccc;
+ padding: 5px 5px;
+ background-color: #fff;
+}
+
+#module_new {
+ width: 200px;
+ margin-left: 10px;
+ padding: 5px 5px;
+ border: 1px solid #ccc;
+}
+
+#studies {
+ margin: auto;
+ text-align: center;
+ padding: 40px 0px 60px 0px;
+}
+
+#studies ul {
+ display: inline-block;
+}
+
+#studies li {
+ float: left;
+ list-style-type: none;
+ text-align: center;
+ width: 200px;
+}
+
+#studies li a {
+ margin: 0px 20px;
+ padding: 10px;
+ border: 1px solid #ccc;
+ display: block;
+}
+
+#studies li a:hover {
+ background-color: #ccc;
+ border: 1px solid #000;
+}
+
+#studies li img{
+ display: block;
+ margin: 0px auto;
+}
+
+#upload form, #upload div {
+ display: inline-block;
+}
+
+#upload div {
+ vertical-align: top;
+ padding-left: 30px;
+}