aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements')
-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
8 files changed, 145 insertions, 66 deletions
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;