[Phpxd-commits] CVS: phpXD.www/stylesheets screen.css,1.2,1.3
Status: Beta
Brought to you by:
growbal
|
From: Thomas D. <th...@us...> - 2002-02-14 13:17:18
|
Update of /cvsroot/phpxd/phpXD.www/stylesheets
In directory usw-pr-cvs1:/tmp/cvs-serv12373/stylesheets
Modified Files:
screen.css
Log Message:
Index: screen.css
===================================================================
RCS file: /cvsroot/phpxd/phpXD.www/stylesheets/screen.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** screen.css 7 Feb 2002 08:43:32 -0000 1.2
--- screen.css 14 Feb 2002 13:17:15 -0000 1.3
***************
*** 14,18 ****
color: #000000;
font-family: sans-serif;
- font-size: 1em;
margin: 1em;
padding: 0px;
--- 14,17 ----
***************
*** 44,47 ****
--- 43,56 ----
}
+ a:link.selected,
+ a:visited.selected,
+ a:hover.selected,
+ a:active.selected
+ {
+ background: none transparent;
+ color: #ff0000;
+ text-decoration: none;
+ }
+
h1
{
***************
*** 77,85 ****
}
! h2.navbar
{
! background: #eeeeff;
color: #000000;
! font-size: 0.9em;
margin: 0em;
padding: 0em;
--- 86,100 ----
}
! h4
{
! background: #ffffee;
color: #000000;
! font-size: 1em;
! font-weight: normal;
! font-style: italic;
! }
!
! ul li h3
! {
margin: 0em;
padding: 0em;
***************
*** 91,94 ****
--- 106,110 ----
color: #000000;
margin-top: 0em;
+ font-size: 1em;
}
***************
*** 102,105 ****
--- 118,127 ----
}
+ li pre
+ {
+ margin-bottom: 0em;
+ padding-bottom: 0em;
+ }
+
dd
{
***************
*** 117,126 ****
}
- p.bottombar img
- {
- background: #ffffff;
- margin: 0px;
- padding: 0px;
- }
.dokument
--- 139,142 ----
|