aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-14 21:50:34 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-14 21:50:34 +0000
commitd3b5a8a53771dee9788608d1a30135ca0fa7c6aa (patch)
tree3c6202684991301a68802d307bec9eb4308dcd88
parentd27572e839f8f5d035471ce79aa2c2797b9bd086 (diff)
downloadelgg-d3b5a8a53771dee9788608d1a30135ca0fa7c6aa.tar.gz
elgg-d3b5a8a53771dee9788608d1a30135ca0fa7c6aa.tar.bz2
Fixes #3109: added non-vendor-prefixed css property declarations where applicable. Cleaned up various other aspects of the css
git-svn-id: http://code.elgg.org/elgg/trunk@8703 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--install/css/install.css14
-rw-r--r--mod/custom_index/views/default/custom_index/css.php8
-rw-r--r--mod/embed/views/default/embed/css.php61
-rw-r--r--mod/groups/views/default/groups/css.php5
-rw-r--r--mod/messages/views/default/messages/css.php9
-rw-r--r--mod/profile/views/default/profile/css.php45
-rw-r--r--mod/reportedcontent/views/default/reportedcontent/admin_css.php4
-rw-r--r--mod/search/views/default/search/css.php13
-rw-r--r--mod/tinymce/views/default/tinymce/css.php3
-rw-r--r--mod/twitter/views/default/twitter/css.php14
-rw-r--r--views/default/css/admin.php284
-rw-r--r--views/default/css/elements/buttons.php26
-rw-r--r--views/default/css/elements/chrome.php4
-rw-r--r--views/default/css/elements/components.php32
-rw-r--r--views/default/css/elements/forms.php34
-rw-r--r--views/default/css/elements/icons.php14
-rw-r--r--views/default/css/elements/misc.php6
-rw-r--r--views/default/css/elements/modules.php17
-rw-r--r--views/default/css/elements/navigation.php78
19 files changed, 427 insertions, 244 deletions
diff --git a/install/css/install.css b/install/css/install.css
index f891dff6c..8dba57949 100644
--- a/install/css/install.css
+++ b/install/css/install.css
@@ -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;
diff --git a/mod/custom_index/views/default/custom_index/css.php b/mod/custom_index/views/default/custom_index/css.php
index 0cac0b170..ef7b0a39c 100644
--- a/mod/custom_index/views/default/custom_index/css.php
+++ b/mod/custom_index/views/default/custom_index/css.php
@@ -12,12 +12,12 @@
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;
}
diff --git a/mod/embed/views/default/embed/css.php b/mod/embed/views/default/embed/css.php
index 378c996e3..e695eab9f 100644
--- a/mod/embed/views/default/embed/css.php
+++ b/mod/embed/views/default/embed/css.php
@@ -21,8 +21,10 @@
background-color: white;
width: 730px;
min-height:400px;
+
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
+ border-radius: 8px;
}
#facebox .loading {
text-align: center;
@@ -72,10 +74,12 @@
.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 */
@@ -118,11 +122,14 @@
#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;
@@ -131,22 +138,22 @@
#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;
}
@@ -156,7 +163,7 @@
#facebox .body .elgg-tabs {
margin-bottom:5px;
padding: 0;
- border-bottom: 2px solid #cccccc;
+ border-bottom: 2px solid #ccc;
display:table;
width:100%;
}
@@ -167,14 +174,14 @@
}
#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;
@@ -182,14 +189,14 @@
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 {
@@ -205,25 +212,25 @@
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
diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php
index 23579fb90..06b86d1ee 100644
--- a/mod/groups/views/default/groups/css.php
+++ b/mod/groups/views/default/groups/css.php
@@ -14,15 +14,20 @@
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;
}
diff --git a/mod/messages/views/default/messages/css.php b/mod/messages/views/default/messages/css.php
index 69fa16bfb..6f2e532e4 100644
--- a/mod/messages/views/default/messages/css.php
+++ b/mod/messages/views/default/messages/css.php
@@ -50,10 +50,15 @@
.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;
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php
index d252dec68..e24f555a9 100644
--- a/mod/profile/views/default/profile/css.php
+++ b/mod/profile/views/default/profile/css.php
@@ -14,9 +14,11 @@
}
.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 {
@@ -37,8 +39,11 @@
}
.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;
@@ -53,16 +58,21 @@
}
.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;
@@ -74,32 +84,43 @@
}
/*** 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;
}
diff --git a/mod/reportedcontent/views/default/reportedcontent/admin_css.php b/mod/reportedcontent/views/default/reportedcontent/admin_css.php
index 02c235a99..b1e96f56c 100644
--- a/mod/reportedcontent/views/default/reportedcontent/admin_css.php
+++ b/mod/reportedcontent/views/default/reportedcontent/admin_css.php
@@ -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;
diff --git a/mod/search/views/default/search/css.php b/mod/search/views/default/search/css.php
index 02e43bf8b..e53ef99bf 100644
--- a/mod/search/views/default/search/css.php
+++ b/mod/search/views/default/search/css.php
@@ -6,7 +6,7 @@
?>
/**********************************
- Search plugin
+Search plugin
***********************************/
.elgg-page-header .elgg-search {
bottom: 5px;
@@ -23,21 +23,20 @@
.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 {
diff --git a/mod/tinymce/views/default/tinymce/css.php b/mod/tinymce/views/default/tinymce/css.php
index c8ef1954f..5d008024f 100644
--- a/mod/tinymce/views/default/tinymce/css.php
+++ b/mod/tinymce/views/default/tinymce/css.php
@@ -12,8 +12,10 @@
/* 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;
}
diff --git a/mod/twitter/views/default/twitter/css.php b/mod/twitter/views/default/twitter/css.php
index 5c7b4eec5..ffabdf98c 100644
--- a/mod/twitter/views/default/twitter/css.php
+++ b/mod/twitter/views/default/twitter/css.php
@@ -7,7 +7,7 @@
?>
#twitter_widget {
- margin:0 10px 0 10px;
+ margin:0 10px 0 10px;
}
#twitter_widget ul {
margin:0;
@@ -25,23 +25,29 @@
#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;
}
diff --git a/views/default/css/admin.php b/views/default/css/admin.php
index 6f2a72caa..c948201e6 100644
--- a/views/default/css/admin.php
+++ b/views/default/css/admin.php
@@ -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 {
diff --git a/views/default/css/elements/buttons.php b/views/default/css/elements/buttons.php
index 7937af801..bfab6d5e7 100644
--- a/views/default/css/elements/buttons.php
+++ b/views/default/css/elements/buttons.php
@@ -14,14 +14,19 @@
.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;
diff --git a/views/default/css/elements/chrome.php b/views/default/css/elements/chrome.php
index fd42f86ca..d9db124d6 100644
--- a/views/default/css/elements/chrome.php
+++ b/views/default/css/elements/chrome.php
@@ -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 {
diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php
index f44d1ce7d..1d0fbf366 100644
--- a/views/default/css/elements/components.php
+++ b/views/default/css/elements/components.php
@@ -138,10 +138,14 @@
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;
@@ -193,15 +197,17 @@
.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 ?>
@@ -210,15 +216,17 @@
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;
@@ -227,9 +235,12 @@
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;
@@ -237,10 +248,13 @@
<?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;
}
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php
index 7c2d273f2..9a379e742 100644
--- a/views/default/css/elements/forms.php
+++ b/views/default/css/elements/forms.php
@@ -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;
}
/* ***************************************
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php
index 64a1d78ca..343da430e 100644
--- a/views/default/css/elements/icons.php
+++ b/views/default/css/elements/icons.php
@@ -109,28 +109,38 @@
.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;
diff --git a/views/default/css/elements/misc.php b/views/default/css/elements/misc.php
index f6dedc008..6be695618 100644
--- a/views/default/css/elements/misc.php
+++ b/views/default/css/elements/misc.php
@@ -41,8 +41,10 @@
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;
diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php
index 7bf478010..31d53bd33 100644
--- a/views/default/css/elements/modules.php
+++ b/views/default/css/elements/modules.php
@@ -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;
@@ -18,17 +18,19 @@
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;
@@ -60,12 +62,13 @@
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;
@@ -75,8 +78,10 @@
/* 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;
diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php
index 1f3be3539..613c6f7f2 100644
--- a/views/default/css/elements/navigation.php
+++ b/views/default/css/elements/navigation.php
@@ -21,9 +21,11 @@
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;
@@ -53,12 +55,14 @@
}
.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;
@@ -66,14 +70,14 @@
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 {
@@ -142,7 +146,7 @@
}
.elgg-breadcrumbs > li > a {
display: inline-block;
- color: #999999;
+ color: #999;
}
.elgg-breadcrumbs > li > a:hover {
color: #0054a7;
@@ -168,7 +172,7 @@
.elgg-menu-topbar > li > a {
padding: 2px 15px;
- color: #eeeeee;
+ color: #eee;
margin-top: 2px;
line-height: 1.1em;
}
@@ -218,11 +222,15 @@
.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 {
@@ -232,12 +240,16 @@
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;