[Picfinity-commit] SF.net SVN: picfinity: [52] trunk/.themes/db
Status: Beta
Brought to you by:
espadav8
From: <esp...@us...> - 2007-08-19 11:47:31
|
Revision: 52 http://picfinity.svn.sourceforge.net/picfinity/?rev=52&view=rev Author: espadav8 Date: 2007-08-19 04:47:34 -0700 (Sun, 19 Aug 2007) Log Message: ----------- Missed 2 CSS files Added Paths: ----------- trunk/.themes/db/borders.css trunk/.themes/db/colours.css Added: trunk/.themes/db/borders.css =================================================================== --- trunk/.themes/db/borders.css (rev 0) +++ trunk/.themes/db/borders.css 2007-08-19 11:47:34 UTC (rev 52) @@ -0,0 +1,31 @@ +*, +#breadcrumbtrail ul li ul li +{ + border: 0; +} + +.image a +{ + border-bottom: 1px solid #ccc; +} + +.folder, +.thumbnail, +#expandedimage, +#breadcrumbtrail ul li, +#breadcrumbtrail ul li ul, +.comment +{ + border: 1px solid #ccc; +} + +#expandedimagespan +{ + border-top: 1px solid #ccc; + border-bottom: 1px solid #ccc; +} + +#loadingspan +{ + border-bottom: 1px solid #ccc; +} \ No newline at end of file Added: trunk/.themes/db/colours.css =================================================================== --- trunk/.themes/db/colours.css (rev 0) +++ trunk/.themes/db/colours.css 2007-08-19 11:47:34 UTC (rev 52) @@ -0,0 +1,60 @@ +/*** TEXT COLOURS ***/ +* +{ + color: #f0f0f0; +} + +h1, +h1 a +{ + color: #d0d0d0; +} + +.comment a, +.comment.odd .date, +.comment.odd .rating +{ + color: #c0c0c0; +} + +.comment.odd a, +.comment .date, +.comment .rating +{ + color: #000000; +} + + +/*** BACKGROUND COLOURS ***/ + +html, +.selected a, +#linktospan a:hover, +#breadcrumbtrail ul li a:hover, +#breadcrumbtrail ul li ul li.selected +{ + background-color: #303030; +} + +.folder, +.thumbnail, +.comment, +#expandedimage, +#breadcrumbtrail ul li +{ + background-color: #505050; +} + +#linktospan a, +.image a:hover, +.comment.odd, +#breadcrumbtrail ul li ul li a:hover +{ + background-color: #707070; +} + + +#loadingspan +{ + background-color: #cc0022; +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |