OSDN Git Service

bookmarklet調整 by きゃしゃ
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / styles / bookmarklet.css
index 728b9ce..6b25677 100755 (executable)
@@ -1,7 +1,7 @@
 @charset 'UTF-8';\r
 /* \r
        style definitions for the bookmarklet \r
-       \r
+\r
        $Id$\r
        $NucleusJP: bookmarklet.css,v 1.6 2007/01/30 07:35:20 kimitake Exp $\r
 */\r
@@ -10,18 +10,22 @@ body {
        font-size: small;\r
        background: #fff;\r
        color: #000;\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-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
-}              \r
-\r
-textarea {\r
-/*     font-family: "Hiragino Kaku Gothic Pro W3", "MS P Gothic", "Osaka", sans-serif;*/\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
        color: #596d9d;\r
+       margin:0;/* add 090313 */\r
+       padding:5px;/* add 090313 */\r
 }\r
 \r
 /* \r
@@ -54,20 +58,18 @@ h1 {
     font-weight: bold;   \r
 }\r
 */\r
+\r
 .contentblock {\r
        /*background: #ddd;*/\r
 /*     height: 500px;*/\r
-       height: 370px;\r
+/*     height: 370px;*/\r
+       height: 410px;/*mod 090309*/\r
        overflow: auto; /* temporary removed, to make the select box work in Mozilla */\r
        padding: 1px !important;\r
     margin: 0px;\r
        vertical-align: top;\r
 }\r
 \r
-*:first-child+html .contentblock {\r
-       height: 330px;\r
-}\r
-\r
 .shortcuts {\r
        float: right; \r
        text-align: right;\r
@@ -115,32 +117,38 @@ table {
 /*     width: 95%;*/\r
        width: 98%;\r
        border-collapse: collapse;\r
-       margin: 10px auto;\r
+/*     margin: 10px auto; */\r
+       margin: auto;/* mod 090313 */\r
 /*     margin-bottom: 10px;\r
-       margin-top: 10px;*/     \r
-}\r
-\r
-*:first-child+html .table {\r
-       width: 93%;\r
+       margin-top: 10px;*/\r
+       height: 95%;    /* add 090309*/\r
+       table-layout:fixed;/* add 090313 */\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;/* add 090313 */\r
+       font-weight:normal;/* add 090313 */\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
        vertical-align: top;\r
        text-align: left;\r
+/*}\r
+\r
+#body td,\r
+#more td {*//* mod 090313 */\r
+       white-space: nowrap;    /*add 090309*/\r
 }\r
 \r
 td a:link, td a:visited { \r
@@ -167,31 +175,37 @@ ul.nobullets {
        margin: 0;\r
 }\r
 \r
+form {/* add 090313 */\r
+               margin:0;\r
+               padding:0;\r
+}\r
 \r
 .jsbuttonbar,\r
-#body input[type=text],\r
+/*#body input[type=text],*//* mod 090313 */\r
+#inputtitle,/* add 090313 */\r
 #body textarea,\r
 #body select,\r
-#more input[type=text],\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: 90%;*/\r
+       width: 98%      /*mod 090309*/\r
 }\r
 \r
-*:first-child+html #body input[type=text],\r
-*:first-child+html #body textarea,\r
-*:first-child+html #body select,\r
-*:first-child+html #more input[type=text],\r
-*:first-child+html #more textarea,\r
-*:first-child+html #more select {\r
-       display: inline;\r
+#body textarea {/* add 090313 */\r
+       margin-top: 4px;\r
+}\r
+#more textarea {/* add 090313 */\r
+       height: 300px;\r
+       margin-top: 4px;\r
 }\r
 \r
-textarea {\r
+/*textarea {/*mod 090313 /\r
        margin-top: 1px;\r
-}\r
+}*/\r
 \r
 .submitbuttons {\r
        line-height: 2em;\r