cvs: pearweb /public_html/css IE6styles.css IE7styles.css manual.css
[email protected] ("Helgi ?ormar ?orbj?rnsson")
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <cvsdufuz1209215631@cvsserver> |
dufuz Sat Apr 26 13:13:51 2008 UTC
Modified files:
/pearweb/public_html/css IE6styles.css IE7styles.css manual.css
Log:
Partially add Request #13447 Add better manual pages CSS
More fixes to make IE look like rest of the guys and various other small fixes
http://cvs.php.net/viewvc.cgi/pearweb/public_html/css/IE6styles.css?r1=1.4&r2=1.5&diff_format=u
Index: pearweb/public_html/css/IE6styles.css
diff -u pearweb/public_html/css/IE6styles.css:1.4 pearweb/public_html/css/IE6styles.css:1.5
--- pearweb/public_html/css/IE6styles.css:1.4 Sun Dec 30 09:23:43 2007
+++ pearweb/public_html/css/IE6styles.css Sat Apr 26 13:13:51 2008
@@ -5,4 +5,12 @@
button, input[type="button"], input[type="submit"] {
padding: 0px;
+}
+
+li.man-side_top, li.man-side_up {
+ text-indent: -0.2em;
+}
+
+li.man-side_page, td.man-nav_download, li.man-side_download {
+ margin-left: 0.7em;
}
\ No newline at end of file
http://cvs.php.net/viewvc.cgi/pearweb/public_html/css/IE7styles.css?r1=1.1&r2=1.2&diff_format=u
Index: pearweb/public_html/css/IE7styles.css
diff -u pearweb/public_html/css/IE7styles.css:1.1 pearweb/public_html/css/IE7styles.css:1.2
--- pearweb/public_html/css/IE7styles.css:1.1 Sat Dec 29 00:19:52 2007
+++ pearweb/public_html/css/IE7styles.css Sat Apr 26 13:13:51 2008
@@ -5,4 +5,12 @@
button, input[type="button"], input[type="submit"] {
padding: 0px;
+}
+
+li.man-side_top, li.man-side_up {
+ text-indent: -0.2em;
+}
+
+li.man-side_page, td.man-nav_download, li.man-side_download {
+ margin-left: 0.7em;
}
\ No newline at end of file
http://cvs.php.net/viewvc.cgi/pearweb/public_html/css/manual.css?r1=1.19&r2=1.20&diff_format=u
Index: pearweb/public_html/css/manual.css
diff -u pearweb/public_html/css/manual.css:1.19 pearweb/public_html/css/manual.css:1.20
--- pearweb/public_html/css/manual.css:1.19 Sat Mar 22 22:33:18 2008
+++ pearweb/public_html/css/manual.css Sat Apr 26 13:13:51 2008
@@ -24,7 +24,7 @@
}
li.man-side_download {
- list-style: url(/gifs/box-0.gif) square;
+ list-style: square;
text-indent: -0.4em;
}
@@ -35,7 +35,7 @@
margin-bottom: 0.5em;
margin-left: 0.8em;
padding-left: 0.8em;
- list-style: url(/gifs/box-0.gif) square;
+ list-style: square;
}
li.man-side_page {
@@ -51,12 +51,21 @@
table.man-nav {
background-color: #F0F0F0;
- border-bottom:1px solid #CCCCCC;
- width: 95%;
+ border-bottom: 1px solid #CCCCCC;
+ width: 97%;
min-width: 30em;
border-collapse: separate;
border-spacing: 0.5em;
- margin-top: -0.3em
+}
+
+table#man-nav-top {
+ margin-top: -0.3em;
+ margin-bottom: 0.5em;
+}
+
+table#man-nav-bottom {
+ margin-top: 1em;
+ margin-bottom: 0.2em;
}
/* top row */
@@ -65,12 +74,33 @@
font-size: 75%;
}
+td.man-nav_prev {
+ text-align: left;
+}
+
+td.man-nav_next {
+ text-align: right;
+}
+
+td.man-nav_prev-next {
+ vertical-align: top;
+}
+
+td.man-nav_space {
+ height: 1px;
+}
+
/* middle row */
td.man-nav_view,
-td.man-nav_updated,
td.man-nav_download,
td.man-nav_bug {
+ text-align: left;
+ font-size: 75%;
+}
+
+td.man-nav_updated {
+ text-align: right;
font-size: 75%;
}
@@ -80,6 +110,10 @@
font-size: 75%;
}
+#user-notes {
+ padding-top: 1em;
+}
+
/* === Examples === */
code, pre, tt {
@@ -88,11 +122,10 @@
}
pre.php {
- border-color: black;
- border-style: dashed;
- border-width: 1px;
- background-color: #eee;
- padding: 5px;
+ border: 0;
+ background-color: #EAEAEA;
+ padding: 0.5em;
+ margin: 0.5em;
}
pre.xml {
@@ -105,6 +138,10 @@
padding: 0.5em;
}
+pre.synopsis {
+ margin: 0.5em;
+}
+
table.EXAMPLE {
margin-top: 1em;
width: 95%;
@@ -128,10 +165,6 @@
background-color: white;
}
-pre.synopsis {
- margin: 0.5em;
-}
-
table.EXAMPLE-CODE pre.screen {
background-color: #EAEAEA;
color: black;
@@ -139,32 +172,43 @@
padding: 0.5em;
}
+/* === Notes === */
td div.note {
- border-style: solid;
- border-width: 1px;
+ border: 0;
background-color: #e0e0e0;
color: inherit;
text-align: left;
- padding: 2px;
+ padding: 0.5em;
}
-.chapter >.note,
-.refsect1 > .note,
-.refsect2 > .note,
-.refsect3 > .note,
-.sect3 > .note,
-.sect2 > .note,
-.sect1 > .note {
- background-color: #FFFFCC;
- border: 0.5px solid brown;
- color:inherit;
+.chapter blockquote.note,
+.refsect1 blockquote.note,
+.refsect2 blockquote.note,
+.refsect3 blockquote.note,
+.sect3 blockquote.note,
+.sect2 blockquote.note,
+.sect1 blockquote.note {
+ background-color: inherit;
+ border: 0;
+ color: inherit;
text-align:left;
- margin-top: 10px;
- margin-bottom: 10px;
+}
+
+.chapter div.note,
+.refsect1 div.note,
+.refsect2 div.note,
+.refsect3 div.note,
+.sect3 div.note,
+.sect2 div.note,
+.sect1 div.note {
+ border: 0;
+ background-color: #FFFFCC;
+ margin: 0.25em;
+ padding: 0.25em;
}
td div.pending_note {
- border-style: dashed;
+ border-style: solid;
border-width: 1px;
background-color: #909090;
color: inherit;
@@ -174,7 +218,7 @@
td div.note_text {
background-color: #f0f0f0;
color: inherit;
- padding: 2px;
+ padding: 0.5em;
margin-top: 4px;
text-align: left;
}
@@ -184,17 +228,21 @@
text-align: left;
}
+/* === Headings === */
.chapter, .sect1, h2.sect2, h3.sect3 {
padding-top: 1.0em;
}
-table.CALSTABLE td, table.CALSTABLE th {
+/* === Inline tables === */
+table.CALSTABLE td,
+table.CALSTABLE th {
padding: 0.3em;
}
-table.CALSTABLE th {
+table.CALSTABLE th {
font-weight: bold;
}
+
table.CALSTABLE {
border-color: #F0F0F0;
margin: auto;