aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css/base.css
diff options
context:
space:
mode:
authorjpope777 <jpope@jpope.org>2014-01-05 19:04:44 -0600
committerjpope777 <jpope@jpope.org>2014-01-05 19:04:44 -0600
commitda77b8e91352d4da280b23ae3c19b9857f140f94 (patch)
tree955e9cf47af19c7c5167f8020fc165c20b93fc53 /mediagoblin/static/css/base.css
parent64eab630bf99e4d92e567628dbfc7cecf4cc27c4 (diff)
downloadmediagoblin-da77b8e91352d4da280b23ae3c19b9857f140f94.tar.lz
mediagoblin-da77b8e91352d4da280b23ae3c19b9857f140f94.tar.xz
mediagoblin-da77b8e91352d4da280b23ae3c19b9857f140f94.zip
initial skeleton push
Diffstat (limited to 'mediagoblin/static/css/base.css')
-rw-r--r--mediagoblin/static/css/base.css42
1 files changed, 39 insertions, 3 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 7b422167..f998bbb3 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -107,7 +107,7 @@ input, textarea {
.container {
margin: auto;
- width: 96%;
+/* width: 96%;*/
max-width: 940px;
}
@@ -275,6 +275,22 @@ text-align: center;
margin-left: 8px;
}
+.alpha {
+ margin-left:0;
+}
+
+.omega {
+ margin-right:0;
+}
+
+.heaven {
+ margin-top:0;
+}
+
+.hell {
+ margin-bottom:0;
+}
+
/* forms */
.form_box,.form_box_xl {
@@ -820,7 +836,7 @@ pre {
header {
text-align: center;
}
-
+
.header_right {
margin-right: 2%;
float: none;
@@ -829,12 +845,32 @@ pre {
a.logo {
margin-left: 2%;
}
+
+}
+@media screen and (min-width: 960px) {
+ .container .three.columns {
+ width:180px;
+ margin-left:3px;
+ margin-right:3px;
+ }
+}
+@media only screen and (min-width: 768px) and (max-width: 959px) {
+ .container .three.columns {
+ width:147px;
+ margin-left:2px;
+ margin-right:2px;
+ }
+}
+@media screen and (max-width: 767px) {
+ .thumb_row {
+ margin-bottom: 0;
+ }
}
-
@media screen and (max-width: 570px) {
.media_thumbnail {
width: 29%;
}
+
}
@media screen and (max-width: 380px) {