Update of /var/cvs/Geeklog-2.x/Geeklog-2.x/public_html
In directory iowaoutdoors:/tmp/cvs-serv21225/public_html
Modified Files:
sinorca-screen.css
Log Message:
AJAX additions
Index: sinorca-screen.css
============================================================
=======
RCS file:
/var/cvs/Geeklog-2.x/Geeklog-2.x/public_html/sinorca-screen.
css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** sinorca-screen.css 12 Jul 2006 15:56:30 -0000 1.6
--- sinorca-screen.css 13 Jul 2006 20:46:20 -0000 1.7
***************
*** 428,430 ****
#gl2SearchContainerPic li.highlight {background:#ff0;}
#gl2SearchContainerPic .acImg
{width:6em;height:6em;padding:.1em;vertical-align:middle;}
! #gl2SearchShadow
{position:absolute;width:100%;margin:.3em;z-index:5;backgrou
nd:#a0a0a0;}
\ No newline at end of file
--- 428,514 ----
#gl2SearchContainerPic li.highlight {background:#ff0;}
#gl2SearchContainerPic .acImg
{width:6em;height:6em;padding:.1em;vertical-align:middle;}
! #gl2SearchShadow
{position:absolute;width:100%;margin:.3em;z-index:5;backgrou
nd:#a0a0a0;}
!
! /* Profile Stuff */
! #profileWindow {
! visibility:hidden;
! }
!
! .profilebox {
! border:3px solid #666;
! overflow:visible;
! background-color:#333;
! padding:5px;
! }
!
! .profilebox .hd {
! font-family:georgia, times new roman, times, serif;
! font-weight:normal;
! border:none;
! border-bottom:1px solid #666;
! background:transparent;
! color:#FFF;
! height:18px;
! text-align:left;
! overflow:visible;
! padding:0;
! padding-bottom:5px;
! margin-bottom:5px;
! width:500px;
! }
!
! .profilebox .hd span {
! vertical-align:middle;
! line-height:15px;
! }
!
! .profilebox .close {
! top:8px;
! right:8px;
! height:15px;
! width:18px;
! }
!
! /*.photobox .close.nonsecure {
! background-image:url(../img/ybox-close.gif);
! }
!
! .photobox .close.secure {
! background-image:url(../img/ybox-close.gif);
! }*/
!
! .profilebox .bd {
! padding:0;
! }
!
! .profilebox .bd img {
! border:none;
! }
!
! .mask {
! background-color:#000;
! -moz-opacity: 0.75;
! opacity:.75;
! filter:alpha(opacity=75);
! }
!
! .profilebox .ft {
! height:16px;
! width:500px;
! padding:5px 0;
! position:relative;
! }
!
! .profilebox .ft .back {
! position:absolute;
! left:1px;
! }
!
! .profilebox .ft .back img, .profilebox .ft .next img {
! border:none;
! }
!
! .profilebox .ft .next {
! position:absolute;
! right:1px;
! }
\ No newline at end of file
_______________________________________________
geeklog2-cvs mailing list
geeklog2-cvs lists.geeklog.net
http://lists.geeklog.net/mailman/listinfo/geeklog2-cvs
|