]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3109: added non-vendor-prefixed css property declarations where applicable...
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 14 Mar 2011 21:50:34 +0000 (21:50 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 14 Mar 2011 21:50:34 +0000 (21:50 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8703 36083f99-b078-4883-b0ff-0f9b5a30f544

19 files changed:
install/css/install.css
mod/custom_index/views/default/custom_index/css.php
mod/embed/views/default/embed/css.php
mod/groups/views/default/groups/css.php
mod/messages/views/default/messages/css.php
mod/profile/views/default/profile/css.php
mod/reportedcontent/views/default/reportedcontent/admin_css.php
mod/search/views/default/search/css.php
mod/tinymce/views/default/tinymce/css.php
mod/twitter/views/default/twitter/css.php
views/default/css/admin.php
views/default/css/elements/buttons.php
views/default/css/elements/chrome.php
views/default/css/elements/components.php
views/default/css/elements/forms.php
views/default/css/elements/icons.php
views/default/css/elements/misc.php
views/default/css/elements/modules.php
views/default/css/elements/navigation.php

index f891dff6c11f3c979bbfad4cec58b3793c22ebcd..8dba5794967dfe179024550654f468d2c20bb9eb 100644 (file)
@@ -190,15 +190,18 @@ input[type="submit"] {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
-       color: #ffffff;
+       color: #fff;
        background: #4690d6;
        border: 4px solid #4690d6;
+       
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
+       border-radius: 4px;
+       
        width: auto;
        height: 35px;
-       padding: 2px 6px 2px 6px;
-       margin: 10px 0 10px 0;
+       padding: 2px 6px;
+       margin: 10px 0;
        cursor: pointer;
        float: right;
 }
@@ -224,9 +227,12 @@ select {
        color: #ffffff;
        background: #4690d6;
        border: 4px solid #4690d6;
+       
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
-       padding: 2px 9px 2px 9px;
+       border-radius: 4px;
+       
+       padding: 2px 9px;
        margin: 10px;
        cursor: pointer;
        float: right;
index 0cac0b1704d0c9e490002be1508bcb877c80b154..ef7b0a39c5ce3f8c13bed49262f017320ce095b6 100644 (file)
        padding: 10px 0;
 }
 .custom-index .elgg-module-featured {
-       box-shadow: 1px 1px 5px #CCC;
-       -moz-box-shadow: 1px 1px 5px #CCC;
        -webkit-box-shadow: 1px 1px 5px #CCC;
+       -moz-box-shadow: 1px 1px 5px #CCC;
+       box-shadow: 1px 1px 5px #CCC;
 }
 .custom-index .elgg-module-featured:hover {
-       box-shadow: 1px 1px 6px #AAA;
-       -moz-box-shadow: 1px 1px 6px #AAA;
        -webkit-box-shadow: 1px 1px 6px #AAA;
+       -moz-box-shadow: 1px 1px 6px #AAA;
+       box-shadow: 1px 1px 6px #AAA;
 }
index 378c996e397a1e9c1b55be8b5f80bd2953cb0e44..e695eab9f6012435fcb21ede4969bad9bea91ede 100644 (file)
        background-color: white;
        width: 730px;
        min-height:400px;
+       
        -webkit-border-radius: 8px; 
        -moz-border-radius: 8px;
+       border-radius: 8px;
 }
 #facebox .loading {
        text-align: center;
 .embeded_file.link {
        display: inline;
        margin-right: 5px;
-       background-repeat:no-repeat;
+       padding-left: 14px;
+       background-repeat: no-repeat;
+       
        -webkit-background-size: 12px 16px;
        -moz-background-size: 12px 16px; 
-       padding-left:14px;
+       background-size: 12px 16px;
 }
 
 /* entity listings */
 #facebox .content .elgg-input-tags {
        font: 120% Arial, Helvetica, sans-serif;
        padding: 5px;
-       border: 1px solid #cccccc;
-       color:#666666;
+       border: 1px solid #ccc;
+       color:#666;
        background-color: white;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
+       
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
 #facebox .content .elgg-input-tags:focus {
        border: solid 1px #4690d6;
        background: #e4ecf5;
-       color:#333333;
+       color:#333;
 }
 #facebox .content .elgg-input-file {
        background-color: white;
 }
 #facebox .content p {
-       color:#333333;
+       color:#333;
 }
 #facebox .content p.entity-title {
-       color:#666666;
+       color:#666;
 }
 #facebox .content .elgg-image-block:hover {
-       background-color: #eeeeee;
+       background-color: #eee;
 }
 #facebox .content label {
-       color:#333333;
+       color:#333;
 }
 
 
 #facebox .body .elgg-tabs {
        margin-bottom:5px;
        padding: 0;
-       border-bottom: 2px solid #cccccc;
+       border-bottom: 2px solid #ccc;
        display:table;
        width:100%;
 }
 }
 #facebox .body .elgg-tabs li {
        float: left;
-       border: 2px solid #cccccc;
+       border: 2px solid #ccc;
        border-bottom-width: 0;
-       background: #eeeeee;
+       background: #eee;
        margin: 0 0 0 10px;
-       -moz-border-radius-topleft:5px;
-       -moz-border-radius-topright:5px;
-       -webkit-border-top-left-radius:5px;
-       -webkit-border-top-right-radius:5px;
+       
+       -webkit-border-radius:5px 5px 0 0;
+       -moz-border-radius: 5px 5px 0 0;
+       border-raidus: 5px 5px 0 0;
 }
 #facebox .body .elgg-tabs a {
        text-decoration: none;
        padding:3px 10px 0 10px;
        text-align: center;
        height:21px;
-       color:#999999;
+       color:#999;
 }
 #facebox .body .elgg-tabs a:hover {
        background: #dedede;
-       color:#666666;
+       color:#666;
 }
 #facebox .body .elgg-tabs .selected {
-       border-color: #cccccc;
+       border-color: #ccc;
        background: white;
 }
 #facebox .body .elgg-tabs .selected a {
        float:right;    
 }
 #facebox .body .pagination .pagination-number {
-       border:1px solid #999999
-       color:#666666;
+       border:1px solid #999; 
+       color:#666;
 }
 #facebox .body .pagination .pagination-number:hover {
-       background-color:#aaaaaa
+       background-color:#aaa; 
        color:black;
 }
 #facebox .body .pagination .pagination-previous,
 #facebox .body .pagination .pagination-next {
-       border:1px solid #999999
-       color:#666666;
+       border:1px solid #999; 
+       color:#666;
 }
 #facebox .body .pagination .pagination-previous:hover,
 #facebox .body .pagination .pagination-next:hover {
