tony 2004/05/26 15:16:05
Modified: src/blocks/tour/samples/intro/presentation tour.css
Log:
mucking around with the css; fixing font name, making the link hover pretty,
making the navigation text sans-serif to make it easier to read.
Revision Changes Path
1.2 +7 -1
cocoon-2.1/src/blocks/tour/samples/intro/presentation/tour.css
Index: tour.css
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/tour/samples/intro/presentation/tour.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tour.css 11 May 2004 06:52:30 -0000 1.1
+++ tour.css 26 May 2004 22:16:05 -0000 1.2
@@ -17,13 +17,18 @@
/** simple CSS stylesheet for supersonic tour example app */
body {
- font-family: Georgia, Verdana, Arial, SansSerif;
+ font-family: Georgia, Verdana, Arial, sans-serif;
}
.note {
font-size: 80%;
}
+a:hover {
+ background-color: #ffff99;
+ text-decoration: none;
+}
+
td.navigation {
font-size: 80%;
}
@@ -32,6 +37,7 @@
background: #FFCC00;
font-size: 80%;
padding: 0.5em;
+ font-family: verdana, helvetica, arial, sans-serif;
}
#navigation a {