xref: /template/readthedokus/css/sidebarheader.css (revision 4ccc90be1220916a63dd8615076ebfcd190e10f2)
1#sidebarheader
2{
3	background-color: __background_theme__;
4	color: __text_theme__;
5	display: block;
6	padding: .8em;
7	text-align: center;
8    width: __width_sidebar__;
9}
10
11
12#sidebarheader .home > a
13{
14	color: __text_theme__;
15	display: inline-block;
16	font-size: 100%;
17	font-weight: 700;
18	margin-bottom: .8em;
19	padding: 4px 6px;
20}
21
22#sidebarheader .search input[type=text]
23{
24	border-radius: 50px;
25	padding: 6px 12px;
26	width: 100%;
27}
28
29#sidebarheader .search button
30{
31	display: none;
32}
33
34@media (max-width: __media_query_sp__)
35{
36    #dokuwiki__aside #sidebarheader
37    {
38        width: 100%;
39    }
40}
41