xref: /template/readthedokus/css/sidebarheader.css (revision 769de08fb53f39e9d6e214c03a094ea215e27ea2)
1#sidebarheader
2{
3	background-color: #2980b9;
4	color: #fcfcfc;
5	display: block;
6	margin-bottom: .8em;
7	padding: .8em;
8	text-align: center;
9	z-index: 200;
10}
11
12#sidebarheader > a
13{
14	color: #fcfcfc;
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-color: #2472a4;
25	border-radius: 50px;
26	padding: 6px 12px;
27	width: 100%;
28}
29
30#sidebarheader .search button
31{
32	display: none;
33}
34