aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css
diff options
context:
space:
mode:
authorMike Linksvayer <ml@gondwanaland.com>2012-12-20 12:50:43 -0800
committerMike Linksvayer <ml@gondwanaland.com>2012-12-20 12:50:43 -0800
commit1d0148aef1493467dacb6c39c4e080ee4a5246d2 (patch)
tree5213418660d4e079eb8dac6bc8ea2e4fdc140088 /mediagoblin/static/css
parent200433dc38a2139462e0331be36ee49a80a81a12 (diff)
parent5c99cd01a70f2d597ac7669e8d944ddf79b05281 (diff)
downloadmediagoblin-1d0148aef1493467dacb6c39c4e080ee4a5246d2.tar.lz
mediagoblin-1d0148aef1493467dacb6c39c4e080ee4a5246d2.tar.xz
mediagoblin-1d0148aef1493467dacb6c39c4e080ee4a5246d2.zip
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Conflicts: docs/source/siteadmin/media-types.rst
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r--mediagoblin/static/css/base.css88
1 files changed, 19 insertions, 69 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 6bc85674..f06b0af7 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -138,37 +138,6 @@ header {
list-style: none;
}
-.dropdown {
- display: inline-block;
- color: #c3c3c3;
- background-color: #424242;
- border: 1px solid;
- border-color: #464646 #2B2B2B #252525;
- border-radius: 4px;
- padding: 3px 8px;
- font-size: 16px;
- text-decoration: none;
- font-style: normal;
- font-weight: bold;
- cursor: pointer;
- position: relative;
-}
-
-.dropdown_items {
- position: absolute;
- right: 0px;
- top: 25px;
- background-color: #424242;
- padding: 10px;
- width: 160px;
- border-radius: 5px 0 5px 5px;
- box-shadow: 0 2px 1px black;
-}
-
-.dropdown_items a {
- display: block;
-}
-
a.logo {
color: #fff;
font-weight: bold;
@@ -250,17 +219,6 @@ footer {
font-family: 'Lato', sans-serif;
}
-.button_collect {
- background-image: url("../images/icon_collect.png");
- background-repeat: no-repeat;
- background-position:top center;
- height: 30px;
- width: 30px;
- margin: 0px;
- padding: 3px 3px 2px 3px;
- position: relative;
-}
-
.pagination {
text-align: center;
}
@@ -290,6 +248,10 @@ text-align: center;
height: 0;
}
+.hidden {
+ display: none;
+}
+
.media_sidebar h3 {
font-size: 1em;
margin: 0 0 5px;
@@ -409,9 +371,8 @@ textarea#comment_content {
float: left;
padding: 0px;
width: 180px;
- height: 156px;
overflow: hidden;
- margin: 0px 4px 10px;
+ margin: 0px 3px 10px;
text-align: center;
font-size: 0.875em;
background-color: #222;
@@ -420,43 +381,32 @@ textarea#comment_content {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
+ border-color: #0D0D0D;
+ border-style: solid;
+ border-width: 1px 1px 2px;
}
.media_thumbnail a {
color: #eee;
text-decoration: none;
+ display: block;
}
-.media_thumbnail img {
- max-height: 135px;
-}
-
-/* collection media */
-
-.collection_thumbnail {
- float: left;
- padding: 0px;
- width: 180px;
- margin: 0px 4px 10px;
- text-align: left;
- font-size: 0.875em;
- background-color: #222;
- border-radius: 0 0 5px 5px;
- padding: 0 0 6px;
- text-overflow: ellipsis;
+.media_thumbnail a.remove {
+ color: #86D4B1;
+ text-decoration: underline;
}
-.collection_thumbnail a {
- color: #eee;
- text-decoration: none;
+a.thumb_entry_title {
+ padding: 8px;
}
-.collection_thumbnail a.remove {
- color: #86D4B1;
+.media_thumbnail img {
+ max-height: 135px;
}
-.collection_thumbnail img {
- max-height: 135px;
+.thumb_entry_last {
+ margin-right: 0px;
}
/* media detail */
@@ -486,7 +436,7 @@ p.media_specs {
padding: 130px 10px 20px 10px;
}
-img.media_image {
+a img.media_image {
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;