aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/views/default/embed/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/embed/views/default/embed/css.php')
-rw-r--r--mod/embed/views/default/embed/css.php162
1 files changed, 67 insertions, 95 deletions
diff --git a/mod/embed/views/default/embed/css.php b/mod/embed/views/default/embed/css.php
index 31d474a61..1b4f3ca80 100644
--- a/mod/embed/views/default/embed/css.php
+++ b/mod/embed/views/default/embed/css.php
@@ -1,15 +1,13 @@
<?php
-
- /**
- * Elgg embed CSS - standard across all themes
- *
- * @package embed
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider <info@elgg.com>
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
- */
-
+/**
+ * Elgg embed CSS - standard across all themes
+ *
+ * @package embed
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider <info@elgg.com>
+ * @copyright Curverider Ltd 2008-2010
+ * @link http://elgg.org/
+ */
?>
#facebox {
@@ -24,7 +22,7 @@
}
#facebox .body {
padding: 10px;
- background: white;
+ background-color: white;
width: 730px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
@@ -49,10 +47,6 @@
#facebox .footer img.close_image:hover {
background: url(<?php echo $vars['url']; ?>mod/embed/images/close_button.gif) no-repeat left -31px;
}
-#facebox .footer a {
- -moz-outline: none;
- outline: none;
-}
#facebox_overlay {
position: fixed;
top: 0px;
@@ -67,14 +61,49 @@
background-color: #000000;
z-index: 9999;
}
-
* html #facebox_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
+/* entity listing overrides */
+#media_upload,
+#media_embed {
+ margin:0 5px 10px 5px;
+ padding:10px;
+ border:2px solid #dedede;
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ background: #dedede;
+}
+#media_embed .entity_listing {
+ margin:0;
+ padding:0;
+ background-color: white;
+}
+#media_embed .entity_listing_info {
+ width:610px;
+}
+#media_upload .input_textarea {
+ height:100px;
+ width:682px;
+}
+#media_embed .embed_instructions {
+ margin:10px 0 5px 0;
+}
+a.embed_media {
+ margin:0;
+ float:right;
+ display:block;
+ text-align: right;
+ font-weight: normal;
+}
+label a.embed_media {
+ font-size:0.8em;
+}
+
-/* EMBED MEDIA TABS */
+/* modal tabs */
#embed_media_tabs {
margin:10px 0 0 10px;
padding:0;
@@ -90,15 +119,15 @@
}
#embed_media_tabs ul li a {
font-weight: bold;
- font-size:1.35em;
+ font-size:1.2em;
text-align: center;
text-decoration: none;
color:#b6b6b6;
background: white;
display: block;
- padding: 0 10px 0 10px;
+ padding: 3px 10px 0 10px;
margin:0 10px 0 10px;
- height:25px;
+ height:20px;
width:auto;
border-top:2px solid #dedede;
border-left:2px solid #dedede;
@@ -108,9 +137,6 @@
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
}
-/* IE6 fix */
-* html #embed_media_tabs ul li a { display: inline; }
-
#embed_media_tabs ul li a:hover {
background:#b6b6b6;
color:white;
@@ -129,94 +155,40 @@
background: #dedede;
color:#666666;
position: relative;
- /* top: 2px; - only needed if selected tab needs to sit over a border */
-}
-
-#mediaUpload,
-#mediaEmbed {
- margin:0 5px 10px 5px;
- padding:10px;
- border:2px solid #dedede;
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- background: #dedede;
-}
-#mediaEmbed .search_listing {
- margin:0 0 5px 0;
- background: white;
}
+/* IE6 fix */
+* html #embed_media_tabs ul li a { display: inline; }
-h1.mediaModalTitle {
- /* color:#0054A7; */
- font-size:1.35em;
- line-height:1.2em;
- margin:0 0 0 8px;
- padding:5px;
-}
-#mediaEmbed .pagination,
-#mediaUpload .pagination {
+/* Pagination (override core elgg css defaults) */
+#media_embed .pagination,
+#media_upload .pagination {
float:right;
padding:5px;
- background:white;
+ background-color:white;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
-#mediaUpload label {
- font-size:120%;
-}
-#mediaEmbed p.embedInstructions {
- margin:10px 0 5px 0;
-}
-a.embed_media {
- margin:0;
- float:right;
- display:block;
- text-align: right;
- font-size:1.0em;
- font-weight: normal;
-}
-label a.embed_media {
- font-size:0.8em;
-}
-
-
-
-
-/* ***************************************
- PAGINATION
-*************************************** */
-#mediaEmbed .pagination .pagination_number {
+#media_embed .pagination .pagination_number {
border:1px solid #999999;
color:#666666;
}
-#mediaEmbed .pagination .pagination_number:hover {
- background:#aaaaaa;
+#media_embed .pagination .pagination_number:hover {
+ background-color:#aaaaaa;
color:black;
}
-
-#mediaEmbed .pagination .pagination_previous,
-#mediaEmbed .pagination .pagination_next {
+#media_embed .pagination .pagination_previous,
+#media_embed .pagination .pagination_next {
border:1px solid #999999;
color:#666666;
}
-#mediaEmbed .pagination .pagination_previous:hover,
-#mediaEmbed .pagination .pagination_next:hover {
- background:#aaaaaa;
+#media_embed .pagination .pagination_previous:hover,
+#media_embed .pagination .pagination_next:hover {
+ background-color:#aaaaaa;
color:black;
}
-#mediaEmbed .pagination .pagination_currentpage {
- background:#666666;
+#media_embed .pagination .pagination_currentpage {
+ background-color:#666666;
border:1px solid #666666;
color:white;
-}
-
-
-
-
-
-
-
-
-
-
+} \ No newline at end of file