OSDN Git Service

4.0のtrunkを展開するためにmasterディレクトリを作成しファイル群を移動した。
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / documentation / styles / manual.css
diff --git a/nucleus/documentation/styles/manual.css b/nucleus/documentation/styles/manual.css
deleted file mode 100755 (executable)
index 5273608..0000000
+++ /dev/null
@@ -1,217 +0,0 @@
-@charset 'UTF-8';\r
-\r
-/**\r
- * NucleusCMS Manual Style sheet\r
- *\r
- * $Id$\r
- */\r
-\r
-body {\r
-       background: #fff url(background.png) repeat-x;\r
-       padding-top: 13px;\r
-       color: #555;\r
-       /*font-family: verdana, arial;*/\r
-/*     font-family: "Hiragino Kaku Gothic Pro W3", "Meiryo", "MS PGothic", "Osaka", "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-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
-       letter-spacing:3px;\r
-       margin: 15px 0 20px;\r
-}\r
-\r
-.heading i {\r
-       position: absolute;\r
-       top: 15px;\r
-       right: 5px;\r
-       font-size: small;\r
-       font-style: normal;\r
-       font-weight: normal;\r
-}\r
-\r
-\r
-p {\r
-       text-indent: 10px;\r
-       margin-left:20px;\r
-}\r
-\r
-h1 {\r
-       border-bottom: 1px dotted gray;\r
-       font-size: 145%;\r
-       color: #596d9d;\r
-       font-weight:normal;\r
-       letter-spacing:2px;\r
-}\r
-\r
-h2 {\r
-       color: #666;\r
-       font-size: 110%;\r
-       margin: 20px 10px 10px 10px;\r
-       border-left: 5px solid #94a8c9;\r
-       padding: 0 0 0 8px;\r
-       letter-spacing:2px;\r
-}\r
-\r
-h3 {\r
-       margin-left: 12px;\r
-       border-bottom:1px dotted #666;\r
-       font-size:100%;\r
-       color:#596d9d;\r
-       letter-spacing:1px;\r
-}\r
-\r
-pre, .note, .faq .answer {\r
-/*     font-family: "Meiryo", "MS PGothic", "Osaka", "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-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
-       background-color: #eee;\r
-       padding: 10px;\r
-       font-size: small;\r
-/*     white-space: -moz-pre-wrap; /* Mozilla *\r
-       white-space: -pre-wrap;     /* Opera 4-6 *\r
-       white-space: -o-pre-wrap;   /* Opera 7 *\r
-       white-space: pre-wrap;      /* CSS3 *\r
-       word-wrap: break-word;      /* IE 5.5+ */\r
-}\r
-\r
-.screenshot {\r
-       text-align: center;\r
-       background-color: #eee;\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: #eee;\r
-       font-size: small;\r
-       vertical-align: top;\r
-       text-align: left;\r
-}\r
-\r
-.deprecated {\r
-       border: 3px solid red;\r
-       padding: 5px;\r
-       font-size: medium;\r
-}\r
-\r
-tt, code, samp {\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
-\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
-ul {\r
-       line-height:1.5em;\r
-       margin:0 0 0.5em 40px;\r
-       padding:0;\r
-       list-style-image:url(bullet.gif);\r
-}\r
-\r
-table#files_index {\r
-       width: 100%;\r
-       line-height: 0.8em;\r
-       border-collapse: collapse;\r
-       margin-bottom: 2px;\r
-}\r
-\r
-table#files_index th {\r
-       width: 20%;\r
-       padding : 0;\r
-       text-align: left;\r
-       background-color: #eee;\r
-}\r
-\r
-\r
-#fontSizeChanger {\r
-       position: fixed;\r
-       top: 20px;\r
-       left: 50px;\r
-       font-size: medium !important;\r
-}\r
-\r
-#fontSizeChanger a {\r
-       font-weight: normal;\r
-       border: 1px dotted gray;\r
-       padding: 0 3px;\r
-}\r
-\r
-#fontSizeChanger a#fontSmall {\r
-       font-weight: bold;\r
-}\r
-\r
-#fontSizeChanger a:hover {\r
-       color: #fff;\r
-       background-color: #1D3565;\r
-}\r