[Phpxd-commits] CVS: phpXD.www/stylesheets netscape.css,NONE,1.1 print.css,NONE,1.1 screen.css,NONE,
Status: Beta
Brought to you by:
growbal
From: Thomas D. <th...@us...> - 2002-01-26 17:10:48
|
Update of /cvsroot/phpxd/phpXD.www/stylesheets In directory usw-pr-cvs1:/tmp/cvs-serv21133/stylesheets Added Files: netscape.css print.css screen.css Log Message: Initial checkin of the phpxd homepage. --- NEW FILE: netscape.css --- /* ******************************************************************* thomas.dohmke.de - Cascading StyleSheet media: screen for Netscape4 ******************************************************************* author: Thomas Dohmke last modified: 21/12/2001 ******************************************************************* */ --- NEW FILE: print.css --- /* ******************************************************************* thomas.dohmke.de - Cascading StyleSheet media: print ******************************************************************* author: Thomas Dohmke last modified: 26/02/2001 ******************************************************************* */ body { background: #ffffff; color: #000000; font-family: sans-serif; font-size: 1em; margin: 0cm; padding: 0cm; } h1 { margin-top: 0cm; } p { font-family: sans-serif; margin-top: 0px; } img { border: none; } .dokument { background: #ffffff; color: #000000; height: 1em; position: relative; top: 0px; } .content { margin: 0cm; padding: 0cm; position: relative; top: 0px; z-index: 1; } .navbar { display: none; } .topbar { display: none; } .bottombar { display: none; } table { margin-bottom: 1em; } --- NEW FILE: screen.css --- /* ******************************************************************* thomas.dohmke.de - Cascading StyleSheet media: screen, projection ******************************************************************* author: Thomas Dohmke last modified: 06/11/2001 ******************************************************************* */ body { background: #ffffff; color: #000000; font-family: sans-serif; font-size: 1em; margin: 1em; padding: 0px; } a:link { background: none transparent; color: #0000ff; text-decoration: underline; } a:visited { background: none transparent; color: #990099; text-decoration: underline; } a:hover { background: none transparent; color: #ff0000; text-decoration: underline; } a:active { background: none transparent; color: #ff00ff; text-decoration: underline; } h1 { background: #ffffee; color: #000000; font-size: 1.5em; margin-top: 0px; } h1.hidden { background: #ffffff; color: #000000; display: none; font-size: 0.1em; margin: 0em; padding: 0em; visibility: hidden; } h2 { background: #ffffee; color: #000000; font-size: 1.25em; } h3 { background: #ffffee; color: #000000; font-size: 1em; } h2.navbar { background: #eeeeff; color: #000000; font-size: 0.9em; margin: 0em; padding: 0em; } p { background: #ffffee; color: #000000; margin-top: 0em; } ul { background: #ffffee; color: #000000; margin-top: 0px; margin-bottom: 0px; padding-bottom: 1em; } dd { padding-bottom: 1em; } img { background: #ffffee; color: #000000; border: none; margin: 5px; position: relative; z-index: 0; } .dokument { bottom: 0px; color: #000000; margin: 0px; padding: 0px; position: relative; right: 0px; width: 100%; z-index: 10; } div.content { background: #ffffee; border-top: 2px solid #ffcc00; border-bottom: 2px solid #ffcc00; color: #000000; margin: 0px; margin-left: 10em; padding-left: 5px; padding-right: 5px; padding-top: 10px; padding-bottom: 12px; position: relative; z-index: 10; } div.standalone { background: #ffffee; border-top: 2px solid #ffcc00; border-bottom: 2px solid #ffcc00; color: #000000; margin: 0px; padding-left: 5px; padding-right: 5px; padding-top: 10px; padding-bottom: 12px; position: relative; z-index: 10; } div.navbar { background: #eeeeff; border-top: 2px solid #6666ff; border-bottom: 2px solid #6666ff; color: #000000; left: 0px; margin: 0px; padding-bottom: 1em; padding-top: 0.6em; position: absolute; top: 0px; width: 10em; } div.topbar { background: #ffffff; color: #000000; display: block; height: 1.4em; left: 0px; margin: 0px; padding: 0px; position: relative; right: 0px; } p.topbar { background: #ffffff; color:#000000; display: block; font-size:1em; margin: 0px; padding-top: 0.2em; padding-bottom: 0.2em; padding-right: 0.2em; padding-left: 5px; } div.bottombar { background: #ffffff; color: #000000; display: block; height: 1.4em; margin: 0px; right: 0px; text-align: right; top: 0px; padding: 0px; position: relative; } p.bottombar { background: #ffffff; color: #000000; display: block; font-size:1em; margin: 0px; padding-top: 0.2em; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 5px; } tr, tr p, tr ul { background: #ffffcc; } ul.navbar { background: #eeeeff; color: #000000; list-style-type: none; margin: 0px; padding: 0px; padding-left: 0.2em; padding-right: 0.2em; padding-bottom: 0em; } ul.navbar li { background: #eeeeff; color: #000000; list-style-type: none; margin: 0px; padding: 0px; padding-left: 0.3em; padding-right: 0.3em; padding-bottom: 0.2em; padding-top: 0.2em; } ul.navbar li ul { padding-top: 0.2em; } ul.navbar li a { font-size: 0.9em; font-weight: bold; } ul.navbar li span { font-size: 0.9em; font-weight: bold; } ul.cv { background: #ffffee; color: #000000; list-style-type: none; margin: 0px; padding: 0px; } ul.cv li { margin-bottom: 1em; } table { margin-bottom: 1em; } |