OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/linuxjm/jm
[linuxjm/jm.git] / www / jm.css
index bf99802..7f7cc92 100644 (file)
@@ -5,7 +5,7 @@ div.mirror-navigator {
 
 div.copyright {
        text-align: right;
-       font-family: helvetica, sans-serif;
+       font-family: Helvetica, Arial, sans-serif;
        font-size: smaller;
        color: rgb(40%,40%,40%)
 }
@@ -31,6 +31,11 @@ div#googlesearch {
     width: 30em;
 }
 
+/* for narrower devices */
+@media (max-width:30em) {
+       div#googlesearch { width: 100%;}
+}
+
 body {
         background: lightcyan; /* BEIGE; */
        color: black;
@@ -95,8 +100,26 @@ pre {
         padding: 0em !important;
 }
 
-/* as of now, @import has not implemented in NN4 nor IE3-4 */
+/* 'man on WWW' form */
+       table.searchbox {
+               max-width:100%;
+               margin: 1em 2%;
+       }
+
+       table.searchbox th {
+               text-align: left;
+               vertical-align: top;
+               word-break: keep-all;
+               font-weight: bold;
+               font-family: sans-serif;
+       }
+
+       input[name="Pagename"] { width:30em; }
+       @media (max-width:30em) {
+               input[name="Pagename"] { width:100%; }
+       }
+
+/* Local configs for browsing locally downloaded files */
 @import url(local.css)
 
 /* EOF */
-