diff --git a/skins/28c3.css b/skins/28c3.css new file mode 100644 index 000000000..82191f18d --- /dev/null +++ b/skins/28c3.css @@ -0,0 +1,319 @@ +/* generic skin */ + +/* +The following colours must be defined: +#000000 +#A3CC8B +#38A535 +#E08040 +#333333 +#222222 +#FFCCCC +#888888 +#990000 +#009900 +#000099 +#FFFFFF +#008000 +#800000 +*/ + +body { + background-color:#000000; + color:#A3CC8B; +} + +a:link { + color:#A3CC8B; + background-color:transparent; +} + +a:link:hover { + color: #38A535; + background-color:transparent; +} + + +/* Menu */ + +.menugroup h3 { + -webkit-border-top-left-radius: 5px; + -webkit-border-top-right-radius: 5px; + -khtml-border-top-left-radius: 5px; + -khtml-border-top-right-radius: 5px; + -moz-border-radius-topleft: 5px; + -moz-border-radius-topright: 5px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + + background-color: #E08040; + color:white; +} + +.SubMenugroup h3, .SubMenu h3 { + -webkit-border-radius: 5px; + -khtml-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + + background-color:#E08040; + color:white; +} + +a.MenuItemLink, ul.SubMenu em { + background-color:#333333; + color:#A3CC8B; +} + +a:hover.MenuItemLink { + background-color:transparent; + color:#A3CC8B; +} + +/* Head */ + +div.head h1 { + background-color:transparent; + text-align:left; + padding-left:70px; + color:#A3CC8B; +} + +/* Tables */ + +table { +} + +.TableHeader { + background-color: #38A535; + color:white; +} + +.TableCellDark { + background-color: #333333; +} + +.TableCellLight { + background-color: #222222; +} + +.TableCellSummary { + background-color: #FFCCCC; + border:1px solid #888888; +} + +.TableCellActive { + background-color: #FFCCCC; +} + +/* Blog and Wiki*/ + +.Post { + background-color:#000000; +} + +.PostSubject { + background-color:#000000; +} + +.PostSubject a { + color:#A3CC8B; +} + +.PostInfo { + background-color:#000000; +} + +/* Wiki */ + +.WikiTOCBox { + border: 1px solid #888888; + background-color: #000000; +} + +a.unknown { + color:#990000; +} + +a.known { + color:#009900; +} + +a.extern { + color:#000099; +} + +/* in Bookmarks */ + +.bookmark { + border-bottom:1px #888888 dashed; +} + +a.bookmarkTitle { + color: #E08040; +} + +a:hover.bookmarkTitle { + color: #E08040; +} + +a.bookmarkTags { + color: #FFFFFF; +} + +a:hover.bookmarkTags { + color: #E08040; +} + +a.bookmarkAction { + color: #888888; +} + +.Tags { + border-left: 2px solid #A3CC8B; +} + +.diff { background-color: #000000; } +.diff .unchanged { color: #000099; } +.diff .added { color: #009900; background-color: #000000; } +.diff .deleted { color: #990000; background-color: #000000; } + +/* in Status.html */ + +.ProgressBar { + border: #000000 solid 1px; +} +div.ProgressBarFill { + background-color:#333333; +} + + +/* Copyright info */ + +div#api { + position:absolute; + top:3px; + right:20px; + z-index: 100; +} + +div#yacylivesearch { + float:right; + margin-right: 90px; + margin-top: -24px; +} + +/* Searchresults */ + +fieldset.maininput, fieldset.yacys { + background-color:#333333; + -webkit-border-radius: 5px; + -khtml-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +form.search.small h2 { + border-bottom:1px solid #888888; +} + +.searchresults { + /*border-top:1px #888888 dashed;*/ +} + +.searchresults h4 a { + font-size:1.2em; + font-weight:normal; + text-decoration:underline; + color:#FFFFFF; +} +.searchresults h4 a:link:hover { + color:#FFFFFF; +} + +.snippetLoaded strong { + color:black; +} + +.searchresults .url a { + color:#008000; +} +.searchresults .url a:link:hover { + color:#800000; +} + + +/* other */ + +.settingsValue { + color:#000099; +} + +.Headline { + background-color: #E08040; + color: white; +} + +.Heading { + background-color: #E08040; +} + +.error, .warning { + color:red; +} + +.success { + color:green; +} + +.Message { + background-color: #000000; +} + +.example { + background-color:#000099; +} + +.hides:hover .hoverShow { background-color: #000000; } + +/* Log */ + +body#ViewLog pre { + background-color:white; +} + +/* Forms */ + +fieldset { + background-color:#333333; + color:#A3CC8B; + border:0px solid #333333; + -webkit-border-radius: 5px; + -khtml-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +/* input, select, textarea, button { + color: black; + background-color: white; +} */ + +legend { + background-color:#38A535; + -webkit-border-radius: 5px; + -khtml-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + text-align:left; + color:white; +} + +form dt, dl.pairs dt { + background-color:#333333; + font-weight:bold; +} + +form dd, dl.pairs dd { + background-color:#333333; +}