aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpope <jpope@jpope.org>2014-01-06 15:19:14 -0600
committerjpope <jpope@jpope.org>2014-01-06 15:19:14 -0600
commit45842f840f7d3c89aa4eff45c4f88f9d4b2162b9 (patch)
tree9ddaac35a528bd2a4227fa55c482f7d35de8fa6e
parent3bb58e6f0a10a81bd19d6a89b6f092b54afa52c9 (diff)
downloadmediagoblin-45842f840f7d3c89aa4eff45c4f88f9d4b2162b9.tar.lz
mediagoblin-45842f840f7d3c89aa4eff45c4f88f9d4b2162b9.tar.xz
mediagoblin-45842f840f7d3c89aa4eff45c4f88f9d4b2162b9.zip
migrate media page to skeleton
-rw-r--r--mediagoblin/static/css/base.css98
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/media.html15
2 files changed, 37 insertions, 76 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 7d1c4fed..c6ecb1d3 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -177,29 +177,11 @@ footer {
margin-right: 0;
}
-.media_pane {
- width: 640px;
- margin-left: 0px;
- margin-right: 10px;
- float: left;
-}
-
-.media_sidebar {
- width: 280px;
- margin-left: 10px;
- float: left;
-}
-
-.profile_sidebar {
-/* width: 340px;*/
-/* margin-right: 10px;*/
-/* float: left;*/
-}
-
-.profile_showcase {
-/* width: 580px;*/
-/* margin-left: 10px;*/
-/* float: left;*/
+.media_image {
+ max-width: 100%;
+ margin-left:auto;
+ margin-right:auto;
+ display:block;
}
/* common website elements */
@@ -616,11 +598,10 @@ img.media_icon {
/* navigation */
.navigation {
- float: right;
}
.navigation_button {
- width: 135px;
+ width: 48%;
display: inline-block;
text-align: center;
background-color: #1d1d1d;
@@ -633,7 +614,7 @@ img.media_icon {
}
.navigation_left {
- margin-right: 6px;
+ margin-right: 3px;
}
/* messages */
@@ -783,20 +764,11 @@ pre {
/* Media queries and other responsivisivity */
/* initial GMG max 940 */
-@media screen and (max-width: 940px) {
- .media_pane {
- width: 100%;
- margin: 0px;
- }
-
- .media_sidebar {
- width: 100%;
- margin: 0px;
- }
-
+@media screen and (max-width: 960px) {
+
img.media_image {
- width: 100%;
- display: inline;
+ max-width: 100%;
+/* display: inline;*/
}
.media_thumbnail {
@@ -813,26 +785,11 @@ pre {
margin: 0px;
}
- .navigation {
- float: none;
- }
-
- .navigation_button {
- width: 49%;
- float: right;
- }
-
- .navigation_left {
- margin-right: 0;
- float: left;
- }
-
.navigation {
float: none;
}
.navigation_button {
- width: 49%;
float: right;
padding: 10px 0 14px;
}
@@ -847,22 +804,22 @@ pre {
}
header {
- text-align: center;
+/* text-align: center;*/
}
.header_right {
- margin-right: 2%;
- float: none;
+/* margin-right: 2%;*/
+/* float: none;*/
}
a.logo {
- margin-left: 2%;
+/* margin-left: 2%;*/
}
}
/* desktop resolutions */
@media screen and (min-width: 960px) {
- .container .three.columns {
+ .container .three.columns { /* this needs to be more specific - inplace for the gallery... */
width:180px;
margin-left:3px;
margin-right:3px;
@@ -870,7 +827,7 @@ pre {
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
- .container .three.columns {
+ .container .three.columns { /* this needs to be more specific - inplace for the gallery... */
width:147px;
margin-left:2px;
margin-right:2px;
@@ -879,6 +836,8 @@ pre {
margin-left: 0;
margin-right: 0;
}
+ .navigation_button {
+ }
}
/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 767px) {
@@ -889,17 +848,16 @@ pre {
margin-left: 0;
margin-right: 0;
}
-}
-/* initial GMG tablet */
-@media screen and (max-width: 570px) {
- .media_thumbnail {
- width: 29%;
+ h1,h2,h3,p {
+ margin-bottom: 10px !important;
}
-}
-/* initial GMG phone */
-@media screen and (max-width: 380px) {
- .media_thumbnail {
- width: 46%;
+
+ header {
+ text-align: center;
+ }
+
+ .header_right {
+ float: none;
}
}
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html
index 81e5013e..4c2323cf 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/media.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/media.html
@@ -32,9 +32,9 @@
{% template_hook("media_head") %}
{% endblock mediagoblin_head %}
-
{% block mediagoblin_content %}
- <p class="context">
+<div class="row hell">
+ <p class="eleven columns context">
{%- trans user_url=request.urlgen(
'mediagoblin.user_pages.user_home',
user=media.get_uploader.username),
@@ -42,8 +42,11 @@
❖ Browsing media by <a href="{{user_url}}">{{username}}</a>
{%- endtrans -%}
</p>
- {% include "mediagoblin/utils/prev_next.html" %}
- <div class="media_pane">
+ <div class="five columns">
+ {% include "mediagoblin/utils/prev_next.html" %}
+ </div>
+</div>
+ <div class="media_pane eleven columns">
<div class="media_image_container">
{% block mediagoblin_media %}
{% set display_media = request.app.public_store.file_url(
@@ -161,8 +164,8 @@
{{ render_pagination(request, pagination,
media.url_for_self(request.urlgen)) }}
{% endif %}
- </div>
- <div class="media_sidebar">
+ </div><!--end media_pane-->
+ <div class="five columns media_sidebar">
<h3>{% trans %}Added{% endtrans %}</h3>
<p><span title="{{ media.created.strftime("%I:%M%p %Y-%m-%d") }}">
{%- trans formatted_time=timesince(media.created) -%}