szurubooru/public_html/css/top-navigation.css

55 lines
883 B
CSS
Raw Normal View History

2014-08-31 23:22:56 +02:00
#top-navigation {
2015-06-28 12:25:35 +02:00
width: 100%;
2014-08-31 23:22:56 +02:00
}
#top-navigation ul {
2015-06-28 12:25:35 +02:00
list-style-type: none;
padding: 0 2em;
margin: 0;
2014-08-31 23:22:56 +02:00
}
#top-navigation li {
2015-06-28 12:25:35 +02:00
display: inline-block;
2014-08-31 23:22:56 +02:00
}
#top-navigation li a {
2015-06-28 12:25:35 +02:00
display: inline-block;
text-transform: lowercase;
font-variant: small-caps;
padding: 0.5em 1em;
font-size: 0.9em;
2014-08-31 23:22:56 +02:00
}
#top-navigation li a:focus,
#top-navigation li a:hover {
2015-06-28 12:25:35 +02:00
outline: 0;
2014-08-31 23:22:56 +02:00
}
#top-navigation li:first-child a {
2015-06-28 12:25:35 +02:00
margin-left: -1em;
2014-08-31 23:22:56 +02:00
}
#top-navigation li:last-child a {
2015-06-28 12:25:35 +02:00
margin-right: -1em;
2014-08-31 23:22:56 +02:00
}
2014-09-16 18:51:36 +02:00
#top-navigation i {
2015-06-28 12:25:35 +02:00
font-size: 3em;
margin: 0 10px 5px;
2014-09-16 18:51:36 +02:00
}
#top-navigation .accesskey:before {
2015-06-28 12:25:35 +02:00
position: absolute;
display: inline-block;
right: 0;
left: 0;
content: '\a0';
border-bottom: 1px solid;
opacity: .35;
height: 90%;
}
#top-navigation .accesskey {
2015-06-28 12:25:35 +02:00
position: relative;
text-decoration: none;
}