summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorallo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-03-17 20:48:00 +0000
committerallo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-03-17 20:48:00 +0000
commitd2f34a2e94538c1f7ebcbb590ca8eea8d8213902 (patch)
tree8aabb554dea434859567a418ca66633f29bd2b0b /skins
parent59b9540eb6c02b96a556d86d2d11d1bc6d422042 (diff)
skin in DATA/HTDOCS (works after upgrade, works when only DATA is writable).
preference of skinfiles: -style.css will be overwritten on every new SVN, if "DATA/SKINS/"+currentSkin+".css" exists. -DATA/SKINS will be overwritten with defaultskins from /skins so develop your skins in DATA/SKINS, and put them into skins for distribution. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1913 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'skins')
-rw-r--r--skins/default.css239
1 files changed, 239 insertions, 0 deletions
diff --git a/skins/default.css b/skins/default.css
new file mode 100644
index 000000000..4a19ba1a1
--- /dev/null
+++ b/skins/default.css
@@ -0,0 +1,239 @@
+body {
+ background-color:#F8F8FF;
+}
+h1 {
+font-family:Helvetica, sans-serif;
+font-size:16pt;
+font-style:normal;
+line-height:14pt;
+margin-top:0pt;
+ margin-bottom:0pt;
+}
+h2 {
+font-family:Helvetica, sans-serif;
+font-size:14pt;
+font-style:normal;
+line-height:14pt;
+margin-top:0pt;
+ margin-bottom:0pt;
+}
+h3 {
+font-family:Helvetica, sans-serif;
+font-size:12pt;
+font-style:normal;
+line-height:14pt;
+margin-top:0pt;
+ margin-bottom:0pt;
+}
+h4 {
+font-family:Helvetica, sans-serif;
+font-size:10pt;
+font-style:normal;
+line-height:14pt;
+margin-top:0pt;
+ margin-bottom:0pt;
+}
+a, body, div, li, ol, span, table, td, tr, ul {
+color:#000000;
+font-family:Helvetica, sans-serif;
+font-size:10pt;
+font-style:normal;
+line-height:14px;
+margin-top:0px;
+margin-bottom:0px;
+}
+*.small {
+font-family:Helvetica, sans-serif;
+font-size:8pt;
+font-style:normal;
+line-height:9px;
+margin-top:0px;
+margin-bottom:0px;
+}
+body, div, li, ol, span, table, td, tr, ul {
+
+text-decoration:none;
+}
+a:hover {
+color:#0000FF;
+}
+a.unknown {
+color:#990000;
+}
+a.known {
+color:#009900;
+}
+a.extern {
+color:#000099;
+}
+*.xxxyellow {
+color:#0000FF;
+font-weight:bold;
+text-decoration:none;
+font-size:11px;
+}
+*.xxxblue {
+color:#556699;
+font-weight:bold;
+text-decoration:none;
+font-size:11px;
+}
+*.tt {
+font-family:Courier,Terminal,sans-serif;
+font-size:8pt;
+line-height:10px;
+vertical-align:top;
+}
+.Menu {
+width: 140;
+}
+.SubMenu {
+
+}
+.MenuHeader {
+background-color: #4070a0;
+color:white;
+font-size: 9px;
+font-weight:bold;
+}
+.MenuItem {
+background-color: #bdcdd4;
+font-weight:bold;
+text-decoration:none;
+font-size:11px;
+padding-top: 2;
+padding-bottom: 2;
+}
+.MenuTopItem {
+background-color: #bdcdd4;
+font-weight:bold;
+text-decoration:none;
+font-size:11px;
+padding-top: 3;
+padding-bottom: 3;
+}
+.MenuSubItem {
+background-color: #bdcdd4;
+font-weight:bold;
+text-decoration:none;
+font-size:11px;
+padding-top: 3;
+padding-bottom: 3;
+}
+.MenuItemLink {
+color: black;
+font-weight:bold;
+text-decoration:none;
+font-size:11px;
+}
+a.MenuItemLink:hover {
+color:#0088BB;
+font-weight:bold;
+text-decoration:none;
+}
+.MenuSpacer {
+height: 4;
+background-color: #ffffff;
+}
+.MenuSubSpacer {
+padding-left: 2;
+padding-right: 2;
+background-color: #ffffff;
+}
+.Headline {
+color: white;
+font-weight: bold;
+font-size: 160%;
+font-family: Helvetica, Arial;
+text-align: center;
+}
+.Heading {
+background-color: #4070a0;
+height: 36px;
+}
+.TableHeader {
+background-color: #88aaaa;
+}
+.TableCellDark {
+background-color: #bbcccc;
+}
+.TableCellLight {
+background-color: #ddeeee;
+}
+.TableCellActive {
+background-color: #ffbbaa;
+}
+.TableCellSummary {
+background-color: #ffbbaa;
+}
+.TableCellPassive {
+background-color: lightgrey;
+}
+.WikiBackground {
+background-color: #eeeeee;
+}
+.WikiTOCBox {
+border: 1px solid #aaa;
+background-color: #F8F8FF;
+padding: 8px;
+}
+.WikiTOC {
+color:#0000FF;
+font-size: 10px;
+text-decoration:underline;
+}
+.MessageBackground {
+background-color: #eeeeee;
+}
+.bookmarkTags{
+color: #007050;
+font-weight:bold;
+text-decoration:none;
+white-space:nowrap;
+}
+.bookmarkTitle{
+line-height: 120%;
+color: #4070a0;
+font-size:17px;
+font-weight:bold;
+text-decoration:none;
+}
+.bookmarkDescription{
+font-style:normal;
+}
+.bookmarkAction{
+color: #999999;
+text-decoration:none;
+}
+img.bookmarkIcon{
+height: 16px;
+width: 16px;
+}
+
+.ResultDescription {
+ color:#4070a0;
+ font-weight:bold;
+}
+
+.ResultDateYBR {
+ color:#007050;
+}
+
+.snippetLoading {
+ color:#999999;
+}
+
+.snippetLoaded {
+ color:black;
+ font-style:italic;
+}
+
+.snippetError {
+ color:red;
+ font-style:italic;
+}
+
+.settingsValue {
+ color:#556699;
+ font-weight:bold;
+}