aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/views/default/file/css.php')
-rw-r--r--mod/file/views/default/file/css.php161
1 files changed, 66 insertions, 95 deletions
diff --git a/mod/file/views/default/file/css.php b/mod/file/views/default/file/css.php
index 64642d9de..d6f94b61d 100644
--- a/mod/file/views/default/file/css.php
+++ b/mod/file/views/default/file/css.php
@@ -9,8 +9,67 @@
* @link http://elgg.org/
*/
?>
+.files .entity_listing .entity_listing_info {
+ width:453px;
+}
+.files .entity_listing:hover {
+ background-color: white;
+}
+
+
+
+/* files - gallery view */
+.entity_gallery_item .filerepo_gallery_item {
+ margin:10px 10px 0 0;
+ padding:5px;
+ text-align:center;
+ background-color: #eeeeee;
+ -webkit-border-radius: 6px;
+ -moz-border-radius: 6px;
+ width:165px;
+}
+.entity_gallery_item .filerepo_gallery_item:hover {
+ background-color: #333333;
+}
+.filerepo_download,
+.filerepo_controls {
+ padding:0 0 1px 0;
+ margin:0 0 10px 0;
+}
+.entity_gallery .filerepo_title {
+ font-weight: bold;
+ line-height: 1.1em;
+ margin:0 0 10px 0;
+}
+.filerepo_gallery_item p {
+ margin:0;
+ padding:0;
+}
+.filerepo_gallery_item .filerepo_controls {
+ margin-top:10px;
+}
+.filerepo_gallery_item .filerepo_controls a {
+ padding-right:10px;
+ padding-left:10px;
+}
+.entity_gallery .filerepo_comments {
+ font-size:90%;
+}
+.filerepo_user_gallery_link {
+ float:right;
+ margin:5px 5px 5px 50px;
+}
+.filerepo_user_gallery_link a {
+ padding:2px 25px 5px 0;
+ background: transparent url(<?php echo $vars['url']; ?>_graphics/icon_gallery.gif) no-repeat right top;
+ display:block;
+}
+.filerepo_user_gallery_link a:hover {
+ background-position: right -40px;
+}
+/*
p.filerepo_owner {
margin:0;
padding:0;
@@ -47,8 +106,10 @@ p.filerepo_owner {
color:white;
text-decoration: none;
}
+*/
/* FILE REPRO WIDGET VIEW */
+/*
.filerepo_widget_singleitem {
margin:0 0 5px 0;
padding:5px;
@@ -97,8 +158,10 @@ p.filerepo_owner {
margin:0 10px 0 10px;
background: none;
}
+*/
/* widget gallery view */
+/*
#filerepo_widget_layout .filerepo_widget_galleryview {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
@@ -113,59 +176,10 @@ p.filerepo_owner {
.filerepo_widget_galleryview img:hover {
border:1px solid #333333;
}
+*/
-/* SINGLE ITEM VIEW */
-.filerepo_file {
- background:white;
- margin:10px 10px 0 10px;
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
-}
-.filerepo_file .filerepo_title_owner_wrapper {
- min-height:60px;
-
-}
-.filerepo_title_owner_wrapper .filerepo_title,
-.filerepo_title_owner_wrapper .filerepo_owner {
- margin-left: 70px !important;
-}
-.filerepo_file .filerepo_maincontent {
- padding:0 20px 0 0;
-}
-.filerepo_file .filerepo_icon {
- width: 70px;
- position: absolute;
- margin:10px 0 10px 10px;
-}
-.filerepo_file .filerepo_title {
- margin:0;
- padding:7px 4px 10px 10px;
- line-height: 1.2em;
-}
-.filerepo_file .filerepo_owner {
- padding:0 0 0 10px;
-}
-.filerepo_file .filerepo_description {
- margin:10px 0 0 0;
- padding:0 0 0 10px;
-}
-.filerepo_download,
-.filerepo_controls {
- padding:0 0 1px 10px;
- margin:0 0 10px 0;
-}
-.filerepo_file .filerepo_description p {
- padding:0 0 5px 0;
- margin:0;
-}
-.filerepo_file .filerepo_specialcontent img {
- padding:10px;
- margin:0 0 0 10px;
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- background: black;
-}
/* zaudio player */
+/*
.filerepo_maincontent .filerepo_specialcontent {
margin:0 0 20px 0;
}
@@ -173,52 +187,9 @@ p.filerepo_owner {
padding:0 0 10px 10px;
margin:0;
}
+*/
-/* file repro gallery items */
-.search_gallery .filerepo_controls {
- padding:0;
-}
-.search_gallery .filerepo_title {
- font-weight: bold;
- line-height: 1.1em;
- margin:0 0 10px 0;
-}
-.filerepo_gallery_item {
- margin:0;
- padding:0;
- text-align:center;
-
-}
-.filerepo_gallery_item p {
- margin:0;
- padding:0;
-}
-.filerepo_gallery_item .filerepo_controls {
- margin-top:10px;
-}
-.filerepo_gallery_item .filerepo_controls a {
- padding-right:10px;
- padding-left:10px;
-}
-.search_gallery .filerepo_comments {
- font-size:90%;
-}
-
-.filerepo_user_gallery_link {
- float:right;
- margin:5px 5px 5px 50px;
-}
-.filerepo_user_gallery_link a {
- padding:2px 25px 5px 0;
- background: transparent url(<?php echo $vars['url']; ?>_graphics/icon_gallery.gif) no-repeat right top;
- display:block;
-}
-.filerepo_user_gallery_link a:hover {
- background-position: right -40px;
-}
-/* IE6 */
-* html #description_tbl { width:676px !important;}