]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
new graphics added and css updated to reflect new location
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 3 Mar 2010 19:12:13 +0000 (19:12 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 3 Mar 2010 19:12:13 +0000 (19:12 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@5258 36083f99-b078-4883-b0ff-0f9b5a30f544

12 files changed:
_graphics/ajax_loader_bw.gif [new file with mode: 0644]
_graphics/button_background.gif [new file with mode: 0644]
_graphics/button_graduation.png [new file with mode: 0644]
_graphics/content_header_filter.gif [new file with mode: 0644]
_graphics/icon_delete.png [new file with mode: 0644]
_graphics/icon_tag.png [new file with mode: 0644]
_graphics/search.png [new file with mode: 0644]
_graphics/sidebar_background.gif [new file with mode: 0644]
_graphics/speech_bubble_tail.gif [new file with mode: 0644]
_graphics/topbar_icons.png [new file with mode: 0644]
_graphics/twitter16px.png [new file with mode: 0644]
views/default/css.php

diff --git a/_graphics/ajax_loader_bw.gif b/_graphics/ajax_loader_bw.gif
new file mode 100644 (file)
index 0000000..95bad91
Binary files /dev/null and b/_graphics/ajax_loader_bw.gif differ
diff --git a/_graphics/button_background.gif b/_graphics/button_background.gif
new file mode 100644 (file)
index 0000000..99eac3e
Binary files /dev/null and b/_graphics/button_background.gif differ
diff --git a/_graphics/button_graduation.png b/_graphics/button_graduation.png
new file mode 100644 (file)
index 0000000..4ca37bb
Binary files /dev/null and b/_graphics/button_graduation.png differ
diff --git a/_graphics/content_header_filter.gif b/_graphics/content_header_filter.gif
new file mode 100644 (file)
index 0000000..0a27eaf
Binary files /dev/null and b/_graphics/content_header_filter.gif differ
diff --git a/_graphics/icon_delete.png b/_graphics/icon_delete.png
new file mode 100644 (file)
index 0000000..77a6a01
Binary files /dev/null and b/_graphics/icon_delete.png differ
diff --git a/_graphics/icon_tag.png b/_graphics/icon_tag.png
new file mode 100644 (file)
index 0000000..fcceb5b
Binary files /dev/null and b/_graphics/icon_tag.png differ
diff --git a/_graphics/search.png b/_graphics/search.png
new file mode 100644 (file)
index 0000000..2d19b28
Binary files /dev/null and b/_graphics/search.png differ
diff --git a/_graphics/sidebar_background.gif b/_graphics/sidebar_background.gif
new file mode 100644 (file)
index 0000000..868012b
Binary files /dev/null and b/_graphics/sidebar_background.gif differ
diff --git a/_graphics/speech_bubble_tail.gif b/_graphics/speech_bubble_tail.gif
new file mode 100644 (file)
index 0000000..32b78d8
Binary files /dev/null and b/_graphics/speech_bubble_tail.gif differ
diff --git a/_graphics/topbar_icons.png b/_graphics/topbar_icons.png
new file mode 100644 (file)
index 0000000..1d2602b
Binary files /dev/null and b/_graphics/topbar_icons.png differ
diff --git a/_graphics/twitter16px.png b/_graphics/twitter16px.png
new file mode 100644 (file)
index 0000000..de51c69
Binary files /dev/null and b/_graphics/twitter16px.png differ
index 80885ef7d6dbd31260688f91558371ba7f522416..ed6f526c67b02ef3823b6f631daa92f4afd8a0e0 100644 (file)
@@ -208,7 +208,7 @@ form.action {
        margin-top:10px;
 }
 .tags {
-       background-image:url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/icon_tag.png);
+       background-image:url(<?php echo $vars['url']; ?>_graphics/icon_tag.png);
        background-repeat: no-repeat;
        background-position: left 2px;
        padding:1px 0 0 16px;
@@ -216,7 +216,7 @@ form.action {
 }
 .ajax_loader {
        background-color: white;
-       background-image: url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/ajax_loader_bw.gif);
+       background-image: url(<?php echo $vars['url']; ?>_graphics/ajax_loader_bw.gif);
        background-repeat: no-repeat;
        background-position: center 30px;
        /*
@@ -279,7 +279,7 @@ form.action {
        min-height:400px;
 }
 #elgg_content.sidebar { /* class on #elgg_content div to give a full-height sidebar background */
-       background-image:url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/sidebar_background.gif);
+       background-image:url(<?php echo $vars['url']; ?>_graphics/sidebar_background.gif);
        background-repeat:repeat-y;
        background-position: right top;
 }
@@ -418,19 +418,19 @@ form.action {
        color:#71cbff;  
 }
 #elgg_topbar_contents a.settings {
-       background:transparent url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/topbar_icons.png) no-repeat left -41px;
+       background:transparent url(<?php echo $vars['url']; ?>_graphics/topbar_icons.png) no-repeat left -41px;
        padding-left:20px !important;
        float:right;
        margin-right:30px;
 }
 #elgg_topbar_contents a.admin {
-       background:transparent url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/topbar_icons.png) no-repeat left -41px;
+       background:transparent url(<?php echo $vars['url']; ?>_graphics/topbar_icons.png) no-repeat left -41px;
        padding-left:20px !important;
        float:right;
        margin-right:30px;
 }
 #elgg_topbar_contents a.help {
