Difference between revisions of "Hitchwiki:Topline"

From Hitchwiki
Jump to navigation Jump to search
Line 11: Line 11:
 
   z-order: 40;
 
   z-order: 40;
 
}
 
}
 
.hitchwiki a {
 
  color: #b00; !important
 
  font-size: 14pt;
 
  font-weight: bold;
 
}
 
 
.hitchwiki a:hover {
 
  color: #b00;
 
  background-color: #FFF; !important
 
  text-decoration: none;
 
}
 
 
  
 
#topline ul
 
#topline ul
Line 69: Line 56:
 
   border-top-left-radius: 5px;
 
   border-top-left-radius: 5px;
 
   border-top-right-radius: 7px;
 
   border-top-right-radius: 7px;
 +
}
 +
 +
#hitchwiki a {
 +
  color: #b00; !important
 +
  font-size: 14pt;
 +
  font-weight: bold;
 +
}
 +
 +
#hitchwiki a:hover {
 +
  color: #b00;
 +
  background-color: #FFF; !important
 +
  text-decoration: none;
 
}
 
}
  
Line 76: Line 75:
 
<div id="topline">
 
<div id="topline">
  
<a class="hitchwiki href="http://hitchwiki.org/" title="The Hitchhiker's Guide to Hitchhiking">Hitchwiki</a>
+
<a id="hitchwiki href="http://hitchwiki.org/" title="The Hitchhiker's Guide to Hitchhiking">Hitchwiki</a>
  
  

Revision as of 23:05, 9 April 2010

<style type='text/css'> /* */ #topline { border-bottom:1px solid #AAAAAA; background-color: #FFF; font-family: verdana, arial, sans-serif; font-size:10px; font-weight:bold; width: 100%; text-align: left; z-order: 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 { color: #000; font-weight: bold; padding: 4px; line-height:20px; opacity: 0.7; } #topline a:hover { color: #FFF; background-color: #7273D5; text-decoration: none; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 7px; } #hitchwiki a { color: #b00; !important font-size: 14pt; font-weight: bold; } #hitchwiki a:hover { color: #b00; background-color: #FFF; !important text-decoration: none; } /* */

</style>

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