OSDN Git Service

preparation for 4.0 trunk: move whole scripts just under trunk directory
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / styles / manual.css
diff --git a/nucleus/styles/manual.css b/nucleus/styles/manual.css
new file mode 100755 (executable)
index 0000000..462f799
--- /dev/null
@@ -0,0 +1,179 @@
+@charset 'UTF-8';\r
+\r
+/*\r
+       documentation style\r
+       \r
+       $Id$\r
+       $NucleusJP: manual.css,v 1.4 2006/07/12 07:11:48 kimitake Exp $\r
+*/\r
+\r
+body {\r
+       background-color: #fff;\r
+       color: #000;\r
+/*     font-family: verdana, arial;\r
+       font-size: small;*/\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;\r
+       font-size: small;\r
+}\r
+\r
+@media screen {\r
+       body {\r
+               margin-left: 10%;\r
+               margin-right: 10%;\r
+       }\r
+}\r
+\r
+@media print {\r
+       pre, .note, td, th {\r
+               border: 1px dashed gray;\r
+       }\r
+}\r
+\r
+img {\r
+       border: none;\r
+}\r
+\r
+a:link, a:visited {\r
+       color: #1D3565; \r
+       font-weight: bold;\r
+       text-decoration: none;\r
+}\r
+a: hover {\r
+       text-decoration: underline;\r
+}\r
+\r
+.heading {\r
+       text-align: center;\r
+       font-size: xx-large;\r
+       font-weight: bold;\r
+       color: gray;    \r
+}\r
+\r
+.heading i {\r
+       position: absolute;\r
+       top: 5px;\r
+       right: 5px;\r
+       font-size: small;\r
+       font-style: normal;\r
+       font-weight: normal;\r
+}\r
+\r
+p:first-letter {\r
+       font-size: large;\r
+}\r
+\r
+p {\r
+       text-indent: 20px;\r
+}\r
+\r
+h1 {\r
+       border-bottom: 1px dotted gray;\r
+       font-size: x-large;\r
+       color: #596d9d;\r
+}\r
+\r
+h2 {\r
+       color: gray;\r
+       font-size: large;\r
+       margin-left: 20px;\r
+       text-indent: 10px;\r
+       border-bottom: 1px solid #ddd;\r
+}\r
+\r
+pre, .note, .faq .answer {\r
+       background-color: #ddd;\r
+       padding: 10px;\r
+       font-size: small;\r
+}\r
+\r
+.screenshot {\r
+       text-align: center;\r
+       background-color: #ddd;\r
+       padding: 10px;\r
+}\r
+\r
+.faq .question {\r
+       font-weight: bold;\r
+       margin-bottom: 0px;\r
+}\r
+\r
+.faq .answer {\r
+\r
+}\r
+\r
+.faq {\r
+       margin-bottom: 20px;\r
+}\r
+\r
+table {\r
+       border: none;\r
+}\r
+\r
+th {\r
+       background-color: linen;\r
+       font-size: medium;\r
+}\r
+\r
+th, td {\r
+       padding: 5px;\r
+}\r
+\r
+td {\r
+       background-color: #dddddd;\r
+       font-size: small;\r
+       vertical-align: top;\r
+       text-align: left;\r
+}\r
+\r
+input, select, option, textarea {\r
+       background-color: transparent;\r
+}\r
+\r
+.deprecated {\r
+       border: 3px solid red;\r
+       padding: 5px;\r
+       font-size: medium;\r
+}\r
+\r
+tt, code, samp {\r
+       font-size: small;\r
+}\r
+\r
+.warning {\r
+       color: red;\r
+}\r
+.ok {\r
+       color: green;\r
+}\r
+\r
+acronym, abbr {\r
+       border-bottom: 1px dotted gray;\r
+       cursor: help;\r
+}\r
+\r
+label {\r
+       cursor: hand;\r
+}\r
+\r
+\r
+#fontSizeCanger {\r
+       position: fixed;\r
+       top: 20px;\r
+       left: 50px;\r
+       font-size: medium !important;\r
+}\r
+\r
+#fontSizeCanger a {\r
+       font-weight: normal;\r
+       border: 1px dotted gray;\r
+       padding: 0 3px;\r
+}\r
+\r
+#fontSizeCanger a#fontSmall {\r
+       font-weight: bold;\r
+}\r
+\r
+#fontSizeCanger a:hover {\r
+       color: #fff;\r
+       background-color: #1D3565;\r
+}\r