Revision: 33
http://picfinity.svn.sourceforge.net/picfinity/?rev=33&view=rev
Author: espadav8
Date: 2007-08-13 06:47:37 -0700 (Mon, 13 Aug 2007)
Log Message:
-----------
Update and clean the CSS background colours
Modified Paths:
--------------
trunk/.themes/ajax/ajax.css
Modified: trunk/.themes/ajax/ajax.css
===================================================================
--- trunk/.themes/ajax/ajax.css 2007-08-13 01:45:43 UTC (rev 32)
+++ trunk/.themes/ajax/ajax.css 2007-08-13 13:47:37 UTC (rev 33)
@@ -13,7 +13,6 @@
html
{
padding: 10px;
- background: #1a1a1a url('background.gif') repeat-x;
}
h1,
@@ -50,7 +49,6 @@
#loadingspan
{
- background: #cc0022;
text-align: center;
color: #fff;
font-weight: bold;
@@ -61,13 +59,6 @@
/* --- folders --- */
-.folder,
-.thumbnail,
-#expandedimage
-{
- background: #484848;
-}
-
.image a
{
height: 100px;
@@ -99,13 +90,6 @@
}
-/* --- images --- */
-
-.selected a
-{
- background: #303030;
-}
-
/* --- image names --- */
.name
@@ -140,15 +124,9 @@
/* --- hover actions --- */
-a:hover
-{
- cursor: pointer;
-}
-.image a:hover,
-#linktospan a:hover,
+a:hover,
#breadcrumbtrail ul li:hover
{
- background: #606060;
cursor: pointer;
}
@@ -167,7 +145,6 @@
color: #fff;
font-weight: bold;
list-style: none;
- background: #484848;
display: block;
float: left;
width: 150px;
@@ -210,12 +187,40 @@
margin: -3px 0 0 0;
}
-#breadcrumbtrail ul li ul li:hover
+#breadcrumbtrail ul li:hover ul
{
+ display: block;
+}
+
+
+/*** BACKGROUND ***/
+
+html,
+.selected a,
+#breadcrumbtrail ul li:hover,
+#breadcrumbtrail ul li ul li.selected
+{
background: #303030;
}
-#breadcrumbtrail ul li:hover ul
+.folder,
+.thumbnail,
+#expandedimage,
+#breadcrumbtrail ul
{
- display: block;
+ background: #505050;
}
+
+.image a:hover,
+#linktospan a:hover,
+#breadcrumbtrail ul li ul li:hover
+{
+ background: #707070;
+}
+
+
+#loadingspan
+{
+ background: #cc0022;
+}
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|