Difference between revisions of "Hitchwiki:Topline"

From Hitchwiki
Jump to navigation Jump to search
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<style type='text/css'>
+
<style type="text/css">
 
/* <nowiki> */
 
/* <nowiki> */
 +
/*
 +
* Topline
 +
*/
 
#topline {
 
#topline {
  top: 0px;
+
    background-color: #faf9f3;
  left: 0px;
+
    font-family: arial, sans-serif;
  border-bottom:1px solid #AAAAAA;
+
    font-size: 10px;
  background-color: #FFFa;
+
    line-height: 13px;
  font-family: verdana, arial, sans-serif;
+
    font-weight: bold;  
  font-size:16px;
+
    width: 100%;  
  font-weight:bold;  
+
    text-align: left;
  width: 100%;  
+
    z-index: 40;
  text-align: left;
 
  z-order: 40;
 
 
}
 
}
  
#topline ul
+
#topline ul {
{
+
    display: inline;
  display: inline;
 
 
}
 
}
  
#topline ul li
+
#topline ul li {
{
+
    display: inline;
  display: inline;
 
 
}
 
}
  
#topline ul#parts
+
#topline ul#parts {
{
+
    font-size: 1.03em;
  font-size: 1.03em;
 
 
}
 
}
  
#topline ul#languages
+
#topline ul#languages {
{
+
    font-size: 0.83em;
  font-size: 0.83em;
 
 
}
 
}
  
#topline ul#languages li
+
#topline ul#languages li {
{
+
    padding: 0;
  padding: 0;
+
    margin: 0;
  margin: 0;
 
 
}
 
}
  
#topline #hitchwiki
+
#topline a:link,
{
+
#topline a:visited,
  font-size: 14pt;  
+
#topline a:hover,
  font-weight: bold;
+
#topline a:active {
 +
    color: #111;
 +
    font-weight: bold;
 +
    line-height: 20px;
 +
    padding: 4px;
 +
    margin: 0;
 +
    opacity: 0.7;
 +
    text-decoration: none;
 +
   
 +
   
 +
    -webkit-border-bottom-left-radius: 5px;
 +
    -webkit-border-bottom-right-radius: 5px;
 +
    -moz-border-radius-bottomleft: 5px;
 +
    -moz-border-radius-bottomright: 5px;
 +
    border-bottom-left-radius: 5px;
 +
    border-bottom-right-radius: 7px;
 
}
 
}
  
#topline a {
+
#topline a:hover,
  color: #b00;
+
#topline a:active {
  font-weight: bold;
+
    color: #fff;  
  padding: 1px;
+
    background-color: #c99416;
  line-height:21px;
 
  opacity: 0.7;
 
  margin:0 0 0 3px;
 
 
}
 
}
  
#topline a:hover {
+
#topline #hitchwiki a:link,
  color: #FFF;  
+
#topline #hitchwiki a:visited,
  background-color: #000;
+
#topline #hitchwiki a:active,
 +
#topline #hitchwiki a:hover {
 +
    color: #b00;
 +
    padding: 5px 0 0 4px;
 +
    display: block;
 +
    float: left;
 +
    font-size: 11px;
 +
    line-height: 11px;
 +
    font-weight: bold;
 +
    text-decoration: none;
 +
    background-color: transparent;
 
}
 
}
 
 
/* </nowiki> */
 
/* </nowiki> */
 
 
</style>
 
</style>
<div id="topline">
+
<div id="topline">  
<span id="hitchwiki">
+
<span id="hitchwiki"><a href="http://hitchwiki.org/" title="The Hitchhiker's Guide to Hitchhiking">Hitchwiki</a></span>  
<a href="http://hitchwiki.org/" title="The Hitchhiker's Guide to Hitchhiking">Hitchwiki</a>
 
</span>
 
  
<ul id="parts">
+
<ul id="parts">  
<li><a href='http://hitchwiki.org/' title="Hitchhiking blogs">Wiki</a></li>
+
<li><a href='http://hitchwiki.org/' title="Hitchwiki">Wiki</a></li>  
<li><a href='http://blogs.hitchwiki.org/' title="Hitchhiking blogs">Blogs</a></li>
+
<li><a href='http://hitchwiki.org/community/' title="Hitchwiki Community">Community</a></li>  
<li><a href='http://hitchwiki.org/planet/' title="Hitchhiking planet">Planet</a></li>
+
<li><a href='http://hitchwiki.org/planet/' title="Hitchwiki Planet">Planet</a></li>  
<li><a href='http://maps.hitchwiki.org/' title="Hitchhiking maps">Maps</a></li>
+
<li><a href='http://maps.hitchwiki.org/' title="Hitchwiki Maps">Maps</a></li>  
<!--
+
</ul>  
<li><a href="http://hitchwiki.org/forum/?q=forum">Forum</a></li>
 
-->
 
</ul>
 
<!--
 
<ul id="languages">
 
<li><a href='http://hitchwiki.org/en/' title="Hitchwiki in English">English</a></li>
 
<li><a href='http://hitchwiki.org/es/'>Español</a></li>
 
<li><a href='http://hitchwiki.org/de/' title="Hitchwiki auf deutsch">deutsch</a></li>
 
<li><a href='http://hitchwiki.org/fr/' title="Le wiki de l'autostop">français</a></li>
 
<li><a href='http://hitchwiki.org/fi/'>suomi</a></li>
 
<li><a href='http://hitchwiki.org/pt/'>português</a></li>
 
<li><a href='http://hitchwiki.org/bg/'>Български</a></li>
 
<li><a href='http://hitchwiki.org/ru/'>Русский</a></li>
 
<li><a href='http://hitchwiki.org/zh/'>中文</a></li>
 
<li><a href='http://hitchwiki.org/pl/'>Polski</a></li>
 
</ul>
 
-->
 
 
</div>
 
</div>

Latest revision as of 20:25, 3 January 2011

<style type="text/css"> /* */ /* * Topline */ #topline { background-color: #faf9f3; font-family: arial, sans-serif; font-size: 10px; line-height: 13px; font-weight: bold; width: 100%; text-align: left; z-index: 40; } #topline ul { display: inline; } #topline ul li { display: inline; } #topline ul#parts { font-size: 1.03em; } #topline ul#languages { font-size: 0.83em; } #topline ul#languages li { padding: 0; margin: 0; } #topline a:link, #topline a:visited, #topline a:hover, #topline a:active { color: #111; font-weight: bold; line-height: 20px; padding: 4px; margin: 0; opacity: 0.7; text-decoration: none; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 7px; } #topline a:hover, #topline a:active { color: #fff; background-color: #c99416; } #topline #hitchwiki a:link, #topline #hitchwiki a:visited, #topline #hitchwiki a:active, #topline #hitchwiki a:hover { color: #b00; padding: 5px 0 0 4px; display: block; float: left; font-size: 11px; line-height: 11px; font-weight: bold; text-decoration: none; background-color: transparent; } /* */ </style>

<a href="http://hitchwiki.org/" title="The Hitchhiker's Guide to Hitchhiking">Hitchwiki</a>