lenya/src/webapp/lenya/pubs/default/resources/css page.css,1.7,1.8
Andreas Hartmann <[email protected]> Wed, 14 May 2003 14:11:57 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default/resources/css
In directory erbium:/tmp/cvs-serv23175/src/webapp/lenya/pubs/default/resources/css
Modified Files:
page.css
Log Message:
- added new project logo
- using tables instead of CSS floating divs (Mozilla problems)
- completed simple-doctype XSLT
- pretty-printed simple-document.xml
Index: page.css
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/resources/css/page.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** page.css 9 May 2003 14:02:48 -0000 1.7
--- page.css 14 May 2003 12:11:52 -0000 1.8
***************
*** 7,15 ****
*/
- root { }
-
/* tabs */
! #tabs { font-family: Verdana, Arial, Sans-serif; font-size: 80%; border-bottom: solid 5px #AAAAFF;}
#tabs a {
--- 7,18 ----
*/
/* tabs */
! #tabs {
! font-family: Verdana, Arial, Sans-serif;
! font-size: 80%;
! border-bottom: solid 5px #AAAAFF;
! margin-bottom: 10px;
! }
#tabs a {
***************
*** 23,32 ****
#menu {
! /* border: dotted 1px Navy; */
float: left;
width: 20%;
font-family: Verdana, Arial, Sans-serif;
background-color: #EEEEEE;
- margin-top: 10px;
}
--- 26,35 ----
#menu {
! /*
float: left;
width: 20%;
+ */
font-family: Verdana, Arial, Sans-serif;
background-color: #EEEEEE;
}
***************
*** 61,71 ****
/* breadcrumb */
! #breadcrumb { background-color: #E0E0E0; padding: .3em; font-family: Verdana, Arial, Sans-serif; font-size: 80%; }
/* body */
! #body { float: left; border: none; padding: 1em; font-family: Verdana, Arial, Sans-serif; }
! #main { float: left; width: 70%; margin: 10px; border: none; }
h1 { font-size: 140%; }
--- 64,90 ----
/* breadcrumb */
! #breadcrumb {
! background-color: #E0E0E0;
! padding: .3em;
! margin-left: 10px;
! font-family: Verdana, Arial, Sans-serif;
! font-size: 80%;
! }
/* body */
! #body {
! border: none;
! padding: 1em;
! margin-left: 10px;
! font-family: Verdana, Arial, Sans-serif;
! }
! #main {
! /*
! float: left;
! width: 80%;
! */
! }
h1 { font-size: 140%; }
***************
*** 74,75 ****
--- 93,132 ----
p { font-size: 80%; }
li { font-size: 80%; }
+
+ .crossheading { font-weight: bold; font-size: 110%; }
+
+ table.simple {
+ border-collapse: collapse;
+ /*
+ background-color: #909090;
+ border-color: #909090;
+ */
+ width: auto;
+ }
+
+ td.simple {
+ padding: 3px;
+ background-color: White;
+ border: solid 1px Navy;
+ vertical-align: top;
+ }
+
+ img.simple {
+ }
+
+ .project-logo {
+ padding: 10px;
+ text-align: center;
+ }
+
+ .media {
+ text-align: center;
+ padding: 10px;
+ }
+
+ .caption {
+ padding: 5px;
+ text-align: center;
+ font-style: italic;
+ font-size: 80%;
+ }