aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static
diff options
context:
space:
mode:
authorJef van Schendel <jefvanschendel@gmail.com>2011-05-13 15:33:19 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-05-13 15:33:19 -0500
commit881b6e2c32d8013d6ffaa151fd1b7d78041fed60 (patch)
tree0c7e2b3840f5378df0fbabad09b0119de19df9d7 /mediagoblin/static
parent1013bdaff2f3ab4bb67667b57470d23cf392a3df (diff)
downloadmediagoblin-881b6e2c32d8013d6ffaa151fd1b7d78041fed60.tar.lz
mediagoblin-881b6e2c32d8013d6ffaa151fd1b7d78041fed60.tar.xz
mediagoblin-881b6e2c32d8013d6ffaa151fd1b7d78041fed60.zip
Fixing changes
Diffstat (limited to 'mediagoblin/static')
-rw-r--r--mediagoblin/static/css/base.css71
-rw-r--r--mediagoblin/static/css/base.css~70
-rw-r--r--mediagoblin/static/images/back.pngbin0 -> 26165 bytes
-rw-r--r--mediagoblin/static/images/button_green.pngbin0 -> 2054 bytes
-rw-r--r--mediagoblin/static/images/button_red.pngbin0 -> 1737 bytes
-rw-r--r--mediagoblin/static/images/header_back.pngbin0 -> 26226 bytes
-rw-r--r--mediagoblin/static/images/logo.pngbin0 -> 58408 bytes
7 files changed, 140 insertions, 1 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 93b0b1a2..17f9e012 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -1 +1,70 @@
-/* stuff goes here :) */ \ No newline at end of file
+body {
+ background-color: #272727;
+ background-image: url('back.png');
+ color: #f7f7f7;
+ font-family: sans;
+ padding:none;
+ margin:0px;
+}
+
+h1 {
+ font-family: 'Carter One', arial, serif;
+ margin-bottom: 20px;
+ margin-top:50px;
+}
+
+.dottedLine {
+ width:100%;
+ height:0px;
+ border-bottom: dotted 1px #5f5f5f;
+ position:absolute;
+ left:0px;
+ margin-top:-20px;
+}
+
+a {
+ color: #d12929;
+ border-bottom: 1px dotted;
+ text-decoration: none;
+}
+
+.header {
+ width:100%;
+ height:60px;
+ background-image:url('header_back.png');
+ padding-top:40px;
+ margin-bottom:80px;
+}
+
+.container {
+ width: 800px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.button {
+ font-family: 'Carter One', arial, serif;
+ height: 28px;
+ min-width: 99px;
+ box-shadow: 0px 0px 5px #000;
+ border-radius: 5px;
+ border: none;
+ color: #272727;
+ margin: 10px;
+ font-size: 1em;
+ float: left;
+ display: block;
+ text-align: center;
+ padding-top: 4px;
+ padding-left:11px;
+ padding-right:11px;
+}
+
+.buttonRed {
+ background-image: url('button_red.png');
+}
+
+.buttonGreen {
+ background-image: url('button_green.png');
+}
+
diff --git a/mediagoblin/static/css/base.css~ b/mediagoblin/static/css/base.css~
new file mode 100644
index 00000000..17f9e012
--- /dev/null
+++ b/mediagoblin/static/css/base.css~
@@ -0,0 +1,70 @@
+body {
+ background-color: #272727;
+ background-image: url('back.png');
+ color: #f7f7f7;
+ font-family: sans;
+ padding:none;
+ margin:0px;
+}
+
+h1 {
+ font-family: 'Carter One', arial, serif;
+ margin-bottom: 20px;
+ margin-top:50px;
+}
+
+.dottedLine {
+ width:100%;
+ height:0px;
+ border-bottom: dotted 1px #5f5f5f;
+ position:absolute;
+ left:0px;
+ margin-top:-20px;
+}
+
+a {
+ color: #d12929;
+ border-bottom: 1px dotted;
+ text-decoration: none;
+}
+
+.header {
+ width:100%;
+ height:60px;
+ background-image:url('header_back.png');
+ padding-top:40px;
+ margin-bottom:80px;
+}
+
+.container {
+ width: 800px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.button {
+ font-family: 'Carter One', arial, serif;
+ height: 28px;
+ min-width: 99px;
+ box-shadow: 0px 0px 5px #000;
+ border-radius: 5px;
+ border: none;
+ color: #272727;
+ margin: 10px;
+ font-size: 1em;
+ float: left;
+ display: block;
+ text-align: center;
+ padding-top: 4px;
+ padding-left:11px;
+ padding-right:11px;
+}
+
+.buttonRed {
+ background-image: url('button_red.png');
+}
+
+.buttonGreen {
+ background-image: url('button_green.png');
+}
+
diff --git a/mediagoblin/static/images/back.png b/mediagoblin/static/images/back.png
new file mode 100644
index 00000000..3d7fe844
--- /dev/null
+++ b/mediagoblin/static/images/back.png
Binary files differ
diff --git a/mediagoblin/static/images/button_green.png b/mediagoblin/static/images/button_green.png
new file mode 100644
index 00000000..0fc234d4
--- /dev/null
+++ b/mediagoblin/static/images/button_green.png
Binary files differ
diff --git a/mediagoblin/static/images/button_red.png b/mediagoblin/static/images/button_red.png
new file mode 100644
index 00000000..b0f7dcad
--- /dev/null
+++ b/mediagoblin/static/images/button_red.png
Binary files differ
diff --git a/mediagoblin/static/images/header_back.png b/mediagoblin/static/images/header_back.png
new file mode 100644
index 00000000..3647b99d
--- /dev/null
+++ b/mediagoblin/static/images/header_back.png
Binary files differ
diff --git a/mediagoblin/static/images/logo.png b/mediagoblin/static/images/logo.png
new file mode 100644
index 00000000..8d2f6272
--- /dev/null
+++ b/mediagoblin/static/images/logo.png
Binary files differ