Minahito
minah****@users*****
2006年 4月 28日 (金) 18:17:08 JST
Index: xoops2jp/html/modules/base/admin/theme/stylesheets/style.css diff -u /dev/null xoops2jp/html/modules/base/admin/theme/stylesheets/style.css:1.1.2.1 --- /dev/null Fri Apr 28 18:17:08 2006 +++ xoops2jp/html/modules/base/admin/theme/stylesheets/style.css Fri Apr 28 18:17:08 2006 @@ -0,0 +1,232 @@ + +body { + background: #ffffff; + font-size: 12px; + font-family: Verdana, Arial, Helvetica, sans-serif; + margin: 0; + padding: 0; +} +h1, h2, h3, h4, h5 { + color: #47477f; + margin: 5px 0 12px; +} +h2 { + color: #666666; + background: url(<{"design/h2bg.gif"|theme}>) repeat-x; + padding-left: 5px; +} +a { + color: #000000; + font-weight: normal; + text-decoration:none; +} +a:visited { + color: #000000; + font-weight: normal; +} +a:hover { + color: #B22222; +} + +img {border:0} + +ul { + margin: 2px; + padding: 2px; + list-style: square outside; +} + +li { + margin-left: 20px; + line-height: 130%; +} + +th { + color: #ffffff; + background: #000080; + text-align: center; + padding: 3px 4px; +} + +th a { + font-weight: bold; + color: #ffffff; +} + +th a:visited { + font-weight: bold; + color: #ffffff; +} + +th a:hover { + font-weight: bold; + color: #ff8c00; +} + +input.formButton { + background: url(<{"design/buttonbg.gif"|theme}>); + border-top: solid 1px #9a9caa; + border-left: solid 1px #9a9caa; + border-right: solid 1px #43445e; + border-bottom: solid 1px #43445e; +} + +#Table1 { + background: #000080; +} +#header { + color: #ffffff; + text-align: right; + vertical-align: middle; + width: 100%; + padding-top: 5px; +} +#header a:link, #header a:visited { + color: #ffffff; +} +#header2 { + color: #ffffff; + background: #00004f url(<{"design/headersearchborder.gif"|theme}>) repeat-y left; + text-align: center; + vertical-align: middle; +} +#header2 input { +/* background: #778899; */ +} +#sidemenu { + background: #e6e6e6; + vertical-align: top; + padding: 2px 0 0 0; + margin: 0; +} +#sidemenu div.head { + background: url(<{"design/menutitle_close.gif"|theme}>) no-repeat; + height: 15px; /* 25px */ + padding: 3px; +} +#sidemenu div.head2 { + background: url(<{"design/menutitle_open.gif"|theme}>) no-repeat; + height: 15px; /* 25px */ + padding: 3px; +} +#sidemenu div.head a:link, #sidemenu div.head a:visited { + color: #000080; + font-weight: bold; +} +#sidemenu div.head2 a:link, #sidemenu div.head2 a:visited { + color: #9c0808; + font-weight: bold; +} +#sidemenu div.head a:hover, #sidemenu div.head2 a:hover { + color: #ffffff; +} +.side { + margin: 0 5px 10px 1px; + display: none; +} +.side li { + list-style: url(<{"design/menulist.gif"|theme}>); +} +#nav { + margin-bottom: 3px; +} +#nav a:link, #nav a:visited { + color: #666666; + font-size: 8pt; + font-weight: normal; +} +#nav a:hover { + color: #800000; +} +#nav table { + width: auto; + border: none; + display: inline; +} +#nav td.center { + background: url(<{"design/nav_bg.gif"|theme}>) repeat-x; + height: 18px; +} +#nav td.left { + background: url(<{"design/nav_lcap.gif"|theme}>) no-repeat; + width: 5px; + height: 18px; +} +#nav td.right { + background: url(<{"design/nav_rcap.gif"|theme}>) no-repeat; + width: 5px; + height: 18x; +} +#content { + background: #f5f5f5 url(<{"design/menuborder.gif"|theme}>) repeat-y left; + margin: 0; + padding: 5px 5px 5px 12px; + border-right: solid 1px #efefef; +} +#content table { + width: 100%; + border: solid 1px #cccccc; +} +#contentBody { + background: #ffffff; + padding: 12px; +} + +#searchBox { + margin: 0; +} +#footer { + background: #cccccc; + font-size: 95%; + text-align: center; + padding: 3px 0; +} +.nw { + white-space: nowrap; +} +.head { + color: #000000; + background: #dddddd; + padding: 1px 4px; +} +.foot { + color: #000000; + background: #dddddd; + padding: 4px 4px; + text-align: center; +} +.odd { + background: #e6e6e6; + padding: 1px 4px; +} +.even { + background: #f5f5f5; + padding: 1px 4px; +} +tr.odd td { + background: #e6e6e6; + padding: 1px 4px; +} +tr.even td { + background: #f5f5f5; + padding: 1px 4px; +} +.adminnavi { +} +.adminnavi a { +} +.toptab { + text-align: right; +} +.pagenavi { + text-align: center; +} +.tips { + border:2px dotted #ff6633; + padding: 8px; + padding-left: 35px; + margin: 10px; + background: #fff8ee url(<{"design/module_title.gif"|theme}>) no-repeat 5px 2px; +} +.help { +} \ No newline at end of file