X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=nucleus%2Fstyles%2Fbookmarklet.css;h=6b2567759f4123d9bd57619bbe918095bfa3c582;hb=312c47e2d8bdeacbf016608fbf93ff82d67bdfcb;hp=403c68d8f657dfb3ba4d0de18065b54e91cc5b9e;hpb=02ed84129c2bc607862fa48aba00cb74f5cb989f;p=nucleus-jp%2Fnucleus-jp-ancient.git diff --git a/nucleus/styles/bookmarklet.css b/nucleus/styles/bookmarklet.css index 403c68d..6b25677 100755 --- a/nucleus/styles/bookmarklet.css +++ b/nucleus/styles/bookmarklet.css @@ -1,155 +1,228 @@ -/* - style definitions for the bookmarklet - - $Id: bookmarklet.css,v 1.6 2007-01-30 07:35:20 kimitake Exp $ - $NucleusJP: bookmarklet.css,v 1.5 2006/07/17 20:03:45 kimitake Exp $ -*/ - -body { - font-size: small; - background: #fff; - color: #000; - font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif; -} - -textarea { - font-family: "Hiragino Kaku Gothic Pro W3", "MS P Gothic", "Osaka", sans-serif; -} - -h1 { - border-bottom: 1px dotted gray; - font-size: medium; - color: #596d9d; -} - -/* - Hide switch buttons initially, we'll enable them again if we are sure - the browser supports DOM -*/ -#switchbuttons { - display: none; -} -/* - Hide preview also when no DOM is supported -*/ -#preview { - display: none; -} - -.buttonbar { - margin-bottom: 5px; - background: rgb(187, 187, 204); - padding: 3px; -} - -.buttonbar input { - background: #C5C5D3; - border: 1px solid #CACAD7; - border-right: 2px solid #8E8EAB; - border-bottom: 2px solid #8E8EAB; - color: #000000; - font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif; - font-weight: bold; -} - -.contentblock { - /*background: #ddd;*/ - height: 400px; - overflow: auto; /* temporary removed, to make the select box work in Mozilla */ - padding: 1px; - margin: 0px; - vertical-align: top; -} - -.shortcuts { - float: right; - text-align: right; - font-size: x-small; -} - -#options { - margin-top:-15px; - } -#options h2 { - margin:15px 0 0 0; -} - -h2 { - font-size: 1.5em; - color: gray; - margin-top: 0px; - padding-top: 0px; - padding-bottom: 0px; - margin-top: 0px; -} - -a:link, a:visited { - color: #1D3565; - font-weight: bold; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -img { - border: none; -} - -.indent { - margin-left: 40px; -} - -label { cursor: pointer; } - -table { - border: none; - width: 95%; - border-collapse: collapse; - margin-bottom: 10px; - margin-top: 10px; -} - -th { - background: #bbc; - color: #000; - font-size: small; -} - -th, td { - padding: 4px; - empty-cells: show; -} - -td { - background: #fff; - border: 1px solid #ddd; - font-size: small; - vertical-align: top; - text-align: left; -} - -td a:link, td a:visited { - text-decoration: underline; - color: black; - font-weight: normal; -} -td a:hover { - color: #1D3565; - text-decoration: underline; -} - -td.draft, td.future { - background: #ffe; -} - -tr.highlighted td { - background: green; -} - -ul.nobullets { - list-style-type: none; - padding: 0; - margin: 0; -} \ No newline at end of file +@charset 'UTF-8'; +/* + style definitions for the bookmarklet + + $Id$ + $NucleusJP: bookmarklet.css,v 1.6 2007/01/30 07:35:20 kimitake Exp $ +*/ + +body { + font-size: small; + background: #fff; + color: #000; +/* font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;*/ + 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; + margin:0;/* add 090313 */ + padding:5px;/* add 090313 */ +} + +/*textarea { + font-family: "Hiragino Kaku Gothic Pro W3", "MS P Gothic", "Osaka", sans-serif; +}*/ + +h1 { + border-bottom: 1px dotted gray; + font-size: medium; + color: #596d9d; + margin:0;/* add 090313 */ + padding:5px;/* add 090313 */ +} + +/* + Hide switch buttons initially, we'll enable them again if we are sure + the browser supports DOM +* +#switchbuttons { + display: none; +} +/* + Hide preview also when no DOM is supported +* +#preview { + display: none; +} + +.buttonbar { + margin-bottom: 5px; + background: rgb(187, 187, 204); + padding: 3px; +} + +.buttonbar input { + background: #C5C5D3; + border: 1px solid #CACAD7; + border-right: 2px solid #8E8EAB; + border-bottom: 2px solid #8E8EAB; + color: #000000; +/* font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;* + font-weight: bold; +} +*/ + +.contentblock { + /*background: #ddd;*/ +/* height: 500px;*/ +/* height: 370px;*/ + height: 410px;/*mod 090309*/ + overflow: auto; /* temporary removed, to make the select box work in Mozilla */ + padding: 1px !important; + margin: 0px; + vertical-align: top; +} + +.shortcuts { + float: right; + text-align: right; + font-size: x-small; +} +/* +#options { + margin-top:-15px; + }*/ +#options h2 { + margin:15px 0 0 0; +} + +h2 { + font-size: 1.5em; + color: gray; + margin-top: 0px; + padding-top: 0px; + padding-bottom: 0px; + margin-top: 0px; +} + +a:link, a:visited { + color: #1D3565; + font-weight: bold; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +img { + border: none; +} + +.indent { + margin-left: 40px; +} + +label { cursor: pointer; } + +table { + border: none; +/* width: 95%;*/ + width: 98%; + border-collapse: collapse; +/* margin: 10px auto; */ + margin: auto;/* mod 090313 */ +/* margin-bottom: 10px; + margin-top: 10px;*/ + height: 95%; /* add 090309*/ + table-layout:fixed;/* add 090313 */ +} + +th { +/* background: #bbc; + color: #000; + font-size: small;*//* mod 090313 */ + width:130px;/* add 090313 */ + font-weight:normal;/* add 090313 */ +} + +th, td { + padding: 4px; + empty-cells: show; +/*} + +td {*//* mod 090313 */ + background: #fff; + border: 1px solid #ddd; + font-size: small; + vertical-align: top; + text-align: left; +/*} + +#body td, +#more td {*//* mod 090313 */ + white-space: nowrap; /*add 090309*/ +} + +td a:link, td a:visited { + text-decoration: underline; + color: black; + font-weight: normal; +} +td a:hover { + color: #1D3565; + text-decoration: underline; +} + +td.draft, td.future { + background: #ffe; +} + +tr.highlighted td { + background: green; +} + +ul.nobullets { + list-style-type: none; + padding: 0; + margin: 0; +} + +form {/* add 090313 */ + margin:0; + padding:0; +} + +.jsbuttonbar, +/*#body input[type=text],*//* mod 090313 */ +#inputtitle,/* add 090313 */ +#body textarea, +#body select, +/*#more input[type=text],*//* mod 090313 */ +#more textarea, +#more select { + margin: auto; + padding:0;/* add 090313 */ + display: block; +/* width: 90%;*/ + width: 98% /*mod 090309*/ +} + +#body textarea {/* add 090313 */ + margin-top: 4px; +} +#more textarea {/* add 090313 */ + height: 300px; + margin-top: 4px; +} + +/*textarea {/*mod 090313 / + margin-top: 1px; +}*/ + +.submitbuttons { + line-height: 2em; + margin: 8px; +} + +.submitbuttons input { + float: left; + width: 9em; + height: 2em; + margin: 0 3px; +} + +.submitbuttons span.autosavestatus { + display: block; + clear: both; + height: 2em; + margin: 0 3px; +} +