Update of /cvsroot/popfile/engine/skins
In directory sc8-pr-cvs1:/tmp/cvs-serv9339
Modified Files:
windows.css
Log Message:
Merged texasfett patch for Windows skin
Index: windows.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/windows.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** windows.css 22 May 2003 18:20:02 -0000 1.2
--- windows.css 17 Jun 2003 17:26:39 -0000 1.3
***************
*** 8,12 ****
most Mac browsers the "title bar" is not working correctly due to the way
they handle system colors.
!
Original design by Joseph Connors (TexasFett) <wi...@te...>,
but wouldn't look nearly as good without Dan Martin (Kraelen). Thanks Dan.
--- 8,12 ----
most Mac browsers the "title bar" is not working correctly due to the way
they handle system colors.
!
Original design by Joseph Connors (TexasFett) <wi...@te...>,
but wouldn't look nearly as good without Dan Martin (Kraelen). Thanks Dan.
***************
*** 19,23 ****
04-19-03: Fix menu visited color on IE 6 - version accepted into POPFile 0.19
05-03-03: Center footer better and add "icon" in Mozilla, maybe Opera head fix
! 05-05-03: Changed a lot of head stuff, got rid of abs positioning
*/
--- 19,24 ----
04-19-03: Fix menu visited color on IE 6 - version accepted into POPFile 0.19
05-03-03: Center footer better and add "icon" in Mozilla, maybe Opera head fix
! 05-05-03: Changed a lot of head stuff, got rid of absolute positioning
! 05-21-03: Did what I could to fix the changes 0.19 RC3 made to the footer
*/
***************
*** 91,96 ****
td.naked {
! padding: 0;
! margin: 0;
border: 0;
}
--- 92,97 ----
td.naked {
! padding: 0;
! margin: 0;
border: 0;
}
***************
*** 285,294 ****
margin-top: 1em;
text-align: center;
! /* this seems to work in IE */
}
td.footerBody {
text-align: center;
! padding: 2px;
}
--- 286,308 ----
margin-top: 1em;
text-align: center;
! /* this works in IE 6 */
}
td.footerBody {
text-align: center;
! padding-top: 2px;
! padding-bottom: 2px;
! }
!
! table.footer br {
! display: none;
! }
!
! .bottomLink {
! margin: 1em;
! }
!
! .bottomLink img {
! display: none;
}
***************
*** 376,388 ****
/* - uncomment this section if you want On text to be bold
span.bucketsWidgetStateOn {
! font-weight: bold;
}
span.configWidgetStateOn {
! font-weight: bold;
}
span.securityWidgetStateOn {
! font-weight: bold;
}
*/
--- 390,402 ----
/* - uncomment this section if you want On text to be bold
span.bucketsWidgetStateOn {
! font-weight: bold;
}
span.configWidgetStateOn {
! font-weight: bold;
}
span.securityWidgetStateOn {
! font-weight: bold;
}
*/
|