OSDN Git Service

Change some values for Microsoft (R) Internet Explore 6.
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / styles / bookmarklet.css
index 805c753..f2e6b95 100755 (executable)
@@ -1,32 +1,45 @@
-/* style definitions for the bookmarklet */\r
+@charset 'UTF-8';\r
+/* \r
+       style definitions for the bookmarklet \r
+\r
+       $Id$\r
+       $NucleusJP: bookmarklet.css,v 1.6 2007/01/30 07:35:20 kimitake Exp $\r
+*/\r
 \r
 body {\r
-       font-size: small;\r
+/*  font-size: small;*//*mod yotaka 090323*/\r
+       font-size: 9pt;/*add yotaka 090323*/\r
        background: #fff;\r
        color: #000;\r
-    font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif\r
-}              \r
-\r
-textarea {\r
-  font-family: "Hiragino Kaku Gothic Pro W3", "MS PGothic", "Osaka", sans-serif;\r
+/*     font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;*/\r
+       font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif !important;\r
+       margin:0;/* add 090313 */\r
+       padding:5px;/* add 090313 */\r
 }\r
 \r
+/*textarea {\r
+       font-family: "Hiragino Kaku Gothic Pro W3", "MS P Gothic", "Osaka", sans-serif;\r
+}*/\r
+\r
 h1 {\r
        border-bottom: 1px dotted gray;\r
-       font-size: medium;\r
+/*     font-size: medium;*//*mod yotaka 090323*/\r
+       font-size: 10pt;/*add yotaka 090323*/\r
        color: #596d9d;\r
+       margin:0;/* add 090313 */\r
+       padding:5px;/* add 090313 */\r
 }\r
 \r
 /* \r
        Hide switch buttons initially, we'll enable them again if we are sure\r
        the browser supports DOM\r
-*/\r
+*\r
 #switchbuttons {\r
        display: none;\r
 }\r
 /*\r
        Hide preview also when no DOM is supported\r
-*/\r
+*\r
 #preview {\r
        display: none;\r
 }\r
@@ -43,39 +56,44 @@ h1 {
     border-right: 2px solid #8E8EAB;\r
     border-bottom: 2px solid #8E8EAB;\r
     color: #000000;\r
-    font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;\r
+/*    font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;*\r
     font-weight: bold;   \r
 }\r
+*/\r
 \r
 .contentblock {\r
        /*background: #ddd;*/\r
-       height: 400px;\r
+/*     height: 500px;*/\r
+/*     height: 370px;*/\r
+       height: 410px;/*mod 090309*/\r
        overflow: auto; /* temporary removed, to make the select box work in Mozilla */\r
-       padding: 1px;\r
-    margin: 0px;\r
+       padding: 1px !important;\r
+       margin: 0px;\r
        vertical-align: top;\r
 }\r
 \r
 .shortcuts {\r
        float: right; \r
        text-align: right;\r
-       font-size: x-small;\r
+/*     font-size: x-small;*//*mod yotaka 090323*/\r
+       font-size: 8pt;/*add yotaka 090323*/\r
 }\r
-\r
+/*\r
 #options {\r
    margin-top:-15px;\r
-   }\r
+   }*/\r
 #options h2 {\r
    margin:15px 0 0 0;\r
 }\r
 \r
 h2 {\r
-   font-size: 1.5em;\r
-   color: gray;\r
-    margin-top: 0px;\r
-    padding-top: 0px;\r
-    padding-bottom: 0px;\r
-    margin-top: 0px;\r
+/*     font-size: 1.5em;*//*mod yotaka 090323*/\r
+       font-size: 10pt;/*add yotaka 090323*/\r
+       color: gray;\r
+       margin-top: 0px;\r
+       padding-top: 0px;\r
+       padding-bottom: 0px;\r
+       margin-top: 0px;\r
 }\r
 \r
 a:link, a:visited {\r
@@ -100,29 +118,42 @@ label             { cursor: pointer; }
 \r
 table {\r
        border: none;\r
-       width: 95%;\r
+/*     width: 95%;*/\r
+       width: 98%;\r
        border-collapse: collapse;\r
-       margin-bottom: 10px;\r
-       margin-top: 10px;       \r
+/*     margin: 10px auto; */\r
+       margin: auto;/* mod 090313 */\r
+/*     margin-bottom: 10px;\r
+       margin-top: 10px;*/\r
+       height: 95%;    /* add 090309*/\r
+/*     table-layout:fixed;*//* mod 090528 */\r
 }\r
 \r
 th {\r
-       background: #bbc;\r
+/*     background: #bbc;\r
        color: #000;\r
-       font-size: small;\r
+       font-size: small;*//* mod 090313 */\r
+/*     width:130px;*//* mod 090606 */\r
+/*     font-weight:normal;*//* mod 090606 */\r
 }\r
 \r
 th, td {\r
        padding: 4px;\r
-       empty-cells: show;      \r
-}\r
+       empty-cells: show;\r
+/*}\r
 \r
-td {\r
+td {*//* mod 090313 */\r
        background: #fff;\r
        border: 1px solid #ddd;\r
-       font-size: small;\r
+/*     font-size: small;*//*mod yotaka 090323*/\r
+       font-size: 9pt;/*add yotaka 090323*/\r
        vertical-align: top;\r
        text-align: left;\r
+/*}\r
+\r
+#body td,\r
+#more td {*//* mod 090313 */\r
+/*     white-space: nowrap;*//*mod 090606*/\r
 }\r
 \r
 td a:link, td a:visited { \r
@@ -147,4 +178,56 @@ ul.nobullets {
        list-style-type: none;\r
        padding: 0;\r
        margin: 0;\r
-}
\ No newline at end of file
+}\r
+\r
+form {/* add 090313 */\r
+               margin:0;\r
+               padding:0;\r
+}\r
+\r
+.jsbuttonbar,\r
+/*#body input[type=text],*//* mod 090313 */\r
+#inputtitle,/* add 090313 */\r
+#body textarea,\r
+#body select,\r
+/*#more input[type=text],*//* mod 090313 */\r
+#more textarea,\r
+#more select {\r
+       margin: auto;\r
+       padding:0;/* add 090313 */\r
+       display: block;\r
+/*     width: 90%;*/\r
+       width: 98%      /*mod 090309*/\r
+}\r
+\r
+#body textarea {/* add 090313 */\r
+       height: 270px;/*add 090316*/\r
+       margin-top: 4px;\r
+}\r
+#more textarea {/* add 090313 */\r
+       height: 300px;\r
+       margin-top: 4px;\r
+}\r
+\r
+/*textarea {/*mod 090313 /\r
+       margin-top: 1px;\r
+}*/\r
+\r
+.submitbuttons {\r
+       line-height: 2em;\r
+       margin: 8px;\r
+}\r
+\r
+.submitbuttons input {\r
+       float: left;\r
+       width: 9em;\r
+       height: 2em;\r
+       margin: 0 3px;\r
+}\r
+\r
+.submitbuttons span.autosavestatus {\r
+       display: block;\r
+       clear: both;\r
+       height: 2em;\r
+       margin: 0 3px;\r
+}\r