-       background-color:#aaaaaa
+       background-color:#aaa; 
        color:black;
 }
 #facebox .body .pagination .pagination-currentpage {
-       background-color:#666666
-       border:1px solid #666666
+       background-color:#666; 
+       border:1px solid #666; 
        color:white;
 }
\ No newline at end of file
index 23579fb9036710451aa182686ea1b828e4955ff0..06b86d1eeee0a9048fe56937ae8b04186c8039f4 100644 (file)
        background: #eeeeee;
        padding: 5px;
        margin-top: 10px;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
 }
 
 .groups-profile-fields .odd,
 .groups-profile-fields .even {
        background: #f4f4f4;
+       
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
+       border-radius: 4px;
+       
        padding: 2px 4px;
        margin-bottom: 7px;
 }
index 69fa16bfbad3cca6358c73b433521c8d9f25978b..6f2e532e438c410718efd5191b9ee125ee28619e 100644 (file)
 .messages-new {
        color: white;
        background-color: red;
+       
        -webkit-border-radius: 10px; 
        -moz-border-radius: 10px;
-       -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50); /* safari v3+ */
-       -moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50); /* FF v3.5+ */
+       border-radius: 10px;
+       
+       -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50);
+       -moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50);
+       box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50);
+       
        position: absolute;
        text-align: center;
        top: 0px;
index d252dec68498d64bbf7e08f3212f831b82349dfb..e24f555a92da2e25b8a4a81098b46f07fb8cb727 100644 (file)
 }
 .profile .elgg-inner {
        margin: 0 5px;
-       border: 2px solid #eeeeee;
+       border: 2px solid #eee;
+       
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
+       border-radius: 8px;
 }
 #profile-details {
        padding: 15px;
@@ -25,7 +27,7 @@
 #profile-owner-block {
        width: 200px;
        float: left;
-       background-color: #eeeeee;
+       background-color: #eee;
        padding: 15px;
 }
 #profile-owner-block .large {
 }
 .profile-content-menu a {
        display: block;
+       
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
+       border-radius: 8px;
+       
        background-color: white;
        margin: 3px 0 5px 0;
        padding: 2px 4px 2px 8px;
 }
 .profile-admin-menu-wrapper a {
        display: block;
+       
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
+       border-radius: 8px;
+       
        background-color: white;
        margin: 3px 0 5px 0;
        padding: 2px 4px 2px 8px;
 }
 .profile-admin-menu-wrapper {
        background-color: white;
+       
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
+       border-radius: 8px;
 }
 .profile-admin-menu-wrapper li a {
        background-color: white;
 }
 /*** profile details ***/
 #profile-details .odd {
-       background-color:#f4f4f4;
+       background-color: #f4f4f4;
+       
        -webkit-border-radius: 4px; 
        -moz-border-radius: 4px;
-       margin:0 0 7px 0;
-       padding:2px 4px 2px 4px;
+       border-radius: 4px;
+       
+       margin: 0 0 7px;
+       padding: 2px 4px;
 }
 #profile-details .even {
        background-color:#f4f4f4;
+       
        -webkit-border-radius: 4px; 
        -moz-border-radius: 4px;
-       margin:0 0 7px 0;
-       padding:2px 4px 2px 4px;
+       border-radius: 4px;
+       
+       margin: 0 0 7px;
+       padding: 2px 4px;
 }
 .profile-aboutme-title {
        background-color:#f4f4f4;
+       
        -webkit-border-radius: 4px; 
        -moz-border-radius: 4px;
-       margin:0 0 0px 0;
-       padding:2px 4px 2px 4px;
+       border-radius: 4px;
+       
+       margin: 0;
+       padding: 2px 4px;
 }
 .profile-aboutme-contents {
-       padding:2px 0 0 3px;
+       padding: 2px 0 0 3px;
 }
 .profile-banned-user {
-       border:2px solid red;
-       padding:4px 8px;
+       border: 2px solid red;
+       padding: 4px 8px;
+       
        -webkit-border-radius: 6px; 
        -moz-border-radius: 6px;
+       border-radius: 6px;
 }
