OSDN Git Service

NP_admin 0.1.9
[nucleus-jp/nucleus-plugins.git] / NP_admin / trunk / skins / admin / styles / admin.css
diff --git a/NP_admin/trunk/skins/admin/styles/admin.css b/NP_admin/trunk/skins/admin/styles/admin.css
new file mode 100644 (file)
index 0000000..82a450a
--- /dev/null
@@ -0,0 +1,307 @@
+/*\r
+       admin area style\r
+       \r
+       $Id: admin.css 845 2005-12-26 17:23:01Z dekarma $\r
+       $NucleusJP: admin.css,v 1.7 2006/07/18 08:43:24 kimitake Exp $\r
+*/\r
+\r
+body {\r
+       background: #f0f0f0; \r
+}\r
+body, td, th, a, li, ul, textarea {\r
+       color: #000;\r
+       font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
+}\r
+\r
+textarea {\r
+  font-size: small;\r
+  font-family: "Hiragino Kaku Gothic Pro W3", "MS PGothic", "Osaka", sans-serif;\r
+}\r
+*>textarea {\r
+  width: 95%;\r
+}\r
+\r
+/* textareas for skin/template editing have monospace fonts */\r
+textarea.skinedit, textarea.templateedit\r
+{\r
+  font-family: "Hiragino Kaku Gothic Pro W3", "MS PGothic", "Osaka", monospace;\r
+/* except MacIE \*/\r
+       font-family: monospace;\r
+/* end */\r
+       font-size: medium;\r
+}\r
+\r
+img                    { border: none; }\r
+.skip          { display: none; }\r
+label          { cursor: pointer; }\r
+.error                 { color: red; font-size: 1.2em; }\r
+\r
+/* header */\r
+h1 {\r
+       text-align: right;\r
+       font-size: 30px;\r
+       font-weight: 900;\r
+       letter-spacing: 0.1em;\r
+       /*color: #0001AA;       */\r
+       color: #596d9d;\r
+       margin: 0 0 5px 135px;\r
+       height: 35px;\r
+       /*display: none;        hide the header if you don't want it*/\r
+\r
+}\r
+\r
+/* page content */\r
+#content {\r
+   margin-left:155px;\r
+       font-style: normal;\r
+       text-decoration: none;\r
+       color: black;\r
+       text-align: justify;\r
+       line-height: 13pt;\r
+\r
+       border-width: 1px;\r
+       border-style: solid;\r
+       border-color: black;\r
+       \r
+       /* rounded borders in gecko-based browsers? why not :) */\r
+       -moz-border-radius: 10px;       \r
+\r
+       padding: 10px 10px 0 10px;      \r
+       \r
+       background-color: white;\r
+       \r
+}\r
+\r
+/* quick menu on left */\r
+/* \r
+       It's a real pain getting this absolute positioning to work correctly\r
+       in all browsers. IE in particular seems to have a lot of trouble, even\r
+       when a valid doctype is present. Because of the way it is solved currently,\r
+       the top of the quickmenu and the contents will not line up\r
+*/\r
+#quickmenu {\r
+       position: absolute;\r
+       overflow: hidden;\r
+       \r
+       top: 10px;\r
+       left: 10px;\r
+\r
+       width: 130px;\r
+       margin: 0px;\r
+       padding: 0px;\r
+       \r
+       font-size: 70%;\r
+       \r
+       border-width: 1px;\r
+       border-style: solid;\r
+       border-color: black;\r
+\r
+       background: #ffffff url(quickb.jpg) top left fixed repeat-y; \r
+}\r
+\r
+#quickmenu ul {\r
+       list-style-type: none;\r
+       margin: 0;\r
+       padding: 0;\r
+}\r
+#quickmenu p {\r
+       padding: 5px;\r
+       margin: 0px;\r
+       text-align: justify;\r
+}\r
+#quickmenu li {\r
+       padding: 0;\r
+       margin: 0;\r
+       text-align: center;\r
+       border-bottom: 1px solid #ccc;\r
+}\r
+#quickmenu a {\r
+       display: block;\r
+       padding: 5px;\r
+       font-size: 1em;\r
+       line-height: 1.5em;\r
+       text-decoration: none;\r
+       font-family: verdana, lucida, arial, helvetica, sans-serif;\r
+}\r
+*>#quickmenu a {\r
+       font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
+}\r
+#quickmenu a:hover {\r
+       background: #ffffff url(quickb-hover.jpg) top left fixed repeat-y; \r
+       color: #000;\r
+       letter-spacing: 1px;\r
+}\r
+\r
+#quickmenu h2 {\r
+       font-size: small;\r
+       text-align: center;\r
+       padding: 1px 0px 1px 0px;\r
+       margin: 0px;\r
+       border-bottom: 1px solid #bbb;  \r
+       background-color: #ddd;\r
+       color: #000;\r
+}\r
+#quickmenu form {\r
+       margin: 0;\r
+       padding: 5px;\r
+       text-align: center;\r
+}\r
+#quickmenu option {\r
+       font-size: 0.9em;\r
+}\r
+\r
+.loginname {\r
+       float: right;\r
+       font-size: small;\r
+       text-align: right;\r
+       line-height: normal;\r
+       padding-left: 5px;\r
+       background-color: white;\r
+}\r
+\r
+#content h2 {\r
+       color: #596d9d; \r
+\r
+       border-color: gray;\r
+       border-style: dashed;\r
+       border-width: 0px 0px 1px 0px;\r
+\r
+       font-size: large;\r
+       line-height: 120%;\r
+\r
+       text-decoration: none;\r
+       font-weight: bold; \r
+\r
+}\r
+\r
+#content h3 {\r
+       border-color: gray;\r
+       border-style: dotted;\r
+       border-width: 0px 0px 1px 0px;\r
+       font-size: medium;\r
+       font-weight: normal;\r
+       line-height: 120%;\r
+\r
+       color: gray;\r
+       padding-left: 20px;\r
+       letter-spacing: 2;\r
+}\r
+\r
+#content .note, pre {\r
+       background-color: #ddd;\r
+       padding: 5px;\r
+}\r
+\r
+pre {\r
+       margin-left: 10px;\r
+}\r
+\r
+table {\r
+       border: none;\r
+       width: 100%;\r
+       border-collapse: collapse;\r
+       margin-bottom: 10px;\r
+       margin-top: 10px;       \r
+}\r
+\r
+.batchoperations {\r
+       background-color: #eef;\r
+       width: auto;\r
+       padding: 5px;\r
+       text-align: right;\r
+}\r
+\r
+th {\r
+       background-color: #bbc;\r
+       color: #000;\r
+       font-size: small;\r
+}\r
+\r
+th, td {\r
+       padding: 4px;\r
+       empty-cells: show;      \r
+}\r
+\r
+td {\r
+       background-color: #fff;\r
+       border: 1px solid #ddd;\r
+       font-size: small;\r
+       vertical-align: top;\r
+       text-align: left;\r
+}\r
+\r
+td a:link, td a:visited { \r
+       text-decoration: underline;\r
+       color: black;\r
+       font-weight: normal;\r
+}\r
+td a:hover {\r
+       color: #1D3565;\r
+       text-decoration: underline;\r
+}\r
+\r
+td.draft, td.future {\r
+       background-color: #ffe;\r
+}\r
+\r
+tr.highlighted td {\r
+       background-color: green;\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
+table.navigation td, table.navigation th {\r
+       border: none;\r
+}\r
+\r
+/* footer */\r
+.foot {\r
+\r
+ padding: 2px 0px 2px 10px;\r
+ margin:10px -10px 0 -10px;\r
+ text-align: center;\r
+}\r
+\r
+form {\r
+       margin-bottom: 0px;\r
+}\r
+\r
+input.transparent {\r
+       background-color: transparent;\r
+}\r
+\r
+/* a div that has an indent */\r
+div.indent {\r
+       margin-left: 40px;\r
+}\r
+\r
+/* \r
+       font size tricks, to make it work in all browsers\r
+       \r
+       See: \r
+       http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html\r
+\r
+       (netscape 4 trick is left out, Nucleus doesn't work anyway in that browser)     \r
+       #content should be 'small' (in standard-compliant browsers)\r
+       \r
+*/\r
+\r
+#content {\r
+  font-size: small;\r
+  voice-family: "\"}\"";\r
+  voice-family: inherit;\r
+  font-size: small;\r
+}\r
+html>body #content { font-size: small; }\r
+\r
+\r
+img.skinpreview {\r
+       border: 1px solid #ccc;\r
+}\r