OSDN Git Service

Merge branch 'skinnable-master' of sakamocchi@git.sourceforge.jp:/gitroot/nucleus...
[nucleus-jp/nucleus-next.git] / nucleus / styles / admin_contemporary.css
index 2c2d94c..a21dd3e 100644 (file)
-/*@charset 'UTF-8';*/\r
-\r
-/*\r
-       admin area style\r
-       \r
-       $Id: admin.css 1261 2008-05-22 20:32:43Z kaigreve $\r
-*/\r
-\r
-body {\r
-       background: #fff url(contemporary/background.png) repeat-x;\r
-}\r
-\r
-body, td, th, a, li, ul, textarea {\r
-       color: #333\r
-       font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
-}\r
-\r
-/* basic link appearance */\r
-a:link, a:visited {\r
-       color: #1D3565;\r
-       font-weight: bold;\r
-       text-decoration: none;\r
-}\r
-\r
-a:hover {\r
-       text-decoration: underline;\r
-}\r
-\r
-/* textareas */\r
-textarea {\r
-       font-size: small;\r
-       width: 95%;\r
-}\r
-\r
-/* textareas for skin/template editing have monospace fonts */\r
-textarea.skinedit, textarea.templateedit {\r
-       font-family: monospace;\r
-       font-size: medium;\r
-}\r
-\r
-/* images */\r
-img    {\r
-       border: none;\r
-}\r
-\r
-img.skinpreview {\r
-       border: 1px solid #ccc;\r
-}\r
-\r
-/* forms */\r
-form {\r
-       margin-bottom: 0px;\r
-}\r
-\r
-label {\r
-       cursor: pointer;\r
-}\r
-\r
-input.transparent {\r
-       background-color: transparent;\r
-}\r
-\r
-/* preformatted text */\r
-pre {\r
-       margin-left: 10px;\r
-}\r
-\r
-/* a div that has an indent */\r
-div.indent {\r
-       margin-left: 40px;\r
-}\r
-\r
-.skip {\r
-       display: none;\r
-}\r
-\r
-.error {\r
-       color: red;\r
-       font-size: 1.2em;\r
-}\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
-/* 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: 150px;\r
-       margin: 0px;\r
-       padding: 0px;\r
-       \r
-       font-size:9pt;/*add yotaka 090323*/\r
-       color:#333;/* add */\r
-       \r
-       border-width: 1px;\r
-       border-style: solid;\r
-       border-color: #bbb;\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
-\r
-#quickmenu li {\r
-       padding: 0;\r
-       margin: 0;\r
-       text-align: center;\r
-       border-bottom: 1px solid #ccc;\r
-}\r
-\r
-#quickmenu p {\r
-       padding: 5px;\r
-       margin: 0px;\r
-       text-align: justify;\r
-}\r
-\r
-#quickmenu a {\r
-       display: block;\r
-       padding: 5px;\r
-       font-size: 1em;\r
-       line-height: 1.5;\r
-       text-decoration: none;\r
-}\r
-\r
-#quickmenu a:hover {\r
-       background: #ffffff url(quickb-hover.jpg) top left fixed repeat-y; \r
-       color: #333;\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: #333;\r
-}\r
-\r
-#quickmenu form {\r
-       margin: 0;\r
-       padding: 5px;\r
-       text-align: center;\r
-}\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
-/* page content */\r
-#content {\r
-       margin-left: 163px;\r
-       font-style: normal;\r
-       text-decoration: none;\r
-       color: #333;\r
-       text-align: justify;\r
-       line-height: 13pt;\r
-\r
-       border-width: 1px;\r
-       border-style: solid;\r
-       border-color: #bbb;\r
-       \r
-       /* rounded borders in gecko-based browsers? why not :) */\r
-       -moz-border-radius: 10px;       \r
-\r
-       -webkit-border-radius: 10px;\r
-       border-radius: 10px;\r
-       padding: 10px 10px 0 10px;      \r
-       \r
-       background-color: white;\r
-       \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
-#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
-}\r
-\r
-#content .note, pre {\r
-       background-color: #ddd;\r
-       padding: 5px;\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
-/* tables */\r
-table {\r
-       border: none;\r
-       width: 100%;\r
-       border-collapse: collapse;\r
-       margin-bottom: 10px;\r
-       margin-top: 10px;       \r
-}\r
-\r
-th {\r
-       background-color: #ddd;\r
-       color: #000;\r
-       font-size: small;\r
-}\r
-\r
-th, td {\r
-       padding: 4px;\r
-       empty-cells: show;      \r
-       border: 1px solid #ddd; /* add */\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
-\r
-td a:hover {\r
-       color: #1D3565;\r
-       text-decoration: underline;\r
-}\r
-\r
-td.draft {\r
-       background-color: #ffe;\r
-}\r
-td.future {
-       background-color: #fff7f1;
-}
-\r
-tr.highlighted td {\r
-       background-color: green;\r
-}\r
-\r
-table.navigation td, table.navigation th {\r
-       border: none;\r
-}\r
-\r
-.batchoperations {\r
-       background-color: #ebebf2;\r
-       width: auto;\r
-       padding: 5px;\r
-       text-align: right;\r
-}\r
-\r
-/* footer */\r
-.foot {\r
-       padding: 2px 0px 2px 10px;\r
-       margin:10px -10px 0 -10px;\r
-       text-align: center;\r
-}\r
+/*@charset 'UTF-8';*/
+
+/*
+       admin area style
+       
+       $Id: admin.css 1261 2008-05-22 20:32:43Z kaigreve $
+*/
+
+body {
+       background: #fff url(contemporary/background.png) repeat-x;
+}
+
+body, td, th, a, li, ul, textarea {
+       color: #333
+       font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
+}
+
+/* basic link appearance */
+a:link, a:visited {
+       color: #1D3565;
+       font-weight: bold;
+       text-decoration: none;
+}
+
+a:hover {
+       text-decoration: underline;
+}
+
+/* textareas */
+textarea {
+       font-size: small;
+       width: 95%;
+}
+
+/* textareas for skin/template editing have monospace fonts */
+textarea.skinedit, textarea.templateedit {
+       font-family: monospace;
+       font-size: medium;
+}
+
+/* images */
+img    {
+       border: none;
+}
+
+img.skinpreview {
+       border: 1px solid #ccc;
+}
+
+/* forms */
+form {
+       margin-bottom: 0px;
+}
+
+label {
+       cursor: pointer;
+}
+
+input.transparent {
+       background-color: transparent;
+}
+
+/* preformatted text */
+pre {
+       margin-left: 10px;
+}
+
+/* a div that has an indent */
+div.indent {
+       margin-left: 40px;
+}
+
+.skip {
+       display: none;
+}
+
+.error {
+       color: red;
+       font-size: 1.2em;
+}
+
+/* header */
+h1 {
+       text-align: right;
+       font-size: 30px;
+       font-weight: 900;
+       letter-spacing: 0.1em;
+       /*color: #0001AA;       */
+       color: #596d9d;
+       margin: 0 0 5px 135px;
+       height: 35px;
+       /*display: none;        hide the header if you don't want it*/
+
+}
+
+/* quick menu on left */
+/* 
+       It's a real pain getting this absolute positioning to work correctly
+       in all browsers. IE in particular seems to have a lot of trouble, even
+       when a valid doctype is present. Because of the way it is solved currently,
+       the top of the quickmenu and the contents will not line up
+*/
+#quickmenu {
+       position: absolute;
+       overflow: hidden;
+       
+       top: 10px;
+       left: 10px;
+
+       width: 150px;
+       margin: 0px;
+       padding: 0px;
+       
+       font-size:9pt;/*add yotaka 090323*/
+       color:#333;/* add */
+       
+       border-width: 1px;
+       border-style: solid;
+       border-color: #bbb;
+
+       background: #ffffff url(quickb.jpg) top left fixed repeat-y; 
+}
+
+#quickmenu ul {
+       list-style-type: none;
+       margin: 0;
+       padding: 0;
+}
+
+#quickmenu li {
+       padding: 0;
+       margin: 0;
+       text-align: center;
+       border-bottom: 1px solid #ccc;
+}
+
+#quickmenu p {
+       padding: 5px;
+       margin: 0px;
+       text-align: justify;
+}
+
+#quickmenu a {
+       display: block;
+       padding: 5px;
+       font-size: 1em;
+       line-height: 1.5;
+       text-decoration: none;
+}
+
+#quickmenu a:hover {
+       background: #ffffff url(quickb-hover.jpg) top left fixed repeat-y; 
+       color: #333;
+       letter-spacing: 1px;
+}
+
+#quickmenu h2 {
+       font-size: small;
+       text-align: center;
+       padding: 1px 0px 1px 0px;
+       margin: 0px;
+       border-bottom: 1px solid #bbb;  
+       background-color: #ddd;
+       color: #333;
+}
+
+#quickmenu form {
+       margin: 0;
+       padding: 5px;
+       text-align: center;
+}
+
+#quickmenu option {
+       font-size: 0.9em;
+}
+
+.loginname {
+       float: right;
+       font-size: small;
+       text-align: right;
+       line-height: normal;
+       padding-left: 5px;
+       background-color: white;
+}
+
+/* page content */
+#content {
+       margin-left: 163px;
+       font-style: normal;
+       text-decoration: none;
+       color: #333;
+       text-align: justify;
+       line-height: 13pt;
+
+       border-width: 1px;
+       border-style: solid;
+       border-color: #bbb;
+       
+       /* rounded borders in gecko-based browsers? why not :) */
+       -moz-border-radius: 10px;       
+
+       -webkit-border-radius: 10px;
+       border-radius: 10px;
+       padding: 10px 10px 0 10px;      
+       
+       background-color: white;
+       
+}
+
+#content h2 {
+       color: #596d9d; 
+
+       border-color: gray;
+       border-style: dashed;
+       border-width: 0px 0px 1px 0px;
+
+       font-size: large;
+       line-height: 120%;
+
+       text-decoration: none;
+       font-weight: bold; 
+}
+
+#content h3 {
+       border-color: gray;
+       border-style: dotted;
+       border-width: 0px 0px 1px 0px;
+       font-size: medium;
+       font-weight: normal;
+       line-height: 120%;
+
+       color: gray;
+       padding-left: 20px;
+}
+
+#content .note, pre {
+       background-color: #ddd;
+       padding: 5px;
+}
+
+/* 
+       font size tricks, to make it work in all browsers
+       
+       See: 
+       http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html
+
+       (netscape 4 trick is left out, Nucleus doesn't work anyway in that browser)     
+       #content should be 'small' (in standard-compliant browsers)
+       
+*/
+
+#content {
+  font-size: small;
+  voice-family: "\"}\"";
+  voice-family: inherit;
+  font-size: small;
+}
+html>body #content { font-size: small; }
+
+/* tables */
+div#content table {
+       border: none;
+       width: 100%;
+       border-collapse: collapse;
+       margin-bottom: 10px;
+       margin-top: 10px;
+}
+
+div#content table tbody tr {
+       background-color: #FFFFFF;
+}
+
+div#content table tbody tr:hover {
+       background-color:       #F5F5F5;
+}
+
+div#content table thead tr th {
+       border: none;
+       background-color: #BBBBCC;
+       color: #000000;
+       font-size: small;
+}
+
+div#content table thead th,
+div#content table tbody td {
+       padding: 4px;
+       empty-cells: show;
+}
+
+div#content table.systemoverview thead th,
+div#content table.systemoverview tbody td {
+       width:  50%;
+}
+
+div#content table tbody tr td {
+       border: 1px solid #ddd;
+       font-size: small;
+       vertical-align: top;
+       text-align: left;
+}
+
+div#content table tbody tr td a:link,
+div#content table tbody tr td a:visited {
+       text-decoration: underline;
+       color: black;
+       font-weight: normal;
+}
+
+div#content table tbody tr td a:hover {
+       color: #1D3565;
+       text-decoration: underline;
+}
+
+div#content table tbody tr td.draft,
+div#content table tbody tr td.future {
+       background-color: #FFFFEE;
+}
+
+div#content table.navigation td,
+div#content table.navigation th {
+       border: none;
+}
+
+div#content table tbody td h3 {
+       padding:        0px;
+       margin: 0px 0px 2em 0px;
+       border: 0px;
+       color:  #000000;
+       font-size:      small;
+       font-weight:    normal;
+       line-height:    13pt;
+}
+
+div#content table tbody td h3#base_skin {
+       font-weight:    bold;
+}
+
+/* definitive list */
+div#content table tbody tr td dl {
+       margin: 0px;
+       padding:        0px;
+}
+
+div#content table tbody tr td:first-child dl dt {
+       margin: 0px;
+       padding:        0px 5px 0px 0px;
+       display:        inline;
+       float:  left;
+       clear:  both;
+}
+
+div#content table tbody tr td:first-child dl dd {
+       margin: 0px;
+       padding:        0px;
+       display:        block;
+}
+
+div#content table tbody tr td dl dd {
+       margin: 0px 0px 1em 0px;
+}
+
+/* unorderd list */
+div#content table tbody tr td ul {
+       margin: 0px;
+       padding:        0px;
+       list-style:     none;
+}
+
+div#content table tbody tr td ul li {
+       margin: 0px;
+       padding:        0px;
+       white-space:    nowrap;
+}
+
+.batchoperations {
+       background-color: #EEEEFF;
+       width: auto;
+       padding: 5px;
+       text-align: right;
+}
+
+/* footer */
+div.foot {
+       padding: 2px 0px 2px 10px;
+       margin:10px -10px 0 -10px;
+       text-align: center;
+}