index 02c235a99fdc784ea079a649a5f97ab4b2b86c09..b1e96f56c62dd861703083624b8c40db8c9c65b1 100644 (file)
@@ -8,10 +8,12 @@
 
 /* REPORTED CONTENT */
 .reported-content {
-       margin: 5px 0 0 0;
+       margin: 5px 0 0;
        padding: 5px 7px 3px 9px;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
 }
 .reported-content p {
        margin: 0;
index 02e43bf8b20a5423ff7d2337eae0dc188f094452..e53ef99bf66c529f4bc4fcd8bdacdbf160bf8fa2 100644 (file)
@@ -6,7 +6,7 @@
 ?>
 
 /**********************************
- Search plugin
+Search plugin
 ***********************************/
 .elgg-page-header .elgg-search {
        bottom: 5px;
 .elgg-search input[type=text] {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
+       border-radius: 10px;
+       
        border: 1px solid #71b9f7;
        color: white;
        font-size: 12px;
        font-weight: bold;
        padding: 2px 4px 2px 26px;
-       background-color: transparent;
-       background-image: url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png);
-       background-position: 2px -220px;
-       background-repeat: no-repeat;
+       background-color: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 2px -220px;
 }
 .elgg-search input[type=text]:focus, .elgg-search input[type=text]:active {
        background-color: white;
-       color: #0054A7;
-       border: 1px solid white;
        background-position: 2px -257px;
+       border: 1px solid white;
+       color: #0054A7;
 }
 
 .search-list li {
index c8ef1954ff38a767b6e9fb23291ba5384d3a64a7..5d008024fa84e9c69cbfc7aba27f8ac45b41f6d2 100644 (file)
 /* TinyMCE */
 .elgg-page .mceEditor table.mceLayout {
        border: 1px solid #CCC;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
 }
 .elgg-page table.mceLayout tr.mceFirst td.mceToolbar,
 .elgg-page table.mceLayout tr.mceLast td.mceStatusbar {
@@ -22,4 +24,5 @@
 .mceButton {
        -webkit-border-radius: 4px; 
        -moz-border-radius: 4px;
+       border-radius: 4px;
 }
index 5c7b4eec59e6171120bd09f828e903c65edb5ed6..ffabdf98c92c119fd386e4ee508c8351c2c8edec 100644 (file)
@@ -7,7 +7,7 @@
 ?>
 
 #twitter_widget {
-    margin:0 10px 0 10px;
+       margin:0 10px 0 10px;
 }
 #twitter_widget ul {
        margin:0;
 #twitter_widget li span {
        color:#666666;
        background:white;
+       
        -webkit-border-radius: 8px; 
        -moz-border-radius: 8px;
+       border-radius: 8px;
+       
        padding:5px;
        display:block;
 }
 p.visit_twitter a {
-    background:url(<?php echo elgg_get_site_url(); ?>mod/twitter/graphics/twitter16px.png) left no-repeat;
-    padding:0 0 0 20px;
-    margin:0;
+       background:url(<?php echo elgg_get_site_url(); ?>mod/twitter/graphics/twitter16px.png) left no-repeat;
+       padding:0 0 0 20px;
+       margin:0;
 }
 p.twitter_username .input-text {
        width:200px;
 }
 .visit_twitter {
        background:white;
+       
        -webkit-border-radius: 8px; 
        -moz-border-radius: 8px;
+       border-radius: 8px;
+       
        padding:2px;
        margin:0 0 5px 0;
 }
index 6f2a72caa4333d00c9a8cccf37f80f61b8c877d9..c948201e6250520ef7e0e62c3b457243e7bb7b01 100644 (file)
@@ -76,7 +76,7 @@ blockquote, q {
 *************************************** */
 
 body {
-       background-color: #eeeeee;
+       background-color: #eee;
        font-size: 80%;
        line-height: 1.4em;
        font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif;
@@ -84,7 +84,7 @@ body {
 h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
        line-height: auto;
-       color: #666666;
+       color: #666;
 }
 h1 { font-size: 1.8em; }
 h2 { font-size: 1.5em; line-height: 1.1em; }
@@ -94,7 +94,7 @@ h5 { font-size: 0.9em; }
 h6 { font-size: 0.8em; }
 
 a {
-       color: #333333;
+       color: #333;
 }
 a:hover {
        color: black;
@@ -163,8 +163,8 @@ table.mceLayout {
        HEADER
 *************************************** */
 .elgg-page-header {
-       background-color: #111111;
-       border: 1px solid #999999;
+       background-color: #111;
+       border: 1px solid #999;
        padding: 20px 20px;
 }
 .elgg-heading-site {
@@ -217,7 +217,7 @@ table.mceLayout {
 .elgg-message {
        padding: 10px;
        margin-bottom: 10px;
-       border: 2px solid #dddddd;
+       border: 2px solid #ddd;
 }
 
 /* ***************************************
@@ -227,8 +227,8 @@ table.mceLayout {
        padding: 20px 0;
 }
 .elgg-main  {
-       background-color: #ffffff;
-       border: 1px solid #cccccc;
+       background-color: #fff;
+       border: 1px solid #ccc;
        padding: 20px;
        position: relative;
        min-height: 400px;
@@ -249,12 +249,12 @@ table.mceLayout {
        FOOTER
 *************************************** */
 .elgg-page-footer {
-       background-color: #111111;
-       border: 1px solid #999999;
+       background-color: #111;
+       border: 1px solid #999;
        padding: 10px 20px;
 }
 .elgg-page-footer a {
-       color: #dddddd;
+       color: #ddd;
        font-weight: bold;
        text-decoration: none;
 }
@@ -270,7 +270,7 @@ table.mceLayout {
        border: 1px solid red;
        display: block;
        padding: 5px;
-       color: #333333;
+       color: #333;
        cursor: pointer;
        text-decoration: none;
        margin-bottom: 2px;
@@ -323,8 +323,8 @@ table.mceLayout {
 *************************************** */
 
 .elgg-module-main {
-       background-color: #ffffff;
-       border: 1px solid #cccccc;
+       background-color: #fff;
+       border: 1px solid #ccc;
        padding: 10px;
 }
 .elgg-module-main > .elgg-head {
@@ -334,12 +334,14 @@ table.mceLayout {
        margin: 20px 0;
 }
 .elgg-module-inline > .elgg-head {
-       background-color: #999999;
+       background-color: #999;
        color: white;
        padding: 5px;
        margin-bottom: 10px;
+       
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
+       border-radius: 3px;
 }
 .elgg-module-inline > .elgg-head h3 {
        color: white;
@@ -350,29 +352,29 @@ table.mceLayout {
 *************************************** */
 .elgg-table {
        width: 100%;
-       border-top: 1px solid #cccccc;
+       border-top: 1px solid #ccc;
 }
 .elgg-table td, .elgg-table th {
        background: white;
-       border: 1px solid #cccccc;
+       border: 1px solid #ccc;
 }
 .elgg-table th {
-       background-color: #dddddd;
+       background-color: #ddd;
 }
 .elgg-table .alt td {
-       background: #eeeeee;
+       background: #eee;
 }
 .elgg-table td {
        padding: 4px 8px;
-       border-bottom: 1px solid #cccccc;
+       border-bottom: 1px solid #ccc;
 }
 .elgg-table-alt {
        width: 100%;
-       border-top: 1px solid #cccccc;
+       border-top: 1px solid #ccc;
 }
 .elgg-table-alt td {
-       padding: 2px 4px 2px 4px;
-       border-bottom: 1px solid #cccccc;
+       padding: 2px 4px;
+       border-bottom: 1px solid #ccc;
 }
 .elgg-table-alt td:first-child {
        width: 200px;
@@ -409,7 +411,7 @@ table.mceLayout {
        margin-left: 15px;
 }
 .elgg-menu-metadata, .elgg-menu-metadata a {
-       color: #aaaaaa;
+       color: #aaa;
 }
 .elgg-simple-list li {
        margin-bottom: 5px;
@@ -431,20 +433,25 @@ fieldset > div:last-child {
 input {
        font: 120% Arial, Helvetica, sans-serif;
        padding: 5px;
-       border: 1px solid #cccccc;
-       color:#666666;
+       border: 1px solid #ccc;
+       color:#666;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
 }
 input[type="submit"], .elgg-button-submit, .elgg-button-action {
        font-size: 14px;
        font-weight: bold;
        color: white;
        text-decoration: none;
-       background-color: #333333;
-       border-color: #333333;
+       background-color: #333;
+       border-color: #333;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
+       
        width: auto;
        padding: 2px 4px;
        margin: 10px 5px 10px 0;
@@ -453,7 +460,7 @@ input[type="submit"], .elgg-button-submit, .elgg-button-action {
 }
 input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover {
        color: white;
-       background-color: #000000;
+       background-color: #000;
        text-decoration: none;
 }
 .elgg-button-submit, .elgg-button-action {
@@ -474,24 +481,24 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover
 }
 .elgg-pagination a, .elgg-pagination span {
        padding: 2px 6px;
-       color: #333333;
-       border: 1px solid #333333;
+       color: #333;
+       border: 1px solid #333;
        font-size: 12px;
        text-decoration: none;
 }
 .elgg-pagination a:hover {
-       background: #333333;
+       background: #333;
        color: white;
        text-decoration: none;
 }
 
 .elgg-pagination .elgg-state-disabled {
-       color: #CCCCCC;
-       border-color: #CCCCCC;
+       color: #CCC;
+       border-color: #CCC;
 }
 .elgg-pagination .elgg-state-selected {
-       color: #555555;
-       border-color: #555555;
+       color: #555;
+       border-color: #555;
 }
 
 /* ***************************************
@@ -499,15 +506,15 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover
 *************************************** */
 .elgg-tabs {
        margin-bottom: 5px;
-       border-bottom: 1px solid #cccccc;
+       border-bottom: 1px solid #ccc;
        display: table;
        width: 100%;
 }
 .elgg-tabs li {
        float: left;
-       border: 1px solid #cccccc;
+       border: 1px solid #ccc;
        border-bottom-width: 0;
-       background: #eeeeee;
+       background: #eee;
        margin: 0 0 0 10px;
 }
 .elgg-tabs a {
@@ -516,14 +523,14 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover
        padding: 3px 10px 0 10px;
        text-align: center;
        height: 21px;
-       color: #999999;
+       color: #999;
 }
 .elgg-tabs a:hover {
        background: #dedede;
-       color:#333333;
+       color:#333;
 }
 .elgg-tabs .elgg-state-selected {
-       border-color: #cccccc;
+       border-color: #ccc;
        background: white;
 }
 .elgg-tabs .elgg-state-selected a {
@@ -546,8 +553,8 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover
 .elgg-widgets-add-panel {
        padding: 10px;
        margin: 0 5px 15px;
-       background: #eeeeee;
-       border: 1px solid #cccccc;
+       background: #eee;
+       border: 1px solid #ccc;
 }
 
 <?php //@todo location-dependent style: make an extension of elgg-gallery ?>
@@ -561,8 +568,8 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover
        list-style: none;
        width: 200px;
        padding: 4px;
-       background-color: #eeeeee;
-       border: 1px solid #cccccc;
+       background-color: #eee;
+       border: 1px solid #ccc;
        font-weight: bold;
 }
 .elgg-widgets-add-panel li a {
@@ -576,7 +583,7 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover
        position: relative;
 }
 .elgg-module-widget:hover {
-       background-color: #cccccc;
+       background-color: #ccc;
 }
 .elgg-module-widget > .elgg-head {
        background-color: #f5f5f5;
@@ -587,7 +594,7 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover
 .elgg-module-widget > .elgg-head h3 {
        float: left;
        padding: 0 45px 0 20px;
-       color: #333333;
+       color: #333;
 }
 .elgg-module-widget > .elgg-head a {
        position: absolute;
@@ -614,7 +621,7 @@ a.elgg-widget-edit-button {
        background:transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat -300px -1px;
 }
 a.elgg-widget-edit-button:hover, a.elgg-widget-delete-button:hover {
-       border: 1px solid #cccccc;
+       border: 1px solid #ccc;
 }
 .elgg-module-widget > .elgg-body {
        border-top: 1px solid #dedede;
@@ -640,7 +647,7 @@ a.elgg-widget-edit-button:hover, a.elgg-widget-delete-button:hover {
 
 
 .elgg-subtext {
-       color: #666666;
+       color: #666;
        font-size: 85%;
        line-height: 1.2em;
        font-style: italic;
@@ -661,28 +668,38 @@ a.elgg-widget-edit-button:hover, a.elgg-widget-delete-button:hover {
 .elgg-avatar-tiny > a > img {
        width: 25px;
        height: 25px;
+       
        /* remove the border-radius if you don't want rounded avatars in supported browsers */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
+       border-radius: 3px;
+       
        -moz-background-clip:  border;
+       background-clip:  border;
 
-       -o-background-size: 25px;
        -webkit-background-size: 25px;
        -khtml-background-size: 25px;
        -moz-background-size: 25px;
+       -o-background-size: 25px;
+       background-size: 25px;
 }
 .elgg-avatar-small > a > img {
        width: 40px;
        height: 40px;
+       
        /* remove the border-radius if you don't want rounded avatars in supported browsers */
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
+       
        -moz-background-clip:  border;
+       background-clip:  border;
 
-       -o-background-size: 40px;
        -webkit-background-size: 40px;
        -khtml-background-size: 40px;
        -moz-background-size: 40px;
+       -o-background-size: 40px;
+       background-size: 40px;
 }
 .elgg-avatar-medium > a > img {
        width: 100px;
@@ -699,16 +716,16 @@ a.elgg-widget-edit-button:hover, a.elgg-widget-delete-button:hover {
        z-index: 10000;
 
        width: 165px;
-       border-top: solid 1px #E5E5E5;
-       border-left: solid 1px #E5E5E5;
-       border-right: solid 1px #999999;
-       border-bottom: solid 1px #999999;
-       background-color: #FFFFFF;
+       border: solid 1px #E5E5E5;
+       border-color: #E5E5E5 #999 #999 #E5E5E5;
+       background-color: #FFF;
+       
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);
+       box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);
 }
 .elgg-menu-hover > li {
-       border-bottom: 1px solid #dddddd;
+       border-bottom: 1px solid #ddd;
 }
 .elgg-menu-hover > li:last-child {
        border-bottom: none;
@@ -722,7 +739,7 @@ a.elgg-widget-edit-button:hover, a.elgg-widget-delete-button:hover {
        font-size: 92%;
 }
 .elgg-menu-hover a:hover {
-       background: #cccccc;
+       background: #ccc;
        text-decoration: none;
 }
 .elgg-menu-hover-admin a {
@@ -764,24 +781,28 @@ a.elgg-widget-edit-button:hover, a.elgg-widget-delete-button:hover {
 .admin_area input {
        font: 120% Arial, Helvetica, sans-serif;
        padding: 5px;
-       border: 1px solid #cccccc;
-       color:#666666;
+       border: 1px solid #ccc;
+       color:#666;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
 }
 .admin_area textarea {
        font: 120% Arial, Helvetica, sans-serif;
-       border: solid 1px #cccccc;
+       border: solid 1px #ccc;
        padding: 5px;
-       color:#666666;
+       color:#666;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
 }
 .admin_area textarea:focus,
 .admin_area input[type="text"]:focus {
-       border: solid 1px #666666;
+       border: solid 1px #666;
        background: #f5f5f5;
-       color:#333333;
+       color:#333;
 }
 .admin_area .input-textarea.monospace {
        font-family:Monaco,"Courier New",Courier,monospace;
@@ -802,28 +823,33 @@ a.elgg-longtext-control {
        background-image: url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png);
        background-repeat: repeat-x;
        background-position: left 10px;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
+       
        width: auto;
        padding: 2px 4px;
        margin:0 10px 10px 0;
        cursor: pointer;
+       
        -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
        -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
+       box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
 }
 .admin_area .elgg-button-submit:hover {
        color: white;
-       border-color: #333333;
+       border-color: #333;
        text-decoration:none;
-       background-color:#333333;
+       background-color:#333;
        background-image:  url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png);
        background-repeat:  repeat-x;
        background-position:  left 10px;
 }
 .admin_area input[type="password"]:focus {
-       border: solid 1px #666666;
+       border: solid 1px #666;
        background-color: #f5f5f5;
-       color:#333333;
+       color:#333;
 }
 .admin_area input[type="submit"] {
        font-size: 14px;
@@ -836,43 +862,45 @@ a.elgg-longtext-control {
        background-image:  url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png);
        background-repeat:  repeat-x;
        background-position:  left 10px;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
+       
        width: auto;
        padding: 2px 4px;
        margin:10px 0 10px 0;
        cursor: pointer;
        outline: none;
+       
        -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
        -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
+       box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
 }
 .admin_area input[type="submit"]:hover {
-       border-color: #333333;
+       border-color: #333;
        text-decoration:none;
-       background-color:#333333;
-       background-image:  url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png);
-       background-repeat:  repeat-x;
-       background-position:  left 10px;
+       background-color: #333 url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png) repeat-x left 10px;
 }
 .admin_area .elgg-button-cancel {
        font-size: 14px;
        font-weight: bold;
        text-decoration:none;
-       color: #333333;
-       background-color:#dddddd;
-       background-image:  url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png);
-       background-repeat:  repeat-x;
-       background-position:  left 10px;
-       border: 1px solid #999999;
+       color: #333;
+       background-color:#ddd url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png) repeat-x left 10px;
+       border: 1px solid #999;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
+       
        width: auto;
        padding: 2px 4px;
        margin:10px 0 10px 10px;
        cursor: pointer;
 }
 .admin_area .elgg-button-cancel:hover {
-       background-color: #999999;
+       background-color: #999;
        background-position:  left 10px;
        text-decoration:none;
        color:white;
@@ -885,20 +913,21 @@ a.elgg-longtext-control {
 .admin_area a.elgg-button-action {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
-       background-color:#cccccc;
-       background-image:  url(<?php echo elgg_get_site_url(); ?>_graphics/button_background.gif);
-       background-repeat:  repeat-x;
-       background-position: 0 0;
-       border:1px solid #999999;
-       color:#333333;
-       padding:2px 15px 2px 15px;
+       border-radius: 5px;
+       
+       background: #ccc url(<?php echo elgg_get_site_url(); ?>_graphics/button_background.gif) repeat-x 0 0;
+       border:1px solid #999;
+       color:#333;
+       padding:2px 15px;
        text-align:center;
        font-weight:bold;
        text-decoration:none;
        text-shadow:0 1px 0 white;
        cursor:pointer;
+       
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
+       box-shadow: none;
 }
 .admin_area input.elgg-button-action:hover,
 .admin_area a.elgg-button-action:hover,
@@ -907,22 +936,22 @@ a.elgg-longtext-control {
        background-position:0 -15px;
        background-image:  url(<?php echo elgg_get_site_url(); ?>_graphics/button_background.gif);
        background-repeat:  repeat-x;
-       color:#111111;
+       color:#111;
        text-decoration: none;
-       background-color:#cccccc;
-       border:1px solid #999999;
+       background-color:#ccc;
+       border:1px solid #999;
 }
 .admin_area .elgg-button-action:active {
        background-image:none;
 }
 .admin_area .elgg-button-action.elgg-state-disabled {
-       color:#999999;
-       padding:2px 7px 2px 7px;
+       color:#999;
+       padding:2px 7px;
 }
 .admin_area .elgg-button-action.elgg-state-disabled:hover {
        background-position:0 -15px;
-       color:#111111;
-       border:1px solid #999999;
+       color:#111;
+       border:1px solid #999;
 }
 .admin_area .elgg-button-action.elgg-state-disabled:active {
        background-image:none;
@@ -941,6 +970,8 @@ a.elgg-longtext-control {
 .admin_area .elgg-button-action.small {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
+       border-radius: 3px;
+       
        width: auto;
        height:8px;
        padding: 4px;
@@ -952,16 +983,19 @@ a.elgg-longtext-control {
        background-image: none;
        border-color: #0054A7;
        color:white;
-       text-shadow:0 -1px 0 #999999;
+       text-shadow:0 -1px 0 #999;
 }
 
 
 .manifest_file {
-       background-color:#eeeeee;
+       background-color:#eee;
+       
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
-       padding:5px 10px 5px 10px;
-       margin:4px 0 4px 0;
+       border-radius: 8px;
+       
+       padding:5px 10px;
+       margin:4px 0;
 }
 
 
@@ -981,7 +1015,7 @@ form.admin_plugins_simpleview .elgg-button-submit {
 }
 .plugin_metadata {
        display:block;
-       color:#999999;
+       color:#999;
 }
 .plugin_name input[type="checkbox"] {
        margin-right: 10px;
@@ -992,12 +1026,15 @@ ul.admin_plugins {
        list-style: none;
 }
 .elgg-plugin {
-       border:1px solid #999999;
-       margin:0 0 5px 0;
+       border:1px solid #999;
+       margin:0 0 5px;
        padding:0 7px 4px 10px;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
 }
+
 .elgg-plugin p {
        margin:0;
        padding:0;
@@ -1014,7 +1051,7 @@ ul.admin_plugins {
        display: inline;
 }
 .elgg-plugin-screenshot img {
-       border: 1px solid #999999;
+       border: 1px solid #999;
 }
 .elgg-plugin-screenshot-lightbox {
        display: block;
@@ -1022,9 +1059,11 @@ ul.admin_plugins {
        width: 99%;
        text-align: center;
        background-color: white;
-       border: 1px solid #999999;
-       -moz-border-radius: 8px;
+       border: 1px solid #999;
+       
        -webkit-border-radius: 8px;
+       -moz-border-radius: 8px;
+       border-radius: 8px;
 }
 .elgg-plugin-screenshot-lightbox h2 {
        color:black;
@@ -1043,10 +1082,14 @@ ul.admin_plugins {
        border: 1px solid blue;
        font-weight: bold;
        padding:3px 10px;
+       
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
        -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: 4px;
        -moz-border-radius: 4px;
+       border-radius: 4px;
 }
 
 
@@ -1237,10 +1280,7 @@ ul.admin_plugins {
 }
 
 .elgg-ajax-loader {
-       background-color: white;
-       background-image: url(<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif);
-       background-repeat: no-repeat;
-       background-position: center center;
+       background: white url(<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif) no-repeat center center;
        min-height: 33px;
        min-width: 33px;
 }
@@ -1257,28 +1297,38 @@ ul.admin_plugins {
 .elgg-avatar-tiny > a > img {
        width: 25px;
        height: 25px;
+       
        /* remove the border-radius if you don't want rounded avatars in supported browsers */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
+       border-radius: 3px;
+       
        -moz-background-clip:  border;
+       background-clip:  border;
 
-       -o-background-size: 25px;
        -webkit-background-size: 25px;
        -khtml-background-size: 25px;
        -moz-background-size: 25px;
+       -o-background-size: 25px;
+       background-size: 25px;
 }
 .elgg-avatar-small > a > img {
        width: 40px;
        height: 40px;
+       
        /* remove the border-radius if you don't want rounded avatars in supported browsers */
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
+       
        -moz-background-clip:  border;
+       background-clip:  border;
 
-       -o-background-size: 40px;
        -webkit-background-size: 40px;
        -khtml-background-size: 40px;
        -moz-background-size: 40px;
+       -o-background-size: 40px;
+       background-size: 40px;
 }
 .elgg-avatar-medium > a > img {
        width: 100px;
@@ -1327,8 +1377,8 @@ ul.admin_plugins {
 *************************************** */
 
 .elgg-state-active {
-       background:#cccccc;
-       color: #333333;
+       background:#ccc;
+       color: #333;
 }
 
 .elgg-state-inactive {
@@ -1336,16 +1386,16 @@ ul.admin_plugins {
 }
 
 .elgg-state-available {
-       color: #333333;
+       color: #333;
        cursor: pointer;
 }
 
 .elgg-state-available:hover {
-       border-color: #aaaaaa;
+       border-color: #aaa;
 }
 
 .elgg-state-unavailable {
-       color: #888888;
+       color: #888;
 }
 
 .elgg-state-success {
@@ -1391,7 +1441,7 @@ p.elgg-state-error {
        content: '.';
 }
 .elgg-menu-admin-footer a {
-       color: #eeeeee;
+       color: #eee;
 }
 
 .elgg-menu-admin-footer > li {
index 7937af8012e147531d42b85b223c6b93b6eb6f3c..bfab6d5e7827ea3d41964abc4c961cb5aac3f075 100644 (file)
 .elgg-button {
        font-size: 14px;
        font-weight: bold;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
+       
        width: auto;
        padding: 2px 4px;
        cursor: pointer;
        outline: none;
+       
        -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
        -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
+       box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
 }
 a.elgg-button {
        padding: 3px 6px;
@@ -79,21 +84,22 @@ a.elgg-button {
        text-decoration: none;
        text-shadow: 0 1px 0 white;
        cursor: pointer;
+       
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
+       
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
+       box-shadow: none;
 }
 
 .elgg-button-action:hover,
 .elgg-button-action:focus {
-       background-position: 0 -15px;
-       background-image: url(<?php echo elgg_get_site_url(); ?>_graphics/button_background.gif);
-       background-repeat: repeat-x;
-       color: #111111;
+       background-color: #ccc url(<?php echo elgg_get_site_url(); ?>_graphics/button_background.gif) repeat-x 0 -15px;
+       color: #111;
        text-decoration: none;
-       background-color: #cccccc;
-       border: 1px solid #999999;
+       border: 1px solid #999;
 }
 
 /* Delete: This button should convey "be careful before you click me" */
@@ -123,11 +129,15 @@ a.elgg-button {
        margin-left:0;
        color: white;
        border:1px solid #71B9F7;
+       
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
+       
        -webkit-box-shadow: 0 0 0;
        -moz-box-shadow: 0 0 0;
+       box-shadow: 0 0 0;
+       
        /*background-image:url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png);
        background-position:-150px -51px;
        background-repeat:no-repeat;*/
@@ -144,11 +154,11 @@ a.elgg-button {
 }
 
 .elgg-button-dropdown.elgg-state-active {
-       background: #cccccc;
+       background: #ccc;
        outline: none;
        color: #333333;
+       border:1px solid #ccc;
        
-       border:1px solid #cccccc;
        -webkit-border-radius:4px 4px 0 0;
        -moz-border-radius:4px 4px 0 0;
        border-radius:4px 4px 0 0;
index fd42f86caa86df547ef560e3079a387487505fdc..d9db124d6c121c550be82c29bd0d972725871ca0 100644 (file)
@@ -63,8 +63,10 @@ blockquote {
        margin:0px 0 15px 0;
        background:#EBF5FF;
        border:none;
+       
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
+       border-radius: 4px;
 }
 
 h2 {
@@ -72,7 +74,7 @@ h2 {
 }
 
 .elgg-quiet {
-       color: #666666;
+       color: #666;
 }
 
 .elgg-loud {
index f44d1ce7db0181ec3a1146fb5c4fe0b87982cd88..1d0fbf366c557c71b7d39d8eead1687d74096a9e 100644 (file)
        padding: 3px 10px;
        cursor: pointer;
        opacity: 0.9;
+       
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
        -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: 8px;
        -moz-border-radius: 8px;
+       border-radius: 8px;
 }
 .elgg-state-success {
        background-color: black;
 
 .elgg-river-comments-tab {
        display: block;
-       background-color: #EEEEEE;
+       background-color: #EEE;
        color: #4690D6;
        margin-top: 5px;
        width: auto;
        float: right;
        font-size: 85%;
        padding: 1px 7px;
-       -moz-border-radius: 5px 5px 0 0;
+       
        -webkit-border-radius: 5px 5px 0 0;
+       -moz-border-radius: 5px 5px 0 0;
+       border-radius: 5px 5px 0 0;
 }
 
 <?php //@todo components.php ?>
        border-top: none;
 }
 .elgg-river-comments li:first-child {
-       -moz-border-radius: 5px 0 0;
        -webkit-border-radius: 5px 0 0;
+       -moz-border-radius: 5px 0 0;
+       border-radius: 5px 0 0;
 }
 .elgg-river-comments li:last-child {
-       -moz-border-radius-bottomleft: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
+       -moz-border-radius-bottomleft: 0 0 5px 5px;
+       border-radius-bottomleft: 0 0 5px 5px;
 }
 .elgg-river-comments li {
-       background-color: #EEEEEE;
+       background-color: #EEE;
        border-bottom: none;
        padding: 4px;
        margin-bottom: 2px;
        padding: 0;
 }
 .elgg-river-more {
-       background-color: #EEEEEE;
-       -moz-border-radius: 5px;
+       background-color: #EEE;
+       
        -webkit-border-radius: 5px;
+       -moz-border-radius: 5px;
+       border-radius: 5px;
+       
        padding: 2px 4px;
        font-size: 85%;
        margin-bottom: 2px;
 
 <?php //@todo location-dependent styles ?>
 .elgg-river-item form {
-       background-color: #EEEEEE;
-       padding: 4px 4px;
+       background-color: #EEE;
+       padding: 4px;
+       
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
+       border-radius: 5px;
+       
        display: none;
        height: 30px;
 }
index 7c2d273f2d1a04f6806c97fd1343697d4ff41589..9a379e7420884afd58032a3928e3bcab4ef87f25 100644 (file)
@@ -24,25 +24,25 @@ label {
 }
 
 input, textarea {
-       font: 120% Arial, Helvetica, sans-serif;
+       border: 1px solid #cccccc;
        color: #666666;
-       
+       font: 120% Arial, Helvetica, sans-serif;
        padding: 5px;
+       width: 100%;
        
-       border: 1px solid #cccccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
        
-       width: 100%;
-       -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
        box-sizing: border-box;
 }
 
 input:focus, textarea:focus {
        border: solid 1px #4690d6;
        background: #e4ecf5;
-       color:#333333;
+       color:#333;
 }
 
 textarea {
@@ -105,14 +105,19 @@ input[type="radio"] {
        width: 730px;
        height: auto;
        background-color: #dedede;
-       -moz-border-radius: 8px;
+       
        -webkit-border-radius: 8px;
+       -moz-border-radius: 8px;
+       border-radius: 8px;
 }
 .friendspicker-savebuttons {
        background: white;
+       
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
-       margin:0 10px 10px 10px;
+       border-radius: 8px;
+       
+       margin:0 10px 10px;
 }
 .friends-picker .friends-picker-container { /* long container used to house end-to-end panels. Width is calculated in JS  */
        position: relative;
@@ -152,17 +157,19 @@ input[type="radio"] {
        font-weight: bold;
        text-align: center;
        background: white;
-       color: #999999;
+       color: #999;
        text-decoration: none;
        display: block;
        padding: 0;
        width:20px;
+       
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
+       border-radius: 4px;
 }
 .tabHasContent {
        background: white;
-       color:#333333 !important;
+       color:#333 !important;
 }
 .friends-picker-navigation li a:hover {
        background: #333333;
@@ -208,10 +215,13 @@ input[type="radio"] {
 }
 .friendspicker-members-table {
        background: #dedede;
+       
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
-       margin:10px 0 0 0;
-       padding:10px 10px 0 10px;
+       border-radius: 8px;
+       
+       margin:10px 0 0;
+       padding:10px 10px 0;
 }
 
 /* ***************************************
index 64a1d78ca03cf903ba1e2f396f41fad5aacc8eb8..343da430ece3e27a2a54ed8a3c06e51ca22add70 100644 (file)
 .elgg-avatar-tiny > a > img {
        width: 25px;
        height: 25px;
+       
        /* remove the border-radius if you don't want rounded avatars in supported browsers */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
+       border-radius: 3px;
+       
        -moz-background-clip:  border;
+       background-clip:  border;
 
-       -o-background-size: 25px;
        -webkit-background-size: 25px;
        -khtml-background-size: 25px;
        -moz-background-size: 25px;
+       -o-background-size: 25px;
+       background-size: 25px;
 }
 .elgg-avatar-small > a > img {
        width: 40px;
        height: 40px;
+       
        /* remove the border-radius if you don't want rounded avatars in supported browsers */
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
+       border-radius: 5px;
+       
        -moz-background-clip:  border;
+       background-clip:  border;
 
-       -o-background-size: 40px;
        -webkit-background-size: 40px;
        -khtml-background-size: 40px;
        -moz-background-size: 40px;
+       -o-background-size: 40px;
+       background-size: 40px;
 }
 .elgg-avatar-medium > a > img {
        width: 100px;
index f6dedc00889e2fd40c1aa69163dbb2d48e7c9079..6be69561868b08ca4cbf7c20edd8113c06039ac4 100644 (file)
        color: #666666;
 }
 #friends_collections_accordian li h2 {
-       -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
+       -moz-border-radius: 8px;
+       border-radius: 8px;
+       
        background: none repeat scroll 0 0 #4690D6;
        color: white;
        cursor: pointer;
@@ -51,7 +53,7 @@
        padding: 4px 2px 4px 6px;
 }
 #friends_collections_accordian li h2:hover {
-       background-color: #333333;
+       background-color: #333;
 }
 #friends_collections_accordian .friends_collections_controls {
        float: right;
index 7bf47801060534013dea52fd96df5cc7f4cb3cca..31d53bd3379b19ddad298b05ca97842f17c33df6 100644 (file)
@@ -7,7 +7,7 @@
 
 /* Aside */
 .elgg-module-aside .elgg-head {
-       border-bottom: 1px solid #CCCCCC;
+       border-bottom: 1px solid #CCC;
        
        margin-bottom: 5px;
        padding-bottom: 5px;
        background: #e4e4e4;
        padding: 5px;
        margin-bottom: 10px;
+       
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
+       border-radius: 3px;
 }
 .elgg-module-info > .elgg-head * {
-       color: #333333;
+       color: #333;
 }
 
 /* Popup */
 .elgg-module-popup {
        background-color: white;
-       border: 1px solid #cccccc;
+       border: 1px solid #ccc;
        
        z-index: 9999;
        margin-bottom: 0;
@@ -51,8 +53,8 @@
 /* Dropdown */
 .elgg-module-dropdown {
        background-color:white;
-       
        border:5px solid #CCCCCC;
+       
        -webkit-border-radius: 5px 0 5px 5px;
        -moz-border-radius: 5px 0 5px 5px;
        border-radius: 5px 0 5px 5px;
        display:none;
        
        width: 210px;
-       padding:12px;
+       padding: 12px;
        margin-right: 0px;
-       
        z-index:100;
+       
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
+       box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
        
        position:absolute;
        right: 0px;
 /* Featured */
 .elgg-module-featured {
        border: 1px solid #4690D6;
+       
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
+       border-radius: 6px;
 }
 .elgg-module-featured > .elgg-head {
        padding: 5px;
index 1f3be3539a113d4ef85c2e21fb62d4f83a03bafc..613c6f7f29ac9c20dd08454d9e8faf75d0284832 100644 (file)
        text-align: center;
 }
 .elgg-pagination a, .elgg-pagination span {
-       padding: 2px 6px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
+       border-radius: 4px;
+       
+       padding: 2px 6px;
        color: #4690d6;
        border: 1px solid #4690d6;
        font-size: 12px;
 }
 .elgg-tabs li {
        float: left;
-       border: 2px solid #cccccc;
+       border: 2px solid #ccc;
        border-bottom: 0;
-       background: #eeeeee;
+       background: #eee;
        margin: 0 0 0 10px;
-       -moz-border-radius: 5px 5px 0 0;
+       
        -webkit-border-radius: 5px 5px 0 0;
+       -moz-border-radius: 5px 5px 0 0;
+       border-radius: 5px 5px 0 0;
 }
 .elgg-tabs a {
        text-decoration: none;
        padding: 3px 10px 0 10px;
        text-align: center;
        height: 21px;
-       color: #999999;
+       color: #999;
 }
 .elgg-tabs a:hover {
        background: #dedede;
        color:#4690D6;
 }
 .elgg-tabs .elgg-state-selected {
-       border-color: #cccccc;
+       border-color: #ccc;
        background: white;
 }
 .elgg-tabs .elgg-state-selected a {
 }
 .elgg-breadcrumbs > li > a {
        display: inline-block;
-       color: #999999;
+       color: #999;
 }
 .elgg-breadcrumbs > li > a:hover {
        color: #0054a7;
 
 .elgg-menu-topbar > li > a {
        padding: 2px 15px;
-       color: #eeeeee;
+       color: #eee;
        margin-top: 2px;
        line-height: 1.1em;
 }
 .elgg-menu-site-default > .elgg-state-selected > a,
 .elgg-menu-site-default > li:hover > a {
        background: white;
-       color: #555555;
-       -moz-box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.25);
+       color: #555;
+       
        -webkit-box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.25);
-       -moz-border-radius: 4px 4px 0 0;
+       -moz-box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.25);
+       box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.25);
+       
        -webkit-border-radius: 4px 4px 0 0;
+       -moz-border-radius: 4px 4px 0 0;
+       border-radius: 4px 4px 0 0;
 }
 
 .elgg-menu-site-more {
        width: 100%;
        z-index: 7000;
        min-width: 150px;
-       border: 1px solid #999999;
+       border: 1px solid #999;
        border-top: 0;
-       -moz-border-radius: 0 0 4px 4px;
+       
        -webkit-border-radius: 0 0 4px 4px;
-       -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
+       -moz-border-radius: 0 0 4px 4px;
+       border-radius: 0 0 4px 4px;
+       
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
+       -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
+       box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
 }
 
 li:hover > .elgg-menu-site-more {
@@ -246,11 +258,15 @@ li:hover > .elgg-menu-site-more {
 
 .elgg-menu-site-more > li > a {
        background: white;
-       color: #555555;
+       color: #555;
+       
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
+       border-radius: 0;
+       
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
+       box-shadow: none;
 }
 .elgg-menu-site-more > li > a:hover {
        background: #4690D6;
@@ -258,8 +274,8 @@ li:hover > .elgg-menu-site-more {
 }
 .elgg-menu-site-more > li:last-child > a,
 .elgg-menu-site-more > li:last-child > a:hover {
-       -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
+       -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
 }
 
@@ -286,18 +302,20 @@ li:hover > .elgg-menu-site-more {
 *************************************** */
 .elgg-menu-filter {
        margin-bottom: 5px;
-       border-bottom: 2px solid #cccccc;
+       border-bottom: 2px solid #ccc;
        display: table;
        width: 100%;
 }
 .elgg-menu-filter > li {
        float: left;
-       border: 2px solid #cccccc;
+       border: 2px solid #ccc;
        border-bottom: 0;
-       background: #eeeeee;
+       background: #eee;
        margin: 0 0 0 10px;
-       -moz-border-radius: 5px 5px 0 0;
+       
        -webkit-border-radius: 5px 5px 0 0;
+       -moz-border-radius: 5px 5px 0 0;
+       border-radius: 5px 5px 0 0;
 }
 .elgg-menu-filter > li:hover {
        background: #dedede;
@@ -305,17 +323,17 @@ li:hover > .elgg-menu-site-more {
 .elgg-menu-filter > li > a {
        text-decoration: none;
        display: block;
-       padding: 3px 10px 0 10px;
+       padding: 3px 10px 0;
        text-align: center;
        height: 21px;
-       color: #999999;
+       color: #999;
 }
 .elgg-menu-filter > li > a:hover {
        background: #dedede;
        color:#4690D6;
 }
 .elgg-menu-filter > .elgg-state-selected {
-       border-color: #cccccc;
+       border-color: #ccc;
        background: white;
 }
 .elgg-menu-filter > .elgg-state-selected > a {
@@ -333,10 +351,13 @@ li:hover > .elgg-menu-site-more {
 
 .elgg-menu-page a {
        display: block;
+       
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
+       border-radius: 8px;
+       
        background-color: white;
-       margin: 0 0 3px 0;
+       margin: 0 0 3px;
        padding: 2px 4px 2px 8px;
 }
 .elgg-menu-page a:hover {
@@ -375,11 +396,13 @@ li:hover > .elgg-menu-site-more {
        border: solid 1px;
        border-color: #E5E5E5 #999 #999 #E5E5E5;
        background-color: #FFFFFF;
+       
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);
+       box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);
 }
 .elgg-menu-hover > li {
-       border-bottom: 1px solid #dddddd;
+       border-bottom: 1px solid #ddd;
 }
 .elgg-menu-hover > li:last-child {
        border-bottom: none;
@@ -392,7 +415,7 @@ li:hover > .elgg-menu-site-more {
        font-size: 92%;
 }
 .elgg-menu-hover a:hover {
-       background: #cccccc;
+       background: #ccc;
        text-decoration: none;
 }
 .elgg-menu-hover-admin a {
@@ -443,8 +466,11 @@ li:hover > .elgg-menu-site-more {
 *************************************** */
 .elgg-menu-owner-block li a {
        display: block;
+       
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
+       border-radius: 8px;
+       
        background-color: white;
        margin: 3px 0 5px 0;
        padding: 2px 4px 2px 8px;