Tatsuki SUGIURA
sugi****@users*****
2006年 7月 12日 (水) 21:22:15 JST
Index: slashjp/themes/slashcode/htdocs/admin.css diff -u /dev/null slashjp/themes/slashcode/htdocs/admin.css:1.2 --- /dev/null Wed Jul 12 21:22:15 2006 +++ slashjp/themes/slashcode/htdocs/admin.css Wed Jul 12 21:22:15 2006 @@ -0,0 +1,159 @@ +body.admin +{ + background: #e5e5e5; + position: relative; +} + +.admin fieldset { margin: 0 0 1em 1em; } +label.checkbox { display: inline; } +input {width: auto !important;} +.contentsadmin +{ + width: auto; + z-index: 1; + position: relative; + padding: 1em; + margin: 0; +} + + +#footer .admin li +{ + border-left: 1px solid #555; + margin: 0; + padding: 0; + list-style: none; + display: inline; +} + +#adminmenu +{ + font-weight: normal; + font-size: 80%; + font-family: arial, helvetica, sans-serif; + border-top: 2px solid #aaa; + border-bottom: 2px solid #aaa; + background: #ddd; + padding: 0 1em; + margin: 0; + position: relative; +} +#adminmenu small { font-size: 85%; } + +#adminmenu ul.menu +{ + display: inline; + margin: 0; + padding: 0; + font-size: 100%; +} + +#adminmenu ul.menu li a {border: none; text-decoration: none; } + +#adminmenu ul.menu li +{ + display: inline; + list-style: none; + margin: 0 .2em; + padding: 0; +} + +#adminmenu ul.menu li.selected { background: #aaa; } + +html>body #admin { margin: 0 auto .2em 0; } + +#admin +{ + background: #fff; + clear: right; + z-index: 2; + position: relative; + margin: 0 -14.4em .2em 0; + border: 1px solid #aaa; +} + +#slashboxes .highlight +{ + background: #eee; + border: 1px solid #ddd; + font-weight: bold; +} + +#slashboxes #slashd, +#slashboxes #future +{ + margin: 0; + padding: 0; + list-style: none; +} + +#slashboxes #slashd ul, +#slashboxes #future ul +{ + margin: 0; + padding: 0; +} + +#slashboxes #slashd li, +#slashboxes #future li +{ + margin: .1em 0; + padding: 0 .3em; +} + +#slashboxes #slashd ul li, +#slashboxes #future ul li +{ + padding: 0; + margin: 0 0 0 2em; + list-style: url("/images/drop.gif"); +} + +#slashboxes #slashd li em, +#slashboxes #future li em { font-weight: normal; } +#slashboxes #slashd li.highlight a, +#slashboxes #future li.highlight a { color: #000; } + +#slashboxes #future li.future +{ + background: #fff; + border: none; +} + +#slashboxes #future li.futurel +{ + background: #ddd; + border: 1px solid #ccc; +} + +#slashboxes #future li.futureg +{ + background: #bbb; + border: 1px solid #aaa; +} + +.admin #footer li +{ + border-left: 1px solid #555; + margin: 0; + padding: 0; + list-style: none; + display: inline; +} + +.nex_remove { color: #000; } +.admin_data_label { color: #aaa;} +.story_main { background: #fff;} +.story_sec { background: #ccc; } +.story_nd { background: #999; } +.ss_story_main { background: #ff6; color: #000; } +.ns_story_main { background: #f66; color: #000; } +.ss_story_sec { background: #993; color: #000; } +.ns_story_sec { background: #c33; color: #000; } +.ns_story_main a, .ns_story_sec a { color: #033; } +.ss_story_main a, .ss_story_sec { color: #066; } +.admin_story_list, .submit_story_list { font-size: 80%; } +.user_admin { background: #ccc; } +body .adminstoryform fieldset {background: #ccc; } +body .adminstoryform legend { display: none;} +#console #remarks_table, #submitframe { margin-right: 16em } Index: slashjp/themes/slashcode/htdocs/base.css diff -u /dev/null slashjp/themes/slashcode/htdocs/base.css:1.2 --- /dev/null Wed Jul 12 21:22:15 2006 +++ slashjp/themes/slashcode/htdocs/base.css Wed Jul 12 21:22:15 2006 @@ -0,0 +1,687 @@ +body, div, form, h1, h2, h3, h4, h5, h6, #links ul li, #links ul, #topnav, img +{ + padding: 0; + margin: 0; +} + +body +{ + color: #000; + position: relative; +} + +sup +{ + margin: 0 0 -.3em 0; + padding: 0; +} + +a { color: #600; } +a:visited { color: #000; } +a:hover { text-decoration: none; } +img { border: none; } +#jump { display: none; } + +/* layout */ +#frame +{ + margin: .8em; + position: relative; +} + +#contents +{ + width: auto; + z-index: 1; + position: relative; + padding: 0; + margin: 0 0 0 7.2em; +} + +#messages, #submit, #comments, #login, #pollBooth, #wide, #search, #authors, #topics +{ + overflow: visible; + height: 100%; + z-index: 2; + position: relative; + margin: 0 0 1em 0; + padding: 0; +} + +#articles, #users-blocks, #polls +{ + overflow: visible; + height: 100%; + z-index: 2; + position: relative; + margin: 0 15.6em 1em 0; + padding: 0; +} + +#poll-content legend { display: none; } + +/* Header */ +#logo h1 a +{ + text-indent: -700em; + display: block; + text-decoration: none; + float: left; + position: relative; +} + +#topnav +{ + z-index: 0; + position: relative; + height: 80px; + margin: 0 0 .1em 0; +} + +#topnav h4 a +{ + text-align: center; + padding: 0 .6em; + text-decoration: none; +} + +#topnav h4 +{ + text-align: center; + margin: 0 auto; + white-space: nowrap; +} + +#topnav ul { + position: absolute; + right: 0; + margin: 0; + width: 55%; + list-style: none; +} + +#topnav li { + float:left; + text-align: center; + width:19%; +} + +#slogan h2 +{ + padding: .3em; + margin: 0 0 .3em 0; + clear: both; +} + +/* links */ +#links +{ + float: left; + width: 6.6em; + z-index: 0; + position: relative; + padding: 0; +} + +#links div.block +{ + padding: 0; + margin: 0 0 1em 0; + position: relative; +} + +#links div.title +{ + background: #999; + padding: 0; + margin: 0; + position: relative; +} + +#links h4 +{ + margin: 0; + padding: .3em .6em; + color: #fff; + position: relative; +} + +#links h4 a, #links h4 a:visited { color: #fff; } + +#links div.content +{ + padding: .3em .3em .6em .3em; + position: relative; +} + +#links em +{ + font-weight: bold; + margin: .3em 0 .3em .8em; + font-style: normal; +} + +#links h2 +{ + background: #ddd; + position: relative; + font-size: 130%; + margin: 0 0 0 -.2em; + padding: 0 .2em; +} + +#links h2 a, #links h2 { color: #444; } +#links ul li { list-style: none; } +#links ul { margin: 0; } + +#navigation-content li.user +{ + background: #ddd; + position: relative; + margin: 1em 0 0 0; + padding: .2em 0 0 0; + color: #444; +} + +#navigation-content ul ul +{ + margin: 0; + padding: .3em 0 .3em .6em; + background: #fff; +} + +/* slashboxes */ +#slashboxes +{ + float: right; + width: 15em; + z-index: 0; + position: relative; + margin: 0 0 .3em 0; + padding: 0; +} + +#slashboxes div.block +{ + margin: 0 0 1em 0; + position: relative; +} + +#slashboxes div.title +{ + background: #999; + padding: 0; + margin: 0; + position: relative; +} + +#slashboxes h4 +{ + margin: 0; + padding: .3em .6em; + color: #fff; + position: relative; + z-index: 4; +} + +#slashboxes h4 a, #slashboxes h4 a:visited { color: #fff; } + +#slashboxes div.content +{ + margin: 0; + padding: .3em .6em .6em .6em; + position: relative; +} + +#slashboxes h4 img.map +{ + position: absolute; + right: .3em; +} + +#slashboxes ul +{ + padding: 0 .3em; + margin: 0 1em; + position: relative; +} + +/* login content */ +#slashboxes #userlogin-content legend, +#slashboxes #login-content legend, +#login legend { display: none; } + +#slashboxes #userlogin-content fieldset, +#slashboxes #login-content fieldset, +#login fieldset +{ + margin: 0; + padding: 0; + border: none; +} + +/* olderstuff content */ +#slashboxes #olderstuff-content ul +{ + list-style: none; + padding: 0; + margin: 0; +} + +#slashboxes #olderstuff-content ul li a +{ + font-size: 150%; + font-weight: bold; +} + +#slashboxes #olderstuff-content ul li ul li a, #slashboxes #olderstuff-content p +{ + font-size: 100%; + font-weight: normal; +} + +#slashboxes #olderstuff-content ul li ul +{ + list-style: disc; + padding: 0 0 0 1.3em; + margin: 0; +} + +/* General */ +* html .generaltitle,* html .generalbody,* html .article .body,* html .article .details +{ + position: relative; +} +.generaltitle +{ + padding: 0; + margin: 0; +} + +.generaltitle div.title +{ + background: #999; + padding: 0; + margin: 0; +} + +.generaltitle h3 +{ + margin: 0; + padding: .3em .8em .2em .8em; + color: #fff; +} + +.generaltitle h3 a, .generaltitle h3 a:visited +{ + color: #fff; +} + +.generalbody +{ + padding: 1em; + margin: 0 0 1em 0; + height: 100%; + width: auto; + z-index: 2; +} +/* articles */ +.article +{ + padding: 0; + margin: 0; +} + +.article div.title +{ + background: #999; + padding: 0; + margin: 0; +} +#journal .article h3 +{ + margin: 0; + padding: .3em .8em .2em .8em; + color: #fff; +} + +#journal .article h3 a, #journal .article h3 a:visited { color: #fff; } + +.article .details +{ + padding: .4em 1em; + margin: 0; + position: relative; +} + +.article .body +{ + padding: 1em; + margin: 0; + min-height: 50px; +} + +.article .details strong +{ + font-weight: bold; + position: relative; +} + +.topic +{ + margin: 0 .4em .4em 0; + float: right; + position: relative; +} + +.topic img +{ + display: block; + position: relative; + z-index: 10; +} + +.intro p +{ + margin: 0 0 1em 0; + position: relative; +} + +.full +{ + margin: 1em 0 0 0; + position: relative; +} + +div.storylinks +{ + margin: 0 0 1em 0; + padding: 0; +} + +div.storylinks div +{ + margin: 0; + padding: 0; +} + +div.storylinks ul +{ + padding: .4em .4em .6em .4em; + margin: 0; +} + +div.storylinks ul li +{ + border-left: 1px solid #555; + padding: 0 .2em 0 .4em; + list-style: none; + display: inline; +} + +div.storylinks ul li.more +{ + border: none; + font-weight: bold; +} + +div.storylinks ul li.comments a { font-weight: bold; } + +/* Footer */ +#footer +{ + clear: both; + z-index: 0; + position: relative; + font-weight: normal; +} + +#footer em +{ + text-align: center; + padding: 1.6em 0; + vertical-align: middle; + font-style: italic; + position: relative; +} + +.copyright +{ + clear: both; + text-align: center; + position: relative; +} + +/* Bottom Nav */ +.btmnav +{ + color: #999; + text-align: center; + margin: 0 0 .4em 0; + position: relative; +} + +.btmnav ul li +{ + margin: 0; + padding: 0; + list-style: none; + display: inline; +} + +.btmnav ul li a +{ + border-left: 1px solid #555; + color: #999; + padding: 0 .4em; +} + +.btmnav ul li.begin a +{ + border: none; + padding: 0 .4em 0 0; +} + +.btmnav ul li a:visited { color: #000; } + +/* Usermenu */ +#usermenu +{ + background: #fff; + margin: 0; + padding: .3em; + border: 1px solid #aaa; + border-bottom: none; + height: 100%; +} + +ul.menu +{ + padding: 0; + font-size: 85.5%; + margin: .3em 0 0 .3em; +} + +ul.menu li +{ + margin: 0; + padding: 0; + list-style: none; + display: inline; + white-space: nowrap; +} + +ul.menu li a +{ + border-left: 1px solid #ccc; + padding: 0 .3em; + width: auto; +} + +ul.menu li a.begin +{ + border: none; + padding: 0 .3em; +} + +ul.menu li a:visited { color: #600; } + +ul.menu li.selected a +{ + font-weight: bold; + text-decoration: none; + color: #000; + padding: 0 .3em; +} + +.generalbody ul.menu, .submenu +{ + margin: 1em 0 1em 0; + padding: 0; + font-size: 70%; + font-family: sans-serif; + display: block; +} + +.generalbody ul.menu li, .submenu li +{ + margin: 0; + padding: 0; + list-style: none; + display: inline; +} + +.generalbody ul.menu li a, .submemu li a +{ + border-left: 1px solid #ccc; + border-bottom: none; + padding: 0 .3em 0 .3em; +} + +.generalbody ul.menu li a.begin, .submenu li a.begin +{ + border: none; + padding: 0 .3em 0 .3em; +} + +#usermenu ul.menu li.selected a, .generalbody ul.menu li.selected a, .submenu li.selected a +{ + font-weight: bold; + text-decoration: none; + color: #000; +} + +/* Messaging */ +.message { padding: 1em; } + +.error +{ + padding: 1em; + color: #600; + font-weight: bold; +} + +/* Forms */ +fieldset +{ + margin: 0 0 1em 0; + padding: 0 1em 1em 1em; + border: 1px solid #aaa; +} + +#footer fieldset, #slashboxes fieldset { border: none; } + +legend +{ + color: #aaa; + font-family: sans-serif; + font-size: 75.5%; + font-weight: bold; + margin: 1em 0; +} + +label +{ + display: block; + font-weight: bold; + padding: 1em 0 0 0; +} + +label.checkbox { font-weight: normal; } + +input.button +{ + display: inline; + margin: 1em 0 0 0; +} + +/* Data tables */ +.data { font-family: sans-serif; font-size: 75.5%; border-spacing: 0px; } +.data_head +{ + color: #fff; + background: #600; + font-family: sans-serif; +} + +.data_head th { text-align: left; } +.data_head a { color: #fff; } +.data td { padding: 2px } +.data_hl1 +{ + background: #ccc; + font-family: sans-serif; +} + + +.data_hl2 +{ + background: #ddd; + font-family: sans-serif; +} + +.data_hl3 +{ + background: #eee; + font-family: sans-serif; +} + +/* Authors */ +#authors h2 { display: inline; } + +#authors .intro +{ + display: block; + margin: .3em; +} + +/* Misc */ +.notes, .note +{ + font-family: sans-serif; + font-size: 75.5%; + display: block; + padding: .3em; +} + +.note ul li { + font-family: sans-serif; + font-size: 68.5%; +} + + +pre +{ + overflow: auto; + position: relative; + width: 90%; + padding: 0 0 0 1em; + margin: 0; +} + +.lt_tb_col { background: #ccc; } +.lt_text_col { color: #fff; } +.right { text-align: right; } +.sb_header { font-size: 125%; font-weight: bold; color: #600; } +.hide { display: none } +.buttons { text-align: right } Index: slashjp/themes/slashcode/htdocs/comments.css diff -u /dev/null slashjp/themes/slashcode/htdocs/comments.css:1.2 --- /dev/null Wed Jul 12 21:22:15 2006 +++ slashjp/themes/slashcode/htdocs/comments.css Wed Jul 12 21:22:15 2006 @@ -0,0 +1,195 @@ +html>body #comments { margin: 0 auto .2em 0; width: 100%; } + +#comments +{ + clear: right; + z-index: 2; + position: relative; + margin: 0 -15.6em .2em 0; + width: 98%; +} +.commentwrap { + background: #fff; + position: relative; + border: 1px solid #aaa; + clear: right; +} +html > body .commentwrap table { + width: 100%; + margin: 0; +} +.commentwrap table { + width: 99%; + margin: .3em; +} + +.commentBox +{ + background: #555; + text-align: center; + color: #fff; + margin-top: 0.5em; +} + +.commentBox a { color: #fff; } +.commentBox a:visited { color: #fff; } + +.commentBoxForm +{ + background: #ccc; + text-align: center; + padding-bottom: 0.5em; +} +.commentwrap legend +{ + display: none; +} +.commentwrap fieldset, .commentswrap form +{ + margin: 0; + padding: 0; + border: none; +} +.linkCommentPage { + background: #ccc; + text-align: center; + margin: .3em; + padding: .3em; +} +.commentTop .details { + font-size: 75.5%; + margin: 0; + padding: 0; +} +.commentTop .details small {font-size: 100%;} + +.commentTop +{ + background: #ddd; + border: 1px solid #ccc; + padding: .3em; +} + +.commentSub +{ + background: #eee; + padding: .3em; + font-size: 80%; + border: 1px solid #ddd; + margin: 0; +} + +.commentTop H4 { display: inline; } + +.commentBody +{ + border: 1px solid #ddd; + border-bottom: none; + padding: .3em; +} + +.commentshrunk, .commentstatus { font-weight: bold } + + +#commentlisting { + padding: 0px; + margin: 0px; + list-style: none; +} +.comment { margin-bottom: 0.5em } +#commentlisting li.comment { list-style: none; } +.comment_footer { text-align: center; background: #ddd } +.modsel { display: inline } + +.ups +{ + margin: 0 0 0 -.3em; + padding: 0 .3em; + text-decoration: none; + background: url("/images/comm-minus.gif") 0 .2em no-repeat; + right: -1.4em; + z-index: 2; + cursor: pointer; +} + +.dwns +{ + margin: 0; + padding: 0 .3em; + text-decoration: none; + background: url("/images/comm-plus.gif") 0 .2em no-repeat; + right: -1.4em; + z-index: 1; + cursor: pointer; +} + +.hide { display: none } +.show { display: inline } + + +.comment > .hidden { + display: none; +} + +.comment > .oneline .commentSub, .comment > .oneline .score, .comment > .oneline .otherdetails, .comment > .oneline .sig { + display: none; +} + +.comment > .oneline * { + display: inline; +} + +.comment > .oneline { + border: 1px solid #e5e5e5; + margin: 1em 0 0 0; + padding: .3em 0 0 0; + position: relative; + width: 99%; + height: 1.3em; + overflow: hidden; +} + +/* lots of space between lines */ +.comment > .oneline .commentTop, .comment > .oneline .commentBody { + border: none; + vertical-align: 10em; +} + +.comment > .oneline .details { + font-size: 100%; +} + +.comment > .oneline .commentTop .title h4 a { color: #600; } +.comment > .oneline .commentTop { + background: transparent; + color: #600; +} + +.comment > .oneline .commentBody { + background: transparent; + padding: 0 0 0 .5em; +} + +.comment > .oneline .commentBody * { + font-size: 100%; + color: #666; + text-decoration: none; + font: inherit; +} + +/* in oneline, sometimes icons are too tall for text ... this helps a little */ +.comment > .oneline .zooicon { + vertical-align: sub; +} + +/* D2 Widget */ +.thor {position: fixed; opacity: 1; top: 0; left: 0; z-index: 1000; border-bottom: 2px solid #aaa; border-right: 2px solid #aaa; width: 7em; text-align: center } +/* .thor h3, .thor {opacity: 1 !important;} */ +.thor div.generaltitle div.title h3 {background: transparent; padding-right: 15em; font-size: 95%} +.thor .close {position: absolute; top: .2em; right: .2em; color: #fff; text-decoration: none; font-style: sans-serif; border: 1px solid #d4e5e5; border-bottom: 1px solid #015151; border-right: 1px solid #015151; padding: 0 .3em; background: #600;} + +.thor .commentControlFooter { text-align: right padding: 3px; background: #600; color: #fff; } +.thor .commentControlFooter a { color: #fff; text-decoration: none; } + +.loki {display: none;} +#commentlisting {clear: right;} Index: slashjp/themes/slashcode/htdocs/handheld.css diff -u /dev/null slashjp/themes/slashcode/htdocs/handheld.css:1.2 --- /dev/null Wed Jul 12 21:22:15 2006 +++ slashjp/themes/slashcode/htdocs/handheld.css Wed Jul 12 21:22:15 2006 @@ -0,0 +1,66 @@ +body +{ + background: #fff; + font-family: sans-serif; + font-size: 100%; + margin: 0; + padding: 0; +} +#frame {margin: 0 2px; padding: 0;} +ul li { display: inline; margin: 0 .2em; } + +/* Header */ +#logo h1 a {padding: 0 5px; height: 20px; background: #000; color: #fff; font-size: 14px;} +#slogan h2 +{ + display: block; + color: #000; + margin: 1em 0; + padding: 0 5px; + font-size: x-small; +} +h3 {margin: .6em 0 0 0;} +.details +{ + font-size: x-small; + color: #666; + padding: 0; + margin: 0; +} +.article .body {font-size: small;} +.storylinks ul +{ + margin: 0; + display: inline; + font-size: small; +} + +.btmnav ul, ul, .aduserbox #articles, .admin #articles, div#search.aduserbox .generaltitle, div#search.aduserbox .generalbody, #contents, #messages, #submit, #comments, #login, #pollBooth, #wide, #search, #authors, #topics, #articles, #users-blocks, #polls +{ + margin: 0; + padding: 0; +} +.generaltitle, .generaltitle div.title { background: transparent; margin-top: .5em;} +.generaltitle h3 a {color: #00e;} +.generaltitle h3 {padding: 0; margin: 0; color: #000;} +.article .topic img, #ostgnavbar, #slashboxes, #links, #topnav ul, #jump, #user-section, #topnav .search { display: none; } +#topnav { margin: 0; padding: 0; height: 20px; } + +#footer { margin: 1em; } + +#footer .search +{ + margin: 1em 0; + float: none; + clear: both; +} + +#footer .rightcontent +{ + margin: 2.4em 0 0 0; + float: none; + clear: both; +} + +#footer .copyright { margin: 1em 0; } +a, a:visited, .btmnav ul li a, .btmnav ul li a:visited { color: #00e; } Index: slashjp/themes/slashcode/htdocs/print.css diff -u /dev/null slashjp/themes/slashcode/htdocs/print.css:1.2 --- /dev/null Wed Jul 12 21:22:15 2006 +++ slashjp/themes/slashcode/htdocs/print.css Wed Jul 12 21:22:15 2006 @@ -0,0 +1,72 @@ +body +{ + background: #fff; +} +#ostgnavbar, #topnav h4, #topnav ul, #links, #slashboxes, .btmnav, .search, #jump, .article .details img, #adminmenu, #footer table, div.storylinks, div.storylinks ul, div.storylinks div, .prev-next, #comments input, .commentwrap +{ + display: none; +} +/* Header */ +#slogan h2 +{ + color: #000; +} +.topic +{ + margin: 0 .4em .4em 0; + float: right; + position: relative; +} + +img { +border: none; +} +.topic img +{ + display: block; + position: relative; + z-index: 10; +} + +/* General */ +.article, .journalgeneric +{ + background: transparent; + margin: 0 0 2em 0; +} + +.generaltitle div.title, .article div.title, .journalgeneric div.title +{ + background: transparent; + border-bottom: 1px solid #000; +} + +.generaltitle h3, .article h3, .journalgeneric h3 +{ + background: transparent; + color: #000; + margin: 0; +} + +.generaltitle h3 a, .article h3 a, .generaltitle h3 a:visited, .article h3 a:visited, .journalgeneric h3 a, .journalgeneric h3 a:visited +{ + color: #600; +} + +.generalbody, .article .details, .journalgeneric .details +{ + border: none; + background: transparent; + font-size: 75.5%; + margin: .2em 0 .5em 0; +} + +.article div.body, .journalgeneric div.body +{ + border: 1px solid #fff; + background: transparent; +} + +#footer, #footer .rightcontent { + text-align: center; +} Index: slashjp/themes/slashcode/htdocs/slashcode.css diff -u /dev/null slashjp/themes/slashcode/htdocs/slashcode.css:1.2 --- /dev/null Wed Jul 12 21:22:15 2006 +++ slashjp/themes/slashcode/htdocs/slashcode.css Wed Jul 12 21:22:15 2006 @@ -0,0 +1,337 @@ +body, div, form, #links ul li, #links ul, #topnav, img { font-size: 100%; } +body { background: #e5e5e5 url("/images/bg2.gif") repeat-x; } +a { color: #600; } +a:visited { color: #000; } + +/* layout */ +#contents +{ + min-width: 37em; +} + +body #index #articles +{ + margin: 0 15.6em 1em 0; + position: relative; +} + +/* Header */ +#logo h1 a +{ + width: 115px; + height: 80px; + background: url("/images/logo.gif") no-repeat; +} + +#slogan h2 +{ + color: #555; + font-family: sans-serif; + font-weight: bold; + font-size: 70%; +} + +/* links */ +#links { background: #e5e5e5; } +#links div.block { background: #fff url("/images/cbl.gif") bottom left no-repeat; } +#links div.title { background: #b2b2b2 url("/images/ctl_grey.gif") top left no-repeat; } + +#links h4 +{ + background: url("/images/ctr_grey.gif") top right no-repeat; + font-weight: bold; + font-size: 80%; + font-family: sans-serif; +} + +#links div.content +{ + background: url("/images/cbr.gif") bottom right no-repeat; + padding: .3em .3em .6em .3em; + font-size: 75.5%; + line-height: 140%; + position: relative; +} + +#navigation-content ul ul { border-bottom: 1px #eee solid; } + +/* slashboxes */ +#slashboxes { background: #e5e5e5; } +#slashboxes div.block { background: #fff url("/images/cbr.gif") bottom right no-repeat; } +#slashboxes div.title { background: #b2b2b2 url("/images/ctl_grey.gif") top left no-repeat; } + +#slashboxes h4 +{ + background: url("/images/ctr_grey.gif") top right no-repeat; + font-weight: bold; + font-family: sans-serif; + font-size: 80%; + color: #fff; +} + +#slashboxes div.content +{ + background: url("/images/cbl.gif") bottom left no-repeat; + font-size: 75.5%; + line-height: 140%; +} + +/* Quick links content */ +#slashboxes #index_qlinks-content ul, #slashboxes #index_qlinks-content li, #slashboxes #features_qlinks-content ul, #slashboxes #features_qlinks-content li +{ + list-style: none; + padding: 0; + margin: 0; +} + +/* General */ +.generaltitle { background: url("/images/bg_red.gif") #933 repeat-x; } +.generaltitle div.title { background: transparent url("/images/ctl_red.gif") top left no-repeat; } + +.generaltitle h3 +{ + background: transparent url("/images/ctr_red.gif") top right no-repeat; + color: #fff; + font-family: sans-serif; + font-size: 100%; +} + +.generalbody +{ + background: #fff; + border: 1px solid #aaa; + border-top: none; +} + + +/* articles */ +.article { background: #933 url("/images/bg_red.gif") repeat-x; } +.article div.title { background: url("/images/ctl_red.gif") top left no-repeat; } + +#journal .article h3 +{ + background: url("/images/ctr_red.gif") top right no-repeat; + color: #fff; + font-family: sans-serif; + font-size: 100%; +} + +.article .details +{ + font-size: 70%; + font-weight: normal; + font-family: sans-serif; + border: 1px solid #aaa; + background: #ddd url("/images/bg_details.gif") repeat-x; +} +.article .body +{ + border: 1px solid #aaa; + border-top: none; + background: #fff url("/images/bg_white.gif") repeat-x; +} + +div.storylinks +{ + background: #eee url("/images/bg_storylinks.gif") bottom repeat-x; + font-size: 80%; + font-family: sans-serif; + +} + +div.storylinks div { background: url("/images/cbr_ltgrey.gif") bottom right no-repeat; } +div.storylinks div ul { height: 1em;} +div.storylinks div ul +{ + padding: .6em 1em; + margin: 0; + background: url("/images/cbl_ltgrey.gif") bottom left no-repeat; +} +div.storylinks ul li +{ + padding: .3em; + border-left: 1px solid #555; +} + +/* Footer */ +#footer { font-family: sans-serif; } + +#footer em +{ + font-size: 80%; + float: right; + width: 45%; +} + +#footer .search +{ + font-size: 70%; + width: 50%; + text-align: center; + padding: 0; + margin: 0; +} + +#footer legend, #footer fieldset, #footer label +{ + margin: 0; + padding: 0; +} + +#footer .search input { margin: 0; } + +#footer .copyright +{ + font-size: x-small; + color: #000; +} + +#footer .admin li +{ + border-left: 1px solid #555; + margin: 0; + padding: 0; + list-style: none; + display: inline; +} + +/* Comments */ +.commentBox { background: #600; } + +/* Poll */ +.barColor { background: #600; } + +/* Bottom Nav */ +.btmnav +{ + color: #600; + font-size: 70%; +} + +.btmnav ul li a { color: #600; } + +/* Journal */ +.journaldate { position: relative; } +.generalbody #journalgeneric .article +{ + height: auto; + margin: 0 0 1em 0; +} + +#journalgeneric div.storylinks ul li { margin: 0; padding: 0; border: none; } +#journalgeneric div.storylinks ul li a { padding: 0 .4em 0 1em; border-left: 1px solid #000; } +#journalgeneric div.storylinks ul li.edit a, #journalgeneric div.storylinks ul li.discussion a, #journalgeneric div.storylinks ul li.journalid a { border: none; } +#journalslashdot .journaldate {font-weight: bold;} +#journalslashdot .title { margin: 0 0 0 .6em; padding: 0; float: left;} +#journalslashdot h3 { font-size: 65%; margin: 0; padding: 0; font-family: geneva,verdana,sans-serif;} +#journalslashdot .details { float: left; font-style: italic; font-size: 65%; font-family: geneva,verdana,sans-serif; background: transparent; } +#journalslashdot .intro { padding: 1em 0 2em 3.7em;} +#journalslashdot div.storylinks { margin: 0; padding: 0; background: transparent;font-size: 65%;} +#journalslashdot div.storylinks ul { margin: 0; padding: 0; background: transparent;} +#journalslashdot div.storylinks ul li { margin: 0; padding: 0; border: none; font-family: geneva,verdana,sans-serif; } +#journalslashdot div.storylinks ul li a { padding: 0 .4em 0 1em; border-left: 1px solid #000; } +#journalslashdot div.storylinks ul li.edit a, #journalslashdot div.storylinks ul li.discussion a, #journalslashdot div.storylinks ul li.journalid a { border: none; } +#journalslashdot .journalpage {font-size: 65.5%; font-family: geneva,verdana,sans-serif; text-align: right;} +#journalgrey .journaldate { font-weight: bold; background: #eee; } +#journalgrey .details { float: left; font-weight: bold; background: #eee; padding: 0 0.6em 0 0; } +#journalgrey .title { background: #eee; padding: 0 0 0 0.6em; } +#journalgrey { border: 3px solid #999; padding: 3px;} +#journalgrey div.storylinks, #journalblue div.storylinks { background: transparent; } +#journalgrey div.storylinks ul, #journalblue div.storylinks ul { background: transparent; } +#journalgrey .body, #journalblue .body {min-height: 60px; } +#journalblue div.storylinks ul li, #journalgrey div.storylinks ul li { border: none; margin: 0; padding: 0; } +#journalblue .journaldate { background: #369; font-weight: bold; padding: 3px; } +#journalblue { border: 3px solid #000; } +#journalblue .details { float: left; margin: 0 0.6em 0 0.3em; font-weight: bold; } +#journalblue .title h3 { margin: 0; padding: 0; font-family: serif; } + +/* Forms */ +textarea { width: 80%; } +#journal input.button, #admin input.button { width: auto; } + +/* Misc */ +pre, code { font-size: 80%; } +/* Ad */ +.ad1 +{ + margin: .3em 0 .5em 0; + padding: 0; + text-align: center; +} + +.ad2 +{ + margin: 0; + padding: 0; + text-align: center; +} + +.ad6 +{ + margin: .2em .2em .2em 0; + padding: 0; +} + +.tb_col { background: #600;} + +/* Usermenu */ +ul.menu a, ul.menu a:visited { color: #000; } +.generalbody ul.menu li a { color: #600; } + +.menuoldstyle li +{ + display: inline; + list-style: none; + margin: 0; + padding: 0 2px 0 1px; +} + +.menuoldstyle ul +{ + padding: 0; + margin: 0 0 1em 0; +} + +.menuoldstyle li:before { content: "| "; } +.menuoldstyle li:first-child:before { content: ""; } + +.briefarticle { padding: 2px; background: #ccc; font-size: 80%} +.briefarticle a { color: #000 } +.briefarticle .section { color: #333; } +.briefarticle .storytitle { font-weight: bold; } +.briefarticle .introhide { display : none } +.briefarticle .intro { padding-left: 1em; padding-top: 0.5em;} + +/* Tags */ + +.tags { width: 100%; font-size: 90%; line-height: 115% } +.tagname { color: #600; font-weight: bold; padding: 0 } +.tagtitleopen { background: #600; color: #fff; font-size: 90% } +.tagtitleopen a { color: #fff; text-decoration: none; font-size: 90% } +.tagtitleclosed { background: #e5e5e5; font-size: 90% } +.tagtitleclosed a { text-decoration: none; font-size: 90% } +.tagbody { border: 1px #ccc solid; background: #eee; padding: 8px } +.tagshide { display: none } + +.future .briefarticle { background: #c33; } +.briefarticles { border-top: solid 2px #933; padding-bottom: 0.5em; margin-top: 3px } +.curstory { border-top: solid 2px #933; } +.secpref_master td { border-bottom: solid 2px #066;} +.secpref_nexus_row { color: #aaa; background: #ccc; } +.ps_23, .ps_22 { display: none; } +.curstory { border-top: solid 2px #066; } +.popup { border: solid 2px #933; } +.popup .data { font-size: 100% } +.popup-title {text-align: left; background: #933; font-size: 100%; color: #fff; padding-right: 4em; } +.popup-title .buttons, .title .buttons { + position: absolute; + right: 0.2em; +} +.popup-title .buttons span a {float: none; color: #fff; font-size: 10px; font-weight: bold; font-family: sans-serif; text-decoration: none;} +.popup-title .buttons span { margin: -.3em 0; padding: 0 4px; height: 11px; width: 11px;} + +.popup-message { background: #933; color: #fff; } +.popup-title a, .popup-message a { color: #fff } +.popup-contents { background: #ccc; font-size: 80%; padding: 5px; } +.popup-message { background: #933; font-size: 100%; color: #fff; font-weight: bold; text-align: right; } +#sectionprefs-contents { background: #fff } Index: slashjp/themes/slashcode/htdocs/slashcode_lite.css diff -u /dev/null slashjp/themes/slashcode/htdocs/slashcode_lite.css:1.2 --- /dev/null Wed Jul 12 21:22:15 2006 +++ slashjp/themes/slashcode/htdocs/slashcode_lite.css Wed Jul 12 21:22:15 2006 @@ -0,0 +1,158 @@ +a, +div#footer a, +div.btmnav a +{ color: #00E !important; text-decoration: underline !important;} + +#articles, #users-blocks, #polls +{ + margin: 0 15.6em 1em 0; +} + +body, +#frame, +div.generaltitle, +div.article, +div.journalgeneric, +div#links, +div#links div.block div.title, +div#links div.block div.title h4, +div#links div.block div.content, +div#links div.block div.content ul li a, +div#links div.block div.content ul, +div#slashboxes div.block div.content, +div#links div.block, +div#slashboxes div.block, +div#slashboxes div.block div.title, +div#slashboxes div.block div.title h4, +div#slashboxes, +div.article div.storylinks, +div#user-section, +div#user-section div.content, +div.generaltitle h3, +div.article h3, +div.journalgeneric h3, +div.generaltitle div.title, +div.article div.title, +div.journalgeneric div.title, +div.generalbody, +div.article div.details, +div.journalgeneric .details, +div.article div.body, +div.journalgeneric div.body, +div#contents div.storylinks, +div#contents div.storylinks div ul, +div#contents div.storylinks div, +div.briefarticles div.briefarticle, +div.briefarticles, +#footer, +#footer div.rightcontent, +.copyright, +.copyright p, +.btmnav, +#message, +#message .content, +#message .content p, +#ostgnavbar +{ + color: #000 !important; background: transparent !important; border: none; font-family: serif; +} +div#slashboxes div.block div.content ul li ul li +{ + list-style: square !important; +} +div.storylinks div ul, +div.article div.body, +div.journalgeneric div.body, +div.article div.details, +div.journalgeneric div.details +{ +margin-left: 0; +padding-left: 0; +} +div.storylinks { border: 0px; } +/* Header */ +#slogan h2 +{ + color: #000; +} + +/* links */ +div#slashboxes div.block div.title, +div#links div.block div.title, +div#slashboxes div.block div.title h4, +div#links div.block div.title h4, +div#links div.title h4 a, +div#slashboxes div.title h4 a, +div.commentTop div.title a +{ + background: #000 !important; color: #fff !important; +} + +/* General */ + +div.generaltitle div.title, +div.article div.title, +div.journalgeneric div.title +{ + + border-bottom: 1px solid #000; + height: 100%; +} + +div.generaltitle div.title h3, +div.article div.title h3, +div.journalgeneric div.title h3 +{ + color: #000; + margin-left: 0; + padding: 0; +} + +.generaltitle h3 a, +.article h3 a, +.generaltitle h3 a:visited, +.article h3 a:visited, +.journalgeneric h3 a, +.journalgeneric h3 a:visited, +div.article div.title span, +div.article div.title span a +{ + color: #666 !important; +} + +div.generalbody, +div.article div.details, +div.journalgeneric .details, +div.article div.body, +div.journalgeneric div.body +{ + border: none; + +} + +div#contents div.storylinks, +div#contents div.storylinks div ul, +div#contents div.storylinks div +{ + margin: 0 0 1em 0; +} +.btmnav ul li a, .btmnav ul li a:visited { color: #555;} + +div.article div.details +{ + border-top: 0px; + border: 0px; +} + +div.article div.body { + border: 0px; +} + + +div.commentTop div.title { background: #000; } +.commentBoxForm, +div.briefarticles div.briefarticle, +div.briefarticles +{ background: #ddd !important;} + + Index: slashjp/themes/slashcode/htdocs/slashcode_low_bw.css diff -u /dev/null slashjp/themes/slashcode/htdocs/slashcode_low_bw.css:1.2 --- /dev/null Wed Jul 12 21:22:15 2006 +++ slashjp/themes/slashcode/htdocs/slashcode_low_bw.css Wed Jul 12 21:22:15 2006 @@ -0,0 +1,13 @@ +#contents +{ + margin: 0 0 0 .3em !important; +} + +div#links { + display: none; +} + +div#articles, div#users-blocks, div#polls +{ + margin: 0 .3em 1em 0; +}