-       background:transparent url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/topbar_icons.png) no-repeat 0 -133px;
+       background:transparent url(<?php echo $vars['url']; ?>_graphics/topbar_icons.png) no-repeat 0 -133px;
        padding-left:18px !important;
        float:right;
        margin-right:30px;
@@ -466,7 +466,7 @@ form.action {
        margin:0 20px 0 5px;
 }
 #elgg_topbar_contents li.menu a.tools {
-       background:transparent url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/topbar_icons.png) no-repeat 3px 1px;
+       background:transparent url(<?php echo $vars['url']; ?>_graphics/topbar_icons.png) no-repeat 3px 1px;
        padding-left:24px !important;
 }
 #elgg_topbar_contents ul.tools_menu li { 
@@ -554,7 +554,7 @@ form.action {
        margin:0;
        padding:2px 4px 2px 26px;
        width:198px;
-       background-image: url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/search.png);
+       background-image: url(<?php echo $vars['url']; ?>_graphics/search.png);
        background-position: 3px 0;
        background-repeat: no-repeat;
 }
@@ -878,7 +878,7 @@ form.action {
        margin:0 0 5px 10px;
 }
 .content_header_filter {
-       background: url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/content_header_filter.gif) no-repeat 0 0;
+       background: url(<?php echo $vars['url']; ?>_graphics/content_header_filter.gif) no-repeat 0 0;
 }
 .content_header_filter select.styled {
        height:25px;
@@ -892,7 +892,7 @@ span.select {
        color: #fff;
        font-weight: bold;
        font-size: 1.35em;
-       background: url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/content_header_filter.gif) no-repeat;
+       background: url(<?php echo $vars['url']; ?>_graphics/content_header_filter.gif) no-repeat;
        overflow: hidden;
        text-align: left;
 }
@@ -1123,7 +1123,7 @@ input[type="text"]:focus {
        text-decoration:none;
        border: 1px solid #4690d6;
        background-color:#4690d6;
-       background-image: url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/button_graduation.png);
+       background-image: url(<?php echo $vars['url']; ?>_graphics/button_graduation.png);
        background-repeat: repeat-x;
        background-position: left 10px;
        -webkit-border-radius: 7px; 
@@ -1140,7 +1140,7 @@ input[type="text"]:focus {
        border-color: #0054a7;
        text-decoration:none;
        background-color:#0054a7;
-       background-image:  url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/button_graduation.png);
+       background-image:  url(<?php echo $vars['url']; ?>_graphics/button_graduation.png);
        background-repeat:  repeat-x;
        background-position:  left 10px;
 }
@@ -1157,7 +1157,7 @@ input[type="submit"] {
        text-decoration:none;
        border: 1px solid #4690d6;
        background-color:#4690d6;
-       background-image:  url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/button_graduation.png);
+       background-image:  url(<?php echo $vars['url']; ?>_graphics/button_graduation.png);
        background-repeat:  repeat-x;
        background-position:  left 10px;
        -webkit-border-radius: 7px; 
@@ -1175,7 +1175,7 @@ input[type="submit"]:hover {
        border-color: #0054a7;
        text-decoration:none;
        background-color:#0054a7;
-       background-image:  url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/button_graduation.png);
+       background-image:  url(<?php echo $vars['url']; ?>_graphics/button_graduation.png);
        background-repeat:  repeat-x;
        background-position:  left 10px;
 }
@@ -1185,7 +1185,7 @@ input[type="submit"]:hover {
        text-decoration:none;
        color: #333333;
        background-color:#dddddd;
-       background-image:  url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/button_graduation.png);
+       background-image:  url(<?php echo $vars['url']; ?>_graphics/button_graduation.png);
        background-repeat:  repeat-x;
        background-position:  left 10px;
        border: 1px solid #999999;
@@ -1206,7 +1206,7 @@ a.action_button {
        -webkit-border-radius: 5px; 
        -moz-border-radius: 5px;
        background-color:#cccccc;
-       background-image:  url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/button_background.gif);
+       background-image:  url(<?php echo $vars['url']; ?>_graphics/button_background.gif);
        background-repeat:  repeat-x;
        background-position: 0 0;
        border:1px solid #999999;
@@ -1243,7 +1243,7 @@ a.action_button.disabled:active {
 a.action_button.download {
        color: white;
        background-color:#4690d6;
-       background-image:  url(<?php echo $vars['url']; ?>mod/elgg_layout/graphics/button_graduation.png);
+       background-image:  url(<?php echo $vars['url']; ?>_graphics/button_graduation.png);
        background-repeat:  repeat-x;
        background-position:  left 10px;
        /*display:inline-block;*/
@@ -1269,7 +1269,7 @@ a.action_button.download:hover {
        cursor: pointer;
        width:14px;
        height:14px;
-       background: url("<?php echo $vars['url']; ?>mod/elgg_layout/graphics/icon_delete.png") no-repeat 0 0;
+       background: url("<?php echo $vars['url']; ?>_graphics/icon_delete.png") no-repeat 0 0;
        text-indent: -9000px;
 }
 .delete_button a:hover {