aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/components.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/components.php')
-rw-r--r--views/default/css/elements/components.php102
1 files changed, 17 insertions, 85 deletions
diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php
index c3a7cdb9e..7fe535d57 100644
--- a/views/default/css/elements/components.php
+++ b/views/default/css/elements/components.php
@@ -24,15 +24,6 @@
margin-left: 5px;
}
-.elgg-subtext {
- margin-top: 3px;
-}
-
-.elgg-subtext .elgg-tags {
- font-size: 90%;
- padding-top: 4px;
-}
-
/* ***************************************
List
*************************************** */
@@ -48,20 +39,10 @@
.elgg-item .elgg-subtext {
margin-bottom: 5px;
}
-
-.elgg-item .elgg-content, .elgg-content .elgg-output, .elgg-item .elgg-output {
- margin: 5px;
- background-color: #f7f7f7;
- border: 1px solid #ddd;
- padding: 10px;
-
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
+.elgg-item .elgg-content {
+ margin: 10px 5px;
}
-
-
/* ***************************************
Gallery
*************************************** */
@@ -126,16 +107,6 @@
margin-bottom: 20px;
}
-.elgg-owner-block h3 {
-
-}
-.elgg-owner-block .elgg-subtext {
- padding: 2px 0 9px 0;
-}
-
-
-
-
/* ***************************************
Messages
*************************************** */
@@ -151,19 +122,18 @@
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
- -webkit-border-radius: 3px;
- -moz-border-radius: 3x;
- border-radius: 3px;
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ border-radius: 8px;
}
.elgg-state-success {
- background-color: #219C8B;
- color: white;
+ background-color: black;
}
.elgg-state-error {
- background-color: #DE0218;
+ background-color: red;
}
.elgg-state-notice {
- background-color: #ff4c12;
+ background-color: #4690D6;
}
/* ***************************************
@@ -184,30 +154,18 @@
.elgg-river-timestamp {
color: #666;
font-size: 85%;
+ font-style: italic;
line-height: 1.2em;
}
-.elgg-river-timestamp:before {
- content: '(';
-}
-.elgg-river-timestamp:after {
- content: ')';
-}
.elgg-river-attachments,
.elgg-river-message,
.elgg-river-content {
- color: #444;
- background-color: #f7f7f7;
- border: 1px solid #ccc;
- border-radius: 3px;
- font-size: 100%;
+ border-left: 1px solid #CCC;
+ font-size: 85%;
line-height: 1.5em;
margin: 8px 0 5px 0;
- padding: 5px;
-}
-
-.elgg-river-summary{
- font-size: 94%;
+ padding-left: 5px;
}
.elgg-river-attachments .elgg-avatar,
.elgg-river-attachments .elgg-icon {
@@ -220,14 +178,13 @@
.elgg-river-comments-tab {
display: block;
- background-color: #f7f7f7;
- color: #444;
+ background-color: #EEE;
+ color: #4690D6;
margin-top: 5px;
width: auto;
float: right;
font-size: 85%;
padding: 1px 7px;
- border-right: solid 1px #BBB;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
@@ -237,24 +194,8 @@
<?php //@todo components.php ?>
.elgg-river-comments {
margin: 0;
- background-color: #f7f7f7;
border-top: none;
- border-right: solid 1px #BBB;
- border-bottom: solid 1px #BBB;
-
- -webkit-border-radius: 3px;
- -webkit-border-top-right-radius: 0;
- -moz-border-radius: 3px;
- -moz-border-radius-topright: 0;
- border-radius: 3px;
- border-top-right-radius: 0;
-}
-
-.elgg-river-comments .elgg-output {
- border: none;
-
}
-
.elgg-river-comments li:first-child {
-webkit-border-radius: 5px 0 0;
-moz-border-radius: 5px 0 0;
@@ -266,6 +207,7 @@
border-radius-bottomleft: 0 0 5px 5px;
}
.elgg-river-comments li {
+ background-color: #EEE;
border-bottom: none;
padding: 4px;
margin-bottom: 2px;
@@ -314,23 +256,13 @@
margin-top: 15px;
}
-.elgg-comments h3{
- font-weight: bold;
- margin-bottom: 5px;
-}
-
-.elgg-comments li.elgg-item {
- padding: 10px 0;
-}
-
/* ***************************************
Image-related
*************************************** */
.elgg-photo {
- border: 1px solid #CCC;
- padding: 1px;
+ border: 1px solid #ccc;
+ padding: 3px;
background-color: white;
- box-shadow: 0px 1px 1px #666;
}
/* ***************************************