minetest.net_dokutemplate3/css/h6e-custom.css

154 lines
1.9 KiB
CSS
Raw Normal View History

2013-11-25 14:50:32 -08:00
.loginlink {
float:right;
}
.loginlink a {
color:#999;
}
/* Table of Contents */
#dw__toc {
clear: right;
float: right;
color: #999;
font-size: 80%;
}
#dw__toc a {
color: #999;
}
.h6e-page-title {
}
.h6e-page-title.large {
text-align: center;
padding-right: 2.5em;
}
.h6e-page-title.large #dokuwiki__top {
/*color:#4E5368;*/
}
.h6e-page-title.small {
float: right;
display: inline-block;
}
.h6e-page-title.small #dokuwiki__top {
font-size: 80%;
color: #999;
}
.h6e-page-title .large_logo {
margin-bottom:-0.7em;
}
.h6e-page-title .small_logo {
margin-bottom: -0.4em;
margin-top: 0.3em;
}
2013-11-25 15:15:06 -08:00
.h6e-entry-title {
/*clear: left;*/
}
.mini_logo {
margin-bottom: -1em;
margin-right: -0.4em;
margin-left: -1em;
}
/* Menu */
#menu {
padding:0;
margin:0;
padding-bottom: 1em;
text-align: center;
}
#menu ul {
padding:0;
margin:0;
list-style-type:none;
}
#menu a.sub:link,
#menu ul ul li a:link {
display:block;
min-width:140px;
height:22px;
text-align:left;
line-height:22px;
color:#404040;
margin:0;
}
#menu ul li a:hover,
#menu a.sub:hover,
#menu ul ul li a:hover {
color: #009dff;
}
#menu ul ul {
position:absolute;
width:auto;
z-index:122;
display:none;
padding:0;
margin:0;
}
2013-11-25 16:10:10 -08:00
#menu ul ul li {
white-space: nowrap;
}
2013-11-25 15:15:06 -08:00
#menu li {
position:relative;
display:inline-block;
width:auto;
padding:0;
margin:0;
margin-right:10px;
}
#menu ul li:hover ul {
display:block;
background:#fff;
}
#menu ul li:hover {
background-color:#fff;
}
#menu a:link,
#menu a:visited {
display:inline;
width:auto;
color:#323232;
background:none;
padding-left:5px;
padding-right:5px;
font-weight:regular;
font-family:"Calibri", sans-serif;
}
#menu a:hover,
#menu a:visited:hover {
color: #009dff;
}
#menu a.sub_ex:before {
content: "→ ";
}
#menu a.sub_ex:link {
display:block;
min-width:140px;
height:22px;
text-align:left;
line-height:22px;
color:#404040;
margin:0;
}
#menu a.sub_ex:hover {
color: #009dff;
}