added experimentell version of header.template without table design. just try it and leave a comment ->webmaster at daburna.de
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1769 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
87e90b9d8c
commit
4797b3e50a
@ -0,0 +1,283 @@
|
||||
body {
|
||||
background-color:#F8F8FF;
|
||||
}
|
||||
h1 {
|
||||
font-family:Helvetica, sans-serif;
|
||||
font-size:16pt;
|
||||
font-style:normal;
|
||||
line-height:25pt;
|
||||
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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
ul#Navigation {
|
||||
width: 150px;
|
||||
margin: 0; padding: 0.2em 0.8em 0.8em;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
ul#Navigation li {
|
||||
list-style: none;
|
||||
margin: 1px; padding: 0;
|
||||
}
|
||||
|
||||
ul#Navigation a, ul#Navigation h2 {
|
||||
width:140px;
|
||||
font-size: 11px;
|
||||
display:block;
|
||||
padding: 0.2em;
|
||||
padding-left:10px;
|
||||
text-decoration: none; font-weight: bold;
|
||||
border: 1px solid black;
|
||||
border-left-color: white; border-top-color: white;
|
||||
color: black; background-color: #bdcdd4;
|
||||
}
|
||||
|
||||
ul#Navigation a:hover {
|
||||
border-color: white;
|
||||
border-left-color: black; border-top-color: black;
|
||||
color: white; background-color: #0088BB;
|
||||
}
|
||||
ul#Navigation h2 {
|
||||
width:140px;
|
||||
font-size: 9px;
|
||||
margin: 1px 0 0;
|
||||
border-color: gray;
|
||||
color: white; background-color: #4070a0;
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
|
||||
.Headline {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
font-size: 160%;
|
||||
font-family: Helvetica, Arial;
|
||||
text-align: center;
|
||||
background-color: #4070a0;
|
||||
height: 36px;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.Heading {
|
||||
background-color: #4070a0;
|
||||
height: 36px;
|
||||
}
|
@ -0,0 +1,65 @@
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr><td>
|
||||
<h1 class="Headline"><a href="http://www.yacy.net">
|
||||
<img width="52" height="33" border="0" src="/env/grafics/yacy.gif" align="left">
|
||||
</a>
|
||||
|
||||
YaCy - Distributed Web Indexing - Administration </h1>
|
||||
|
||||
</td></tr>
|
||||
<tr><td><table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr><td width="100" valign="top">
|
||||
<ul id="Navigation">
|
||||
<li><h2> Global Index</h2></li>
|
||||
<li><a href="/index.html" accesskey="s">Searchpage</a></li>
|
||||
<li><a href="/DetailedSearch.html">Detailed Search</a></li>
|
||||
<li><a href="/Bookmarks.html">Bookmarks</a></li>
|
||||
<li><a href="/Help.html">Help</a></li>
|
||||
|
||||
|
||||
<li><h2> Distributed Crawler</h2></li>
|
||||
<li><a href="/IndexCreate_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Index Create</a></li>
|
||||
<li><a href="/IndexControl_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Index Control</a></li>
|
||||
<li><a href="/IndexMonitor.html">Index Monitor</a></li>
|
||||
|
||||
<li><h2> Local Proxy</h2></li>
|
||||
<li><a href="/Blacklist_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Blacklist</a></li>
|
||||
<li><a href="/ProxyIndexingMonitor_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Proxy Indexing</a></li>
|
||||
<li><a href="/CacheAdmin_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Cache Monitor</a></li>
|
||||
<li><a href="/CookieMonitorIncoming_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Cookie Monitor</a></li>
|
||||
|
||||
<li><h2> Communication / Publication</h2></li>
|
||||
<li><a href="/www/">Home Page</a></li>
|
||||
<li><a href="/share/">File Share</a></li>
|
||||
<li><a href="/Wiki.html">Wiki</a></li>
|
||||
<li><a href="/Messages_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Messages <img border="0" src="notifier.gif" align="center"></a></li>
|
||||
<li><a href="/EditProfile_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Personal Profile</a></li>
|
||||
|
||||
|
||||
|
||||
<li><h2> Peer Control</h2></li>
|
||||
<li><a href="/Status.html" accesskey="t">Status</a></li>
|
||||
<li><a href="/Network.html" accesskey="w">Network</a></li>
|
||||
<li><a href="/News.html" accesskey="n">News</a></li>
|
||||
<li><a href="/ViewLog_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Log</a></li>
|
||||
<li><a href="/Settings_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Settings</a></li>
|
||||
<li><a href="/PerformanceQueues_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Performance</a></li>
|
||||
<li><a href="/Connections_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Connections</a></li>
|
||||
<li><a href="/Language_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Language</a></li>
|
||||
<li><a href="/Skins_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Skins</a></li>
|
||||
|
||||
<li><h2> The Project</h2></li>
|
||||
<li><a href="http://www.yacy.net/yacy/">Projekt Home</a></li>
|
||||
<li><a href="http://www.yacy.net/yacy/News.html">Projekt News</a></li>
|
||||
<li><a href="http://sourceforge.net/forum/?group_id=116142">English Forum</a></li>
|
||||
<li><a href="http://www.yacy-forum.de">Deutsches Forum</a></li>
|
||||
<li><a href="http://www.yacy.net/yacy/Download.html">Download YaCy</a></li>
|
||||
<li><a href="http://yacy-websuche.de/wiki/index.php">YaCy Wiki</a></li>
|
||||
<li><a href="http://www.yacy.net/yacy/Contact.html">COntact</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</td><td width="6" valign="top"></td><td valign="top">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr><td height="2"></td></tr>
|
||||
<tr><td>
|
Loading…
Reference in new issue