xref: /template/readthedokus/css/sidebarheader.css (revision 8dab89dff7d7a27dcacf1cfbfe1a3805b0791127)
1#sidebarheader
2{
3	display: block;
4	padding: .809em;
5	margin-bottom: .809em;
6	z-index: 200;
7	background-color: #2980b9;
8	text-align: center;
9	color: #fcfcfc;
10}
11
12#sidebarheader > a
13{
14	color: #fcfcfc;
15	font-size: 100%;
16	font-weight: 700;
17	display: inline-block;
18	padding: 4px 6px;
19	margin-bottom: .809em;
20}
21
22#sidebarheader .search input[type=text]
23{
24	width: 100%;
25	border-radius: 50px;
26	padding: 6px 12px;
27	border-color: #2472a4;
28}
29
30#sidebarheader .search button
31{
32	display: none;
33}
34