CSS for the langindicator widget
svn: r17038
This commit is contained in:
parent
825a47dfef
commit
62c744613b
|
@ -77,14 +77,14 @@ table td {
|
||||||
padding: 0.25em 0 0.25em 0;
|
padding: 0.25em 0 0.25em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navsettop {
|
.navsettop {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
border-bottom: 2px solid #e0e0c0;
|
border-bottom: 2px solid #e0e0c0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navsetbottom {
|
.navsetbottom {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
border-top: 2px solid #e0e0c0;
|
border-top: 2px solid #e0e0c0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navleft {
|
.navleft {
|
||||||
|
@ -119,6 +119,18 @@ table td {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#langindicator {
|
||||||
|
position: fixed;
|
||||||
|
background-color: #c6f;
|
||||||
|
color: #000;
|
||||||
|
font-family: monospace;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 2px 10px;
|
||||||
|
display: none;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* ---------------------------------------- */
|
/* ---------------------------------------- */
|
||||||
/* Version */
|
/* Version */
|
||||||
|
|
||||||
|
@ -224,11 +236,11 @@ table td {
|
||||||
padding-left: 0.8em;
|
padding-left: 0.8em;
|
||||||
}
|
}
|
||||||
.tocviewsublist {
|
.tocviewsublist {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
.tocviewsublist table,
|
.tocviewsublist table,
|
||||||
.tocviewsublistonly table,
|
.tocviewsublistonly table,
|
||||||
.tocviewsublisttop table,
|
.tocviewsublisttop table,
|
||||||
.tocviewsublistbottom table {
|
.tocviewsublistbottom table {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
}
|
}
|
||||||
|
@ -411,4 +423,4 @@ i {
|
||||||
.author {
|
.author {
|
||||||
display: inline;
|
display: inline;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user